擷取回應式搜尋廣告

如要擷取您建立的回應式搜尋廣告,請使用將廣告類型篩選為 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