REST Resource: properties.googleAdsLinks
리소스: GoogleAdsLink
Google 애널리틱스 속성과 Google Ads 계정 간의 연결입니다.
JSON 표현 |
{
"name": string,
"customerId": string,
"canManageClients": boolean,
"adsPersonalizationEnabled": boolean,
"createTime": string,
"updateTime": string,
"creatorEmailAddress": string
} |
필드 |
name |
string
출력 전용입니다. 형식: properties/{propertyId}/googleAdsLinks/{googleAdsLinkId} 참고: googleAdsLinkId는 Google Ads 고객 ID가 아닙니다.
|
customerId |
string
변경할 수 없습니다. Google Ads 고객 ID를 입력하세요.
|
canManageClients |
boolean
출력 전용입니다. 이 링크가 Google Ads 관리자 계정에 연결된 경우 true입니다.
|
adsPersonalizationEnabled |
boolean
이 통합으로 개인 맞춤 광고 기능을 사용 설정합니다. Google 애널리틱스 잠재고객 목록 및 Google 애널리틱스 리마케팅 이벤트/매개변수를 연결된 Google Ads 계정에 자동으로 게시합니다. 생성/업데이트 시 이 필드가 설정되지 않으면 기본값은 true입니다.
|
createTime |
string (Timestamp format)
출력 전용입니다. 이 연결이 처음 생성된 시간입니다. 생성된 출력은 항상 Z-정규화되고 소수점 이하 자릿수가 0, 3, 6 또는 9인 RFC 3339를 사용합니다. 'Z' 이외의 오프셋도 허용됩니다. 예를 들면 "2014-10-02T15:01:23Z" , "2014-10-02T15:01:23.045123456Z" 또는 "2014-10-02T15:01:23+05:30" 입니다.
|
updateTime |
string (Timestamp format)
출력 전용입니다. 이 링크가 마지막으로 업데이트된 시간입니다. 생성된 출력은 항상 Z-정규화되고 소수점 이하 자릿수가 0, 3, 6 또는 9인 RFC 3339를 사용합니다. 'Z' 이외의 오프셋도 허용됩니다. 예를 들면 "2014-10-02T15:01:23Z" , "2014-10-02T15:01:23.045123456Z" 또는 "2014-10-02T15:01:23+05:30" 입니다.
|
creatorEmailAddress |
string
출력 전용입니다. 링크를 만든 사용자의 이메일 주소입니다. 이메일 주소를 가져올 수 없는 경우 빈 문자열이 반환됩니다.
|
메서드 |
|
GoogleAdsLink를 만듭니다. |
|
속성에서 GoogleAdsLink를 삭제합니다. |
|
속성의 GoogleAdsLinks를 나열합니다. |
|
속성의 GoogleAdsLink 업데이트 |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-01-30(UTC)
[null,null,["최종 업데이트: 2025-01-30(UTC)"],[[["A GoogleAdsLink connects a Google Analytics 4 property and a Google Ads account, enabling features like personalized advertising and remarketing."],["GoogleAdsLinks can be managed through the Google Analytics Admin API, allowing for creation, deletion, listing, and updates."],["Key GoogleAdsLink data includes `name`, `customerId`, `canManageClients`, `adsPersonalizationEnabled`, creation and update timestamps, and the creator's email address."],["This resource enables data sharing between Google Analytics 4 and Google Ads for enhanced advertising and marketing insights."]]],["GoogleAdsLink represents a connection between a Google Analytics property and a Google Ads account. Key information includes the link's `name`, `customerId`, creation and update timestamps, and creator's email. It also indicates if it manages a Google Ads manager account and if personalized advertising is enabled. The resource provides methods to `create`, `delete`, `list`, and `patch` (update) GoogleAdsLinks, and a JSON representation is provided for data formatting.\n"]]