Re: Adding CriterionUserInterest to Campaign always returns CriterionError.CANNOT_ADD_CRITERIA_TYPE

2012-07-18 Thread Tal Ater
It works brilliantly! Thanks Ewan. Tal Ater http://www.talater.com/ On Tuesday, July 17, 2012 4:09:28 AM UTC+3, Ewan Heming wrote: I checked out your code in more detail: The problem is that Linux Unix isn't a CriterionUserInterest, it's a

Re: Keyword MaxCPC

2012-07-18 Thread Dorian Kind
Hi Brandon, here's an exemplary selector (in Python) that will download a number of interesting fields for all keywords of a given campaign, including maxCPC: selector = { 'fields': ['Id', 'AdGroupId', 'KeywordText', 'KeywordMatchType', 'MaxCpc', 'Status', 'CpcBidSource'],

Re: How to download named report C#

2012-07-18 Thread Dorian Kind
Hi Eric, I have absolutely zero knowledge of C#, but this link might help you to get a general idea about ad hoc reports: https://developers.google.com/adwords/api/docs/guides/reporting It's basically a synchronous HTTP request with your report definition as data, returning the desired report.

Can I use 'GetCampaignStats' in the sandbox ?

2012-07-18 Thread remiCarrere
Can I use 'GetCampaignStats' in the sandbox ? I tried using 'GetCampaignStats' in the sandbox, but information such as number of clicks or printing are equal to 0. Is this normal? I thought that the use of 'GetCampaignStats' in the sandbox returned random data instead of zero. Thank --

TargetingIdeaService: getting monthly searches and competition for the source keyword besides for suggested keywords

2012-07-18 Thread Alex76
Hi, I have a list of source keywords and want to obtain monthly searches and competition data for these source keywords in the same call made to obtain suggested keywords for each source keyword. For example for the source keyword boat I obtain the following suggested keywords: * boat trader

API results don't match AdWords

2012-07-18 Thread BoboTheGreat
We are using code that we have used in the past (with some updates to work with the current version of the Google API). The problem we see is that the results are imported into our db, but the cost, clicks, impressions, and other metrics don't match what we see using AdWords. We are using

New version of the Php Client Libraty

2012-07-18 Thread Ashley Bennett
Since v. 201206 is out now, I am wondering if there is a new version of the PhP Client library that will be released as well, or if all I have to do in order to use the new version is use a new namespace and wsdl location? Thanks! -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find

Re: TimeZone in BudgetOrderService

2012-07-18 Thread Jim McCabe
Did you find an answer to this question? The documentationhttps://developers.google.com/adwords/api/docs/reference/latest/BudgetOrderService.BudgetOrder doesn't really describe the legal values that the API will accept. Is it only America/Los_Angeles? --

Re: Dynamic Search Ads missing in Ad Performance Report

2012-07-18 Thread Kevin Winter
Hi , Please consult the AdWords API Terms and Conditionshttps://developers.google.com/adwords/api/docs/termsbefore using another developer token (section II.1 is relevant to token use). I recommend you speak with your

Re: Can I use 'GetCampaignStats' in the sandbox ?

2012-07-18 Thread Ewan Heming
Unfortunately, the results are always zero. Random values would be a very useful feature though, especially if the ad hoc reports also returned some matching data. It's hard to know if you've match everything up correctly using the sandbox; the only way to be sure is to do live testing, which

Re: Can we access Adwords API only with developer key?

2012-07-18 Thread Vipin
Please anyone reply.. Thanks, vipin -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message