Re: Hourly AdGroup Performance Report

2011-03-10 Thread Darrin Skinner
Wow! I like it when I'm totally wrong like this! Thanks for bringing me up to date Eric. Darrin On 3/10/11, Eric Koleda wrote: > Hi All, > > Hourly ad group reports are possible in the UI and the API. In v13 this was > done with the HourlyByDate or HourlyRegardlessDate aggregationType: > > >

How to get ACE id for Adwords Campaign Experiments/ACE in performance reports via API?

2011-03-10 Thread jayant
In performance reports we have field AdvertiserExperimentSegmentationBin(ACE split) for getting data segmented by experiment and control splits. But this column only provides info on whether data was under experiment/control or out of experiment. How do we get ACE id(experiment/control id) along wi

Required Minimum Functionality For Beta Testing

2011-03-10 Thread Rob Ryan
Just a question on required minimum functionality, we plan to soon offer a closed beta test of our service, I was wondering whether this would be able to happen without yet supporting all the require minimum functionality? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

Re: QuotaCheckError.ACCOUNT_INACCESSIBLE

2011-03-10 Thread Locobee
This is the reply I received apparently my account was turned off - not sure why I would not get some kind of notice WHAT WE FOUND Our AdWords Specialists found that there was unauthorized access to your account(710-821-9028) on 3/3/11 via login email **. No unauthorized campaign chan

Re: Hourly AdGroup Performance Report

2011-03-10 Thread Eric Koleda
Hi All, Hourly ad group reports are possible in the UI and the API. In v13 this was done with the HourlyByDate or HourlyRegardlessDate aggregationType: http://code.google.com/apis/adwords/docs/developer/adwords_api_report_adgroup.html#aggr_AdGroupHourlyByDate http://code.google.com/apis/a

Re: QuotaCheckError.ACCOUNT_INACCESSIBLE

2011-03-10 Thread Eric Koleda
Hi, More information about this error can be found in the troubleshooting guide: http://code.google.com/apis/adwords/docs/troubleshooting.html#QuotaCheckError.ACCOUNT_INACCESSIBLE Best, - Eric Koleda, AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our b

Re: View-Through Conversions

2011-03-10 Thread Eric Koleda
Hi Tibyan, First you need to create the report definition: http://code.google.com/p/google-api-adwords-dotnet/source/browse/trunk/Examples/v201008/AddKeywordsPerformanceReportDefinition.cs Then you need to run and download the report: http://code.google.com/p/google-api-adwords-dotnet/sou

Re: trying to create an api

2011-03-10 Thread singaporegirl
Hi, thks for your information but it still does not tell me what I need to know,I signed up for an API token thru this link https://adwords.google.com/select/netapisignup/UsageInfo?stylePrefOve...using a different email "sa...@...info' on Mar 6 and did not receive any email confirmation of sign

Re: Hourly AdGroup Performance Report

2011-03-10 Thread Navneet
I had the same issue but it was resolved with a work around. Download the data every hour and deduct the previous hour total to get the delta for that hour. I hope that make sense. Thanks --Navneet On Mar 10, 5:05 pm, Darrin wrote: > Tyler... sorry to say, but it can't be done.  The most granul

Re: Hourly AdGroup Performance Report

2011-03-10 Thread Darrin
Tyler... sorry to say, but it can't be done. The most granular you can get is daily -- midnight-to-midnight in the timezone your account has been created in. This is true for all the reports, not just adgroup performance. I've been asking Google for this since 2003. [Take this next part with a

Re: need translation from accountTimeZoneId to the common timezone format

2011-03-10 Thread Darrin
Thanks Eric, That's what I surmised. Since we only have a dozen timezones it was easy enough to map what was returned to real timezones and then make a local lookup table. Unfortunately, this doesn't automatically scale, but it's a minor issue for now. Regards, Darrin On Mar 8, 7:26 pm, Eric

Will AdWords API allow adding blocked ip's?

2011-03-10 Thread PS
One tool in Adwords I find very usefull is the ability to block ip's. We run ppc fraud detection for all our clients. I want the ability thru the AdWords API to block ip's so I can give Adwords customers a warning about the possible fraud. Then give them block / ignore links. if they choose bloc

Re: No subdomains in the Automatic Placements Performance Report?

2011-03-10 Thread AdWords API Advisor
Hi Joel, Assuming this data is still not available with reports, you can file a request at http://adwords.google.com/support/aw/bin/request.py?contact_type=cfeedback as Eric suggested. Cheers, Anash P. Oommen, AdWords API Advisor. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also fi

Re: How to: Request Adwords Account Access for our clients via just a CID

2011-03-10 Thread AdWords API Advisor
Hi, AdWords API doesn't allow you to request or grant access, link accounts, etc. You will have to do this manually. Cheers, Anash P. Oommen, AdWords API Advisor. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com h

Re: QuotaCheckError.ACCOUNT_INACCESSIBLE

2011-03-10 Thread AdWords API Advisor
Hi, Are you able to login to the account using the new set of passwords? And are you using the same passwords with the application? Could you post a request id for a failed request so I can take a look at the logs and your accounts? Cheers, Anash P. Oommen, AdWords API Advisor -- =~=~=~=~=~=~

Re: Adwords Reporting

2011-03-10 Thread Peter Stannett
Hi Anash Thank you very much for your reply. It is very much appreciated! Thank you for the links. I think my issue is that I followed the video tutorial on how to access the sandbox, which was easy to follow. I then managed to log into the production api and retrieve headline info (campaign id a

Re: trying to get all keywords reports for all ad groups at one time.

2011-03-10 Thread AdWords API Advisor
Hi, In general, you control the level to which you can access the data by specifying an appropriate Predicate. For instance, if you want to restrict the report to a few adGroups, you would use a Predicate the limits the AdGroup column to a few valid values using IN operator. if you don't provid

Re: Adwords Reporting

2011-03-10 Thread AdWords API Advisor
HI Peter, You can start by downloading the AdWords API PHP client library from http://code.google.com/p/google-api-adwords-php. It has support for all the API versions, and has code examples for all the common tasks. To schedule and download a report, you can take a look at the following code

Re: How to restrict API access for developer?

2011-03-10 Thread AdWords API Advisor
Hi Ken, Just to add to what Orly said, sandbox account is preferred approach for development, since it also prevents the developer from messing up the production account due to some unforeseen bugs, or causing them to make assumptions about certain things like account structure. API also respects

Re: Hourly AdGroup Performance Report

2011-03-10 Thread Tyler
I haven't created reports with the API yet. The only examples in the PHP client library are for getting a list of existing reports and downloading existing reports. You can't create hourly reports through the web interface so I'm looking for an example of creating an hourly adgroup performance rep

Re: View-Through Conversions

2011-03-10 Thread Tibyan
Thanks for reply Eric, how can I fetch the keyword report with given columns but using the latest version. I downloaded the example project for .NET, but can't figure out how to retrieve the keyword report with the new version. Is there an example for this? Thanks... On Mar 7, 12:58 am, Eric Ko

Re: View-Through Conversions

2011-03-10 Thread Tibyan
Thanks for reply Eric, how can I fetch the keyword report with given columns but using the latest version. I downloaded the example project for .NET, but can't figure out how to retrieve the keyword report with the new version. Is there an example for this? Thanks... On Mar 7, 12:58 am, Eric Ko