AdWords API AdWords is going over my budget!

2008-10-13 Thread taktikz
Why is AdWords going over my $15/month budget? I'm at $18 already and its only been 2 days --~--~-~--~~~---~--~~ 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-ap

AdWords API update campaign?

2008-10-13 Thread [EMAIL PROTECTED]
Hi, Could someone please clarify? I want enable/disable campaign. In this scenario, if I set existing Campaign Id and new status, is that enough? Do I need to fill complete campaign object which is already exist at Google side when calling updateCampaign()? Thanks, Das --~--~-~--~--

AdWords API US Regions and Cities List

2008-10-13 Thread REFerguson
Does anyone have a list of US regions and the corresponding cities that are mapped to these regions? What I need is an excel file with a list of US regions and the cities that Google maps to these specific regions. Any help is greatly appreciated. -R.E. Ferguson --~--~-~--~~--

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

2008-10-13 Thread NuConomy
Thanks!! Solve the problem. On Oct 13, 9:31 am, AdWords API Advisor <[EMAIL PROTECTED]> wrote: > Hello, > >  That SOAP trace still shows that you're setting a clientCustomerId > header, although now you're putting in the [EMAIL PROTECTED] > value. That's the right value to use, but the name of th

AdWords API Re: Can I get Google Adword database Scheme?

2008-10-13 Thread AdWords API Advisor
Hello Das, You can determine the basic data types by either looking at the relevant entries in the online documentation (such as http://code.google.com/apis/adwords/docs/developer/Campaign.html) or by just taking a look at the Java data types used in the client library. I can't provide any spe

AdWords API Re: Can you put campaignId in destination url like {keyword}?

2008-10-13 Thread MartinHN
Thanks. I've posted the question in the AdWords Help forum. On Oct 13, 7:51 pm, AdWords API Advisor <[EMAIL PROTECTED]> wrote: > Hello Martin, > >  I don't believe there's an equivalent URL substitution parameter for > campaign id. That being said, that type of URL substitution is not a > featu

AdWords API Re: Can you put campaignId in destination url like {keyword}?

2008-10-13 Thread AdWords API Advisor
Hello Martin, I don't believe there's an equivalent URL substitution parameter for campaign id. That being said, that type of URL substitution is not a feature of the AdWords API and you might get a more knowledgeable response if you ask in the general AdWords discussion forums: http://groups

AdWords API Re: "delivery method" API support

2008-10-13 Thread AdWords API Advisor
Hello Olga, You're correct that switching between Standard and Accelerated delivery methods is not currently supported by the AdWords API. You'd have to log in to the AdWords web interface to do that. I'm afraid I can't comment on whether future versions of the AdWords API will have that funct

AdWords API Can I get Google Adword database Scheme?

2008-10-13 Thread [EMAIL PROTECTED]
Hi, Could someone please clarify this. We're going to save Google Adword structure into our database. We are not sure about the data elements size/length we get from Java API call. Is there way to get database scheme(AccountInfo, Campaign, AdGroup, Ad), so that, we will not face any data insert

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

2008-10-13 Thread AdWords API Advisor
Hello Liu, I'm fairly sure that this has to be *something* related to your environment, as the same code is used by many developers out there without issue. That being said, there are a lot of interesting ways the Java runtime can get muddled up, and I can't say exactly what it is that is leadin

AdWords API Re: Creating an API

2008-10-13 Thread AdWords API Advisor
If you're looking for a desktop program to interact with AdWords and you don't want to write your own, Google does provide the AdWords Editor program that might meet your needs: http://www.google.com/intl/en/adwordseditor/ Otherwise, yes, you're going to have to get familiar with a programming

AdWords API Look Like a Bikini Fitness Model

2008-10-13 Thread Naomi Tani
Look Like a Bikini Fitness Model Dispels the myths about looking like a fitness model. If Jennifer Nicole Lee can do it, so can you. http://tinyurl.us/?f=G482 The Truth About Foods That Burn Fat - Fact Or Fantasy? In this article we are going to take a quick look at f

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

2008-10-13 Thread AdWords API Advisor
Hello, That SOAP trace still shows that you're setting a clientCustomerId header, although now you're putting in the [EMAIL PROTECTED] value. That's the right value to use, but the name of the header you should be setting is clientEmail, not clientCustomerId. Cheers, -Jeff Posnick, AdWords API

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

2008-10-13 Thread AdWords API Advisor
Hello, I just took a look at the account you mentioned in the AdWords web interface's Campaign Summary display page. When I explicitly set the date range to Oct. 6, 2008-Oct. 6, 2008, the numbers I see are Campaign #5: 264 clicks, 89,926 imprs. Campaign #1: 44 clicks, 5756 imprs. I believe

AdWords API Can you put campaignId in destination url like {keyword}?

2008-10-13 Thread MartinHN
Is there a syntax for placing the AdWords Campaign Id in the destination URL of your ad - just as you can do with keywords by putting {keyword} in the URL? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "AdWords API

AdWords API Re: Filter in Keyword report

2008-10-13 Thread Christian Krahn
Hi Dyutiman, there is an example for that in the AdWords API documentation: http://code.google.com/apis/adwords/docs/developer/adwords_api_reports.html Regards, Christian On 13 Okt., 13:29, dyuti <[EMAIL PROTECTED]> wrote: > Hi, > I can generate a report from Google Adword console to get keywor

AdWords API Filter in Keyword report

2008-10-13 Thread dyuti
Hi, I can generate a report from Google Adword console to get keyword level data which does not include zero clicks keywords. I can use filter to get the report. Is there any way I can generate the report through API. Can I use filter through API as I use in the console? Please help. Thanks - Dyu