이
ResourceNames
유틸리티는 엔터티의 리소스 이름을 구성하는 방법입니다
해당 항목과 관련된 ID를 반환합니다. 예를 들어 캠페인 리소스 이름은
customers/<CUSTOMER_ID>/campaigns/<CAMPAIGN_ID> 형식입니다.
고객 ID와 캠페인 ID를 알고 싶다면 ResourceNames
유틸리티를 사용하여 전체 리소스 이름을 구성합니다.
$customerId에 고객 ID가 포함되고 $campaignId에 다음이 포함된 경우
사용하려면
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"]],["최종 업데이트: 2024-08-20(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."]]],[]]