Query metrics.conversions returns all conversions, however I want number of installs only

2022-07-02 Thread Majid
Hi everyone, Currently when I Query metrics.conversions returns all conversions, however I want number of installs only, We are running App install campaigns and want to know number of installs only. How can we filter/query install actions only? Here is the current query: SELECT campaign.id

Storing Dollars and Cents in conversionValue in uploadClickConversions

2022-07-02 Thread Mike M
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 v