I have a query that get's the data from the API but the data coming is 
different from the dashboard. The dashboard have nothing different, 
basically I put yesterday and show all campaigns.

The difference is easy spotted when I see the cost. It normally have a 
small difference of around £30, but today I saw more than £1k for yesterday 
report.

My query is the following:

SELECT 
 CampaignId, 
 CampaignName, 
 AdGroupId, 
 AdGroupName, 
 Id, 
 Criteria, 
 CriteriaType, 
 QualityScore, 
 AveragePosition, 
 AverageCpc,
 Impressions,
 Clicks,
 Cost
FROM
 CRITERIA_PERFORMANCE_REPORT
WHERE
 Status IN [ENABLED]
DURING {$dateString}, {$dateString}

Adwords dashboard have Time zone (GMT+00:00) GMT (no daylight saving)

Thank you for the help.



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords 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 Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/47956f91-aeb1-45a7-8479-d66bb22d3f5d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • Query to get sam... Carlos H. Vieira
    • Re: Query t... 'Vincent Racaza (AdWords API Team)' via AdWords API Forum

Reply via email to