Hi,

This morning we executed this request:
<?xml version="1.0" encoding="utf-8"?>
<reportDefinition>
   <selector xmlns="https://adwords.google.com/api/adwords/cm/v201809";>
       <fields>CampaignId</fields>
       <fields>Id</fields>
       <fields>Date</fields>
       <fields>Conversions</fields>
       <fields>ViewThroughConversions</fields>
       <fields>ConversionValue</fields>
       <predicates>
           <field>CampaignStatus</field>
           <operator>IN</operator>
           <values>ENABLED</values>
           <values>PAUSED</values>
           <values>REMOVED</values>
       </predicates>
       <predicates>
           <field>IsNegative</field>
           <operator>EQUALS</operator>
           <values>FALSE</values>
       </predicates>
       <dateRange>
           <min>20190328</min>
           <max>20190702</max>
       </dateRange>
   </selector>
   <reportName 
xmlns="https://adwords.google.com/api/adwords/cm/v201809";>(...) 
LocationTotalConversion 28-03-2019...02-07-2019</reportName>
   <reportType 
xmlns="https://adwords.google.com/api/adwords/cm/v201809";>CAMPAIGN_LOCATION_TARGET_REPORT</reportType>
   <dateRangeType 
xmlns="https://adwords.google.com/api/adwords/cm/v201809";>CUSTOM_DATE</dateRangeType>
   <downloadFormat 
xmlns="https://adwords.google.com/api/adwords/cm/v201809";>GZIPPED_XML</downloadFormat>
</reportDefinition>

And the result contained a row:
<row campaignID='1948792250' location='20759' day='2019-05-29' 
conversions='-1.00' viewThroughConv='0' totalConvValue='-1.00'/>

fI assume this is not right? Can field Conversions get a negative value?

Thanks in advance!

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"AdWords API and Google Ads 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/cb3af4ff-4b3d-41f1-b58b-de84a4db7998%40googlegroups.com.

Reply via email to