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.
[[["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 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"]]