AI-generated Key Takeaways
-
AssetGroupSignal represents a signal within an asset group, used by performance max campaigns to identify users likely to convert and find new similar audiences across various platforms.
-
The
resource_name
is an immutable string uniquely identifying the asset group signal with the formatcustomers/{customer_id}/assetGroupSignals/{asset_group_id}~{signal_id}
. -
The
signal
field is a union that can be either anaudience
of typeAudienceInfo
or asearch_theme
of typeSearchThemeInfo
, both of which are immutable signals used by the performance max campaign.
AssetGroupSignal represents a signal in an asset group. The existence of a signal tells the performance max campaign who's most likely to convert. Performance Max uses the signal to look for new people with similar or stronger intent to find conversions across Search, Display, Video, and more.
Fields | |
---|---|
|
Immutable. The resource name of the asset group signal. Asset group signal resource name have the form:
|
|
Immutable. The asset group which this asset group signal belongs to. |
|
Output only. Approval status is the output value for search theme signal after Google ads policy review. When using Audience signal, this field is not used and will be absent. |
|
Output only. Computed for SearchTheme signals. When using Audience signal, this field is not used and will be absent. |
Union field
|
|
|
Immutable. The audience signal to be used by the performance max campaign. |
|
Immutable. The search_theme signal to be used by the performance max campaign. Mutate errors of search_theme criterion includes AssetGroupSignalError.UNSPECIFIED AssetGroupSignalError.UNKNOWN AssetGroupSignalError.TOO_MANY_WORDS AssetGroupSignalError.SEARCH_THEME_POLICY_VIOLATION FieldError.REQUIRED StringFormatError.ILLEGAL_CHARS StringLengthError.TOO_LONG ResourceCountLimitExceededError.RESOURCE_LIMIT |