AdWords API Report job to database

2009-09-22 Thread ROHAN ROZI
Hi. I've used report service. But apparently it just indicates url that I can download zipped file of the report.. I want to insert information like clicks or impressions directly into database without any user interaction.. so this zip file is the problem... Area there any other ways that I can

AdWords API Re: Using same application token on 2 servers

2009-09-22 Thread Stansky
Thanks! Just wanted to make sure --~--~-~--~~~---~--~~ 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

AdWords API Re: Using same application token on 2 servers

2009-09-22 Thread AdWords API Advisor
Hi, It is fine to use the same application token for the production and development versions of your application (even if they are on different machines). If you were to create a new application however, you should request another application token. Best, - Eric Koleda, AdWords API Team On Sep

AdWords API Using same application token on 2 servers

2009-09-22 Thread Stansky
I would like to use the adwords api on my website, and on my own computer. I would be running the exact same application, but I was wondering if I'm allowed to use the same application token or if I'm expected to get another. I was thinking that using the same token might be a problem and I would

AdWords API Re: INVALID CITY_CODE

2009-09-22 Thread AdWords API Advisor
Hi Sreenu, I apologize for the confusion, the documentation isn't very clear on this yet. You cannot directly parse the v13 city code values to get the province code. Instead, you must use the province code (formerly region code) formats as defined here: http://code.google.com/apis/adwords/docs

AdWords API INVALID CITY_CODE

2009-09-22 Thread Sreenu Daram
Hi, I have downloaded the Geo database from the below link and trying update geo target of my campaigns using java v200906 api. Every time I got the '[Target Error.INVALID CITY_CODE]'. I have tried with different countries and cities but got same error. Link : http://code.google.com/p/

AdWords API Re: VBA passing headers to API

2009-09-22 Thread Refreshed
Thanks for that. I now have cracked authenticating with 2009 (code below). So I can now get the token. BUT...I am trying to find the code to then call the API from within the VBA code and access getCampaignStats Any thoughts? Set objHTTP = CreateObject("MSXML2.ServerXMLHTTP") URL = "https://

AdWords API Re: Customer is marked delinquent!

2009-09-22 Thread AdWords API Advisor
Hi Allvin, It appears that there was trouble charging your credit card for the API units used. Please log into the AdWords web interface with your MCC credentials and resubmit your credit card information. This information is found on the page "My Account" -> "Billing Preferences". Best, - Eri

AdWords API Re: VBA passing headers to API

2009-09-22 Thread AdWords API Advisor
Hi Rachael, It looks like you need to set the SoapClient.HeaderHandler property and create a custom HeaderHandler. Unfortunately I don't know much about this process. Does anyone have any tips for connecting to the API with VBA? Best, - Eric Koleda, AdWords API Advisor On Sep 22, 8:23 am, rac

AdWords API Re: video ads in adwords

2009-09-22 Thread AdWords API Advisor
Hi Harut, Video ads are currently only supported with the v13 version of the API. You can find more information about video ads here: http://code.google.com/apis/adwords/docs/developer/VideoAd.html. Best, - Eric Koleda, AdWords API Team On Sep 22, 5:31 am, harroot wrote: > Hi all > > I wander

AdWords API Customer is marked delinquent!

2009-09-22 Thread all...@mail.ru
Hello Why I cannot place my ad? what does it mean "Customer is marked delinquent"? --~--~-~--~~~---~--~~ 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@googlegr

AdWords API Re: Fields missing in V2009 as compared to V13?

2009-09-22 Thread AdWords API Advisor
Hi Stellit, AdGroupBids is an abstract type, and the value of the bids field is always a concrete subtype. As I mentioned, for a manual CPC ad group the type will be ManualCPCAdGroupBids, which has fields for keywordMaxCpc, etc. Best, - Eric On Sep 22, 4:21 am, "stel...@smecsells.com" wrote:

AdWords API Re: Click and impressions?

2009-09-22 Thread AdWords API Advisor
Hi Rohan, The only way to get this information using the v13 API is to use the ReportService to schedule a report job: http://code.google.com/apis/adwords/docs/developer/ReportService.html#scheduleReportJob. All of the fields you listed are available in the Keyword/Placement report: http://code.

AdWords API Re: Inserting Negative KW on v2009 API

2009-09-22 Thread AdWords API Advisor
Hi Ben, The cause of this error is that you are not specifying a type for the CampaignCriterion (the operand element in this case). CampaignCriterion is like an abstract type (although it can be used when deleting criteria), and you need to specify a concrete type when adding your criteria. The

AdWords API VBA passing headers to API

2009-09-22 Thread rachael
Hi, Just trying to get the API working for the first time, calling it from Excel using a VBA Macro. Am having real trouble working out how to pass the header information over. Any help much appreciated, and my code is below Thanks Sub testStats() Dim ab As Long ' ab = getStats(164339308

AdWords API video ads in adwords

2009-09-22 Thread harroot
Hi all I wander is there any way to create video ads in adwords. Best Harut. --~--~-~--~~~---~--~~ 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.c

AdWords API Re: Fields missing in V2009 as compared to V13?

2009-09-22 Thread stel...@smecsells.com
but, what about retrieve cpc information from adwords group with v2009? there are only one method, getBids and it just returns a object of class AdwordsBids. should i check the class on this object or there are other wisely possibility to handle it? greetings, stellit On Sep 18, 7:02 pm, AdWords