@@ -13071,13 +13071,12 @@
1307113071 "properties" : {
1307213072 "bidStrategy" : {
1307313073 "enum" : [
13074- " conversion" ,
13075- " clicks" ,
13076- " revenue" ,
13074+ " manual" ,
13075+ " automated" ,
1307713076 " unknown"
1307813077 ],
1307913078 "type" : " string" ,
13080- "description" : " Optional field ." ,
13079+ "description" : " Bid strategy for the line item ." ,
1308113080 "nullable" : true
1308213081 },
1308313082 "budget" : {
@@ -13159,12 +13158,13 @@
1315913158 },
1316013159 "optimizationStrategy" : {
1316113160 "enum" : [
13162- " manual" ,
13163- " automated" ,
13161+ " conversion" ,
13162+ " clicks" ,
13163+ " revenue" ,
1316413164 " unknown"
1316513165 ],
1316613166 "type" : " string" ,
13167- "description" : " Optimization strategy for the line item." ,
13167+ "description" : " The optimization strategy for this line item." ,
1316813168 "nullable" : true
1316913169 },
1317013170 "startDate" : {
@@ -13219,13 +13219,12 @@
1321913219 "properties" : {
1322013220 "bidStrategy" : {
1322113221 "enum" : [
13222- " conversion" ,
13223- " clicks" ,
13224- " revenue"
13222+ " manual" ,
13223+ " automated"
1322513224 ],
1322613225 "type" : " string" ,
13227- "description" : " The bidding strategy to use for this line item.\r\n Default value is Conversion ." ,
13228- "default" : " conversion "
13226+ "description" : " The bidding strategy for this line item.\r\n Default value is manual ." ,
13227+ "default" : " manual "
1322913228 },
1323013229 "budget" : {
1323113230 "type" : " number" ,
@@ -13283,11 +13282,13 @@
1328313282 },
1328413283 "optimizationStrategy" : {
1328513284 "enum" : [
13286- " manual" ,
13287- " automated"
13285+ " conversion" ,
13286+ " clicks" ,
13287+ " revenue"
1328813288 ],
1328913289 "type" : " string" ,
13290- "default" : " manual"
13290+ "description" : " The optimization strategy to use for this line item.\r\n Default value is Conversion." ,
13291+ "default" : " conversion"
1329113292 },
1329213293 "startDate" : {
1329313294 "type" : " string" ,
@@ -13320,13 +13321,12 @@
1332013321 "properties" : {
1332113322 "bidStrategy" : {
1332213323 "enum" : [
13323- " conversion" ,
13324- " clicks" ,
13325- " revenue"
13324+ " manual" ,
13325+ " automated"
1332613326 ],
1332713327 "type" : " string" ,
13328- "description" : " The bidding strategy for the line item." ,
13329- "default" : " conversion "
13328+ "description" : " The bid strategy for the line item." ,
13329+ "default" : " manual "
1333013330 },
1333113331 "budget" : {
1333213332 "type" : " number" ,
@@ -13373,12 +13373,13 @@
1337313373 },
1337413374 "optimizationStrategy" : {
1337513375 "enum" : [
13376- " manual" ,
13377- " automated"
13376+ " conversion" ,
13377+ " clicks" ,
13378+ " revenue"
1337813379 ],
1337913380 "type" : " string" ,
1338013381 "description" : " The optimization strategy for the line item." ,
13381- "default" : " manual "
13382+ "default" : " conversion "
1338213383 },
1338313384 "startDate" : {
1338413385 "type" : " string" ,
0 commit comments