AI-generated Key Takeaways
-
AssetSetAsset connects an asset to an asset set, defining their relationship and enabling analysis of asset performance within the set.
-
It provides attributed resources like
asset,asset_set, andcustomeralong with segmenting resources such asad_groupandcampaignfor detailed analysis. -
Key fields include
asset_set_asset.asset,asset_set_asset.asset_set,asset_set_asset.resource_name, andasset_set_asset.statusto identify and manage the asset-set relationship. -
Various segments and metrics like clicks, impressions, conversions, and cost are available for evaluating the performance of assets within the asset set, though with some limitations when using
asset_set_assetin the FROM clause.
AssetSetAsset is the link between an asset and an asset set. Adding an AssetSetAsset links an asset with an asset set.
| Attributed resources |
|---|
| asset |
| asset_set |
| customer |
Fields from the above resources may be selected along with this
resource in your SELECT and WHERE clauses. These fields will not segment
metrics in your SELECT
clause.
| Segmenting resources |
|---|
| ad_group |
| campaign |
Fields from the above resources, when selected along with this resource in your SELECT and WHERE clauses, will segment metrics.
Fields/Segments/Metrics
This page shows all metrics and segments that can be put in the same SELECT clause as the fields of asset_set_asset
.
However, when you specify asset_set_asset
in the FROM clause, some metrics and segments
cannot be used.
Use the following filter to show only the fields that can be used when asset_set_asset
is specified in the FROM clause.
Is asset_set_asset
specified in the FROM clause of your query?
asset_set_asset.asset
ATTRIBUTE
RESOURCE_NAME
N/A
asset_set_asset.asset_set
ATTRIBUTE
RESOURCE_NAME
N/A
asset_set_asset.resource_name
customers/{customer_id}/assetSetAssets/{asset_set_id}~{asset_id}
ATTRIBUTE
RESOURCE_NAME
N/A
asset_set_asset.status
ATTRIBUTE
google.ads.searchads360.v0.enums.AssetSetAssetStatusEnum.AssetSetAssetStatus
segments.asset_interaction_target.asset
SEGMENT
RESOURCE_NAME
N/A
segments.asset_interaction_target.interaction_on_this_asset
SEGMENT
BOOLEAN
N/A
segments.conversion_action_name
SEGMENT
STRING
N/A
segments.date
SEGMENT
DATE
N/A
segments.month
SEGMENT
DATE
N/A
segments.quarter
SEGMENT
DATE
N/A
segments.week
SEGMENT
DATE
N/A
segments.year
SEGMENT
INT32
N/A
metrics.all_conversions
METRIC
DOUBLE
N/A
metrics.all_conversions_value
METRIC
DOUBLE
N/A
metrics.average_cpc
METRIC
DOUBLE
N/A
metrics.average_cpm
METRIC
DOUBLE
N/A
metrics.clicks
METRIC
INT64
N/A
metrics.client_account_conversions
METRIC
DOUBLE
N/A
metrics.client_account_conversions_value
METRIC
DOUBLE
N/A
metrics.client_account_view_through_conversions
METRIC
INT64
N/A
metrics.cost_micros
METRIC
INT64
N/A
metrics.cross_device_conversions
METRIC
DOUBLE
N/A
metrics.cross_device_conversions_value
METRIC
DOUBLE
N/A
metrics.ctr
METRIC
DOUBLE
N/A
metrics.impressions
METRIC
INT64
N/A


