หากสนใจแชร์ความคิดเห็นเกี่ยวกับ Google Ads API
ลงชื่อสมัครเพื่อรับคำเชิญให้เข้าร่วมการศึกษาวิจัยผู้ใช้
การดึงข้อมูลโฆษณา Display ที่ปรับเปลี่ยนตามพื้นที่โฆษณา
หากต้องการเรียกข้อมูลโฆษณา Display ที่ปรับเปลี่ยนตามพื้นที่โฆษณาที่คุณสร้างขึ้น ให้เรียกใช้เมธอด 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
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 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."]]],[]]