Re: Targeting Idea service - with PHP library

2010-08-13 Thread AdWords API Advisor
Hi, The namespace doesn't change for the sandbox, only the server does. You can make requests to the sandbox by setting the following in settings.ini: DEFAULT_SERVER = "https://adwords-sandbox.google.com"; Best, - Eric Koleda, AdWords API Team On Aug 13, 8:46 am, ABdev wrote: > Hi all, > > I

Re: Need Assistant!

2010-08-13 Thread AdWords API Advisor
Hi, The AdWords API Terms and Conditions are listed here: http://code.google.com/apis/adwords/docs/terms.html Best, - Eric Koleda, AdWords API Team On Aug 13, 2:29 am, Joe wrote: > In Adwords Editor, I'm planning to put replicate Adwords API same as > Adwords Editor in Backend, What are the

Re: Ad text and keyword correction

2010-08-13 Thread AdWords API Advisor
Hi Tamas, These normalization is done across the AdWords product and is not unique to the API. You can try your question on the general AdWords forum: http://www.google.com/support/forum/p/AdWords Best, - Eric Koleda, AdWords API Team On Aug 13, 8:01 am, barta wrote: > Hi, > > I realized th

Re: v201003 Ad Performance Report

2010-08-13 Thread AdWords API Advisor
Hi Boris, I'll look into this and get back to you with more information. Best, - Eric Koleda, AdWords API Team On Aug 12, 10:01 pm, Boris wrote: > Hi, > > we are testing the ad performace report from the new report defintion > service. > > Until yesterday we always got back the fields 'ad type'

Re: No April/May search volume with targeting idea service.

2010-08-13 Thread AdWords API Advisor
Hi All, The search volume data for the previous month is generally available about a week after the month has ended. Best, - Eric On Aug 13, 1:32 am, "@chasers" wrote: > Not on the AdWords team here... > > But, from our experience it seems as though the Global numbers are > from last month and

Re: Get category by keyword function?

2010-08-13 Thread AdWords API Advisor
Hi, You can use the TargetingIdeaService with the STATS requestType to fetch the KEYWORD_CATEGORY attribute for a set of input keywords. http://code.google.com/apis/adwords/v2009/docs/reference-v200909/TargetingIdeaService.AttributeType.html#KEYWORD_CATEGORY The keyword category codes are doc

TargetingIdea service RelatedToUrlSearchParameter

2010-08-13 Thread grba
Hello, I was looking for more information about RelatedToUrlSearchParameter. Documentation says that when this is used, results will be related to theURL passed, but how exactly are they related, and also is it enough to pass the site URL, or even some more detailed URL can be used? If that is t

Re: Getting a AuthenticationError.NOT_ADS_USER error on Adwords API call

2010-08-13 Thread mk user
Is anybody from the Google Adwords API team available to help me here? I'm kinda stuck here. It would be great if someone can answer my questions above. Thanks. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http:

CampaignIds filter not working in AdgroupService Get

2010-08-13 Thread RedZoneGlobal
Sending: http://schemas.xmlsoap.org/soap/envelope/"; SOAP- ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xmlns:tns="https://adwords.google.com/api/adwords/cm/v200909";>#

Re: Getting a AuthenticationError.NOT_ADS_USER error on Adwords API call

2010-08-13 Thread mk user
To add to my question , I'm pasting the soap xml log information: If somebody could debug it for me that would be great. In the error message below, I see this: AuthenticationError.NOT_ADS_USER @ ; trigger:'946251427309' Service[TargetingIdeaService.get]. What does the trigger 946251427309' repr

Getting a AuthenticationError.NOT_ADS_USER error on Adwords API call

2010-08-13 Thread mk user
Hi, I'm using the AdWords Sandbox API for the first time. I'm using the .NET client library(v201003) to access the API. When I tried calling the TargetingIdeaService service, I'm getting the AuthenticationError.NOT_ADS_USER error. This is how my config file looks like: I cr

Targeting Idea service - with PHP library

2010-08-13 Thread ABdev
Hi all, I'm trying to use the Adwords API with PHP. Especially I'm interested by TargetingIdea service. Here are my current authentication data. $email = 'vega.dev...@gmail.com'; $password = 'password_of_previous_email'; $developerToken = 'vega.dev...@gmail.com+eur'; $applicationToken = 'notoken

Re: How to see the new Campaign added by API.

2010-08-13 Thread barta
Hi, you can use Sandbox Account Viewer: http://code.google.com/p/google-api-adwords-java/wiki/SandboxAccountViewer There is no MCC interface for sandbox Tamás On aug. 13, 08:24, APIMCC yihaodian wrote: > Hi all, > > I use the example API to add Campaign. no exceptions are thrown. I > also can

How to see the new Campaign added by API.

2010-08-13 Thread APIMCC yihaodian
Hi all, I use the example API to add Campaign. no exceptions are thrown. I also can see the output information in the Eclipse console. As I know, I can see the campaigns under one client, But how to see the new capaigns added by me via web MCC interface? I have a client name is "Test". I can see

Need Assistant!

2010-08-13 Thread Joe
In Adwords Editor, I'm planning to put replicate Adwords API same as Adwords Editor in Backend, What are the restrictions, limitations and How much of Adwords I can use in my backend. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwords

Ad text and keyword correction

2010-08-13 Thread barta
Hi, I realized that Adwords modifies the ad texts and keywords I send. For example: keyword 'gardner a gerald b' -> 'gardner a gerald' (removes character b but not a) or ad 'double space ' -> 'double space' (double space to single space and trim) where can I find these rules? I need

Re: v201003/InfoService access error

2010-08-13 Thread Robert
I found a well-formated XML sample code: http://groups.google.com/group/adwords-api/browse_thread/thread/cb1800ac785f344b I will publish my Pascal/C source code to help other... Robert -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwor

Re: Invalid developer token in sandbox?

2010-08-13 Thread jianjin cheng
Great thanks for the advise! Cheers, JJ On Aug 13, 11:46 am, AdWords API Advisor wrote: > Hi Jianjin, > > You can create the sandbox service in one of the two ways: > > Approach 1 > = > > a. Enter all values in web.config. > b. Uncomment AdWordsApi.Url and LegacyAdWordsApi.Url in the > w

Re: Cannot get any campaigns for one particular account

2010-08-13 Thread Peter Niederwieser
Thanks a lot, Eric. Invaluable advice. :-) On Aug 13, 12:43 am, AdWords API Advisor wrote: > Hi Peter, > > The account specified by clientEmail doesn't have any campaigns. > Please ensure you are using the correct clientEmail in your request. > > Best, > - Eric Koleda, AdWords API Team > > On Aug

Re: v201003/InfoService access error

2010-08-13 Thread Robert
Hi Anash, great, it works! Thank you. Could you help me again? I have to migrate our old in-house adwords API tool (based on v12) to the v201003. Could you or somebody else post a XML code how to get the KeywordVariations of one keyword including advertiserCompetitionScale, avgSearchVolume, langu