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
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