I'm using the REST API v11 for uploadClickConversions. In building a 
clickConversion object, the documentation says that the conversionValue 
must be a numeric value. Sometimes when we do this as programmers, we have 
to worry about monetary values getting munged when stored in a floating 
point value -- sometimes what we put in such as 0.01 might get pulled back 
out as something unexpected and random like 0.013233 or 0, or 0.02, etc. In 
some eCommerce APIs, companies want developers to multiply the monetary 
value by 100 and store in raw cents in order to get around this issue.

Can we pass values as a string like "1.55" in the JSON and the 
uploadClickConversions API will automatically store that as numeric? Or, do 
we need to pass it literally as its numerical value of 1.55 and hope that 
the API doesn't munge this due to a floating point versus monetary value 
issue? Or, do we need to multiply it by 100 and store it as a whole number?


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/a3608e16-7dd2-4f28-8fe4-d7507f1e1803n%40googlegroups.com.

Reply via email to