AdWords API Include me in the money making group

2008-11-13 Thread Nkopane Albert Matsimela
I am looking forward to make business with you but I am not yet sure of what i should do for you to be in the right track. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups AdWords API Forum group. To post to this

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

2008-11-13 Thread Jan Piotrowski (AdWords API Guru)
Yes, it can. But perhaps you are better of with Adwords Editor. There you can 'paste' a csv-like structure to create adgroups and keywords. If you only need this once, it probably is better suited for your needs. - Jan PS: Creating 20.000 adgroups at once seems like a really bad idea.

AdWords API Re: Error Message : Either this object does not exist, or this user does not have permission to access it

2008-11-13 Thread Zweitze
I get exactly that error when I use a client email, that is not a member of the MCC identified by email/password. On Nov 12, 7:49 pm, Joseph [EMAIL PROTECTED] wrote: Hi,     I  tried to test the GetAccountInfo funciton, but why I always get the exception like the mai subject said, Could

AdWords API Report long time generate

2008-11-13 Thread sanSH
Hello! I have a problem. When generating Campagins or AdGroup or KeyWords report I get all data, but its take many time(look at time listing) Its google server trouble ? How can i fix this problem? .. Start API: 0.00285sec. Config Set start: 0.00312sec. Config Set end: 0.07650sec.

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

2008-11-13 Thread timprepscius
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 rates. (Except now they have a 'christmas special') Why don't you try their adword's editor.. which uses a closed

AdWords API Re: updateAds() Inquiry.

2008-11-13 Thread nate
I completely agree. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups AdWords API Forum group. To post to this group, send email to adwords-api@googlegroups.com To unsubscribe from this group, send email to [EMAIL

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

2008-11-13 Thread AdWords API Advisor
Hello Eric, Thanks for the additional detail about the occurrence rate. I don't think this is related to the issue in the other thread. It's pretty easy to trigger that error when you're not supplying the appropriate MCC/client email credentials, which sounds like is what is happening in the

AdWords API Re: Report long time generate

2008-11-13 Thread AdWords API Advisor
Hello, 25 seconds is not a long time for report data generation. AdWords reports can take much longer than that to generate, depending on how much data you're asking for. Believe me. :-) Cheers, -Jeff Posnick, AdWords API Team On Nov 13, 5:31 am, sanSH [EMAIL PROTECTED] wrote: Hello! I

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

2008-11-13 Thread AdWords API Advisor
A quick followup question: are you doing anything in your code to make sure that you don't have more than 15 active reports at any one time? As per http://code.google.com/apis/adwords/docs/developer/ReportService.html The Report Center stores up to 15 generated reports per account. When the

AdWords API Re: Error Message : Either this object does not exist, or this user does not have permission to access it

2008-11-13 Thread Joseph
Hi Zweitze , We already have application Token and developer's Token, we still are not identified ? If not , how can we get identified by MCC? I wonder if you can give me your email address , so i can give you the login information including : email/password 2 tokens ,Apprecited! Joseph

AdWords API Re: Error Message : Either this object does not exist, or this user does not have permission to access it

2008-11-13 Thread AdWords API Advisor
Hello Joseph, It's definitely not a good idea to share your password or token information with anyone. At the most, Google employees will ask you to post some sample logged requests (with your password and token information X-ed out) or for you to provide the value of the requestId SOAP

AdWords API .NET specific - public AdWordsUser(Hashtable headers) fails?

2008-11-13 Thread crozzer
This is one of those where I know I must be wrong... Please help me. I'm trying to use this in an application where I have an MCC login, and multiple client accounts. So, when I want to create an instance for a particular child Account ID ... headers = null; // Successfully gets

AdWords API Re: Limits on Reporting Across Accounts with MCC

2008-11-13 Thread crozzer
Another suggestion would be to iterate through each of your accounts, scheduling a report for each, then go back and get them each individually. With the API at least, that's pretty straightforward (though admittedly pretty painful if you are going to use the web interface to get the reports).

AdWords API Re: .NET specific - public AdWordsUser(Hashtable headers) fails?

2008-11-13 Thread crozzer
so, more pointedley, shouldn't line 159 of AdWordsUser.cs be something like: this.headers = headers; (I know, that's not the proper code, but you get the idea). On Nov 13, 12:35 pm, crozzer [EMAIL PROTECTED] wrote: This is one of those where I know I must be wrong...  Please help me. I'm

AdWords API Re: How can I tell if the books are closed in a report?

2008-11-13 Thread Joe
Thanks for the reply Jeff. I will set me report downloading job to not start any earlier than 8am. For the future, I think it would be great if in both the API and in the AdWords UI there was a final flag letting us know whether or not the numbers are fully complete and accurate. Not to bring up

AdWords API Re: Error Message : Either this object does not exist, or this user does not have permission to access it

2008-11-13 Thread Joseph
Good suggesiton! Sorry, the code now can work , the error was caused by the wrong email information, thanks any way! Joseph On Nov 14, 3:34 am, AdWords API Advisor [EMAIL PROTECTED] wrote: Hello Joseph,  It's definitely not a good idea to share your password or token information with

AdWords API enabling trace extension causes new errors (.NET 3.5)

2008-11-13 Thread crozzer
I've got some otherwise-working code that when I enable logging by adding trace extensions in my web.config, I get unexpected run-time errors. Object reference not set to an instance of an object. I'm guessing this is user-error - maybe I have the settings in the wrong place, or set to the

AdWords API Re: How can I tell if the books are closed in a report?

2008-11-13 Thread Rori Stumpf
On Nov 12, 6:35 pm, MojoWIre [EMAIL PROTECTED] wrote: Forgive me if the answer to this question is already available. I looked for it in the docs and on this group and couldn't find it. I want to know how to download a report of yesterday's data via the API, in such a way that It's guaranteed

AdWords API Hey everybody, are you getting alot of clicks no sales

2008-11-13 Thread [EMAIL PROTECTED]
[EMAIL PROTECTED] Hi everyone, you probably know that thousands of marketers that use PPC advertising get lots of clicks but very little to no sales right? I have read many posts in various forums where people complain that the money making courses, blueprints, etc. that they have purchased

AdWords API Java Class Cast Exception in new V13

2008-11-13 Thread Daniel
Hi everybody! Today i want to switch from V12 to V13 but it seems there is a little Bug in the Java Lib with the AdwordsUser Object. So when i try to get a ReportService i use this method: private ReportServiceSoapBindingStub getReportService() { try {