Bạn muốn chia sẻ ý kiến phản hồi về API Google Ads?
Đăng ký để được mời tham gia nghiên cứu người dùng!
Truy xuất quảng cáo hiển thị thích ứng
Để truy xuất quảng cáo hiển thị thích ứng mà bạn đã tạo, hãy gọi phương thức GoogleAdsService.SearchStream
bằng một truy vấn lọc các loại quảng cáo thành RESPONSIVE_DISPLAY_AD
.
Ví dụ:
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
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2025-03-04 UTC.
[null,null,["Cập nhật lần gần đây nhất: 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."]]],[]]