The Google Ads API v24 release introduces new features and updates requiring client library and code upgrades. The updated client libraries and code examples are available, and a live walkthrough event is scheduled for April 23rd, with recordings accessible afterward.
New Features
- Support for Conversions with Cart Data:
This feature extends conversion tracking by including product details sold per transaction, enabling advanced sales and profit reporting.
Key additions include:- A new resource,
CartDataSalesView, allowing segmentation of conversion metrics by products sold, such asproduct_sold_brand. - New “all” non-biddable metrics like
all_cost_of_goods_sold_microsthat include conversions not actively optimized by campaigns. - The
conversion_attribution_event_typesegment added toShoppingPerformanceViewto differentiate conversions attributed to clicks or views, essential for cart data stats.
- A new resource,
Updated Features
- Video Content Exclusion Settings:
Simplified to apply at the customer level instead of individual campaigns, providing better control over excluding certain video content types. - AudienceInsightsService:
TheInsightsAudience.topic_audience_combinationsfield moved to thecommonnamespace, requiring import updates in some languages. - ReachPlanService:
Theyoutube_select_lineupsfield moved toyoutube_select_lineup_targeting. YouTube Select Lineups are reservation products targeting top YouTube channels with engaged audiences. - ContentCreatorInsightsService:
Theis_brand_connect_creatorfield removed; users should now check forCREATOR_PARTNERSHIPSinpartnership_opportunitiesto find YouTube creator partnerships. - KeywordPlanIdeaService:
Introduced an updatedGenerateKeywordForecastMetricsmethod to streamline forecasting by focusing on key performance metrics. - Campaign Budget Resource:
Removed thead_sub_network_typesegment due to incompatibility. - Asset Views:
Theclick_typesegment removed fromad_group_asset,campaign_asset, andcustomer_assetviews to align with product changes; useclick_typefromad_group_adfor ad performance details. - Video Responsive Ad:
VideoResponsiveAdInfois now mutable;videos,business_name, andlogo_imagesare required fields inDemandGenVideoResponsiveAdInfoandVideoResponsiveAdInfo. - ShareablePreviewService:
UpdatedGenerateShareablePreviewsto disallow partial failures; requests will throw errors if any ID fails.
Additional Resources and Support
- Release notes, upgrade guides, references, and a diff between v24 and v23 are available for developers.
- Technical support can be accessed via the Google Ads API support page.
The release aims to enhance conversion tracking, simplify campaign settings, and improve forecasting and insights, requiring developers to update their implementations accordingly.










