AdWords API Re: update campaign?

2008-10-14 Thread Christian Krahn
Hi Das, to pause a campaign, create a Campaign object whose id matches the id of the campaign to be paused. Set the status field to Paused, then call updateCampaign. Right from the documentation ;) Regards, Christian On 14 Okt., 00:48, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, Could

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

2008-10-14 Thread Christian Krahn
Hi Das, there is an SQL scheme for APIlity on Sourceforge: http://sourceforge.net/project/showfiles.php?group_id=144351 Maybe that will give you some ideas. Regards, Christian On 13 Okt., 20:24, AdWords API Advisor [EMAIL PROTECTED] wrote: Hello Das,  You can determine the basic data types

AdWords API Re: US Regions and Cities List

2008-10-14 Thread Christian Krahn
Hi R.E., there is a list of codes in the API documentation: http://code.google.com/apis/adwords/docs/developer/adwords_api_us_cities.html Regards, Christian On 13 Okt., 23:40, REFerguson [EMAIL PROTECTED] wrote: Does anyone have a list of US regions and the corresponding cities that are

AdWords API Re: Filter in Keyword report

2008-10-14 Thread dyuti
Hi, Thanks for your quick reply. I have already gone through these filters but none of these are answering my query. From the Adwords console I can filter on various columns like impression, click, CTR, Avg CPC etc and I can set like CTR is greater than SOME VALUE. But I could not find any such

AdWords API Re: Filter in Keyword report

2008-10-14 Thread dyuti
Hi Christian, Thanks for your reply. I searched the page you sent to me before, but could not find the way to put filter. It says any report which I can generate through Adwords console , can be generated through API call also. Also it says that I can choose report type, aggregation type and

AdWords API Need List of US Metro Areas with Corresponding US Cities

2008-10-14 Thread REFerguson
Does anyone have a list of US regions and their corresponding Metro areas that Google maps to them? What I need is an excel file with a list of US metros and the US cities that Google maps to these specific metro areas. Any help is greatly appreciated. -R.E. Ferguson

AdWords API Re: AdWords is going over my budget!

2008-10-14 Thread AdWords API Advisor
It's also worth mentioning that there's a separate Google Group for general questions about AdWords: http://groups.google.com/group/adwords-help You're more likely to get an authoritative response there. This focus of this group is the AdWords API. Cheers, -Jeff Posnick, AdWords API Team

AdWords API Re: Filter in Keyword report

2008-10-14 Thread AdWords API Advisor
Hello Dyutiman, It's not possible to schedule an AdWords report via the API that will automatically exclude rows based on arbitrary criteria like CTR 0. You shouldn't find it too difficult to parse the reports that you do run and implement logic in your code to exclude rows that don't meet

AdWords API Re: US Regions and Cities List

2008-10-14 Thread Michael Zlatanov
The geo locations are packaged with Google's python client library and accessible in csv format here: http://code.google.com/p/google-api-adwords-python-lib/source/browse/trunk#trunk/aw_api/data%3Fstate%3Dclosed - Susan On Oct 14, 9:00 am, REFerguson [EMAIL PROTECTED] wrote: Yes, I'm aware

AdWords API addCriteria method throws error - One or more input elements failed validation.

2008-10-14 Thread Siddharth
Hi, I am using Google V12 API CriterionService to add key words and I am getting validation errors where as i have just made a change the value of the Destination Url attribute. Earlier it was working fine without any errors. I am passing the following values to keyword Criterion object

AdWords API Re: File not found exception on download

2008-10-14 Thread AdWords API Advisor
I wanted to update folks after speaking to the engineering team about this again. There's speculation that these bad URLs might be returned during a period of time in which the backend datastore is in a particular state (apologies for not being able to get more specific than that). They're

AdWords API Re: Filter in Keyword report

2008-10-14 Thread Christian Krahn
Hi, in the code example of the page there are several filters included. Unfortunately i was not able to find a compiled list of possibles filters available in the API. Here's the part of the example i was referring to: crossClienttrue/crossClient endDay2007-10-03/endDay

AdWords API Re: addCriteria method throws error - One or more input elements failed validation.

2008-10-14 Thread AdWords API Advisor
Hello Siddharth, Could you please either post a copy of the SOAP request and response messages associated with the SOAP fault (with your password and token information X-ed out) or post the value of the requestId SOAP response header? It's not entirely clear from what you did post exactly

AdWords API Text Ads are not created

2008-10-14 Thread Preeti
Hello Everyone, I have created around 1000 of ads using api soap method in asp code.then i checked somes texty ads are notcreated there.adgroupid for these are created even keywords are also created.but why only 3-4 ads are not created.what is the main problem behind