หากสนใจแชร์ความคิดเห็นเกี่ยวกับ Google Ads API
ลงชื่อสมัครเพื่อรับคำเชิญให้เข้าร่วมการศึกษาวิจัยผู้ใช้
การดึงข้อมูลโฆษณา Search ที่ปรับเปลี่ยนตามบริบท
หากต้องการเรียกข้อมูลโฆษณา Search ที่ปรับเปลี่ยนตามบริบทที่คุณสร้างขึ้น ให้เรียกใช้เมธอด 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
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-03-04 UTC
[null,null,["อัปเดตล่าสุด 2025-03-04 UTC"],[[["Retrieve your created responsive search ads using the `GoogleAdsService.SearchStream` method and a query that filters for `RESPONSIVE_SEARCH_AD` type."],["The provided example query selects ad group and ad IDs, headlines, descriptions, and status for responsive search ads."]]],[]]