Caution: You are viewing documentation for the API's REST interface. Most of our official client libraries use gRPC. See the
REST Introduction for details.
CampaignAssetSet
CampaignAssetSet is the linkage between a campaign and an asset set. Adding a CampaignAssetSet links an asset set with a campaign.
JSON representation |
{
"resourceName": string,
"campaign": string,
"assetSet": string,
"status": enum (AssetSetLinkStatus )
} |
Fields |
resourceName |
string
Immutable. The resource name of the campaign asset set. Asset set asset resource names have the form: customers/{customerId}/campaignAssetSets/{campaignId}~{asset_set_id}
|
campaign |
string
Immutable. The campaign to which this asset set is linked.
|
assetSet |
string
Immutable. The asset set which is linked to the campaign.
|
status |
enum (AssetSetLinkStatus )
Output only. The status of the campaign asset set asset. Read-only.
|
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 2025-03-06 UTC.
[null,null,["Last updated 2025-03-06 UTC."],[[["CampaignAssetSet links an asset set with a campaign, establishing a connection for asset usage within the campaign."],["It's represented in JSON format with fields like resource name, campaign, asset set, and status, enabling data exchange and management."],["The `resourceName` follows a specific format: `customers/{customerId}/campaignAssetSets/{campaignId}~{asset_set_id}`."],["`campaign`, `assetSet`, and `resourceName` are immutable, indicating their values cannot be changed after creation."],["`status` field, read-only and output-only, provides the current state of the campaign asset set asset using the AssetSetLinkStatus enum."]]],["CampaignAssetSet connects a campaign and an asset set. Key information includes: `resourceName` (unique identifier), `campaign` (linked campaign), `assetSet` (linked asset set), and `status` (read-only status of the link). Adding a CampaignAssetSet establishes a link between a specific campaign and an asset set, defining their association. The fields `resourceName`, `campaign` and `assetSet` are immutable.\n"]]