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. |
primaryStatus |
Output only. The primary status of the asset group. Provides insights into why an asset group is not serving or not serving optimally. |
primaryStatusReasons[] |
Output only. Provides reasons into why an asset group is not serving or not serving optimally. It will be empty when the asset group is serving without issues. |
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. |
AssetGroupPrimaryStatus
Enum describing the possible asset group primary status. Provides insights into why an asset group is not serving or not serving optimally.
Enums | |
---|---|
UNSPECIFIED |
Not specified. |
UNKNOWN |
Used for return value only. Represents value unknown in this version. |
ELIGIBLE |
The asset group is eligible to serve. |
PAUSED |
The asset group is paused. |
REMOVED |
The asset group is removed. |
NOT_ELIGIBLE |
The asset group is not eligible to serve. |
LIMITED |
The asset group has limited servability. |
PENDING |
The asset group is pending approval and may serve in the future. |
AssetGroupPrimaryStatusReason
Enum describing the possible asset group primary status reasons. Provides reasons into why an asset group is not serving or not serving optimally. It will be empty when the asset group is serving without issues.
Enums | |
---|---|
UNSPECIFIED |
Not specified. |
UNKNOWN |
Used for return value only. Represents value unknown in this version. |
ASSET_GROUP_PAUSED |
The user-specified asset group status is paused. Contributes to AssetGroupPrimaryStatus.PAUSED |
ASSET_GROUP_REMOVED |
The user-specified asset group status is removed. Contributes to AssetGroupPrimaryStatus.REMOVED. |
CAMPAIGN_REMOVED |
The user-specified campaign status is removed. Contributes to AssetGroupPrimaryStatus.NOT_ELIGIBLE. |
CAMPAIGN_PAUSED |
The user-specified campaign status is paused. Contributes to AssetGroupPrimaryStatus.NOT_ELIGIBLE. |
CAMPAIGN_PENDING |
The user-specified time for this campaign to start is in the future. Contributes to AssetGroupPrimaryStatus.NOT_ELIGIBLE. |
CAMPAIGN_ENDED |
The user-specified time for this campaign to end has passed. Contributes to AssetGroupPrimaryStatus.NOT_ELIGIBLE. |
ASSET_GROUP_LIMITED |
The asset group is approved but only serves in limited capacity due to policies. Contributes to AssetGroupPrimaryStatus.LIMITED. |
ASSET_GROUP_DISAPPROVED |
The asset group has been marked as disapproved. Contributes to AssetGroupPrimaryStatus.NOT_ELIGIBLE. |
ASSET_GROUP_UNDER_REVIEW |
The asset group has not completed policy review. Contributes to AssetGroupPrimaryStatus.PENDING. |