Google Ads API에 관한 의견을 공유하고 싶으신가요?
등록하여 사용자 연구에 참여하도록 초대받으세요.
반응형 검색 광고 가져오기
만든 반응형 검색 광고를 가져오려면 광고 유형을 RESPONSIVE_SEARCH_AD
로 필터링하는 쿼리와 함께 GoogleAdsService.SearchStream
메서드를 호출하세요.
예를 들면 다음과 같습니다.
SELECT
ad_group.id,
ad_group_ad.ad.id,
ad_group_ad.ad.responsive_search_ad.headlines,
ad_group_ad.ad.responsive_search_ad.descriptions,
ad_group_ad.status
FROM ad_group_ad
WHERE ad_group_ad.ad.type = RESPONSIVE_SEARCH_AD
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-11-08(UTC)
[null,null,["최종 업데이트: 2024-11-08(UTC)"],[[["Retrieve your created responsive search ads using the `GoogleAdsService.SearchStream` method and a query that filters for `RESPONSIVE_SEARCH_AD` type."],["The provided example query selects ad group and ad IDs, headlines, descriptions, and status for responsive search ads."]]],[]]