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 ( |
Fields | |
---|---|
resourceName |
Immutable. The resource name of the campaign asset set. Asset set asset resource names have the form:
|
campaign |
Immutable. The campaign to which this asset set is linked. |
assetSet |
Immutable. The asset set which is linked to the campaign. |
status |
Output only. The status of the campaign asset set asset. Read-only. |
AssetSetLinkStatus
The possible statuses of he linkage between asset set and its container.
Enums | |
---|---|
UNSPECIFIED |
The status has not been specified. |
UNKNOWN |
The received value is not known in this version. This is a response-only value. |
ENABLED |
The linkage between asset set and its container is enabled. |
REMOVED |
The linkage between asset set and its container is removed. |