Re: Google AdWords: Keyword Tool - Logged In or Logged Out?

2010-07-09 Thread k
This question is very relevant to my interests, as I have noticed the same thing. Also curious, when logged in, I cannot get the stats for the particular keyword I entered, only the suggested keywords. This has caused me to actually prefer not logging in. Thanks, K On Jul 9, 12:35 pm, Joe Z wro

Re: Difference in search volume between API and Keyword Tool?

2010-07-09 Thread k
Bump. I am having the same problem as Achim above. It is quite maddening. Has anyone figured out why there is such a huge discrepancy? Can anyone explain how to get the stats for A SINGLE PARTICULAR keyword using the GUI tool when signed in? If there is no fix for this, then I would at least lik

Re: When to segment BMJS operations across JOBS, PARTS, and OPERATION STREAMS?

2010-07-09 Thread AdWords API Advisor
Hi, The limitation you listed is correct, a part can only contain 10,000 operations. An operation stream can only contain 10,000 operations because that's the limit on a part. If an operation stream has 10,000 operations in it the that part can only contain that single operation stream. As for

Re: AdGroup Response with ID

2010-07-09 Thread AdWords API Advisor
Hi, Please see my response in your existing thread: http://groups.google.com/group/adwords-api/browse_thread/thread/c9bba713bdccff28/ Best, - Eric Koleda, AdWords API Team On Jul 9, 10:18 am, phpguy wrote: > I have added an adgroup but wanted to see how I can capture the > response to obtai

Re: wrong results for low volumes?

2010-07-09 Thread AdWords API Advisor
Hi, I'll look into this and get back to you when I have more information. Best, - Eric On Jul 9, 4:15 am, calford wrote: > hi, thanks for your reply. > > Country: Portugal (PT) > > > http://schemas.xmlsoap.org/soap/envelope/";> >   >     https://adwords.google.com/api/adwords/ > cm/v200909" x

Re: how to estimate maxCpc on new campaigns

2010-07-09 Thread AdWords API Advisor
Hi, The v13 TrafficEstimatorService uses similar technology to the legacy Traffic Estimator Tool: https://adwords.google.com/select/TrafficEstimatorSandbox?forceLegacy=true This tool requires that a maximum CPC is always entered, as does the API. We are working to release a new version of the

Re: report field names

2010-07-09 Thread AdWords API Advisor
Hi, I guess the Id field is the same measure as well, since it is always returning the ID of object the report is being run on. - Eric On Jul 8, 9:42 pm, chris h wrote: > Ok. But it is still the same measure. Are there any other identity or > categorical fields besides "Id" which are context de

Re: predicate examples

2010-07-09 Thread AdWords API Advisor
Hi Chris, Thanks, I'll pass that on to the core engineering team for consideration. Best, - Eric On Jul 8, 9:39 pm, chris h wrote: > ORing together STARTS_WITH or CONTAINS is a common use case. > > On Jul 8, 6:26 pm, AdWords API Advisor > wrote: > > > > > Hi Chris, > > > There currently isn't

Re: v201003 - Url Performance Report - INVALID_FIELD_NAME_FOR_REPORT

2010-07-09 Thread AdWords API Advisor
Hi Kevin, The report rules page you linked to is only valid for v13 reports. v201003 reports use different field names. To access these field names you can use the ReportDefinitionService method getReportFields(): http://code.google.com/apis/adwords/v2009/docs/reference/ReportDefinitionServic

Re: Changing the bid amout using api

2010-07-09 Thread AdWords API Advisor
Hi, An example of this is included in the AdWords API .NET client library: http://code.google.com/p/google-api-adwords-dotnet/source/browse/trunk/Examples/v200909/UpdateAdGroupCriterion.cs Best, - Eric Koleda, AdWords API Team On Jul 8, 3:52 pm, axum wrote: > has anyone changed bids using t

Re: keyword status

2010-07-09 Thread AdWords API Advisor
Hi, Yes, you can set BiddableAdGroupCriterion.userStatus using the AdGroupCriterionService. http://code.google.com/apis/adwords/v2009/docs/reference/AdGroupCriterionService.BiddableAdGroupCriterion.html#userStatus Best, - Eric Koleda, AdWords API Team On Jul 8, 3:05 pm, axum wrote: > can yo

Re: API Campain names

2010-07-09 Thread AdWords API Advisor
Hi, It looks like you are never populating the c variable with the campaign that was returned. Best, - Eric Koleda, AdWords API Team On Jul 8, 12:58 pm, axum wrote: > how do you loop through to get campaign names?  I tried this code: > >  I can get the ids but I want the name. >       AdWordsUs

Re: When to segment BMJS operations across JOBS, PARTS, and OPERATION STREAMS?

2010-07-09 Thread ojak
> Operation streams exist to allow you to take advantage of concurrent > processing on different campaigns, and parts exist to allow you to > upload more than 10,000 operations into a single job. Does this mean that since PARTS contain OPERATION STREAMS, do PARTS also process concurrently? For ex

Re: PHP - adding ad group and keywords

2010-07-09 Thread AdWords API Advisor
Hi, The result of a mutate call is an AdGroupReturnValue object, which contains an array of the ad groups that were operated on. You can inspect these objects to get their ids. http://code.google.com/apis/adwords/v2009/docs/reference/AdGroupService.html#mutate Best, - Eric On Jul 8, 9:53 am

Re: Simple Adwords script

2010-07-09 Thread AdWords API Advisor
Hi Gareth, We provide a number of client libraries and example that can help you get started using the API: http://code.google.com/apis/adwords/v2009/docs/clientlibraries.html Before you can access production data though you must register as an AdWords API developer: https://adwords.google.

Re: Match APi for CTR value.

2010-07-09 Thread AdWords API Advisor
Hi, No, there is no way to get this information. Best, - Eric On Jul 7, 10:27 pm, "gun.g2i" wrote: > Thanks for your response. > So, is there the certain calculation to get this value? > > Regards, > > On Jul 8, 2:20 am, AdWords API Advisor > wrote: > > > > > Hi, > > > A global CTR value is no

Re: Multiple Placement added in single Job

2010-07-09 Thread AdWords API Advisor
Hi Ashok, You can add multiple placements in a request, as the mutate method takes an array of operations. You must construct an ADD operation for each placement you want to add, but you can send them all in one request. Best, - Eric Koleda, AdWords API Team On Jul 8, 6:49 am, Ashok wrote: > H

pulling targets

2010-07-09 Thread diti
Hi, I have to pull the target field and type into variables so that i can assign them to the datarows of an existing dataset. In the below code I need to pull the values of a particular target say languagetarget break point goes through the foreach and if but is not entering the if loop ...ca

Google AdWords: Keyword Tool - Logged In or Logged Out?

2010-07-09 Thread Joe Z
I have noticed the Google AdWords: Keyword Tool returns dramatically different results depending on whether I'm logged in or logged out of my AdWords account. The logged in results are much lower then results when I'm logged out. I have seen others make the same observation, but I have yet to find

Re: in report results, columns names don't match requested field names

2010-07-09 Thread chris h
Thanks Eric. That would really improve the reporting features of the new API. On Jul 9, 3:48 pm, AdWords API Advisor wrote: > Hi Chris, > > I think this could be a hold over from v13 reports, where the name of > the column, name of the field in the UI, and name of the XML element > were all diffe

Re: in report results, columns names don't match requested field names

2010-07-09 Thread AdWords API Advisor
Hi Chris, I think this could be a hold over from v13 reports, where the name of the column, name of the field in the UI, and name of the XML element were all different: http://code.google.com/apis/adwords/docs/developer/adwords_api_report_keyword.html#aggr_KeywordDaily I'll raise this issue w

SOAP-ERROR: Parsing WSDL:

2010-07-09 Thread Jose
Hi, I get the following message error : SoapFault Object ( [message:protected] => SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://adwords.google.com/api/adwords/cm/v201003/ ReportDefinitionService?wsdl' : failed to load external entity help me please. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

How to set a http_proxy for google adwords on linux console??

2010-07-09 Thread sanoj vs
not ok 4 - Invalid userpass is forbidden # Failed test 'Invalid userpass is forbidden' # at auth.pl line 57. # 'Could not get token for a...@gmail.com. Reason: no port given for proxy server proxy_server.com/ (code 500) # 500 no port given for proxy server proxy_server.com/ #

Registering as a developer to access AdWords API

2010-07-09 Thread Vlad
Hi I have been trying to set up AdWords API. in order to do so i read i have to register as a developer and i have been going round and round in circles and can not find where i can do that could anyone help me please. Regards Vlad -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find u

Error deserializing message: QuotaCheckError.INVALID_TOKEN_HEADER @ ..for eg. I used "a...@gmail.com++usd".

2010-07-09 Thread sanoj vs
I am getting this error. Is it due to any problem with Google or?? I am running a perl prog with display my campaign stats code from this link http://code.google.com/p/google-api-adwords-perl/source/browse/trunk/example/display_stats.pl ...but it shows this error... plz help me -- =~=~=~=~=~=~=~=

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

2010-07-09 Thread Olli Kaven
Same problem also here. On the 31st of June everything worked perfectly for Global and Local search volumes. After 1st of July Adwords API has been giving no results. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com

No longer able to create and manage campaigns?

2010-07-09 Thread Morry
Hi, I've been working with my developers on creating some tools to help with the creation and management of campaigns, adgroups etc, but today they tell me that all those features are no longer part of the Adwords API. I'm not a programmer, so I'm a bit confused. I don't really understand why all

Googlers - the request fields and response columns must match!

2010-07-09 Thread chris h
I'm repeating this post since the previous received no reply. If for some strange reason they cannot have the same names, at least provide a mapping table. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://g

Ad Groups & Campaigns Limit

2010-07-09 Thread phpguy
So I'm about to program a large list of ad groups and I'd prefer to keep them all in one campaign. I wanted to know what the maximum limit to how many ad groups can be in a campaign and how many campaigns is the max? Are there anyways around that limit for agencies, etc? -- =~=~=~=~=~=~=~=~=~=~

Filter adgroups by campaign

2010-07-09 Thread phpguy
I'm looking to retrieve ad groups from specific campaigns. Is there anyway to do this? I've seen the selector field by date but was hoping to do it by campaign. Thanks for any help! -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adword

Re: Error in Ad Performance Report

2010-07-09 Thread Reed
I was seeing this all day yesterday, and was about to post about it when you did your posting. But today it seems to be working - if I leave out "Id" from the selector, I get back a valid xml document that includes the adID value. Yesterday I was getting the exact behavior you posted, and noticed

Re: Error in Ad Performance Report

2010-07-09 Thread chris h
Nore Info. Putting ID field back in query, the results have: So two Google API bugs here 1. duplicate column 2.

Re: Error in Ad Performance Report

2010-07-09 Thread chris h
As an experiment, I removed the field ID from the report definition, and now get error: !!!Unexpected exception|||1581255 On Jul 9, 1:10 pm, chris h wrote: > If I query requesting all fields, I get an xml load error > >  'adID' is a duplicate attribute name -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Error in Ad Performance Report

2010-07-09 Thread chris h
If I query requesting all fields, I get an xml load error 'adID' is a duplicate attribute name -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: When to segment BMJS operations across JOBS, PARTS, and OPERATION STREAMS?

2010-07-09 Thread ojak
Hi Eric, Based on your response, one of the limiting criterion I listed above is incorrect: "PARTS may contain up to 10,000 total OPERATIONS across all its OPERATION STREAMS"? So, does that mean that PARTS may actually contain up to 25 OPERATION STREAMS with up to 10,000 OPERATIONS per OPERATION

AdGroup Response with ID

2010-07-09 Thread phpguy
I have added an adgroup but wanted to see how I can capture the response to obtain the ID of that adgroup. Any help in PHP code would be much appreciated! Thanks! -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com ht

Re: wrong results for low volumes?

2010-07-09 Thread calford
hi, thanks for your reply. Country: Portugal (PT) http://schemas.xmlsoap.org/soap/envelope/";> https://adwords.google.com/api/adwords/ cm/v200909" xmlns="https://adwords.google.com/api/adwords/o/v200909";> 9bb06ed39dfe7cb93f89c50bf067524a 1 76 6 http