I am having huge discrepancy issues with the "
SEARCH_QUERY_PERFORMANCE_REPORT"

The query I am using is:

  report_query = ('''SELECT KeywordId,
                            AccountCurrencyCode,
                            AccountDescriptiveName,
                            AccountTimeZoneId,
                            AdFormat,
                            AdGroupId,
                            AdGroupName,
                            AdGroupStatus,
                            AdNetworkType1,
                            AdNetworkType2,
                            CampaignId,
                            CampaignName,
                            CampaignStatus,
                            Clicks,
                            ConversionValue,
                            ConvertedClicks,
                            Cost,
                            CostPerConvertedClick,
                            CreativeId,
                            CustomerDescriptiveName,
                            Date,
                            DayOfWeek,
                            DestinationUrl,
                            Device,
                            ExternalCustomerId,
                            FinalUrl,
                            Impressions,
                            KeywordTextMatchingQuery,
                            QueryMatchTypeWithVariant,
                            Month,
                            MonthOfYear,
                            PrimaryCompanyName,
                            Quarter,
                            Query,
                            ValuePerConvertedClick,
                            ViewThroughConversions,
                            Conversions,
                            AveragePosition,
                            Week,
                            Year
       FROM SEARCH_QUERY_PERFORMANCE_REPORT
       DURING {0},{0}''').format(report_dt)

However when I check the impression for 1 day it's off significantly (1000 
vs 60000). I haven't been able to figure out why. I also import the keyword 
performance report, but have no issues there. What could cause the 
discrepancy? 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/48f9fc7c-aab4-4bcd-a999-0c553c95259b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to