Re: Sandbox issues with AdGroupService Mutate

2012-08-22 Thread Sjakie
Hello Anash, The account is initialized. Get campaign works. I haven't tested GetAccountHierarchy. When I change the status of an add the soap request and response look like this: [Aug 23 2012 08:22:16.00 - ERROR] POST /api/adwords/cm/v201206/AdGroupAdService HTTP/1.1 Host: adwords-sandbo

Re: Sandbox issues with AdGroupService Mutate

2012-08-22 Thread Anash P. Oommen
Hi, 1. Is this an initialized sandbox account? (Does GetCampaign call work, does GetAccountHierarchy call work)? 2. What request are you sending to the server? Cheers, Anash P. Oommen, AdWords API Advisor. On Thursday, 23 August 2012 04:46:24 UTC+5:30, Prashant Nagar wrote: > > Any updates on t

Re: Need DotNet Client, OAuth2Provider OnOAuthTokensObtained configuration help.

2012-08-22 Thread Anash P. Oommen
Hi Jason, This could be an issue with the library, but I need to confirm. Could you set the following keys in your App.config and confirm if the library is in fact using the updated credentials after refreshing the calls? and mail the logs to anash.p.oom...@google.com? Thanks, Anash P. Oomme

Re: How do I reset the AuthTokenCache using .Net SDK?

2012-08-22 Thread Anash P. Oommen
Hi Ken, You could try AuthToken.Cache.Clear(); Or you could set in your app.config, and the library would detect GOOGLE_ACCOUNT_COOKIE_INVALID and refresh the token automatically. Cheers, Anash P. Oommen, AdWords API Advisor. On Wednesday, 22 August 2012 19:47:46 UTC+5:30, Ken Foster

Re: v201109 ==> v201206 reporting issues

2012-08-22 Thread dkasak
Hmmm. Thanks jayshree but we're not using PHP, and this doesn't really explain why things have broken in v201206. Official comments? On Wednesday, August 22, 2012 3:27:19 PM UTC+10, jayshree bhongle wrote: > > You can try this code.It gives me the output properly >$username = ""; > $pass

Re: Sandbox issues with AdGroupService Mutate

2012-08-22 Thread Prashant Nagar
Any updates on this?? On Wednesday, August 22, 2012 8:16:20 AM UTC-7, Larry wrote: > > Hello Adwords API Team, is it possible to provide an estimation on how > soon this issue can be fixed? We are rolling out several critical updates > to our adgroups/keywords/bids. Without testing in sandbox, w

Mcc question

2012-08-22 Thread Enrique Aldaz
Hi, we are developing using the adwords api, the problem that we had are this. We had an account with some mcc inside, we can connect to this account using the api, but we can't read any. Any idea? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group

Re: v201206 authentification error (latest perl v201206 client library)

2012-08-22 Thread David Torres
Hi, Sorry there was a bug in v2.7.0 in the way initialization takes place and that was fixed in v2.7.1 please give it a try and let me know if you still run into problems. Best, -David On Wednesday, August 22, 2012 7:47:28 AM UTC-4, Maxim Kurapatkin wrote: > > Hi David, > > I'm using the wra

Re: How do I reset the AuthTokenCache using .Net SDK?

2012-08-22 Thread Ken Foster
BTW, I meant to ask, is this the correct forum for this question? Is there an AdWords .Net SDK forum? I've searched for similar problems and other than being asked to switch to OAuth, I haven't seen any answers. I understand that is what I should do long term, but I would need to research tha

Invalid predicate Operator Contains

2012-08-22 Thread mattl
Hi, I'm using the AdParamService and I'm trying to get all ads which contain an id. I'm trying to use the CONTAINS operator in the selctor predicate but it returns the error INVALID_PREDICATE_OPERATOR. >From the docs page https://developers.google.com/adwords/api/docs/reference/latest/AdParamS

Re: Report "account timezone" has incorrect offset

2012-08-22 Thread Kevin Winter
Hi Stefan, The timezone returned by the AccountTimeZoneId is the effectively timezone for the account. If I go to sign up for a new account, the timezone I can select is GMT-5 Eastern, not GMT-4 due to daylight savings time. The value from the report matches that. - Kevin Winter AdWords API

Re: Sandbox issues with AdGroupService Mutate

2012-08-22 Thread Larry
Hello Adwords API Team, is it possible to provide an estimation on how soon this issue can be fixed? We are rolling out several critical updates to our adgroups/keywords/bids. Without testing in sandbox, we won't be able to do any of these updates. Thanks, Larry On Tuesday, August 21, 2012 4:0

Re: What do I pass into SOAP authToken header when using OAuth2.

2012-08-22 Thread Kevin Winter
Hi, We just published documentation explaining how OAuth2 works with the AdWords API: https://developers.google.com/adwords/api/docs/authentication - Kevin Winter AdWords API Team On Thursday, August 16, 2012 2:18:45 AM UTC-4, Patrick Ma wrote: > > Does anyone have a working request output? >

Re: Account Names

2012-08-22 Thread Kevin Winter
Hi Rob, I'll see if this field can be exposed. The one caveat to using the ManagedCustomerService is that it will only return a record if the Customer is managed by at least one MCC - unlinked accounts won't come back. - Kevin Winter AdWords API Team On Wednesday, August 15, 2012 7:08:01 AM

Re: Blank CriteriaParameters in URL Performance Report

2012-08-22 Thread GregT
Hi, again. It's been a week - just wondering if anyone from google would be able to quickly answer the two questions? They were: - Is this a bug on google's side that no value is getting returned in the CriteriaParameters field? We've never seen it on any other client. - If it is not a bug,

Re: Auth Caching on Java Client Library v201109

2012-08-22 Thread Kevin Winter
Hi, The AdWordsUser class, when constructed without arguments, reads values from the adwords.properties file. It will automatically request an AuthToken once you make a request that needs it - afterwords, you can retrieve the AuthToken from the AdWordsUser. You should be able to construct a

Re: Sandbox issues with AdGroupService Mutate

2012-08-22 Thread Sjakie
Is there any hope that this issue will be resolved in the near future? Op maandag 20 augustus 2012 20:44:02 UTC+2 schreef thadclay het volgende: > > Getting back the error below from the sandbox? Anyone else experiencing > this today? > > > soap:Server > [InternalApiEr

How do I reset the AuthTokenCache using .Net SDK?

2012-08-22 Thread Ken Foster
I have a windows service that runs once a day and downloads a variety of reports. I received this error today, GOOGLE_ACCOUNT_COOKIE_INVALID . Research indicates that my Authorization Token may have expired (a 2 week expiration, which would fit time wise with how long my service has been runn

Re: Retrieve client customer id's

2012-08-22 Thread Kevin Winter
Hi, This error means the clientEmail does not correspond to an account you manage. If you are using the sandbox, we generally recommend using the GetAccountHierarchy method to get a list of client accounts. - Kevin Winter AdWords API Team On Tuesday, August 21, 2012 2:24:44 PM UTC-4, Patrick

Re: I am getting this error message intermittently when i am running GetRelatedKeywords.php. Failed to get authToken. Reason....

2012-08-22 Thread Danial Klimkin
Hello Peter, Is your php compiled with the ssl support enabled? This can be controlled differently for different OS distributions. It could be checked with: $ php -i | grep -i ssl -Danial, AdWords API Team. On Tuesday, August 21, 2012 3:18:25 PM UTC+4, Peter Crowley wrote: > > Hi Daniel, >

Re: Any recent issues with adwords-api v201109 AdgroupCriterionService mutate

2012-08-22 Thread Danial Klimkin
Hello cefc, The request is not expected to hang indefinitely as you will get error or, in worst case, TCP reset. I anticipate 'acceptable' limit to be of several minutes, though this should be really rare. -Danial, AdWords API Team. On Tuesday, August 21, 2012 8:25:17 PM UTC+4, cefc wrote:

Re: v201206 authentification error (latest perl v201206 client library)

2012-08-22 Thread Maxim Kurapatkin
Hi David, I'm using the wrapper. A piece of adwords package object initialsation is my $api_arguments = { email => $cfg->email, client_id => $cfg->id, clientId => $cfg->id, password => $cfg->password, developer_token => $cfg->devtoken, application_token => $cfg->appltoken, versi

Re: Bid simulator

2012-08-22 Thread Oliver
I might be wrong, but I beleive the BidsLandscape objects have the bids data you see in the bid simulator popup in the UI. Oliver On Tuesday, August 21, 2012 10:22:18 PM UTC+1, jameszol wrote: > > Hi Eric, > > Is this now available through the API or is it in view on the development > timeline

Re: Sandbox issues with AdGroupService Mutate

2012-08-22 Thread Sheinin Elya
I'm still getting the UNEXPECTED_INTERNAL_API_ERROR for adding AdGroup. On Tuesday, August 21, 2012 12:03:03 PM UTC+3, Danial Klimkin wrote: > > Hello All, > > > We had a short maintenance downtime affecting sandbox only. It should be > back to normal now. Please let us know if you still receive

add Sitelink not working

2012-08-22 Thread sm1
Hello Adwords Support, I am trying to add a sitelink campaign ad extension through following API call. but it is failing with Unmarshalling Error. Could you please let me know the valid SOAP call for adding a sitelink through CampaignAdExtension Service. Thanks in advance. Smita http://sch

Re: Report "account timezone" has incorrect offset

2012-08-22 Thread Stefan Podkowinski
Hi Kevin Your statement on how accounts won't obey DST is contrary to what I understand how AdWords handles account timezone settings. E.g. refer to "Data impacted by daylight savings time" at http://support.google.com/adwords/bin/answer.py?hl=en&answer=2404039 If the AdWords API won't make any

Pulling from multiple Google adwords accounts with one developer token?

2012-08-22 Thread David Gray
Say I wrote software to report on google adwords data. This would mean the user entered their Google credentials and it could pull from their adwords account. The question I have is - does each account (they would each have their own google adwords account) need a developer token, or can you

Re: Sandbox issues with AdGroupService Mutate

2012-08-22 Thread PatrickvKleef
Is there a solution for this problem? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because yo

Проблема со скриптом AdWords

2012-08-22 Thread Константин К .
Возникла проблема. Имеется скрипт, который обрабатывает данные из внешнего источника (в формате .json). Он срабатывает, но несколько минут появляется статус "Не завершено: Время ожидания истекло". В справке читаю, что время ожидания 5 минут. Что можно предпринять, чтобы скрипт полностью был вып