Keyword Plan High Top bid value

21 views
Skip to first unread message

Oleg Disrupt

unread,
Oct 21, 2021, 11:00:36 PM10/21/21
to AdWords API and Google Ads API Forum
Hi
foreach ($response->iterateAllElements() as $result) {
$bid = (is_null($result->getKeywordIdeaMetrics()) ? 0 : $result->getKeywordIdeaMetrics()->getHighTopOfPageBidMicros());
}
In this code, I can get micros(int64  - 1065154) as value.
How can I convert it to $value? for example $1.04
Thanks
Reply all
Reply to author
Forward
0 new messages