hello google, how can we skip setting "cpcBidCeilingMicros" as on UI we do have option to skip this for more optimized results. please suggest.
On Wednesday, July 10, 2019 at 7:33:08 AM UTC+5:30 adsapiforumadvisor wrote: > Hi, > > I think the issue here is that you are specifying the target spend micros > as 344, which translates to 344 / 1,000,000 = $0.000344. This value is so > small that when the UI shows the rounded value, you see $0.00. However, the > underlying value *is* set: > > Query: *SELECT campaign.id <http://campaign.id>, > campaign.target_spend.target_spend_micros FROM campaign WHERE campaign.id > <http://campaign.id> = 2052395459 <(205)%20239-5459>* > > Result: > { > "campaign": { > "resourceName": "customers/4966318427/campaigns/2052395459 > <(205)%20239-5459>", > "id": "2052395459 <(205)%20239-5459>", > "targetSpend": { > "targetSpendMicros": "*344*" > } > } > } > > Values that end in "Micros" should be converted from the currency to > micros by multiplying by 1 million, since 1 million micros is equivalent to > 1 unit in the account's currency (e.g., $1 for USD). For example, if your > intention is to set the value to 3.44 in the account's currency, then you > should pass *targetSpendMicros* of 3440000, since that is 3.44 * 1 > million. The same guidelines apply for *cpcBidCeilingMicros*. > > Thanks, > Josh, Google Ads API Team > > ref:_00D1U1174p._5001UCb3Tg:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/41b5ac65-6a57-43cf-b830-68cb1d201d41n%40googlegroups.com.
