AdWords API Re: Cannot get APIlity PHP Library 1.12.2 to work

2008-08-29 Thread Laurent
Hi I did the same as you (yup, would be great in the future to put a reminder about wsdl end-of-life :)), but it did work as a charm. Try downloading from another sourceforge mirror, or maybe you took the mac version of the script ? In the archive file you have both the macos and the win/linux ve

AdWords API MSN does not want our money...

2008-08-29 Thread datashaping
MSN does not want our money. We are willing to buy 70,000 keywords, all related to analytics: see www.datashaping.com/logistic_regression.shtml for details. No wonder they can't compete with Google / Yahoo. --~--~-~--~~~---~--~~ You received this message because you

AdWords API Cannot get APIlity PHP Library 1.12.2 to work

2008-08-29 Thread Budgie
Hello, Version 1.11.3 worked just fine for us. Tried instaling 1.12.2 today, as the 1.11.3 version is now no longer working. Well, nothing works. The first command we try to run in our script is getAllCampaigns() and that crashes with the following error: Fatal error: Call to undefined functio

AdWords API Sample API invocation quota exceeded error

2008-08-29 Thread samp
I am writing code in Java and trying to test the exceptions using mock services. Can some one please give the exact SOAP response for API quota exceeded exception. http://schemas.xmlsoap.org/soap/ envelope/" xmlns:v12="https://adwords.google.com/api/adwords/v12";> 43 API invoca

AdWords API Re: number of campaigns

2008-08-29 Thread AdWords API Advisor
Hello, I'd recommend that you reach out to the AdWords support team about that, at [EMAIL PROTECTED] It's not something that can be controlled with the AdWords API. Cheers, -Jeff Posnick, AdWords API Team On Aug 29, 12:35 pm, Newbie <[EMAIL PROTECTED]> wrote: > How can I increase the number

AdWords API Re: Not a valid keywordType help.

2008-08-29 Thread Debra Leitl
That seems to have worked. Thanks for the help On Aug 29, 9:29 am, "Tino Hertlein" <[EMAIL PROTECTED]> wrote: > Try leaving out the:   'keywordType' => '(Broad Exact Phrase)' - line. > > If I remember the call correctly, the 'keywordType'-parameter is optional, in > case you want to restrict th

AdWords API number of campaigns

2008-08-29 Thread Newbie
How can I increase the number of capmigns google will allow me to run for my site? currently I am limited to 25. Thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group,

AdWords API Re: Unable to fetch account information in an MCC

2008-08-29 Thread AdWords API Advisor
Hello Tousdan, I need a bit more information in order to investigate on our end. Could you provide the numeric AdWords account IDs associated with the MCC and AdWords account in question? Also useful would be the value of the "requestId" SOAP response header from the response to your getClientAc

AdWords API Re: updateCampaignList

2008-08-29 Thread billyw
Thanks Tino... I have some knowledge of java and php...time for a crash course. Thanks again. On Aug 29, 12:07 pm, "Tino Hertlein" <[EMAIL PROTECTED]> wrote: > Of course you can check (and store) the status-field of every campaign before > modifying it...http://www.google.com/apis/adwords/deve

AdWords API AW: AdWords API Re: updateCampaignList

2008-08-29 Thread Tino Hertlein
Of course you can check (and store) the status-field of every campaign before modifying it... http://www.google.com/apis/adwords/developer/Campaign.html Tino -- Refined Labs GmbH Landwehrstraße 17 80336 München Tel +49 89 1392879-0 [EMAIL PROTECTED] http://www.refinedlabs.com Sitz: München AG

AdWords API Re: updateCampaignList

2008-08-29 Thread billyw
Hi Jeff, Thanks for the info. I need the scheduling to be dynamic, so the API is the way to go. However not all my campaigns are active. If i run the getAll, will i be able to parse only the active campaigns from there? On Aug 29, 11:51 am, AdWords API Advisor <[EMAIL PROTECTED]> wrote: > Hello

AdWords API Re: updateCampaignList

2008-08-29 Thread billyw
thanks for the info... only problem i have with this method is not all the campaigns are active. So i think i would end up activating all campaigns using this method. I may just go with an external list of campaign ids and work off of that. On Aug 29, 11:47 am, "Tino Hertlein" <[EMAIL PROTECTED]

AdWords API Re: updateCampaignList

2008-08-29 Thread AdWords API Advisor
Hello Billy, Taking a step back, you might not need to adjust your campaigns via the AdWords API to achieve that behavior. The normal AdWords system lets you define ad scheduling on a campaign level, allowing you specify the exact times you'd like your ads to run. Of course, if you need someth

AdWords API AW: AdWords API updateCampaignList

2008-08-29 Thread Tino Hertlein
Try out this: - getAllAdWordsCampaigns (http://www.google.com/apis/adwords/developer/CampaignService.html#getAllAdWordsCampaigns) - set each campaign to 'paused' - upload them again with updateCampaignList (http://www.google.com/apis/adwords/developer/CampaignService.html#updateCampaignList)

AdWords API Re: keyword status report taking forever

2008-08-29 Thread j.e.frank
I'm not having as many problems with this issue as tozor, but I have seen reports sporadically taking abnormally long to complete recently. I run a set of reports every morning to get updated performance data, and usually they complete within a couple minutes. Yesterday I had a report that took o

AdWords API Unable to fetch account information in an MCC

2008-08-29 Thread tousdan
Here's the bogus situation: I'm listing all the client emails from an MCC account using getClientAccounts. Using the client email provided by the previous call, I get the information for this accounts using getAccountInfo At one point I receive an error: http://schemas.xmlsoap.org/soap/ envelop

AdWords API Re: The developertoken is invalid , could any body help me ?

2008-08-29 Thread AdWords API Advisor
Hello, A common cause of this is that you're using a Production Developer token when trying to connect to the AdWords API Sandbox environment, which requires a different set of credentials. Could you check if you're going against the Sandbox environment in your code? If you're using one of our c

AdWords API Re: MCC : Duplicate account in an MCC.

2008-08-29 Thread tousdan
Listing the MCC: 231468d27189721d29b129b5c168c7e3 Getting the information from the duplicate accounts: 173aa171ac65d74539bc9e3898ec4857 aaaf5ac868172b86e4fe34207a1e3390 I doubt the 2 last ones are relevant but still giving them to you. On 27 août, 16:04, AdWords API Advisor <[EMAIL PROTECTED]>

AdWords API updateCampaignList

2008-08-29 Thread billyw
Hi All, I'm new to this api stuff and just have a quick question I want to set up a program to pause all my campaigns at specific days/ times that I will set up in a table. i'm just trying to figure out the quickest way to set it up. I have an mcc with a dozen accounts. Can i do a "get all camp

AdWords API Re: Umlauts in the url getting rejected

2008-08-29 Thread dq
It looks like urlencoding the parameters with UTF-8 gets them through the API. Hurray, problem solved. :) DQ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send ema

AdWords API AW: AdWords API Not a valid keywordType help.

2008-08-29 Thread Tino Hertlein
Try leaving out the: 'keywordType' => '(Broad Exact Phrase)' - line. If I remember the call correctly, the 'keywordType'-parameter is optional, in case you want to restrict the MatchTypes. If no parameter is specified, all MatchTypes should be returned... Tino -- Refined Labs GmbH Landwehr

AdWords API Not a valid keywordType help.

2008-08-29 Thread Debra Leitl
I want to have a crossclient keyword report with all keywords and all match types. What should my keywordType line of code look like? I get this error. faultstring: This is not a valid keyword type. Must be one of Broad/ Exact/Phrase my $report_job = SOAP::Data->name('job' => {'selectedRepo