This table lists announced feature deprecations that impacted sunset Display & Video 360 API or Structured Data File versions. It provides the initial effective date and a description of the deprecation with recommended actions and links to relevant documentation:
On March 24, 2025, Structured Data Files will require the use of more expansive ad formats when creating or updating line items. This means the following:
- SDF v6
and v7
no longer support creating new Line Item file entries with a
Subtypevalue "Reach". - New entries in SDF Line Item
files with
Subtypevalue "Reach" must use a "Responsive" value in theTrueView Video Ad Formatscolumn. Existing entries withSubtypevalue "Reach" can't update theirTrueView Video Ad Formatscolumn value. - New entries in SDF Line Item
files with
Subtypevalue "Reach" requires population of theTrueView Video Ad Inventory Controlcolumn.
sdfdownloadtasks.create
partner/advertiser mismatch errorOn March 6, 2025, sdfdownloadtasks.create
requests that use a parent entity filter
to filter by advertisers that are not children of the set partnerId
will start to return a 400
error.
firstAndThirdPartyAudiences.list
default page sizeOn March 6, 2025, the default page size for firstAndThirdPartyAudiences.list
requests will be updated from 100 to 5000.
To avoid an interruption of service, update your integration to set the pageSize
query parameter of your firstAndThirdPartyAudiences.list
requests to your preferred page size.
On March 6, 2025:
- Requests creating or updating
LineItemresources to set theBiddingStrategyfieldfixedBidand theTargetingExpansionConfigfieldenableOptimizedTargetingto true will return a400error. - Entries in Line Item Structured Data Files with the "Bid Strategy Type" column value of "Fixed" and the "Optimized Targeting" column value of "True" will fail to create or update on file upload.
- Existing line items using fixed bidding will be updated to turn off optimized targeting.
To avoid any interruption of service:
- Update existing line item resources that use both fixed bidding and optimized targeting.
- Verify that your integration is not setting a fixed bidding strategy and optimized targeting when creating or updating line item resources using Display & Video 360 API or Structured Data Files.
On February 28, 2025:
- Requests creating or updating
LineItem,InsertionOrder, andCampaignresources to use aFrequencyCapobject with either atimeUnitfield set toTIME_UNIT_LIFETIMEor atimeUnitfield set toTIME_UNIT_MONTHand atimeUnitCountfield set to 2 will return a400error. - Entries in Line Item , Insertion Order , and Campaign Structured Data Files with either the "Frequency Period" column value of "Lifetime" or the "Frequency Period" column value of "Months" and "Frequency Amount" column value of "2" will fail to create or update on file upload.
- Existing campaigns, insertion orders, and line items will be updated to use a frequency cap period 30 days or less.
To avoid any interruption of service:
- Update existing campaign, insertion order, and line item resources that use a frequency cap period over 30 days to be 30 days or less.
- Verify that your integration is not setting a frequency cap period over 30 days when creating or updating campaign, insertion order, or line item resources using Display & Video 360 API or Structured Data Files.
On November 5, 2024, PACING_TYPE_ASAP
will no longer be compatible with PACING_PERIOD_FLIGHT
when setting the insertion order pacing
field. The pacingType
for all existing insertion orders with this configuration will be updated to PACING_TYPE_AHEAD
.
To avoid any interruption of service, update the pacing
of any existing insertion orders using PACING_TYPE_ASAP
and PACING_PERIOD_FLIGHT
.
On September 30, 2024, LineItem
resources using a subset of bid strategies will no longer be compatible with optimized targeting. With this change, LineItem
resources with targetingExpansion.enableOptimizedTargeting
set to True
and bidStrategy.maximizeSpendAutoBid.performanceGoalType
set to BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_CIVA
, BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_IVO_TEN
, or BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_AV_VIEWED
or bidStrategy.performanceGoalAutoBid.performanceGoalType
set to BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_VIEWABLE_CPM
will be updated to set targetingExpansion.enableOptimizedTargeting
to False
.
To avoid any interruption of service, update and verify that your line items using these bid strategies don't have optimized targeting turned on.
On September 30, 2024, FirstAndThirdPartyAudience
resources sources from Oracle will sunset. Upon sunset, these audiences will be removed from any existing resource targeting and combined audience. If a line item either only targets sunset audiences or negatively targets any sunset audiences, this update will automatically pause that line item.
To avoid any interruption of service, identify and remove any Oracle audiences from existing line item audience targeting and combined audiences before the sunset date.
On September 30, 2024, the following values for the identified targeting types will sunset for YouTube & Partners line items:
-
TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION: -
CONTENT_RATING_TIER_UNRATED -
CONTENT_RATING_TIER_GENERAL -
CONTENT_RATING_TIER_PARENTAL_GUIDANCE -
CONTENT_RATING_TIER_TEENS -
CONTENT_RATING_TIER_MATURE -
CONTENT_RATING_TIER_FAMILIES -
TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION: -
SENSITIVE_CATEGORY_EMBEDDED_VIDEO -
SENSITIVE_CATEGORY_LIVE_STREAMING_VIDEO
Sunset targeting options will automatically be removed from existing line item targeting. These values will still be available for use in advertiser-level targeting.
To avoid any interruption of service, remove this targeting from any existing YouTube & Partners line items before the sunset date.
publisherReviewStatuses
field in creative resourcesStarting on June 26, 2024, the publisherReviewStatuses
field will sunset and will be empty when retrieving Creative
resources.
On August 1, 2023, insertion orders using outcome based buying, defined by a billableOutcome
field value of BILLABLE_OUTCOME_PAY_PER_CLICK
or BILLABLE_OUTCOME_PAY_PER_VIEWABLE_IMPRESSION
, and their child line items will be archived.
This change will affect the following requests:
- Attempting to use
advertisers.insertionOrders.createto create an insertion order using outcome based buying will return a400error - Attempting to use
advertisers.lineItems.create,advertisers.lineItems.duplicate, oradvertisers.lineItems.generateDefaultto create a line item under an insertion order using outcome based buying will return a400error - Given that archived resources are not included in
LISTrequests by default, impacted resources will no longer be returned byadvertisers.insertionOrders.listandadvertisers.lineItems.listmethods by default.
On June 21, 2023, advertisers.lineItems.list
will no longer support filtering by the following fields:
-
flight.triggerId -
targetedChannelId -
targetedNegativeKeywordListId -
warningMessages
Remove all filter logic using these four fields before June 21, 2023 to avoid an interruption of service.
budget.budget_segments.
date_range.end_date
and flight.dateRange.endDate
fields Initial Effective Date updated
On June 21, 2023, budget.budget_segments.
and flight.dateRange.endDate
will no longer be accepted fields in advertisers.insertionOrders.list
and advertisers.lineItems.list
filter
and orderBy
query parameters, respectively. After this date, requests using these fields in the filter
and orderBy
query parameters will return an error.
Remove all filter and order logic using these two fields before June 21, 2023 to avoid an interruption of service.
OR
operator usage between restrictions of different fields in LIST
filters
On June 21, 2023, LIST
request filter
parameters will no longer allow OR
logical operators to be used between restrictions of different fields.
For example, resources identified with filter string lineItemType="LINE_ITEM_TYPE_DISPLAY_DEFAULT" OR insertionOrderId="123"
must instead be retrieved using two LIST
requests with the following filter strings:
-
lineItemType="LINE_ITEM_TYPE_DISPLAY_DEFAULT" -
insertionOrderId="123"
Reference our how-to guide on filtering LIST
requests
for more details on the restrictions of logical operators.
Review the filter
query parameters of all your existing LIST
calls and verify that they are using the OR logical operator correctly before June 21, 2023 to avoid an interruption of service.
On May 30, 2023, existing usage limits will be replaced with a hybrid quota structure that does the following:
- Eliminates the requests per day per project quota.
- Institutes a requests per minute per advertiser per project quota for qualifying methods.
These new limits will allow greater flexibility in API usage and enable parallelization of requests across advertisers. Details of this change are in our existing quota limit documentation .
Timeline:
- May 20, 2023: You will no longer be able to assign
FirstAndThirdPartyAudienceresources with aAudienceTypeofACTIVITY_BASEDorFREQUENCY_CAPto line item or insertion order audience targeting. Requests assigning these audiences to a line item's audience targeting will return an error. This includesadvertisers.lineItems.duplicateandadvertisers.lineItems.generateDefaultrequests, if the created line item would include deprecated audiences in its audience targeting. - June 8, 2023: Impacted audiences will be removed from all line item and insertion order targeting and from all combined audiences. If a line item is not able to serve ads when these audiences are removed, they will be paused. On this date, these audiences will also no longer be retrievable using the
firstAndThirdPartyAudiencesservice.
Recommended Tasks:
- We recommend that you immediately stop using impacted audiences when making future updates to your line item targeting.
- Remove all impacted audiences from existing line item and insertion order targeting. Read about updating audience targeting in our Target Audiences guide .
Timeline:
- May 20, 2023: You will no longer be able to assign
GoogleAudienceresources with aGoogleAudienceTypeofGOOGLE_AUDIENCE_TYPE_INSTALLED_APPSorGOOGLE_AUDIENCE_TYPE_NEW_MOBILE_DEVICESto line item or insertion order audience targeting. Requests assigning these audiences to a line item's audience targeting will return an error. This includesadvertisers.lineItems.duplicateandadvertisers.lineItems.generateDefaultrequests, if the created line item would include deprecated audiences in its audience targeting. - June 8, 2023: Impacted audiences will be removed from all line item and insertion order targeting and from all combined audiences. If a line item is not able to serve ads when these audiences are removed, they will be paused. On this date, these audiences will also no longer be retrievable using the
googleAudiencesservice.
Recommended Tasks:
- We recommend that you immediately stop using impacted audiences when making future updates to your line item targeting.
- Remove all impacted audiences from existing line item and insertion order targeting. Read about updating audience targeting in our Target Audiences guide .
Timeline:
- May 17, 2023: Line items using manual triggers will stop serving in Display & Video 360. If you activate a manual trigger linked to an active line item after this date, the line item won't serve ads.
- August 1, 2023:
advertisers.manualTriggersservice in DV360 API v1 and v2,LINE_ITEM_FLIGHT_DATE_TYPE_TRIGGERenum value in DV360 API v1, and theLineItemFlight.triggerIdfield in DV360 API v1 will sunset. After this date, requests made to these services or to these fields will return an error.
Recommended actions:
- Immediately stop using manual triggers to start and stop line item serving.
- Stop making requests to the
advertisers.manualTriggersservice. - Update the
flight.flightDateTypeandflight.triggerIdfields for all line items using manual triggers.

