bookmark_borderbookmark
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
ResourceNames 유틸리티는 항목과 관련된 모든 관련 ID를 알고 있는 경우 항목의 리소스 이름을 구성하는 방법입니다. 예를 들어 캠페인 리소스 이름은 customers/<CUSTOMER_ID>/campaigns/<CAMPAIGN_ID> 형식이므로 고객 ID와 캠페인 ID를 알고 있다면 ResourceNames 유틸리티를 사용하여 전체 리소스 이름을 구성할 수 있습니다.
$customerId에 고객 ID가 포함되어 있고 $campaignId에 캠페인 ID가 포함되어 있는 경우 아래와 같이 forCampaign을 사용하여 캠페인의 리소스 이름을 가져올 수 있습니다.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-03-29(UTC)"],[[["The `ResourceNames` utility helps build resource names for Google Ads entities using their respective IDs."],["You need to provide the necessary IDs, like customer ID and campaign ID, to construct a specific resource name."],["Each Google Ads entity type has a unique set of IDs required for its resource name, such as ad group criteria needing customer ID, ad group ID, and criterion ID."],["`ResourceNames` offers functions like `forCampaign` to easily generate resource names for specific entities."]]],[]]