获取自适应搜索广告

如需检索您制作的自适应搜索广告,请使用过滤条件为 RESPONSIVE_SEARCH_AD 过滤广告类型的查询调用 GoogleAdsService.SearchStream 方法。例如:

SELECT
  ad_group.id,
  ad_group_ad.ad.id,
  ad_group_ad.ad.responsive_search_ad.headlines,
  ad_group_ad.ad.responsive_search_ad.descriptions,
  ad_group_ad.status
FROM ad_group_ad
WHERE ad_group_ad.ad.type = RESPONSIVE_SEARCH_AD