asset_group_asset
AssetGroupAsset 是资产与素材资源组之间的链接。添加 AssetGroupAsset 将资产与素材资源组相关联。
可以在 SELECT 和 WHERE 子句中选择上述资源中的字段以及该资源。这些字段不会细分 SELECT
子句中的指标。
asset_group_asset.asset |
字段说明 | 此素材资源组素材资源所关联的素材资源。 |
类别 | ATTRIBUTE |
数据类型 | RESOURCE_NAME |
输入网址 | N/A |
是否能用作过滤条件? | True |
可选择 | True |
Sortable | False |
重复 | False |
|
asset_group_asset.asset_group |
字段说明 | 此素材资源组素材资源所关联的素材资源组。 |
类别 | ATTRIBUTE |
数据类型 | RESOURCE_NAME |
输入网址 | N/A |
是否能用作过滤条件? | True |
可选择 | True |
Sortable | False |
重复 | False |
|
asset_group_asset.field_type |
字段说明 | 素材资源在素材资源组中的展示位置的说明。例如:标题、YOUTUBE_VIDEO 等 |
类别 | ATTRIBUTE |
数据类型 |
ENUM
AD_IMAGE BOOK_ON_GOOGLE BUSINESS_LOGO BUSINESS_NAME CALL CALLOUT CALL_TO_ACTION_SELECTION DESCRIPTION DISCOVERY_CAROUSEL_CARD HEADLINE HOTEL_CALLOUT HOTEL_PROPERTY LANDSCAPE_LOGO LEAD_FORM LOGO LONG_HEADLINE MANDATORY_AD_TEXT MARKETING_IMAGE MEDIA_BUNDLE MOBILE_APP PORTRAIT_MARKETING_IMAGE PRICE PROMOTION SITELINK SQUARE_MARKETING_IMAGE STRUCTURED_SNIPPET UNKNOWN UNSPECIFIED VIDEO YOUTUBE_VIDEO
|
输入网址 | google.ads.searchads360.v0.enums.AssetFieldTypeEnum.AssetFieldType |
是否能用作过滤条件? | True |
可选择 | True |
Sortable | True |
重复 | False |
|
asset_group_asset.resource_name |
字段说明 | 素材资源组素材资源的资源名称。素材资源组素材资源资源名称的格式为:customers/{customer_id}/assetGroupAssets/{asset_group_id}~{asset_id}~{field_type} |
类别 | ATTRIBUTE |
数据类型 | RESOURCE_NAME |
输入网址 | N/A |
是否能用作过滤条件? | True |
可选择 | True |
Sortable | False |
重复 | False |
|
asset_group_asset.status |
字段说明 | 素材资源与素材资源组之间的关联状态。 |
类别 | ATTRIBUTE |
数据类型 |
ENUM
ENABLED PAUSED REMOVED UNKNOWN UNSPECIFIED
|
输入网址 | google.ads.searchads360.v0.enums.AssetLinkStatusEnum.AssetLinkStatus |
是否能用作过滤条件? | True |
可选择 | True |
Sortable | True |
重复 | False |
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-03-28。
[null,null,["最后更新时间 (UTC):2024-03-28。"],[[["AssetGroupAsset connects an asset to an asset group, establishing a link for usage."],["This link allows for the selection of fields from the asset, asset group, campaign, and customer resources in queries."],["The `asset_group_asset.field_type` field describes the asset's placement within the asset group (e.g., HEADLINE, YOUTUBE_VIDEO)."],["The `asset_group_asset.status` field indicates the current state of the link (ENABLED, PAUSED, REMOVED)."],["You can use the `asset_group_asset.resource_name` for filtering and selection, formatted as `customers/{customer_id}/assetGroupAssets/{asset_group_id}~{asset_id}~{field_type}`."]]],["AssetGroupAsset establishes a connection between an asset and an asset group. Key actions include linking an asset to an asset group, which is done by creating an AssetGroupAsset. Fields like `asset`, `asset_group`, `field_type`, `resource_name`, and `status` detail this link. Fields from resources like 'asset' and 'customer' can be selected in queries but do not segment metrics. The `field_type` indicates the asset's role, and `status` reflects the link's current state.\n"]]