Google 애널리틱스용 MCP 서버를 사용해 보세요.
GitHub에서 설치하고
공지사항에서 자세한 내용을 확인하세요.
REST Resource: properties.displayVideo360AdvertiserLinks
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
리소스: DisplayVideo360AdvertiserLink
Google 애널리틱스 속성과 Display & Video 360 광고주 간의 연결입니다.
JSON 표현 |
{
"name": string,
"advertiserId": string,
"advertiserDisplayName": string,
"adsPersonalizationEnabled": boolean,
"campaignDataSharingEnabled": boolean,
"costDataSharingEnabled": boolean
} |
필드 |
name |
string
출력 전용입니다. 이 DisplayVideo360AdvertiserLink 리소스의 리소스 이름입니다. 형식: properties/{propertyId}/displayVideo360AdvertiserLinks/{linkId} 참고: linkId는 Display & Video 360 광고주 ID가 아닙니다.
|
advertiserId |
string
변경할 수 없습니다. Display & Video 360 광고주의 광고주 ID입니다.
|
advertiserDisplayName |
string
출력 전용입니다. Display & Video 360 광고주의 표시 이름입니다.
|
adsPersonalizationEnabled |
boolean
이 통합으로 개인 맞춤 광고 기능을 사용 설정합니다. 생성/업데이트 시 이 필드가 설정되지 않으면 기본값은 true입니다.
|
campaignDataSharingEnabled |
boolean
변경할 수 없습니다. Display & Video 360에서 Google 애널리틱스 속성으로 캠페인 데이터를 가져올 수 있도록 합니다. 연결을 만든 후에는 Display & Video 360 제품에서만 업데이트할 수 있습니다. 만들 때 이 필드를 설정하지 않으면 기본값은 true입니다.
|
costDataSharingEnabled |
boolean
변경할 수 없습니다. Display & Video 360에서 Google 애널리틱스 속성으로 비용 데이터를 가져올 수 있습니다. campaignDataSharingEnabled 이 true인 경우에만 사용 설정할 수 있습니다. 연결을 만든 후에는 Display & Video 360 제품에서만 업데이트할 수 있습니다. 만들 때 이 필드를 설정하지 않으면 기본값은 true입니다.
|
메서드 |
|
DisplayVideo360AdvertiserLink를 만듭니다. |
|
속성에서 DisplayVideo360AdvertiserLink를 삭제합니다. |
|
단일 DisplayVideo360AdvertiserLink 조회 |
|
속성의 모든 DisplayVideo360AdvertiserLinks를 나열합니다. |
|
속성의 DisplayVideo360AdvertiserLink를 업데이트합니다. |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-07-26(UTC)
[null,null,["최종 업데이트: 2025-07-26(UTC)"],[[["\u003cp\u003eDisplayVideo360AdvertiserLink resource allows linking a Google Analytics 4 property and a Display & Video 360 advertiser.\u003c/p\u003e\n"],["\u003cp\u003eThis link enables features like personalized advertising, importing campaign data, and importing cost data from Display & Video 360 to GA4.\u003c/p\u003e\n"],["\u003cp\u003eUsers can manage these links using methods such as creating, deleting, retrieving, listing, and updating.\u003c/p\u003e\n"],["\u003cp\u003eSome features, like campaign and cost data sharing, are immutable after initial creation and require updates through the Display & Video 360 product.\u003c/p\u003e\n"],["\u003cp\u003eBy default, personalized advertising, campaign data sharing, and cost data sharing are enabled if not specified during link creation.\u003c/p\u003e\n"]]],["The DisplayVideo360AdvertiserLink resource connects a Google Analytics property to a Display & Video 360 advertiser. Key data includes `advertiserId`, `advertiserDisplayName`, and settings for `adsPersonalizationEnabled`, `campaignDataSharingEnabled`, and `costDataSharingEnabled`. You can create, delete, get, list, and update these links via corresponding methods. Sharing campaign and cost data must be enabled via Display & Video 360 after initial creation, and cost data sharing requires campaign data sharing to be enabled.\n"],null,["# REST Resource: properties.displayVideo360AdvertiserLinks\n\n- [Resource: DisplayVideo360AdvertiserLink](#DisplayVideo360AdvertiserLink)\n - [JSON representation](#DisplayVideo360AdvertiserLink.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: DisplayVideo360AdvertiserLink\n---------------------------------------\n\nA link between a Google Analytics property and a Display \\& Video 360 advertiser.\n\n| JSON representation |\n|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"name\": string, \"advertiserId\": string, \"advertiserDisplayName\": string, \"adsPersonalizationEnabled\": boolean, \"campaignDataSharingEnabled\": boolean, \"costDataSharingEnabled\": boolean } ``` |\n\n| Fields ||\n|------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Output only. The resource name for this DisplayVideo360AdvertiserLink resource. Format: properties/{propertyId}/displayVideo360AdvertiserLinks/{linkId} Note: linkId is not the Display \\& Video 360 Advertiser ID |\n| `advertiserId` | `string` Immutable. The Display \\& Video 360 Advertiser's advertiser ID. |\n| `advertiserDisplayName` | `string` Output only. The display name of the Display \\& Video 360 Advertiser. |\n| `adsPersonalizationEnabled` | `boolean` Enables personalized advertising features with this integration. If this field is not set on create/update, it will be defaulted to true. |\n| `campaignDataSharingEnabled` | `boolean` Immutable. Enables the import of campaign data from Display \\& Video 360 into the Google Analytics property. After link creation, this can only be updated from the Display \\& Video 360 product. If this field is not set on create, it will be defaulted to true. |\n| `costDataSharingEnabled` | `boolean` Immutable. Enables the import of cost data from Display \\& Video 360 into the Google Analytics property. This can only be enabled if `campaignDataSharingEnabled` is true. After link creation, this can only be updated from the Display \\& Video 360 product. If this field is not set on create, it will be defaulted to true. |\n\n| Methods ------- ||\n|------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------|\n| ### [create](/analytics/devguides/config/admin/v1/rest/v1alpha/properties.displayVideo360AdvertiserLinks/create) | Creates a DisplayVideo360AdvertiserLink. |\n| ### [delete](/analytics/devguides/config/admin/v1/rest/v1alpha/properties.displayVideo360AdvertiserLinks/delete) | Deletes a DisplayVideo360AdvertiserLink on a property. |\n| ### [get](/analytics/devguides/config/admin/v1/rest/v1alpha/properties.displayVideo360AdvertiserLinks/get) | Look up a single DisplayVideo360AdvertiserLink |\n| ### [list](/analytics/devguides/config/admin/v1/rest/v1alpha/properties.displayVideo360AdvertiserLinks/list) | Lists all DisplayVideo360AdvertiserLinks on a property. |\n| ### [patch](/analytics/devguides/config/admin/v1/rest/v1alpha/properties.displayVideo360AdvertiserLinks/patch) | Updates a DisplayVideo360AdvertiserLink on a property. |"]]