Google Ads API に関するフィードバックをお寄せいただけますか?
登録して、ユーザー調査へのご参加をお待ちください。
レスポンシブ ディスプレイ広告を取得する
作成したレスポンシブ ディスプレイ広告を取得するには、広告タイプを RESPONSIVE_DISPLAY_AD
にフィルタするクエリを指定して GoogleAdsService.SearchStream
メソッドを呼び出します。次に例を示します。
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."]]],[]]