AdWords API Re: impression value does not match between adwoard web service api and adwords.google.com web page

2008-10-10 Thread hhwang
Hi, Laurent. Thanks for reply again. My date format is 2008-10-06. I typed wrong on the first post, sorry about that. As you can see my stat report is set as "Creative" report which is Ad Performance report. DefinedReportJob.selectedReportType : 'Creative' I logged into my client's web sit

AdWords API Creating an API

2008-10-10 Thread jargoncity
I manage marketing for a few business's and individuals but dont know how to create an API program, I was wondering if there was a simple guide or anyone who can create something for me. What I want to do is to be able to create tracking links to track the campaign sales, and also bookmarks & nat

AdWords API Re: impression value does not match between adwoard web service api and adwords.google.com web page

2008-10-10 Thread Laurent
hmm sorry I was thinking you were comparing data from your side and adwords data, I missed the point on that :) Are you sure you're looking at the same metrics ? I see on your api request you've requested a creative report, are you looking the creative stats on adwords ? Another clue, is there a p

AdWords API Re: impression value does not match between adwoard web service api and adwords.google.com web page

2008-10-10 Thread hhwang
Thank you, Laurent for your tip. >From Adwords API document (http://code.google.com/apis/adwords/docs/ developer/adwords_api_services.html#adwords_api_services_reportdates), "The default timezone is the account's local time zone." For the API I used, I do not set timezone but just set startD

AdWords API Re: internal error has occured when trying to call the sandbox

2008-10-10 Thread AdWords API Advisor
Hello, You shouldn't specify an actual client ID (944-753-5890) when accessing the Sandbox. You should specify a clientEmail SOAP header, and set it to [EMAIL PROTECTED], as per http://code.google.com/apis/adwords/docs/developer/adwords_api_sandbox.html#requestheaders If changing that does

AdWords API Re: getKeywordVariations() query

2008-10-10 Thread AdWords API Advisor
Hello Rashmi, I would think in that case there simply aren't any additionalToConsider keywords that the KeywordToolService knows about for your given keyword and language and country options. I think the results from the AdWords API KeywordToolService are a bit closer to the results from the w

AdWords API Re: The Report Service returns no data, but when I copy the report in MCC, it does

2008-10-10 Thread AdWords API Advisor
Hello Derek, Well, let me tell you how it's supposed to work. If it doesn't sound like this is actually how it is working for you, could you follow up with a SOAP trace of the exact XML you're sending to schedule the report, with the email/password/token information anonymized? If you have an

AdWords API Re: KeywordToolDemo.java throws ClassCastException - Why?

2008-10-10 Thread AdWords API Advisor
Hello Liu, The example code provided along with the Java Client Library does work. It's just very important that (as with any Java project) you have your environment set up properly and have all the necessary libraries on the classpath. Can you confirm that you've a) downloaded a fresh copy o

AdWords API Re: (503)Service Unavailable

2008-10-10 Thread AdWords API Advisor
Hello Pedro, Have you experienced the error on an ongoing basis since then? That cause of 503 errors is usually on our end, and it's possible you were unlucky enough to be routed to a server that was being briefly restarted. Cheers, -Jeff Posnick, AdWords API Team On Oct 9, 11:55 am, pedro <[

AdWords API Re: Metro/City target linkage

2008-10-10 Thread AdWords API Advisor
Hello Doug, Are you looking for the information at http://code.google.com/apis/adwords/docs/developer/adwords_api_us_metros.html I'm not sure if that provides the "Metro -> City link" information you're interested in, but that's the only place our Metro codes are described. Cheers, -Jeff Po

AdWords API internal error has occured when trying to call the sandbox

2008-10-10 Thread [EMAIL PROTECTED]
Hi. I registered today as a new developer for the AdWords API. I'm trying to write some code in .NET that calls the sandbox methods, but every time (and for every method) I get the "internal error has occured" error message back. Here is the code I'm running. Anyone has any idea how to debug this

AdWords API Re: AdWordsServiceLogger.log() doesn't seems to work anymore

2008-10-10 Thread LeTic
Cheers for the answer WildFan. I fiddle in my log4j.xml but it seems that the tag you suggested has been deprecated for the XML syntax. So in the end this worked : But this way we get the debug of all HTTP request going through Axis which is quite a lot to say the least :o) It would

AdWords API getKeywordVariations() query

2008-10-10 Thread rashmi
Hi, In my case I am getting moresepcific but no additionaltoconsider keywords. In some post I read that additionaltoconsider is given more importance so why I am getting morespecific? Are the results from API different than the Google manual Keyword Tool? Thanks, Rashmi --~--~-~--~

AdWords API Re: The Report Service returns no data, but when I copy the report in MCC, it does

2008-10-10 Thread AIDevTeam
Ok, I think I've found what the problem is: We have multiple clients in our MCC, so as per the instructions, I do not include a client email in the SOAP header. Instead, I set the Job.crossClient to true. For some reason, this doesn't return any data in the XML report. However, when I specifiy

AdWords API Re: The Report Service returns no data, but when I copy the report in MCC, it does

2008-10-10 Thread AIDevTeam
I'm definately using the live environment. This is evidenced by the fact that I can see the reports in my MCC Report area. On Oct 9, 10:15 pm, "Jan Piotrowski (AdWords API Guru)" <[EMAIL PROTECTED]> wrote: > Are you in sandbox mode? > > - Jan > > On 9 Okt., 18:20, AIDevTeam <[EMAIL PROTECTED]> w

AdWords API Re: KeywordToolDemo.java throws ClassCastException - Why?

2008-10-10 Thread [EMAIL PROTECTED]
Hello Das,thanks for your reply. But the exception is ClassCaseException,it does nothing to do with me, and the example is provide by adwords api. On 10月10日, 上午5时40分, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hi, > > 1. Copy all the include-lib.zip to includelib and lib.zip to lib under >

AdWords API Re: KeywordToolDemo.java throws ClassCastException - Why?

2008-10-10 Thread [EMAIL PROTECTED]
Hello Jan,thanks for your reply again. And the new subject is better. On 10月10日, 上午5时14分, "Jan Piotrowski (AdWords API Guru)" <[EMAIL PROTECTED]> wrote: > Okay. I changed the subject of the thread, perhaps then some of the > Java people will see it and reply. > > - Jan > > On 9 Okt., 17:31, "[EMA