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
로
설정합니다.
- 디스플레이 광고 형식 설정
반응형 디스플레이 광고는 네이티브 및 비네이티브 형식으로 모두 게재할 수 있습니다. 두 형식의 차이점은 네이티브 형식 렌더링은 게시자가 제어하는 반면 비 네이티브 형식 렌더링은 광고주 입력(예: main_color
및 accent_color
의 색상 정보)으로 Google 모델에 의해 최적화된다는 점입니다.
format_setting
필드를
설정하여
광고 실행 형식을 선택할 수 있습니다. 그러나 allow_flexible_color
가 false
일 때는 format_setting
를 NATIVE
로 설정할 수 없습니다. 네이티브 형식의 경우 게시자가 색상을 제어해야 하기 때문입니다.
- 광고 관리
반응형 디스플레이 광고는 control_spec
를 통해 생성된 동영상 또는 애셋 개선 기능을 사용하도록 선택했는지 확인할 수 있습니다.
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-06-26(UTC)
[null,null,["최종 업데이트: 2024-06-26(UTC)"],[[["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`."]]],[]]