How to work with google adwords test account

2013-01-21 Thread praveen . flexsin
Hi all, I am creating an application for fetching google adwords data on my website . After trying many things i think that google sandboxhas been shut down but i am not 100% sure about it and please correct me if i am wrong. So i am using DEFAULT_SERVER = "https://adwords.google.com"; in g

Re: Problems using adwords api in php

2013-01-21 Thread praveen . flexsin
Hi Daniel please tell me what credentials i have to use for test account? On Friday, January 11, 2013 7:21:09 PM UTC+5:30, Danial Klimkin wrote: > > Hello, > > > Please see this guide: > > https://developers.google.com/adwords/api/docs/signingup > > The API access is billable, using Test Account

Re: How to obtain adschedule criterion ID

2013-01-21 Thread Takeshi Hagikura (AdWords API Team)
Hi, Please use CampaignCriterionService and set "Id" in the selector fields. https://developers.google.com/adwords/api/docs/appendix/selectorfields#v201209-CampaignCriterionService e.g. You can refer similar code examples for Java. https://code.google.com/p/google-api-adwords-java/source/browse/

Re: AdHoc Reporting Service Errors

2013-01-21 Thread Takeshi Hagikura (AdWords API Team)
Hi The latter is the case. That was intentional change, but has been rolled back. But in either case, it should be fixed now. Best, - Takeshi, AdWords API Team On Monday, January 21, 2013 10:48:24 PM UTC+9, oseemann wrote: > > Was this change an unintentional mistake that is now fixed or was i

Re: Oauth2 jwt ruby issue

2013-01-21 Thread richard . worrall
I'm also seeing this issue with the Ruby client. If there's any workaround that'd be really handy to know. Cheers! Richard On Friday, 18 January 2013 19:20:14 UTC, Thomas Heller wrote: > > Hi, > > I get the same NOT_ADS_USER error using the Java API Client. > > Any hints what exactly causes thi

Adgroup filtered by clicks

2013-01-21 Thread port80labs . mcc
Hi I am trying to get all ad groups in a campaign that have clicks greater than zero. here is the xml body Id Name Clicks Clicks GREATER_THAN 0 CampaignId EQUALS Name ASCENDING 0 5 But I get all the adgroups in

CustomerSyncService: 1 paused campaign with a 1 second range still causing TOO_MANY_CHANGES error

2013-01-21 Thread Simon
I have a campaign which has been paused on 10/17/2012 (find status change in change history in web interface). When I tried to use CustomerSyncService to check this, I got "TOO_MANY_CHANGES". Even I checked the date on 10/24/2012 which is after paused date, and I wrote code that will auto updat

BounceRate and AveragePageviews are available through web interface, but not API?

2013-01-21 Thread richard . worrall
Hi, I'm building an app to replace an existing manual data extraction process. I have everything working, except that when I request a report of type ADGROUP_PERFORMANCE_REPORT with fields BounceRate and/or AveragePageviews, the request fails with error: ReportDefinitionError.INVALID_FIELD_NAM

How to obtain adschedule criterion ID

2013-01-21 Thread Samadhan pawar
How to obtain adschedule criterion ID -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com htt

Create reports filtered on remarketing lists

2013-01-21 Thread Stephane
Hi, We use the API to create reports on campaigns and other usual stuff. Some clients would like to filter those reports using their remarketing lists. Having checked the documentation, I'm not sure how this would be done. How would we set the predicates to get results for remarketing list? An

Re: Oauth2 jwt ruby issue

2013-01-21 Thread teammailsync
Hey guys, Any update on this? Thanks, Georgi On Friday, January 18, 2013 9:20:14 PM UTC+2, Thomas Heller wrote: > > Hi, > > I get the same NOT_ADS_USER error using the Java API Client. > > Any hints what exactly causes this? I'm trying with access the > CampaignService with a OAuth2 Service Acc

CustomerSyncService Bug? Service not returning added or deleted adExtensions

2013-01-21 Thread Akil Burgess
/api/adwords/cm/v201209";>2226963136https://adwords.google.com/api/adwords/cm/v201209";>** (AwApi-DotNet/15.0.0, Common-Dotnet/1.4.0, .NET CLR/4.0.30319.18010, gzip)https://adwords.google.com/api/adwords/ch/v201209";>https://adwords.google.com/api/adwords/cm/v201209&quo

Re: Accessing the account changes - how can I get the email address of the login that made the change?

2013-01-21 Thread Arthur Gerigk
are there any plans to include this? Am Montag, 23. Januar 2012 19:54:34 UTC+1 schrieb Kevin Winter: > > Hi, > Unfortunately, "who" made a change is not currently exposed via the > CustomerSyncService. > > - Kevin Winter > AdWords API Team > > On Tuesday, January 17, 2012 3:28:19 PM UTC-5, Ty.R

Re: AdHoc Reporting Service Errors

2013-01-21 Thread oseemann
Was this change an unintentional mistake that is now fixed or was it an intentional change that, sort of, had unforeseen consequences and has been rolled back? I'm asking because we have developed workarounds over the weekend (splitting report downloads by campaign ids) and the answer might be

Re: AdHoc Reporting Service Errors

2013-01-21 Thread pete
The last occurrence in our system was at 21st Jan 2am UTC. That said, I found a workaround by limiting the requests to no more than a single campaigns objects, so I wouldn't expect to see too many errors of this type anyway. How come it took you guys the best part of 4 days to even acknowledge

Re: Report Dowload error

2013-01-21 Thread Takeshi Hagikura (AdWords API Team)
Hi, Duplicate of this issue, please see this thread. https://groups.google.com/d/topic/adwords-api/-0T-ZLrE3lY/discussion Best, - Takeshi On Saturday, January 19, 2013 12:28:40 AM UTC+9, Matt Harling wrote: > > We have an import that has been running for 6months and has been updated > to use t

Re: Errors since 3 days: ReportDownloadError.ERROR_GETTING_RESPONSE_FROM_BACKEND

2013-01-21 Thread Takeshi Hagikura (AdWords API Team)
Hi, Duplicate of this issue, please see this thread. https://groups.google.com/d/topic/adwords-api/-0T-ZLrE3lY/discussion Best, - Takeshi On Saturday, January 19, 2013 6:22:09 PM UTC+9, Daniel Stosch wrote: > > Hi, > I've a problem with the API. My requests returning a response code 500 and >

Re: Ad parameters retrieval

2013-01-21 Thread Takeshi Hagikura (AdWords API Team)
Yes it's avaiable using AdParamService Best, - Takeshi, AdWords API Team On Saturday, January 19, 2013 12:28:46 PM UTC+9, venky Nalluri wrote: > > Is it possible to retrieve the current Ad parameters from API? -- -

Re: API for getting keyword/Ad account limit

2013-01-21 Thread Takeshi Hagikura (AdWords API Team)
Hi Prashant, No, it's not available through API. Best, - Takeshi, AdWords API Team On Saturday, January 19, 2013 5:15:31 AM UTC+9, Prashant Nagar wrote: > > Hi, > Is there any api call through which I can get the remaining keyword limit > , ad limit on any specific account. > I know the total k

Re: AdWords Test Accounts showing in the AdWords web interface

2013-01-21 Thread Takeshi Hagikura (AdWords API Team)
Hi Akil, The document should be corrected, the right way to confirm the account is setup as a test account is see the unit cost is returned zero in the response soap xml and getting at least one entity in the response. Best, - Takeshi, AdWords API Team On Friday, January 18, 2013 2:18:55 AM U

Re: AdHoc Reporting Service Errors

2013-01-21 Thread Takeshi Hagikura (AdWords API Team)
Hi, The temporal issue was happening in our side. The issue has been fixed now. If you are still seeing the error, could you please post it again? Best, - Takeshi, AdWords API Team On Monday, January 21, 2013 3:50:59 AM UTC+9, chris h wrote: > > Had same problem here. My solution was to switch