AdWords API Re: Unable to use getUnitCountForClients

2009-06-24 Thread brazilian-cinema
I did as you suggested but with the same results. Question in the password field I must use the MCC account password? in this case I will be distributing my MCC password inside a dll and I do not like truly the idea. The new request id is id7ce78a4f93fa4650efbfc64c57112a16 On Jun 24, 3

AdWords API Re: On updateAds: This AdGroup already has the maximum number of ads permitted.

2009-06-24 Thread joel
Well I'm not seeing this error any more, maybe someone fixed it already? :) I'll re-post here if it crops up again. Thanks! On Jun 22, 4:40 pm, AdWords API Advisor wrote: > Hello Joel, > >  Could you find the value of the "requestId" header in the SOAP > response message you're getting back,

AdWords API Re: SOAP Test works in production, but not in sandbox.

2009-06-24 Thread jrj10
Actually, the headers is an array. So, nothing is being overwritten. This code does work in production. The only difference I can see between the sandbox and production is the number of namespaces declared. Production has a single namespace. The soap envelope that is constructed by the PHP soa

AdWords API Re: Unable to use getUnitCountForClients

2009-06-24 Thread AdWords API Advisor
Hello, I looked up your request in our logs, and the error is due to the fact that you're including both your MCC account's email in the "email" SOAP header, and your AdWords account's email in the "clientEmail" SOAP header. This causes your call to be made from the context of your AdWords accou

AdWords API Re: SOAP Test works in production, but not in sandbox.

2009-06-24 Thread AdWords API Advisor
Hi, Looks like you are clearing out previous headers each time your define a new one. So, by the time "applicationToken" is loaded, the "email" header is already overwritten. There's an example for setting multiple request headers at http://stackoverflow.com/questions/589228/sending-a-soap-head

AdWords API Re: How to test in sand box with sample code "awapi_php_samples" provided by Google?

2009-06-24 Thread AdWords API Advisor
Hi, Take a look at the README, http://code.google.com/p/adwords-api-php-samples/source/browse/trunk/README. Also, you may want to check out http://code.google.com/apis/adwords/docs/developer/adwords_api_sandbox.html, for information about the Sandbox (default environment for these samples). --

AdWords API Re: Существует ли однозначная связь между groups и keywords при получении дан ных через АПИ?

2009-06-24 Thread AdWords API Advisor
Hi Ivan, The criterion id (keyword id) is in fact not globally unique. It is only unique within an ad group. The same keyword id may be reused and show up in multiple ad groups. The way to uniquely identify keywords is by using adGroupId + criterionId combination. Same situation with ad ids, w

AdWords API Re: Unable to use getUnitCountForClients

2009-06-24 Thread brazilian-cinema
64bcb44a89f09b137097fa6f39a8c566 On Jun 24, 6:18 am, Zweitze wrote: > When developing with .NET, you can either use Google's client library, > or just import the WSDL in your project and work with that. If you did > the latter (given your code it looks like that) Jeff needs the > following: > >

AdWords API Re: soft delete vs. hard delete

2009-06-24 Thread Mark
Hi Jeff, As much as I don't like to rely on rumors, I know some people that insist that you can recreate a keyword by simply creating a new keyword with the same text and matchtype, and that the new keyword would have the same criterionId and historical performance data - is there any truth to tha

AdWords API Re: and project development request

2009-06-24 Thread Mark
For API charges, hopefully you'll be using reports to download the data (using getCriterion() calls gets expensive when using everyday for all keywords). You can download massive amounts of data (100k keywords easy) in each report for about 12 cents a pop. The trade off is that it's a bit more c

AdWords API Существует ли однозначная связ ь между groups и keywords при получении данных через АПИ?

2009-06-24 Thread Ivan
При просмотре и использовании API AdWords думал что такой параметр как keywordsid(или id критерия по другому) есть величина уникальная, и относится он к 1 adgroup. Однако недавно выяснил что это не совсем так. Заказывая статистику по компании получил данные которые говорят что 2 разных adgroup могу

AdWords API How to test in sand box with sample code "awapi_php_samples" provided by Google?

2009-06-24 Thread parvind
I have downloaded AdWords API Sample, awapi_php_samples, How to test in sand box with sample code "awapi_php_samples" provided by Google? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To

AdWords API Re: Unable to use getUnitCountForClients

2009-06-24 Thread Zweitze
When developing with .NET, you can either use Google's client library, or just import the WSDL in your project and work with that. If you did the latter (given your code it looks like that) Jeff needs the following: service1.requestIdValue.Text This property is set after any call to the Adwords