AdWords API Re: creative structure report error : BusinessName, BusinessAddress

2009-11-24 Thread Ayup
Hi Eric Email sent Regards, Jeff On Nov 25, 7:22 am, AdWords API Advisor wrote: > Hi Jeff, > > At this point it probably makes sense for me to look at these two > campaigns in more detail.  Please email the campaign IDs to > adwordsapiadvi...@google.com and update this thread after you have > d

AdWords API Re: v2009 Sandbox getAuthToken

2009-11-24 Thread huruxing...@sina.com
thank you very much On Nov 25, 4:28 am, AdWords API Advisor wrote: > Hi, > > The domain for the v2009 sandbox is "adwords-sandbox.google.com" so > the URL for the CampaignService would be: > >  https://adwords-sandbox.google.com/api/adwords/cm/v200909/CampaignSer... > > Best, > - Eric > > On Nov

AdWords API Problem with TargetingIdeaServiceInterface?

2009-11-24 Thread SEM
I am trying to use a keyword called 'seed' in seeding keyword suggestions with local / global volume info. How do I achieve this using the v2009 API? I've been trying to use the TargetingIdeaService but seem to be running into a fault with no description. Here is the Java code I've used...

AdWords API Re: Adding multiple keywords in 1 mutate operation

2009-11-24 Thread MaxT
Request ID: 63da06cd41fa3df568b051c09d99a580 Returning: UNEXPECTED_INTERNAL_API_ERROR On 24 nov, 23:45, MaxT wrote: > Hi Eric, > > It was in production environment, i'm looking for the request id, i'll > post these here if i found them! > > On 24 nov, 23:06, AdWords API Advisor > wrote: > > > >

AdWords API Re: Authorization in v13 is successful, in v200906 fails (AuthorizationError.USER_PERMISSION_DENIED)

2009-11-24 Thread Ales Sturala
Ok, it seems the problem is in the .NET library. I don't use the configuration file in this project and enter all the data in the code instead. When I tried to enable logging, I added the web.config file and added some of the configuration elements AdWords uses and the v2009 api calls suddenly work

AdWords API Re: Authorization in v13 is successful, in v200906 fails (AuthorizationError.USER_PERMISSION_DENIED)

2009-11-24 Thread AdWords API Advisor
Hi, Ok, I see now. If it uses the same AdWordsUser than the credentials are the same. All accounts have permission to use the v2009 API automatically. The request ID is returned in the ResponseHeader of the SOAP XML response. If you enable logging in the client library it will be easy to see t

AdWords API Re: Authorization in v13 is successful, in v200906 fails (AuthorizationError.USER_PERMISSION_DENIED)

2009-11-24 Thread Ales Sturala
Hello, The piece of code is called together, both campaign services v2006 and v13 are using the same instantiation of AdWordsUser, so same credentials. At first it uses the v13 and it works, and right after that instantiates the v2006 campaign service and then using it fails. So I really don't thin

AdWords API Re: Adding multiple keywords in 1 mutate operation

2009-11-24 Thread MaxT
Hi Eric, It was in production environment, i'm looking for the request id, i'll post these here if i found them! On 24 nov, 23:06, AdWords API Advisor wrote: > Hi, > > Were these requests made against the sandbox or production > environment?  Do you have the request ID from one of these failed >

AdWords API Re: Authorization in v13 is successful, in v200906 fails (AuthorizationError.USER_PERMISSION_DENIED)

2009-11-24 Thread AdWords API Advisor
Hi, Can you double check that you are using the correct credentials of your AdWords account or MCC account to generate the authToken? Do you have the request ID for a request that demonstrates this issue? Best, - Eric Koleda, AdWords API Team On Nov 24, 4:45 pm, Ales Sturala wrote: > Hello, >

AdWords API Re: Adding multiple keywords in 1 mutate operation

2009-11-24 Thread AdWords API Advisor
Hi, Were these requests made against the sandbox or production environment? Do you have the request ID from one of these failed requests? Best, - Eric Koleda, AdWords API Team On Nov 24, 8:02 am, Maxi CT wrote: > When i add multiple keywords in 1 adGroupCriterionService->mutate > operation, i

AdWords API Re: BulkMutateJobService extremely slow

2009-11-24 Thread AdWords API Advisor
Hi Peter, Thanks for the feedback on this service. Which environment were you making requests against? Out of curiosity, have you tried adding the ads using the AdGroupAdService to compare the times? Best, - Eric Koleda, AdWords API Team On Nov 24, 5:09 am, Peter Niederwieser wrote: > We've b

AdWords API Authorization in v13 is successful, in v200906 fails (AuthorizationError.USER_PERMISSION_DENIED)

2009-11-24 Thread Ales Sturala
Hello, I get into troubles with the API v200906 (.NET) when trying to access an account in production environment. When any operation is called I get an exception: AuthorizationError.USER_PERMISSION_DENIED @ I've spent several hours figuring out what is wrong with the given credentials or with pe

AdWords API Re: sandbox v200909

2009-11-24 Thread AdWords API Advisor
Hi, I've addressed your question in another thread: http://groups.google.com/group/adwords-api/browse_thread/thread/81806f09b515d5a5/ Best, - Eric Koleda, AdWords API Team On Nov 24, 3:32 am, "huruxing...@sina.com" wrote: > hi , > > I  run the demo"AddCampaignDemo" in adwords-api-6.0.0/exam

AdWords API Re: Bad Gateway Errors when using BulkMutateJobServiceInterface.mutate() in Java Client API

2009-11-24 Thread AdWords API Advisor
Hi Rainer, It is not currently possible to cancel a job, even if it hasn't started running yet. If you want to remove that job you must send the correct number or parts, you can't skip parts, and each part must contain at least one operation. Best, - Eric On Nov 24, 2:43 am, rz wrote: > Hi Eri

AdWords API Re: Exception without ognl message on mutate

2009-11-24 Thread bluesman
Hi Eric, Thanks for your response, that seems to have done the trick. On Nov 23, 1:40 pm, AdWords API Advisor wrote: > Hi, > > The cause of the problem appears to be that you are setting the "id" > field of the keyword criterion to "0".  You shouldn't set the ID field > when adding a criterion,

AdWords API Re: v2009 Sandbox getAuthToken

2009-11-24 Thread AdWords API Advisor
Hi, The domain for the v2009 sandbox is "adwords-sandbox.google.com" so the URL for the CampaignService would be: https://adwords-sandbox.google.com/api/adwords/cm/v200909/CampaignService?wsdl Best, - Eric On Nov 24, 2:17 am, "huruxing...@sina.com" wrote: > hi , > > I  run the demo"AddCampai

AdWords API Re: creative structure report error : BusinessName, BusinessAddress

2009-11-24 Thread AdWords API Advisor
Hi Jeff, At this point it probably makes sense for me to look at these two campaigns in more detail. Please email the campaign IDs to adwordsapiadvi...@google.com and update this thread after you have done so. Thanks, - Eric On Nov 23, 10:15 pm, Ayup wrote: > Hi Eric > > Confirming that there

AdWords API Adding multiple keywords in 1 mutate operation

2009-11-24 Thread Maxi CT
When i add multiple keywords in 1 adGroupCriterionService->mutate operation, i sometimes get an UNEXPECTED_INTERNAL_API_ERROR. I tried it with 10/20/30/40/50 keywords per request, and this error randomly appears. In the error return message i don't see exactly what is causing this error, only UNEXP

AdWords API BulkMutateJobService extremely slow

2009-11-24 Thread Peter Niederwieser
We've been trying to use the new BulkMutateJobService, but it appears to be extremely slow. Adding 400 text ads in one job consisting of 4 parts took 70 minutes. What could be going wrong here? Cheers, Peter -- You received this message because you are subscribed to the Google Groups "AdWords A

AdWords API sandbox v200909

2009-11-24 Thread huruxing...@sina.com
hi , I run the demo"AddCampaignDemo" in adwords-api-6.0.0/examples/ v200909 , the adwords.properties: # clientId and useSandbox are optional and may be commented out. email=...@taygata.com password= useragent= developertoken=...@taygata.com++cny useSandbox=true but the result is {http:/