I use the API with your tutorial
1. I use API _generate_keyword_historical_metrics, to get parameters like low_top_of_page_bid, high_top_of_page_bid, search_volume...
2. Then I use high_top_of_page_bid as the cpc_bid_micros value for my Keyword plan.
For some keywords, Google is returning high_top_of_page_bid too high. Leads to when adding keywords to keyword_ad_group error "Plan's bid value is too high".
- Example: keyword: "how to advertise on youtube" in Ethiopia country
There is high_top_of_page_bid = 35,364,000 VND, and I set cpc_bid_micros = 35,364,000*1,000,000, it gives error
- I found out that if cpc_bid_micros exceeds 2,273,192 VND, it will get the same error as above.
- So the number 2,273,192 has any documents talking about it? Is there a way to convert between currencies?