ChannelAggregateAssetView

  • The channel aggregate asset view provides a channel-level view showing where an asset is linked, its performance, and statistics.

  • The resource name for a channel aggregate asset view includes the customer ID and details about the channel type, asset ID, asset source, and field type.

  • Key fields for this view include resource_name, advertising_channel_type, asset, asset_source, and field_type.

  • The advertising_channel_type indicates the channel where the asset was served, and the asset field is the ID of the asset.

  • asset_source shows the origin of the asset link, and field_type describes the asset's field type.

A channel-level aggregate asset view that shows where the asset is linked, performamce of the asset and stats.

Fields

resource_name

string

Output only. The resource name of the channel aggregate asset view. Channel aggregate asset view resource names have the form:

customers/{customer_id}/channelAggregateAssetViews/{ChannelAssetV2.advertising_channel_type}~{ChannelAssetV2.asset_id}~{ChannelAssetV2.asset_source}~{ChannelAssetV2.field_type}"

advertising_channel_type

AdvertisingChannelType

Output only. Channel in which the asset served.

asset

string

Output only. The ID of the asset.

asset_source

AssetSource

Output only. Source of the asset link.

field_type

AssetFieldType

Output only. FieldType of the asset.