Hello,
While attempting to create line items we’ve run into an issue.
When we attempt to create a line item, we received the following error:
{“errors”:[{“code”:“INVALID_DENOMINATION”,“message”:“Invalid amount 55000 for bid_amount_local_micro: currency USD only allows precision to 100000000 (2 currency decimal places)”,“attribute”:“bid_amount_local_micro”}],“request”:{“params”:{“name”:"…",“placements”:[“ALL_ON_TWITTER”],“bid_amount_local_micro”:55000,“product_type”:“PROMOTED_TWEETS”,“objective”:“WEBSITE_CLICKS”,“entity_status”:“PAUSED”,“account_id”:"…",“campaign_id”:"…"}}}
However, when we query the bid denomination for USD, we get the following response:
{“currency”:“USD”,“minimum_cpe_bid_local_micro”:10000,“maximum_cpe_bid_local_micro”:1000000000,“minimum_denomination”:10000}
So what is the actual required denomination? How do we resolve this issue?
Thank you!