Retrieve percents fields as decimal from Google Ads report tables
6 views
Skip to first unread message
Alejandro Valdes
unread,
Apr 24, 2019, 5:34:47 PM4/24/19
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 and Google Ads API Forum
Hi, I'm using a POST request to get the KeywordPerformanceReport info from Ads API. My problem is that some fields related to percents are in the format 'xx.xx%' an I need these fields as decimal. Also the null values are returned as the string '--'. I want to know if exist a way to config my request in order to retrieve the null as null and percents as decimal values. I think there is a way because when i use the default connector of Azure Data Factory to copy this data the fields have my desired format. I would appreciate any help.