Chỉ có đầu ra. Tên tài nguyên cho tài nguyên SearchAds360Link này. Định dạng: properties/{propertyId}/searchAds360Links/{linkId}
Lưu ý: linkId không phải là mã nhận dạng nhà quảng cáo Search Ads 360
advertiserId
string
Không thể thay đổi. Trường này thể hiện Mã nhận dạng nhà quảng cáo của Nhà quảng cáo Search Ads 360 đã được liên kết.
campaignDataSharingEnabled
boolean
Không thể thay đổi. Cho phép nhập dữ liệu chiến dịch từ Search Ads 360 vào tài sản Google Analytics. Sau khi tạo mối liên kết, bạn chỉ có thể cập nhật thông tin này trong sản phẩm Search Ads 360. Nếu bạn không đặt trường này khi tạo, thì trường này sẽ được đặt mặc định là true.
costDataSharingEnabled
boolean
Không thể thay đổi. Cho phép nhập dữ liệu chi phí từ Search Ads 360 vào tài sản Google Analytics. Bạn chỉ có thể bật tính năng này nếu campaignDataSharingEnabled đang bật. Sau khi tạo mối liên kết, bạn chỉ có thể cập nhật thông tin này trong sản phẩm Search Ads 360. Nếu bạn không đặt trường này khi tạo, thì trường này sẽ được đặt mặc định là true.
advertiserDisplayName
string
Chỉ có đầu ra. Tên hiển thị của Nhà quảng cáo Search Ads 360. Cho phép người dùng dễ dàng xác định tài nguyên được liên kết.
adsPersonalizationEnabled
boolean
Bật tính năng quảng cáo được cá nhân hoá với hoạt động tích hợp này. Nếu bạn không đặt trường này khi tạo, thì trường này sẽ được đặt mặc định là true.
siteStatsSharingEnabled
boolean
Cho phép xuất số liệu thống kê trang web bằng tính năng tích hợp này. Nếu bạn không đặt trường này khi tạo, thì trường này sẽ được đặt mặc định là true.
[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 2025-07-26 UTC."],[[["\u003cp\u003eSearchAds360Link connects a Google Analytics 4 property with a Search Ads 360 entity, enabling data sharing and personalized advertising.\u003c/p\u003e\n"],["\u003cp\u003eThis link facilitates importing campaign and cost data from Search Ads 360 into Google Analytics 4, enhancing analysis and insights.\u003c/p\u003e\n"],["\u003cp\u003eSearchAds360Link resources can be created, deleted, retrieved, listed, and updated through dedicated API methods.\u003c/p\u003e\n"],["\u003cp\u003eKey data shared includes advertiser ID, campaign data, cost data, display name, and personalized advertising settings.\u003c/p\u003e\n"],["\u003cp\u003eData sharing settings like \u003ccode\u003ecampaignDataSharingEnabled\u003c/code\u003e, \u003ccode\u003ecostDataSharingEnabled\u003c/code\u003e, \u003ccode\u003eadsPersonalizationEnabled\u003c/code\u003e, and \u003ccode\u003esiteStatsSharingEnabled\u003c/code\u003e are immutable after creation and managed through Search Ads 360.\u003c/p\u003e\n"]]],["A Search Ads 360 link connects a Google Analytics property to a Search Ads 360 entity, using a unique `linkId`. It involves sharing data, including `campaignData`, `costData`, and `siteStats`. The link can be created, deleted, retrieved, listed, or updated. Key fields include `advertiserId`, `campaignDataSharingEnabled`, `costDataSharingEnabled`, `adsPersonalizationEnabled`, and `siteStatsSharingEnabled`, with defaults set to true upon creation if not specified. `name` and `advertiserDisplayName` are output only fields.\n"],null,["# REST Resource: properties.searchAds360Links\n\n- [Resource: SearchAds360Link](#SearchAds360Link)\n - [JSON representation](#SearchAds360Link.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: SearchAds360Link\n--------------------------\n\nA link between a Google Analytics property and a Search Ads 360 entity.\n\n| JSON representation |\n|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"name\": string, \"advertiserId\": string, \"campaignDataSharingEnabled\": boolean, \"costDataSharingEnabled\": boolean, \"advertiserDisplayName\": string, \"adsPersonalizationEnabled\": boolean, \"siteStatsSharingEnabled\": boolean } ``` |\n\n| Fields ||\n|------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Output only. The resource name for this SearchAds360Link resource. Format: properties/{propertyId}/searchAds360Links/{linkId} Note: linkId is not the Search Ads 360 advertiser ID |\n| `advertiserId` | `string` Immutable. This field represents the Advertiser ID of the Search Ads 360 Advertiser. that has been linked. |\n| `campaignDataSharingEnabled` | `boolean` Immutable. Enables the import of campaign data from Search Ads 360 into the Google Analytics property. After link creation, this can only be updated from the Search Ads 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 Search Ads 360 to the Google Analytics property. This can only be enabled if campaignDataSharingEnabled is enabled. After link creation, this can only be updated from the Search Ads 360 product. If this field is not set on create, it will be defaulted to true. |\n| `advertiserDisplayName` | `string` Output only. The display name of the Search Ads 360 Advertiser. Allows users to easily identify the linked resource. |\n| `adsPersonalizationEnabled` | `boolean` Enables personalized advertising features with this integration. If this field is not set on create, it will be defaulted to true. |\n| `siteStatsSharingEnabled` | `boolean` Enables export of site stats with this integration. 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.searchAds360Links/create) | Creates a SearchAds360Link. |\n| ### [delete](/analytics/devguides/config/admin/v1/rest/v1alpha/properties.searchAds360Links/delete) | Deletes a SearchAds360Link on a property. |\n| ### [get](/analytics/devguides/config/admin/v1/rest/v1alpha/properties.searchAds360Links/get) | Look up a single SearchAds360Link |\n| ### [list](/analytics/devguides/config/admin/v1/rest/v1alpha/properties.searchAds360Links/list) | Lists all SearchAds360Links on a property. |\n| ### [patch](/analytics/devguides/config/admin/v1/rest/v1alpha/properties.searchAds360Links/patch) | Updates a SearchAds360Link on a property. |"]]