Get all Ads by MCC

2010-08-09 Thread Taylor Lilley
Our organization has 10s of 1000s of ads running. I've seen another post where the poster wanted to "get the entire MCC" in a single API call for similar reasons, but there was no real answer provided...sooo... Is there a report that could pull a full list of ALL ads under a specified MCC? Travers

How to get started with developer...

2010-08-09 Thread Christophe
Hello, How does one get started developing a Adwords API enable application, when one does not want the developer to be able to see any data in the real Adwords accounts? Thanks, Christophe -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http:/

Re: Ad Problem

2010-08-09 Thread ismailperim
I'm getting other clients criterions and ads. But only 1 client not responses criterion and ads data. I'm trying try-catch blocks but i dont have any error. I'm getting returned criterion count but in this client count is 0. I'm using php and apility library for adwords api. On 3 Ağustos, 00:43, A

Re: Slow Performance of BulkMutateJob in uploading keywords

2010-08-09 Thread AdWords API Advisor
Hi Bobby, The AdWords API is the only API available, so there is nothing else to compare it with in regards to speed. You can try using the AdGroupCriterionService instead of the BulkMutateJobService, but I don't know if you'll see a dramatic speed difference. Best, - Eric On Aug 9, 6:21 am, bo

Re: Unexpected CONCURRENT_MODIFICATION error

2010-08-09 Thread AdWords API Advisor
Hi Mark, The most common cause of this error is that you are making back-to- back requests with operations against the same ad group. The AdWords system is making some final updates to the ad group after the first call right as you make the second call, resulting in a collision. Please ensure tha

Re: Formatting calls

2010-08-09 Thread AdWords API Advisor
Hi, To address your questions: 1) Moving service creation outside the loops ensures one WSDL request per execution. Enabling WSDL caching ensures one WSDL request per day or so. In some versions of PHP WSDL caching may lead to strange behavior, so use cautiously. 2) These services are just lik

Re: Number conversion problem

2010-08-09 Thread AdWords API Advisor
Hi, General questions about report or conversion data can be posted to the AdWords forum: http://www.google.com/support/forum/p/AdWords?hl=en Best, - Eric Koleda, AdWords API Team On Aug 7, 7:24 am, Alonet wrote: > Hi, > > The number of conversions seems to be in 2275 when it should be 9. >

Save Units targetingIdeaService

2010-08-09 Thread SEO Sniffer
I use the targetingIdeaService to get the search volume for many keywords. But now I pay 6 units per keyword (5 per request + 1(rounded) per item). Is there any possibility to bulk the requests and can I request more keywords per request to save units? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: 'Failed to get authToken. Reason: CaptchaRequired'

2010-08-09 Thread SEO Sniffer
It works, thank you. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 you are subscribed

Re: Problem to using Google Adwords API

2010-08-09 Thread AdWords API Advisor
Hi Mukut, I've responded to your question in the other thread. Cheers, Anash P. Oommen, AdWords API Advisor. On Aug 7, 4:58 pm, Mukut wrote: > Dear sir, > > I am using your adwords sandbox api integrate with dot net and c#. > There are using google-api-adwords-dotnet dll. Atfirst my default pag

Re: Removing report definitions

2010-08-09 Thread AdWords API Advisor
Hi MT, The report definitions that you create using API will show up under Control Panel and library -> Reports. See https://adwords.google.com/support/aw/bin/answer.py?hl=en&answer=29175 for details. If you wish to remove the report definitions, you may do so. If you leave them as such, then my u

Re: Is it possible to Update multiple campaigns ?

2010-08-09 Thread AdWords API Advisor
Hi Narinthorn, It is possible to update multiple campaigns in a single call, see http://code.google.com/apis/adwords/v2009/docs/reference/CampaignService.html#mutate for details. If you are looking for raw SOAP xml, then it looks something like this: http://schemas.xmlsoap.org/soap/envelope/"; x

Re: error for permission in web using adword sandbox api dot net integration

2010-08-09 Thread AdWords API Advisor
Hi Mukut, Can you try putting the following node in your web.config and let me know if it addresses your issues? Cheers, Anash P. Oommen, AdWords API Advisor. On Aug 7, 4:57 pm, Mukut wrote: > Dear sir, > > I am using your adwords sandbox api integrate with dot net and c#. > There a

Re: ApplicationConfiguration keeps talking to localhost

2010-08-09 Thread AdWords API Advisor
Hi, If your application is a simple one, then you can set the values in App.config and then create new AdWordsUser(). If you need to switch the credentials to manage a large number of users, then AdWordsUser has a parameterized constructor that you may use. See http://code.google.com/p/google-api-

Re: 'Failed to get authToken. Reason: CaptchaRequired'

2010-08-09 Thread AdWords API Advisor
Hi, You get this error when you create too many authTokens within a short period of time. The ClientLogin interface returns tokens that are long- lived and can be reused for a large number of requests, so it doesn't expect you to call that endpoint frequently. If you call the ClientLogin interface

Unexpected CONCURRENT_MODIFICATION error

2010-08-09 Thread googleMCC
Hello, I must be confused with the API. Some help would be much appreciated. In PHP we create an array of operations then use $adGroupCriterionService->mutate($operations) but sometimes receive an error: CONCURRENT_MODIFICATION If an array of operations are sent does the API ensure that they are

Re: Slow Performance of BulkMutateJob in uploading keywords

2010-08-09 Thread bobby
Thanks Eric, yes I understand that - but what I was really asking was "what is the fastest way to upload 300,000 keywords?". In other words - is the ADWORDS API the fastest way to do it, or is there some other form of transfer that I can use? Currently 300,000 keywords is taking me nearly 12 hour

Is it possible to Update multiple campaigns ?

2010-08-09 Thread iAMPICk
Hi all, I try to update status of multiple campaigns but it not work. I try to repeat tag ... It not work and I try to repeat tag It's also not work too. somebody can suggest me ? Best Regards Narinthorn I. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and dis

Re: Problem to using Google Adwords API

2010-08-09 Thread Mukut Kandar
Sir I did not get any response from you. Please reply o n my request sir. And also I didn't find any website ranking using Google or Yahoo using asp.net and C#. Please help me ... On Sat, Aug 7, 2010 at 5:28 PM, Mukut wrote: > > > Dear sir, > > I am using your adwords sandbox api integrate with

Re: ApplicationConfiguration keeps talking to localhost

2010-08-09 Thread none
That sound a lot like I did the first time, I'll try it again from scrach and see if that makes a difference. My larger questions was, again, to do with where the program is actually getting the user account informaiton. My application is designed to be used by any number of MMC/Clients users, so

Removing report definitions

2010-08-09 Thread MT
When using the report definition service (v201003), running reports for one-time use only, what's the significance of removing the report definitions via the API after downloading the report? The definitions don't show up in the Adwords web interface for reporting, so in that regard they don't caus