hmm sorry I was thinking you were comparing data from your side and
adwords data, I missed the point on that :)
Are you sure you're looking at the same metrics ? I see on your api
request you've requested a creative report, are you looking the
creative stats on adwords ?
Another clue, is there a problem between month and day, I mean taking
report of the 10/06 instead of 06/10 :) because you write 10-06-2008
as start and endDay but it should be written as 2008-10-06

Laurent

On 10 oct, 23:19, hhwang <[EMAIL PROTECTED]> wrote:
> Thank you, Laurent for your tip.
>
> From Adwords API document (http://code.google.com/apis/adwords/docs/
> developer/adwords_api_services.html#adwords_api_services_reportdates),
>
>    "The default timezone is the account's local time zone."
>
> For the API I used, I do not set timezone but just set startDay,
> endDay parameters without timezone.
> According to API description above, API should pull stats data based
> on account's local time zone.
>
> Account's time zone is "America/New_York" and my API call is made from
> Pacific Standardt Time (San Jost, Califorinia).
> Then I should not have this data discrepancy issue since I am using
> account's local time zone by default.
> Or did I still miss something?
>
> Thank you for your help on this.
>
> On Oct 9, 11:41 pm, Laurent <[EMAIL PROTECTED]> wrote:
>
> > hi Hosung,
>
> > you should take a look at the timezone used in your script... if it's
> > not the same as the one defined in adwords, you're not looking the
> > same stats :)
>
> > Laurent
>
> > hhwang a écrit :
>
> > > Please provide answers or suggestions for this issue.
> > > I need to explain our customer what happen with his data.
>
> > > Thanks,
>
> > > Hosung
>
> > > On Oct 8, 1:01 pm, hhwang <[EMAIL PROTECTED]> wrote:
> > > > Hi, Adwords
>
> > > > my client's adwords.google.com web access user name is
> > > > "[EMAIL PROTECTED]".
>
> > > > I was looking at Campaign Summay report on the date of Oct 6, 2008.
>
> > > >https://adwords.google.com/select/CampaignSummary?campaignid=&adgroup...
>
> > > > In the report, you will see a huge discrepancy in the stats between
> > > > Adword Web page and Web Service API:
>
> > > > Stats I have seen from Adwords Web Page:
>
> > > > Campaign Name Clicks Impressions Cost
> > > > ------------------------ --------------
> > > > ------------------- ------------------------
> > > > Campaign #1 2
> > > > 279 $0.08
> > > > Campaign #5 110 56,397
> > > > $7.72
>
> > > > Stats I got from Adwords Web Service API:
>
> > > > Campaign Name Clicks Impressions Cost
> > > > ------------------------ --------------
> > > > ------------------- ------------------------
> > > > Campaign #1 44
> > > > 5756 $2.40
> > > > Campaign #5 264 89,926
> > > > $15.31
>
> > > > Why so big difference in clicks and impressions?
>
> > > > The following Web Service API used:
>
> > > > ReportService
> > > > DefinedReportJob was defined as below:
> > > > selectedReportType : 'Creative'
> > > > startDay: '10-06-2008'
> > > > endDay: '10-06-2008'
> > > > aggregationTypes: 'Daily'
> > > > selectedColumns: 'CampaignId', 'AdGroupId',
> > > > 'CreativeId', 'KeywordId',
> > > > 'DestinationURL', 'Impressions', 'Clicks', 'Cost',
> > > > 'AveragePosition', 'KeywordMinCPC'
>
> > > > Please help me to understand the discrepancy in stats.
>
> > > > Thanks,
>
> > > > Hosung- Hide quoted text -
>
> > - Show quoted text -
--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to