Google Ads API에 사용되는 리소스 이름은 Google Ads 내 항목의 조직을 반영하는 계층 구조입니다. 거의 모든 리소스는 Customer 리소스의 하위 리소스입니다. 이는 거의 모든 API 호출이 특정 Google Ads 계정을 타겟팅해야 한다는 사실을 반영합니다. 예를 들어 캠페인, 광고 그룹, 광고, 키워드는 모두 루트 고객 리소스의 하위 리소스입니다.
Google Ads 항목 (고객, 캠페인 등)은 API 전반에서 리소스 이름으로 참조됩니다. 그러나 리소스 이름 자체에 계층 구조의 각 객체를 식별하는 고유한 숫자 리소스 ID가 있을 수 있다는 점에 유의해야 합니다. 이 경우 리소스 이름을 파싱하여 이러한 리소스 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"]],["최종 업데이트: 2025-03-12(UTC)"],[[["Google Ads API resource names are hierarchical, reflecting the Google Ads account structure, with most resources being sub-resources of the `Customer` resource."],["Resource names contain unique numerical IDs that identify each object within the hierarchy and can be parsed to derive new resource names."],["Resource names are represented by the `resourceName` field in JSON request/response bodies."],["Shared objects, like negative keyword lists, have resource names relative to the account used to access them, differing between manager and client accounts."]]],["The Google Ads API employs a hierarchical structure for resource names, with most resources being sub-resources of the `Customer`. Resource names are relative, using a format like `customers/1234567890/campaigns/8765432109`. Entities are identified by unique numerical resource IDs, extractable from resource names. Shared objects like conversion actions have different resource names depending on the accessing account, reflecting a relative association. API requests and responses use the `resourceName` field.\n"]]