רוצים לשתף משוב על Google Ads API?
נרשמים כדי שנוכל להזמין אתכם להשתתף במחקר על התנהגות משתמשים.
אחזור מודעות רספונסיביות לרשת המדיה
כדי לאחזר את המודעות הרספונסיביות לרשת המדיה שיצרתם, צריך להפעיל את השיטה 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
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-03-04 (שעון UTC).
[null,null,["עדכון אחרון: 2025-03-04 (שעון UTC)."],[[["Retrieve your responsive display ads by using the `GoogleAdsService.SearchStream` method and filtering for `RESPONSIVE_DISPLAY_AD`."],["Utilize a query similar to the provided example to select specific data like ad group ID, ad ID, business name, descriptions, headlines, images, and status."],["The example query focuses on extracting information related to responsive display ads from ad group ad data within Google Ads."]]],[]]