### Schema: CreateAdInitiationTarget Source: https://d1y2lf8k3vrkfu.cloudfront.net/openapi/en-us/dest/AmazonAdsAPIALLMerged_prod_3p.json Target based on how the video ad will be started. ```markdown ## Schema: CreateAdInitiationTarget Target based on how the video ad will be started. **Type:** object - **videoInitiationType** (string (AUTOPLAY|UNKNOWN|USER_INITIATED)) (required): | VideoInitiationType | Description | |------|------| | `AUTOPLAY` | | | `UNKNOWN` | | | `USER_INITIATED` | | ("AUTOPLAY"|"UNKNOWN"|"USER_INITIATED") ``` -------------------------------- ### Schema: VideoInitiationType Source: https://d1y2lf8k3vrkfu.cloudfront.net/openapi/en-us/dest/AmazonAdsAPIALLMerged_prod_3p.json | VideoInitiationType | Description | |------|------| | `AUTOPLAY` | | | `UNKNOWN` | | | `USER_INITIATED` | | ```markdown ## Schema: VideoInitiationType | VideoInitiationType | Description | |------|------| | `AUTOPLAY` | | | `UNKNOWN` | | | `USER_INITIATED` | | **Type:** string ``` -------------------------------- ### Schema: AdInitiationTarget Source: https://d1y2lf8k3vrkfu.cloudfront.net/openapi/en-us/dest/AmazonAdsAPIALLMerged_prod_3p.json Target based on how the video ad will be started. ```markdown ## Schema: AdInitiationTarget Target based on how the video ad will be started. **Type:** object - **videoInitiationType** (string (AUTOPLAY|UNKNOWN|USER_INITIATED)) (required): | VideoInitiationType | Description | |------|------| | `AUTOPLAY` | | | `UNKNOWN` | | | `USER_INITIATED` | | ("AUTOPLAY"|"UNKNOWN"|"USER_INITIATED") ``` -------------------------------- ### Schema: CreateSpotlightVideoSettings Source: https://d1y2lf8k3vrkfu.cloudfront.net/openapi/en-us/dest/AmazonAdsAPIALLMerged_prod_3p.json An ad with a creative built with spotlight videos. ```markdown ## Schema: CreateSpotlightVideoSettings An ad with a creative built with spotlight videos. **Type:** object - **optimizeText** (boolean) (required): If the advertiser wants text they provided to be optimized by Amazon or not. - **videos** (array (CreateVideo)) (required): The video asset(s) to use for the Sponsored Product experience. Array items: - **assetId** (string) (required): The asset library ID associated with the video asset. - **assetVersion** (string) (required): The asset library version associated with the video asset. - **description** (string): The description of the video content. - **headline** (string): The headline/custom text associated with the video. ``` -------------------------------- ### Schema: StoreSpotlightCreativePropertiesToOptimize Source: https://d1y2lf8k3vrkfu.cloudfront.net/openapi/en-us/dest/AmazonAdsAPIALLMerged_prod_3p.json | StoreSpotlightCreativePropertiesToOptimize | Description | |------|------| | `HEADLINE` | The headline in the creative. | ```markdown ## Schema: StoreSpotlightCreativePropertiesToOptimize | StoreSpotlightCreativePropertiesToOptimize | Description | |------|------| | `HEADLINE` | The headline in the creative. | **Type:** string ```