想分享對 Google Ads API 的意見嗎?
立即註冊,等待受邀參與使用者研究調查!
製作回應式多媒體廣告
與其他廣告相同,您可以使用 AdGroupAdService.MutateAdGroupAds
建立廣告。接著,您就可以在標準多媒體廣告活動中加入回應式多媒體廣告。
廣告製作
如要建立回應式多媒體廣告,您必須填入 ResponsiveDisplayAdInfo
的下列必填欄位:
marketing_images
square_marketing_images
headlines
long_headline
descriptions
business name
如要瞭解所有其他欄位和圖片的規格,請參閱參考資料頁面和說明中心文章。
進階功能
- 色彩控制
- 您可以指定
main_color
和 accent_color
,依據品牌需求自訂回應式多媒體廣告的顏色。如果想讓廣告以與您指定的顏色不同的放送,請將 allow_flexible_color
設為 true
。 - 多媒體廣告格式設定
回應式多媒體廣告可做為原生和非原生格式。這兩種格式的差異在於,原生格式轉譯是由發布商控管,Google 模型會透過廣告主的輸入內容,最佳化非原生格式顯示作業,例如來自 main_color
和 accent_color
的顏色資訊。
您可以設定 format_setting
欄位,選取廣告應採用的格式。不過,當 allow_flexible_color
是 false
時,就無法將 format_setting
設為 NATIVE
,因為如果是原生格式,由發布者控制顏色。
- 廣告控制選項
回應式多媒體廣告會透過 control_spec
,告知您是否已啟用生成影片或素材資源強化功能。
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-03-04 (世界標準時間)。
[null,null,["上次更新時間:2025-03-04 (世界標準時間)。"],[[["Responsive display ads are created using `AdGroupAdService.MutateAdGroupAds` and can be added to standard Display campaigns."],["To create a responsive display ad, you must populate required fields like marketing images, headlines, descriptions, and business name within the `ResponsiveDisplayAdInfo`."],["Customize ad colors using `main_color` and `accent_color`, with `allow_flexible_color` controlling color variations."],["Control ad format with `format_setting`, choosing between native (publisher-controlled rendering) and non-native (Google-optimized rendering)."],["Responsive display ads provide insights into generated videos and asset enhancements through their `control_spec`."]]],[]]