כדי לאחזר את המודעות הרספונסיביות לרשת החיפוש שיצרתם, קוראים לפונקציה
אמצעי תשלום GoogleAdsService.SearchStream
עם שאילתה שמסננת סוגי מודעות
RESPONSIVE_SEARCH_AD
לדוגמה:
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