Interested in sharing your feedback about the Google Ads API?
Sign up to be invited to participate in user research!
CustomerAsset
Stay organized with collections
Save and categorize content based on your preferences.
A link between a customer and an asset.
Fields |
resource_name
|
string
Immutable. The resource name of the customer asset. CustomerAsset resource names have the form: customers/{customer_id}/customerAssets/{asset_id}~{field_type}
|
asset
|
string
Required. Immutable. The asset which is linked to the customer.
|
field_type
|
AssetFieldType
Required. Immutable. Role that the asset takes for the customer link.
|
source
|
AssetSource
Output only. Source of the customer asset link.
|
status
|
AssetLinkStatus
Status of the customer asset.
|
primary_status
|
AssetLinkPrimaryStatus
Output only. Provides the PrimaryStatus of this asset link. Primary status is meant essentially to differentiate between the plain "status" field, which has advertiser set values of enabled, paused, or removed. The primary status takes into account other signals (for assets its mainly policy and quality approvals) to come up with a more comprehensive status to indicate its serving state.
|
primary_status_details[]
|
AssetLinkPrimaryStatusDetails
Output only. Provides the details of the primary status and its associated reasons.
|
primary_status_reasons[]
|
AssetLinkPrimaryStatusReason
Output only. Provides a list of reasons for why an asset is not serving or not serving at full capacity.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-11-25 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-25 UTC."],[[["Represents a connection between a customer and an asset, defining the asset's role for the customer."],["Contains essential information like the linked asset, its role (`field_type`), and the link's status."],["Includes primary status details, offering a comprehensive view of the asset's serving state, considering policy and quality approvals in addition to the basic status."],["Captures reasons behind an asset's limited or non-serving state through `primary_status_reasons`."],["Utilizes unique resource names in the format `customers/{customer_id}/customerAssets/{asset_id}~{field_type}` for identification."]]],["This content details the structure of a customer-asset link. Key information includes the `resource_name`, identifying the link with customer and asset IDs, and the `asset` itself, which is required. The `field_type` denotes the asset's role. The `source` indicates the link's origin. `status` shows if it is enabled, paused, or removed. `primary_status` with `primary_status_details[]` and `primary_status_reasons[]` provide in depth information about serving state.\n"]]