AddAssetDetails

  • Details of the asset to add include its field type, the number of assets, and for video field types, the required aspect ratio.

  • The asset field type indicates the type of asset(s) to be added and is output only.

  • The asset count is an integer representing the number of assets to add and is output only.

  • For video assets, the video aspect ratio requirement specifies the required aspect ratio, which is output only.

  • If the video aspect ratio requirement is unset for YOUTUBE_VIDEO asset field type, any YouTube video is recommended.

The details of the asset to add.

Fields

asset_field_type

AssetFieldType

Output only. The asset field type of the asset(s) to add.

asset_count

int32

Output only. The number of assets to add.

video_aspect_ratio_requirement

AssetCoverageVideoAspectRatioRequirement

Output only. For video field types, the required aspect ratio of the video. When unset and asset_field_type is YOUTUBE_VIDEO, the system recommends the advertiser upload any YouTube video, regardless of aspect ratio.