Hello,

I'm trying to execute this query:

var report = AdsApp.report(
    "SELECT Id, CampaignName, CampaignId, BidModifier, Conversions, 
ConversionValue, Cost " +
    "FROM CAMPAIGN_LOCATION_TARGET_REPORT " +
    "WHERE IsNegative = FALSE " +
    "AND CampaignName = '" + config.CAMPAIGN_NAME + 
    " AND CampaignStatus = ENABLED " +
    " DURING " + config.DATE_RANGE
  );

I set the date range to the last 30 days. For example, for the same 
campaign, in the last 30 days, it returns that, for Florida, the Cost was 
$2.41. Meanwhile, if I look at Florida via Google Ads website,  I see the 
cost was $2.83. I checked multiple locations and there was a lot of 
mismatches. The differences are usually small, but significant when I'm 
trying to calculate ROAS. 

Any idea how I can solve this? I really need the info from the query to 
match the website.

Thanks

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/bded115e-0415-4a57-9f08-e94584c3a55cn%40googlegroups.com.
  • CA... Rashel C
    • ... 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum

Reply via email to