Class GoogleAdsSearchads360V23ResourcesAssetGroupSignal
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.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ResourcesAssetGroupSignal : IDirectResponseSchema
Properties
ApprovalStatus
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.
Declaration
[JsonProperty("approvalStatus")]
public virtual string ApprovalStatus { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
AssetGroup
Immutable. The asset group which this asset group signal belongs to.
Declaration
[JsonProperty("assetGroup")]
public virtual string AssetGroup { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Audience
Immutable. The audience signal to be used by the performance max campaign.
Declaration
[JsonProperty("audience")]
public virtual GoogleAdsSearchads360V23CommonAudienceInfo Audience { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAdsSearchads360V23CommonAudienceInfo |
DisapprovalReasons
Output only. Computed for SearchTheme signals. When using Audience signal, this field is not used and will be absent.
Declaration
[JsonProperty("disapprovalReasons")]
public virtual IList<string> DisapprovalReasons { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ResourceName
Immutable. The resource name of the asset group signal. Asset group signal resource name have the form:
customers/{customer_id}/assetGroupSignals/{asset_group_id}~{signal_id}
Declaration
[JsonProperty("resourceName")]
public virtual string ResourceName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SearchTheme
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
Declaration
[JsonProperty("searchTheme")]
public virtual GoogleAdsSearchads360V23CommonSearchThemeInfo SearchTheme { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAdsSearchads360V23CommonSearchThemeInfo |