Re: How to get a keyword search volume with api 2009

2010-05-18 Thread ser
Hmm, use STATS instead IDEAS and you'll get only the search volume for your keyword. $selector = new TargetingIdeaSelector(); $selector-requestType = 'STATS'; $selector-ideaType = 'KEYWORD'; $selector-requestedAttributeTypes = array('KEYWORD', 'TARGETED_MONTHLY_SEARCHES',

Re: Adword API for MCC

2010-05-18 Thread Christian Krahn
The AdWords API doesn't allow account creation. - Christian On 17 Mai, 08:20, accou...@myadengine.com accou...@myadengine.com wrote: Hi, Just wondering, how we could create a new client account using adword api if we have a MCC account? I couldn’t find any way to do this on adword api docs

Re: Search Volume and Competition for a Single Keyword

2010-05-18 Thread Richard H.
Try changing IDEAS to STATS. On May 18, 8:22 am, Alenburke thechelsea...@gmail.com wrote: Hello All, I am trying to use the Adwords v2009 API to lookup the Search Volume and level of Competition Level for a given keyword, and match type. Currently when I supply my application with one

Get API Parameter

2010-05-18 Thread crippsy
I have an issue that the advert parameters do not work once I have modified the keyword, They work fine uptil then, and I am just modifying the text so as to keep the ids consistent. Any fix to this issue of are there examples of how to get the params back for a particular campaign to see how it

Re: What's wrong with CAMPAIGN SERVICE GET METHOD?

2010-05-18 Thread netronaut
Hello, i have the same problem with one of our customer accounts. My Fault String: Enum com.google.ads.api.services.campaignmgmt.campaign.v200909.jaxbgen.Level does not have a constant corresponding to CAMPAIGN while invoking public abstract

Re: How to get the number of placement views

2010-05-18 Thread AdWords API Advisor
Hi z...@heer, There is no other way to get the impressions for a placement, and those numbers are the same ones returned by the Placement Tool in the AdWords web interface. Best, - Eric Koleda, AdWords API Team On May 17, 10:28 am, Zaheer m.zaheer@gmail.com wrote: Hi, We are using

Re: Not agreed to latest AdWords Api terms and conditions.

2010-05-18 Thread AdWords API Advisor
Hi Suresh, Please contact your AdWords account representative or email adwords- supp...@google.com. Best, - Eric On May 17, 10:39 am, Pedro paidsearcht...@gmail.com wrote: Hi Eric, I am also getting the same error. Can you pls have a look into my account...I am not sure which email

TrafficEstimatorService returning improper results

2010-05-18 Thread dmcvitti
Hi, I was working on some some tools to work with the TrafficEstimatorService, and got some very strange results I was working with the example code from the v13 examples page, a snippet is shown here: $namespace = 'https://adwords.google.com/api/adwords/v13'; $estimator_service =

BiddingError.PAY_PER_CONVERSION_NOT_AVAILABLE_FOR_CUSTOMER

2010-05-18 Thread envoymediagroup
Hi everyone, I am getting an interesting error with bidding transition. I am trying to set the bidding type to Conversion Optimizer = Conversions. It is currently at Conversion Optimizer = Clicks. However, every time I try to change it through the API I get this error:

Re: TrafficEstimatorService returning improper results

2010-05-18 Thread dmcvitti
also, I should mention that I tried with both the PHP and Java libraries just to make sure i had inadvertently wrecked my code, and the basic example code for the library in both languages returned the same result as above thanks! :) On May 18, 3:23 pm, dmcvitti dmcvi...@uoguelph.ca wrote: Hi,