You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API Forum
Hi,
I downloaded Keywords Performance Report. But, I want to have the cost that I have in AdWords
not the cost in microAmount. I'm using Java and the file DownloadsCriteriaReportWithSelector.java.
Thank you
Shwetha Vastrad (AdWords API Team)
unread,
Jun 1, 2017, 3:15:06 PM6/1/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API Forum
Hi,
Fields of type Money are returned in micro currency units (micros) in the account's local currency. You need to divide the values by 1000000 to get the cost in actual currency.