반응형 디스플레이 광고 만들기
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
다른 광고와 마찬가지로 광고는 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
를 통해 생성된 동영상 또는 애셋 개선 기능을 선택했는지 여부를 알려줍니다.
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-08-27(UTC)
[null,null,["최종 업데이트: 2025-08-27(UTC)"],[[["\u003cp\u003eResponsive display ads are created using \u003ccode\u003eAdGroupAdService.MutateAdGroupAds\u003c/code\u003e and can be added to standard Display campaigns.\u003c/p\u003e\n"],["\u003cp\u003eTo create a responsive display ad, you must populate required fields like marketing images, headlines, descriptions, and business name within the \u003ccode\u003eResponsiveDisplayAdInfo\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eCustomize ad colors using \u003ccode\u003emain_color\u003c/code\u003e and \u003ccode\u003eaccent_color\u003c/code\u003e, with \u003ccode\u003eallow_flexible_color\u003c/code\u003e controlling color variations.\u003c/p\u003e\n"],["\u003cp\u003eControl ad format with \u003ccode\u003eformat_setting\u003c/code\u003e, choosing between native (publisher-controlled rendering) and non-native (Google-optimized rendering).\u003c/p\u003e\n"],["\u003cp\u003eResponsive display ads provide insights into generated videos and asset enhancements through their \u003ccode\u003econtrol_spec\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Creating Responsive Display Ads\n\nAs with other ads, ad creation is accomplished using\n[`AdGroupAdService.MutateAdGroupAds`](/google-ads/api/reference/rpc/v21/AdGroupAdService#mutateadgroupads).\nYou can then add the responsive display ad to [standard Display\ncampaigns](//support.google.com/google-ads/answer/2404190).\n\nAd creation\n-----------\n\nTo create a responsive display ad, you need to populate the following required\nfields of [`ResponsiveDisplayAdInfo`](/google-ads/api/reference/rpc/v21/ResponsiveDisplayAdInfo):\n\n- `marketing_images`\n- `square_marketing_images`\n- `headlines`\n- `long_headline`\n- `descriptions`\n- `business name`\n\nAll other fields and images' specifications can be found in the\n[reference page](/google-ads/api/reference/rpc/v21/ResponsiveDisplayAdInfo) and the\n[Help Center article](//support.google.com/google-ads/answer/7005917).\n\nAdvanced features\n-----------------\n\nColor controls\n: You can customize colors for your responsive display ads to fit your branding\n needs by specifying\n [`main_color`](/google-ads/api/reference/rpc/v21/ResponsiveDisplayAdInfo#main_color) and\n [`accent_color`](/google-ads/api/reference/rpc/v21/ResponsiveDisplayAdInfo#accent_color). Set\n [`allow_flexible_color`](/google-ads/api/reference/rpc/v21/ResponsiveDisplayAdInfo#allow_flexible_color)\n to `true` when you want to let ads serve with different colors than what\n you've specified, when necessary.\n\nDisplay ad format setting\n\n: Responsive display ads can run as both native and non-native formats. The\n difference between the two formats is that native format rendering is\n controlled by publishers, whereas non-native format rendering is optimized by\n Google models, with advertisers' inputs---for example, color information\n from `main_color` and `accent_color`.\n\n You can set the\n [`format_setting`](/google-ads/api/reference/rpc/v21/ResponsiveDisplayAdInfo#format_setting)\n field to select the format that the ads should run as. However, you cannot\n set the `format_setting` to\n [`NATIVE`](/google-ads/api/reference/rpc/v21/DisplayAdFormatSettingEnum.DisplayAdFormatSetting#native)\n when\n [`allow_flexible_color`](/google-ads/api/reference/rpc/v21/ResponsiveDisplayAdInfo#allow_flexible_color)\n is `false`, as the coloring needs to be controlled by publishers in the case\n of native formats.\n\nAd controls\n\n: Responsive display ads can tell you if they've been opted in to generated\n videos or asset enhancements through their\n [`control_spec`](/google-ads/api/reference/rpc/v21/ResponsiveDisplayAdInfo#control_spec)."]]