An asset group. AssetGroupAsset is used to link an asset to the asset group. AssetGroupSignal is used to associate a signal to an asset group.
JSON representation |
---|
{ "resourceName": string, "id": string, "campaign": string, "name": string, "finalUrls": [ string ], "finalMobileUrls": [ string ], "status": enum ( |
Fields | |
---|---|
resourceName |
Immutable. The resource name of the asset group. Asset group resource names have the form:
|
id |
Output only. The ID of the asset group. |
campaign |
Immutable. The campaign with which this asset group is associated. The asset which is linked to the asset group. |
name |
Required. Name of the asset group. Required. It must have a minimum length of 1 and maximum length of 128. It must be unique under a campaign. |
finalUrls[] |
A list of final URLs after all cross domain redirects. In performance max, by default, the urls are eligible for expansion unless opted out. |
finalMobileUrls[] |
A list of final mobile URLs after all cross domain redirects. In performance max, by default, the urls are eligible for expansion unless opted out. |
status |
The status of the asset group. |
path1 |
First part of text that may appear appended to the url displayed in the ad. |
path2 |
Second part of text that may appear appended to the url displayed in the ad. This field can only be set when path1 is set. |
adStrength |
Output only. Overall ad strength of this asset group. |
AssetGroupStatus
The possible statuses of an asset group.
Enums | |
---|---|
UNSPECIFIED |
The status has not been specified. |
UNKNOWN |
The received value is not known in this version. |
ENABLED |
The asset group is enabled. |
PAUSED |
The asset group is paused. |
REMOVED |
The asset group is removed. |