AssetGroupSignal

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.

JSON representation
{
  "resourceName": string,
  "assetGroup": string,
  "audience": {
    object (AudienceInfo)
  }
}
Fields
resourceName

string

Immutable. The resource name of the asset group signal. Asset group signal resource name have the form:

customers/{customerId}/assetGroupSignals/{asset_group_id}~{signal_id}

assetGroup

string

Immutable. The asset group which this asset group signal belongs to.

audience

object (AudienceInfo)

Immutable. The signal(audience criterion) to be used by the performance max campaign.