Google Ads API에 관한 의견을 공유하고 싶으신가요?
등록하여 사용자 연구에 참여하도록 초대받으세요.
리소스 이름
<ph type="x-smartling-placeholder">
Google Ads API에 있는 항목의 고유 식별자를 리소스라고 합니다.
예측 가능한 형식의 문자열로 표현됩니다. 알고 있는 경우
구성 요소인 경우 이 유틸리티를 사용하여
최종 리소스 이름을 생성합니다
ResourceNames 클래스
ResourceNames
클래스는 항목의 리소스 이름을 구성하는 방법입니다.
해당 항목과 관련된 모든 ID를 알고 있는 경우 예를 들어
캠페인 리소스 이름이 다음과 같은 형식입니다.
customers/{customer_id}/campaigns/{campaign_id}
고객을 알고 있다면
캠페인 ID가 있는 경우 ResourceNames
클래스를 사용하여 전체
리소스 이름을 입력합니다.
string campaignResourceName = ResourceNames.Campaign(customerId, campaignId),
다음에 따라 다른 ID를 사용하는 다른 항목 이름도 사용할 수 있습니다.
리소스 이름의 최종 형태입니다.
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-10-09(UTC)
[null,null,["최종 업데이트: 2024-10-09(UTC)"],[[["The Google Ads API client library for .NET will drop support for .NET 5.0 starting with version 19.0.0, urging users to upgrade to a newer version."],["Resource names are unique identifiers for entities in the Google Ads API, following a predictable format based on the entity's components."],["You can easily construct resource names using the `ResourceNames` class if you know the necessary IDs, such as customer and campaign IDs."]]],[]]