Google Ads API에 있는 항목의 고유 식별자를 리소스라고 합니다.
예측 가능한 형식의 문자열로 표현됩니다. 알고 있는 경우
구성 요소인 경우 이 유틸리티를 사용하여
최종 리소스 이름을 생성합니다
PathLookupUtil
경로 조회 유틸리티는
해당 항목과 관련된 모든 관련 ID를 알고 있어야 합니다. 예를 들어 캠페인 리소스 이름은 customers/{customer_id}/campaigns/{campaign_id} 형식이므로 고객 ID와 캠페인 ID를 알고 있다면 경로 조회 유틸리티를 사용하여 다음과 같이 전체 리소스 이름을 구성할 수 있습니다.
client.path.campaign(customer_id, campaign_id)
다음에 따라 다른 ID를 사용하는 다른 항목 이름도 사용할 수 있습니다.
리소스 이름의 최종 형태입니다.
[[["이해하기 쉬움","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-09-12(UTC)"],[[["Resource names uniquely identify Google Ads entities and follow a predictable format."],["The PathLookupUtil helps construct resource names using known entity IDs, such as customer and campaign IDs."],["Resource name formats vary based on the specific entity and require corresponding entity IDs."]]],[]]