Unified.to · Schema
property_AdsReportMetrics_group_bid_strategy
YOUTUBE_AND_PARTNERS
IntegrationsUnified API
Properties
| Name | Type | Description |
|---|---|---|
| custom_bidding_algorithm_id | string | |
| fixed_bid_amount | number | |
| max_average_cpm_bid_amount | number | |
| performance_goal_amount | number | |
| performance_goal_type | string | |
| raise_bid_for_deals | boolean | |
| target_roas | number | |
| type | string | |
| youtube_and_partners_type | string | |
| youtube_and_partners_value | string |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/property_AdsReportMetrics_group_bid_strategy",
"title": "property_AdsReportMetrics_group_bid_strategy",
"description": "YOUTUBE_AND_PARTNERS",
"properties": {
"custom_bidding_algorithm_id": {
"type": "string"
},
"fixed_bid_amount": {
"type": "number"
},
"max_average_cpm_bid_amount": {
"type": "number"
},
"performance_goal_amount": {
"type": "number"
},
"performance_goal_type": {
"enum": [
"UNSPECIFIED",
"CPA",
"CPC",
"VIEWABLE_CPM",
"CUSTOM_ALGO",
"CIVA",
"IVO_TEN",
"AV_VIEWED",
"REACH"
],
"type": "string",
"x-speakeasy-unknown-values": "allow"
},
"raise_bid_for_deals": {
"type": "boolean"
},
"target_roas": {
"type": "number"
},
"type": {
"enum": [
"FIXED_BID",
"MAXIMIZE_SPEND",
"PERFORMANCE_GOAL",
"YOUTUBE_AND_PARTNERS"
],
"type": "string",
"x-speakeasy-unknown-values": "allow"
},
"youtube_and_partners_type": {
"enum": [
"UNSPECIFIED",
"MANUAL_CPV",
"MANUAL_CPM",
"TARGET_CPA",
"TARGET_CPM",
"RESERVE_CPM",
"MAXIMIZE_LIFT",
"MAXIMIZE_CONVERSIONS",
"TARGET_CPV",
"TARGET_ROAS",
"MAXIMIZE_CONVERSION_VALUE"
],
"type": "string",
"x-speakeasy-unknown-values": "allow"
},
"youtube_and_partners_value": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}