AdExtensionAssets
Query the available Assets linked to Ad Extensions in Bing Ads.
Table Specific Information
Select
The following queries are processed server-side:
SELECT * FROM AdExtensionAssets
SELECT * FROM AdExtensionAssets WHERE AdExtensionId = '2562405'
SELECT * FROM AdExtensionAssets WHERE AdExtensionId IN ('1562405', '2562405', '3562405')
SELECT * FROM AdExtensionAssets WHERE AdExtensionType = 'ImageAdExtension'
SELECT * FROM AdExtensionAssets WHERE AccountId = '2562405'
SELECT * FROM AdExtensionAssets WHERE AccountId IN ('1562405', '2562405', '3562405')
Columns
| Name | Type | Select requirement | Metric | Aggregate | Description |
| AdExtensionId | Long | The ID of the ad extension. | |||
| AdExtensionType | String | The type of ad extension.
使用できる値は次のとおりです。ImageAdExtension | |||
| Id | Long | The ID for the asset. | |||
| Name | String | The asset name. | |||
| Type | String | The type of the asset. | |||
| SubType | String | Represents the aspect ratio for the asset. | |||
| CropHeight | Int | The number of pixels to use from the image asset source, starting from the CropY position and moving upwards. | |||
| CropWidth | Int | The number of pixels to use from the image asset source, starting from the CropX position and moving to the right. | |||
| CropX | Int | Starting from the lower left corner of image asset source, this is the number of pixels to skip to the right on the x-axis before applying the CropWidth. | |||
| CropY | Int | Starting from the lower left corner of image asset source, this is the number of pixels to skip upwards on the y-axis before applying the CropHeight. | |||
| AccountId | Long | The Bing Ads assigned identifier of an account. |