रिस्पॉन्सिव डिसप्ले विज्ञापन वापस पाना

आपने जो रिस्पॉन्सिव डिसप्ले विज्ञापन बनाए हैं उन्हें वापस पाने के लिए, GoogleAdsService.SearchStream वाले तरीके को ऐसी क्वेरी के साथ कॉल करें जो विज्ञापन के टाइप को RESPONSIVE_DISPLAY_AD के हिसाब से फ़िल्टर करती हो. उदाहरण के लिए:

SELECT
  ad_group.id,
  ad_group_ad.ad.id,
  ad_group_ad.ad.responsive_display_ad.business_name,
  ad_group_ad.ad.responsive_display_ad.descriptions,
  ad_group_ad.ad.responsive_display_ad.headlines,
  ad_group_ad.ad.responsive_display_ad.long_headline,
  ad_group_ad.ad.responsive_display_ad.marketing_images,
  ad_group_ad.ad.responsive_display_ad.square_marketing_images,
  ad_group_ad.status
FROM ad_group_ad
WHERE ad_group_ad.ad.type = RESPONSIVE_DISPLAY_AD