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."],[[["AdGroupAssetSet links an asset set with an ad group, establishing a connection for ad delivery."],["It's defined by `resourceName`, `adGroup`, `assetSet`, and `status` fields within a JSON structure."],["The `resourceName` uniquely identifies the AdGroupAssetSet, while `adGroup` and `assetSet` specify the linked entities."],["The `status` field reflects the current state of the AdGroupAssetSet, which is read-only."]]],["AdGroupAssetSet links an ad group and an asset set. It uses a JSON structure including `resourceName`, `adGroup`, `assetSet`, and `status`. The `resourceName` is a unique identifier, formatted as `customers/{customerId}/adGroupAssetSets/{adGroupId}~{asset_set_id}`. Both `adGroup` and `assetSet` are immutable, specifying the linked entities. The `status`, read-only, reflects the link's current state, utilizing the `AssetSetLinkStatus` enumeration. Creating this entry connects the specified asset set to the ad group.\n"]]