AdWords API Re: Not able to update URLs for TextAds and ImageAds.

2009-08-31 Thread Eric Gomes
I have just noticed probably something wrong while I'm trying to ad a new adGroup with the v13 sandbox adwords api . I'm receiving the error msg 'The developer token is invalid' even when I'm using the exactly header used to create a new campaign. _ Eric M Gomes 55 11 9950 3930

AdWords API Not able to update URLs for TextAds and ImageAds.

2009-08-31 Thread Ravindra Saklecha
Hi, I recreated my data after the DB was refreshed but now I am not able to update the TextAd URLs and Display URLs. Can somebody point out if I am missing anything or this is an issue with the sandbox API itself? This is the code I tried using. (It's from the samples) AdGroupAd adGroupAd

AdWords API Re: Sandbox DB Refresh: August 28

2009-08-31 Thread Eric Gomes
It's back again... clear and fine! Thank you. Regards, _ Eric M Gomes 55 11 9950 3930 www.octavarium.com.br www.google.com/profiles/OctavariumTecnologia On Tue, Sep 1, 2009 at 02:36, harroot wrote: > > Hi all > > Finally it works, thank you very match. > > Best > Harut.

AdWords API Re: Sandbox DB Refresh: August 28

2009-08-31 Thread harroot
Hi all Finally it works, thank you very match. Best Harut. On Sep 1, 5:25 am, Peer wrote: > Hi Everyone, > > It seems to be working now (at least for me). > > Best, > Peer Jakobsen --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

AdWords API Re: Sandbox DB Refresh: August 28

2009-08-31 Thread Peer
Hi Everyone, It seems to be working now (at least for me). Best, Peer Jakobsen --~--~-~--~~~---~--~~ 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

AdWords API Re: Alguém no Brasil que conheça API ?

2009-08-31 Thread Octavarium
Eu trabalho com a API do Google AdWords. (I work with Google AdWords API) Moro em São Paulo no Brasil. (I live in São Paulo in Brasil) Como posso ajudar? (How can i assist you?) Abraço! (See ya) _ Eric M Gomes 55 11 9950 3930 - Brasil www.octavarium.com.br www.google.com/prof

AdWords API Re: Another InternalApiError

2009-08-31 Thread AdWords API Advisor
s.google.com/api/adwords/cm/v200906";> >                         >                                 ADD >                                 >                                         1_2_Test >                                         ACTIVE >                                         20090831

AdWords API Re: Another InternalApiError

2009-08-31 Thread Mauro
https://adwords.google.com/api/adwords/cm/v200906";> ADD 1_2_Test ACTIVE

AdWords API Re: Another InternalApiError

2009-08-31 Thread AdWords API Advisor
Hi Mauro, Unfortunately the logs for this request are no longer available, so i can't get any information about that specific error. Did you rerun AccountServer.getClientAccounts() after the database refresh to regenerate your client emails? Best, - Eric Koleda, AdWords API Team On Aug 28, 7:15

AdWords API Re: Sandbox DB Refresh: August 28

2009-08-31 Thread AdWords API Advisor
Hi Everyone, Thanks for reporting this problem, and for posting detailed information about the error (it helps me immensely in the debugging process). I have been able to reproduce the problem and I am working with the core engineering team to get it resolved. I'll update this thread when I hav

AdWords API Re: Sandbox DB Refresh: August 28

2009-08-31 Thread Eric Gomes
I have the same problem.I haven't find a way to solve it til now. Eric Koleda, please help us. ;-) Regards, _ Eric M Gomes 55 11 9950 3930 - Brasil Octavarium Tecnologia www.octavarium.com.br www.google.com/profiles/OctavariumTecnologia On Mon, Aug 31, 2009 at 01:11, Kel

AdWords API Re: Sandbox DB Refresh: August 28

2009-08-31 Thread Peter
I too am using the sandbox and encountering the same error. I have done getClientAccounts(). As required on a cleaned out sandbox and it has not fixed the issue. I still get the error "Invalid client email specified". Is this working for others? On Aug 29, 6:20 am, harroot wrote: > Hi > > I'm us

Re: Fwd: AdWords API Re: Sandbox DB Refresh: August 28

2009-08-31 Thread Fartzilla
I also have the same problem, using PHP on v13 Sandbox API - "Invalid client email specified". - error occurs when trying to modify any client email related objects in the sandbox api, eg addCampaign(). - error occurs even after calling getClientAccounts and using one of the valid test client emai

AdWords API Re: Sandbox DB Refresh: August 28

2009-08-31 Thread Kelvin Li
Hi Adwords API team, Looks like some issue with the sandbox after the db refresh, all the existing code failed due to this error 'invalid client email specified'. Any ETA on fixing it? it's blocking our test/development. Is there any get around for that? Thank you! -Kelvin On Aug 29, 6:2

AdWords API Re: Sandbox DB Refresh: August 28

2009-08-31 Thread Alex Parij
I get the same error since Friday. I went through couple of dummy email accounts and client_1 to client_5 , nothing works. Something must have changed. On Aug 29, 5:20 am, harroot wrote: > Hi > > I'm using dotNet v13 api, before august 28 I successfully could login > to sandbox, but now I can't

AdWords API Re: Sandbox DB Refresh: August 28

2009-08-31 Thread Peter
I am also getting this problem I think there is an issue with the sandbox *** Incoming SOAP ** http://schemas.xmlsoap.org/soap/ envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>

AdWords API Re: Sandbox DB Refresh: August 28

2009-08-31 Thread Kelvin Li
Hi, I also have the similar issues: 1) got 'Invalid client email specified.' when calling getAllAdWordsCampaigns() or addCampaign() if I specify the clientEmail parameter. 2) got 'Client managers cannot have campaigns of their own.' when calling addCampaign if I don't specify clientEmai

AdWords API Re: Sandbox DB Refresh: August 28

2009-08-31 Thread Fartzilla
I am also getting the same error, using PHP to v13 API. Used to work as recently as 24 hours ago but no longer. Have successfully re-created accounts using getClientAccounts() but using the newly-created account emails results in the "Invalid client email specified" error. On Aug 29, 6:20 pm, ha

AdWords API Re: Sandbox DB Refresh: August 28

2009-08-31 Thread Jaap
Hi, I have nearly the same issue as harroot. I'm using the Java client library to make a call to getClientAccounts(), which I have checked retrieves 5 client accounts of the form client_x+email. However when I use one of those accounts to add a campaign to the sandbox I get the following error: 9

AdWords API crossClient in ReportService

2009-08-31 Thread dyutiman
Hi, Does anyone know if I can use client ids instead of emails in clientEmails field in ReportService to get report of those clients !!! thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" grou