AdWords API Re: Partially successful results

2010-03-23 Thread quaylar
> operation? > > Would like to be pointed to some more documentation on this topic if > possible > > Pete > > On Mar 23, 5:25 am, quaylar wrote: > > > Hi all! > > > I just read this in the migration-guide for 2009: > > > "mutate performs add

AdWords API Partially successful results

2010-03-23 Thread quaylar
Hi all! I just read this in the migration-guide for 2009: "mutate performs addition, modification and deletion on the items, via the operator property and the list of operands. It can return a partially successful result set, so make sure your code can handle a return list with both successful an

AdWords API Re: v2009 CampaignService: no username/password?

2010-03-21 Thread quaylar
Yes, credentials are set in the AdWordsUser-object. If you use the standard-constructor, username and password will be read from the app.config and used to generate the authToken. You can use the alternative constructor which takes a dictionary of header-values as input-argument. See AccountServic

AdWords API Re: .NET Client API, Re-Usability of AdWordsUser

2010-03-19 Thread quaylar
Answering part of it myself: It seems that re-using the AdWordsUser-object is essential when making many subsequential requests to the API, since creating a new user would also create a new token each time - which would count as a separate login each time, and lead to the account being locked. No

AdWords API .NET Client API, Re-Usability of AdWordsUser

2010-03-19 Thread quaylar
Hi all! I am currently porting my adwords-app from v13 to v2009 and started to use the client-libs for the first time. In my application i have to make multiple calls to the same service, but each time with different authentication headers, so i was wondering if it is really the correct way to use

AdWords API Umlauts in displayURL of ads

2009-07-01 Thread quaylar
Hi all! I have a problem that turned up recently and never happened before: The checkAds() method of the AdService will reject ads that have umlauts in their displayURL. What is strange for me first: This is just the displayURL, so umlauts shouldnt be a problem and allowed to be set? I couldnt f

AdWords API Re: API-Access impossible

2009-05-28 Thread quaylar
And to follow up on this once more: For 2 days now im getting a "A connection that was expected to be established was closed by the server"-Webexception..*sigh* Is Google doing any kind of maintainance atm? On 26 Mai, 10:52, quaylar wrote: > Hello Jeff, > > Just wanted to l

AdWords API Re: API-Access impossible

2009-05-26 Thread quaylar
> > > > We are running our tool every night at 04.00 GMT +1. Sometimes the > > > > tool completes his task with no error or disconnection at all, but > > > > there are also some night when the error popups with the message "An > > > > existing connectio

AdWords API Re: API-Access impossible

2009-05-07 Thread quaylar
out your > account to find your requests. > > Cheers, > -Jeff Posnick,AdWordsAPI Team > > On May 5, 5:11 am, quaylar wrote: > > > Hi again Jeff, > > > Unfort. i wasnt able to resolve this issue so far. > > Is it possible forAdwordsSupport, to check their logs rega

AdWords API Re: API-Access impossible

2009-05-05 Thread quaylar
n Google's side, or whether something else is the problem here. I'd gladly email you the email-adresses of the accounts that are accessed here, so u can check your logs regarding any error-messages. regards, --qu On 30 Apr., 18:23, quaylar wrote: > Hello Jeff, > > Thank u very

AdWords API Re: API-Access impossible

2009-04-30 Thread quaylar
calls cant be a problem here - is there any other possible reason? I will check out the information in the link provided, thanks so far Jeff. regards, --qu On 30 Apr., 17:47, AdWords API Advisor wrote: > Hello Quaylar, > >  If the individual API calls you're making taking an exceeding

AdWords API API-Access impossible

2009-04-30 Thread quaylar
Hello all, I wrote and im still maintaining an ASP.NET application that is holding the adwords-campaigns of various customers in a database, and synchronizing them with Google in regular intervals. This has been working almost flawless for a few months now, nevertheless, within the last 2-3 weeks

AdWords API Daily Budget for campaigns == 0 ?

2009-03-31 Thread quaylar
Hi all! As subject states, i would like to know whether and if yes how, i can set the daily budget of a campaign to zero? I remember that i tried to do it once and got an error message, yet i cant find any official source for the budgetAmount of a campaign having to be > 0. Anybody who can provi

AdWords API Re: How to get actual cpc for a keyword

2009-01-12 Thread quaylar
Jeff, Thanks for your response, in the meantime my client showed me a screenshot of the webinterface showing the actual CPC. It turned out that he in fact meant the value "total cost/nr. of clicks", that was shown as "avg. CPC" in the web-interface. So i can calc. this value now by myself as you

AdWords API How to get actual cpc for a keyword

2009-01-10 Thread quaylar
Hi guys, My apologies in advance if this is an easy one, but i cant seem to find an answer to this. I know there is a maxCPC for a keyword, and i also know that google *somehow* calculates an actual CPC they charge, depending on the rank of the next lower ad and some other criteria (yes i also fo