AdWords API Re: Structure Report triggers invalid date error in GetAllJobs

2008-11-14 Thread IgorAG
> I'm running .NET 3.5, VS 2008, on Vista exactly the same > i don't know about reference.cs? It is in a subtree of your ReportAPI Web Reference (possibly you need to click on the "Show all files" button at the top of the Solution explorer) Reference.cs is the autogenerated .cs code by the Rep

AdWords API Re: Using Google API for large number of camapigns

2008-11-14 Thread Jan Piotrowski (AdWords API Guru)
Yeah, actually something like that ;) - Jan On 13 Nov., 16:09, timprepscius <[EMAIL PROTECTED]> wrote: > If I am not mistaken Jan actually meant to say: > > No, there is no bulk upload mechanism. > > Yes you could do it, but via 20,000 or more api calls- for which > google charges exorbitant r

AdWords API Re: Report long time generate

2008-11-14 Thread sanSH
There is not match data in my report, current time listing is only for one campaign. When i generate same report in adwords client panel its take only 3 - 5 sec. Exists method to make my report faster or may be exists better way (not using report function) get Budget, Clicks, CTR, CPC, Cost for c

AdWords API AW: AdWords API Java Class Cast Exception in new V13

2008-11-14 Thread Tino Hertlein
Hi Daniel, try to initialize your AdWords-user with an explicit String that indicates the API-version: e.g. public static final String API_VERSION = "v13"; adWordsUser = new AdWordsUser( adWordsAccountSettings.getRootLogin(),

AdWords API Re: AW: AdWords API Re: Google Adwords Keyword Insertion API Usage Rates?

2008-11-14 Thread AdWords API Advisor
Just to amend something in my previous post: I forgot that we already impose a server-side restriction on addCriteria() calls that requires all new criteria in a single call be associated with the same ad group. So passing in new criteria for multiple ad groups in a single call isn't an option. C

AdWords API Re: Report Job error: Either this object does not exist, or this user does not have permission to access it.

2008-11-14 Thread Eric
Hello Jeff, Right...we've implemented the semaphore suggestion as a Java thread pool with a maximum of 5 threads. However, it is unclear to me from the Report Center documentation as to whether the referenced account is an MCC account or client account. We've made the assumption it has been the

AdWords API Does someone have a working PHP example with basic functions?

2008-11-14 Thread GeorgR
Could someone provide a working example in PHP with rudimentary functionality, Sandbox is ok! All i need to do is upload a new adgroup/text ad to an existing adword's users campaign. I see the snippets and functions..but i would greatly appreciate a "working" PHP program which i can build upon.

AdWords API Re: Report Job error: Either this object does not exist, or this user does not have permission to access it.

2008-11-14 Thread AdWords API Advisor
Hello Eric, Great, using a thread pool to limit the total number of pending reports sounds like the right approach. If you previously didn't have a limit on the total number of pending reports then I'm inclined to think that was the root cause of the behavior you saw. Once a newly scheduled repo

AdWords API Re: Does someone have a working PHP example with basic functions?

2008-11-14 Thread AdWords API Advisor
Hello Georg, Have you tried the APIlity client library? I think it would fit the bill. http://google-apility.sourceforge.net/ There's a separate discussion forum for APIlity users if you have any questions specific to it: http://groups.google.com/group/adwords-api-php Cheers, -Jeff Posni

AdWords API Re: Structure Report triggers invalid date error in GetAllJobs

2008-11-14 Thread crozzer
original question resolved/reported. see: http://code.google.com/p/google-api-adwords-dotnet/issues/detail?id=13 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send e

AdWords API Structure Report exceeds 250MB limit - what now?

2008-11-14 Thread crozzer
My Structure Reports are getting truncated at the 250MB limit. Is it possible to get an exception on the limit, even if for structure reports only? My only alternative would be to iterate through all accounts, campaigns, adgroups, and criterion, which is A LOT of API units and extra traffic... A

AdWords API Re: Structure Report exceeds 250MB limit - what now?

2008-11-14 Thread AdWords API Advisor
Hello, (As a preface, I'm hampered when discussing this issue by the fact that I don't have access to an account large enough for this to be an issue, so I haven't been able to test this behavior myself.) Are you seeing the same truncation when you download the report as a GZip file? If so, wh

AdWords API Re: Structure Report exceeds 250MB limit - what now?

2008-11-14 Thread crozzer
I assumed you would be able to access my MCC and CID? I'm re-running the reports now, and will attempt to download them via browser and post the results later today. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups