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

2010-07-07 Thread slimeyboy
Same problem as here : http://groups.google.com/group/adwords-api/browse_thread/thread/22e1c5104c42ee84/670aa3d80b1db133?lnk=gst&q=two+months#670aa3d80b1db133 Why is data no being returned. I've posted the XML request and responses in the above thread so I'm hoping the adwords team will be able t

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

2010-07-07 Thread chris h
Am I missing something? That seems totally wrong. I would call that a bug. - Chris -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: predicate examples

2010-07-07 Thread chris h
I think it would be useful to support a logical OR between predicates. Not sure how it would be expressed using current API semantics. Am I overlooking a way to achieve the same thing using the API is it stands? - Chris On Jul 7, 4:52 pm, AdWords API Advisor wrote: > Hi Chris, > > Yes, the rows

Re: nunit

2010-07-07 Thread AdWords API Advisor
Hi, You need to install the nunit framework only if you wish to run the test cases. The library itself has no dependency on nunit, so you can simply remove the test case project from the sln and compile the remaining projects if you wish to. Cheers, Anash P. Oommen, AdWords API Team. On Jul 6, 1

Re: No last two months (April/May) search volume for TARGETED_MONTHLY_SEARCHES with TargetingIdeaSelector and data is wrong

2010-07-07 Thread slimeyboy
I have exactly the same problem. If I run the same test to get Targeted Monthly Searches for UK (GB) for the same keyword (john travolta) I get the below response with no counts. I've created my own thread re. this issue and as with your post nobody from the adwords team has yet responded. Eric

Re: Error when attempting to download report in v201003

2010-07-07 Thread rayden
ot;> > >             > >                 1113015 > >                 > >                     Name > >                     Impressions > >                     Clicks > >                     Cost > >                     AveragePosition > >

Can anyone post a simple google-api-adwords-perl example?

2010-07-07 Thread Grant
Can anyone post a simple example of the syntax required to make a google-api-adwords-perl call? The examples here: http://code.google.com/p/google-api-adwords-perl/source/browse/#svn/trunk/example are doing way too much and I get lost in them. My perl skills are weak. I would really appreciate

Re: Bulk job best practices

2010-07-07 Thread khelll
Hey Eric, Just wanted to make sure that this will be also the case for MMC account, will the queue be for the MMC account or the client account it's submitting for? Cheers, On Jul 7, 8:18 pm, AdWords API Advisor wrote: > Hi, > > Each AdWords account can process one job at a time, given there are

Re: SOAP-ERROR: Parsing WSDL

2010-07-07 Thread zac439
Hi Eric, I get this error: Fatal error: Uncaught SoapFault exception: [WSDL] SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://adwords.google.com/api/adwords/cm/ v200909/CampaignService?wsdl' : Start tag expected, '<' not found in / api/src/Google/Api/Ads/Common/Util/noclient.php:59 Stack trac

Re: predicate examples

2010-07-07 Thread AdWords API Advisor
Hi Chris, Yes, the rows must match all predicates to be returned in the report. This information currently isn't contained in the documentation, but it should likely appear within the Selector.predicates documentation. I'll work with the documentation team to ensure this is updated. Best, - Eric

Re: Error when attempting to download report in v201003

2010-07-07 Thread AdWords API Advisor
              Impressions >                     Clicks >                     Cost >                     AveragePosition >                     >                         20090202 >                         20090202 >                     >                 >                 Daily Account Report >      

Keyword statistics without active campaign

2010-07-07 Thread David S
Hello, First of all, thanks for taking the time to read & respond. I'm trying to gather information for keywords such as: monthly searches per keyword competition per keyword monthly ad click rates per keyword average ad cost per click per keyword Using the TargetingIdeaService I am able to retr

Developer and application token

2010-07-07 Thread train...@rangeonlinemedia.com
I have some functions that are using v13. I am runing some test examples and I am getting the error QuotaCheckError.INVALID_TOKEN_HEAGER @ trigger: train...@rangeonlinemedia.com++usd. How can I retrieve or get my original developerstoken and application token. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: selector.selector.searchParameters[0]; trigger:'LanguageTargetSearchParameter';

2010-07-07 Thread AdWords API Advisor
Hi, Please see my response on your other thread: http://groups.google.com/group/adwords-api/browse_thread/thread/455368a33a077961/ Best, - Eric Koleda, AdWords API Team On Jul 6, 4:37 pm, parviz wrote: >             AdWordsUser user = new AdWordsUser(); >             TargetingIdeaService ta

Re: What is a report?

2010-07-07 Thread AdWords API Advisor
Hi, A DefinedReportJob (v13) or ReportDefinition (v201003) specifies a few different pieces of information: - Fields to include in the report - Date range of the report - Aggregation type of the report (v13 only) - Various filters to limit the results of the report (Predicates in v201003) - Downl

Re: TargetingIdeaError.INVALID_SEARCH_PARAMETERS @ ?

2010-07-07 Thread AdWords API Advisor
Hi, The errors are correct, since your request is malformed. The RelatedToKeywordSearchParameter does not have any keywords in it, and the requestType field is not set on the selector. Please correct these errors and try the request again. Best, - Eric Koleda, AdWords API Team On Jul 6, 4:33 p

An item with the same key has already been added.??

2010-07-07 Thread parviz
I tried almost everything but this thing doesnt work! I keep getting An item with the same key has already been added. AdWordsUser user = new AdWordsUser(); TargetingIdeaService targetingIdeaService = (TargetingIdeaService)user.GetService(AdWordsService.v201003.TargetingI

Re: PHP - adding ad group and keywords

2010-07-07 Thread AdWords API Advisor
Hi, When you make an AdGroupService.mutate(ADD) request, the response will include the created ad group with the ID filled out. You can grab this ID and use it in your AdGroupCriterionService requests. Best, - Eric Koleda, AdWords API Team On Jul 6, 3:11 pm, phpguy wrote: > So I'm trying to ad

Re: Match APi for CTR value.

2010-07-07 Thread AdWords API Advisor
Hi, A global CTR value is not available through the API. Best, - Eric Koleda, AdWords API Team On Jul 6, 4:01 am, gun gun iskandar wrote: > Hi All, > > I have success access CPC and Click Per Day data for certain keyword > using TrafficEstimatorService. > Now, i'm looking for retriece CTR data

Re: Sandbox - getting all campaigns across all accounts, php (v200909)

2010-07-07 Thread AdWords API Advisor
Hi, It isn't possible to make requests across client accounts, and each request can only operate against a single client account. Requests made without specifying a client ID (clientEmail or clientCustomerId) are made against the MCC account, which can't have any campaigns. Best, - Eric Koleda,

Re: APIlity Agua 1.13.0 : Campaigns are not loaded

2010-07-07 Thread AdWords API Advisor
Hi John, The APIlity library, and the Agua application, use the v13 version of the API to get campaign information. These parts of the v13 API were deprecated and have been shut off. The APIlity library is no longer being maintained, and the AdWords API PHP client library should be used instead:

Re: Hourly stats possible in AdWords API? (cost, average position and quality score)

2010-07-07 Thread AdWords API Advisor
Hi, The synchronous services only support stats over date ranges with day level granularity. The only hourly stats available are through the campaign performance report using the v13 ReportService. http://code.google.com/apis/adwords/docs/developer/adwords_api_report_campaign.html#aggr_Campai

Re: How to Delete keywords of an Adgroup?

2010-07-07 Thread AdWords API Advisor
Hi, You need to use the REMOVE operator to delete a keyword. An example of this is included in the AdWords API PHP client library: http://code.google.com/p/google-api-adwords-php/source/browse/trunk/examples/v200909/DeleteAdGroupCriterion.php Best, - Eric Koleda, AdWords API Team On Jul 3,

Re: report field names

2010-07-07 Thread chris h
Hi Eric, Could you share which other fields are context dependent? Thanks, Chris On Jul 7, 2:14 pm, AdWords API Advisor wrote: > Hi Chris, > > Yes, a field name will mean the same thing across reports, although > some are dependent on the context.  For example, "Id" is the criterion > ID in a

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

2010-07-07 Thread AdWords API Advisor
Hi, In general you should use the following guidelines when creating your BulkMutateJobs: - 1 job per account being operated against. Jobs can not operate against multiple accounts. - 1 operation stream for every campaign being operated against, scoped to that campaign ID. If the number of oper

Re: predicate examples

2010-07-07 Thread chris h
Eric, If a list of predicates is supplied, are the ANDed together? meta-question: where would I find the answer to that in the documentation? Thanks, Chris On Jul 7, 2:09 pm, AdWords API Advisor wrote: > Hi Chris, > > The values are always passed as strings, as defined in the Predicate > objec

Re: GeoTarget: Polygon Too Large

2010-07-07 Thread AdWords API Advisor
Hi Pete, A polygon target can not be more than 400km across, or more specifically no point can lie 400km from the center of the target. This isn't clearly documented yet, but I'll work with the documentation team to improve that. Best, - Eric Koleda, AdWords API Team On Jul 6, 11:25 am, "Pete La

Re: wrong results for low volumes?

2010-07-07 Thread AdWords API Advisor
Hi, Can you post some sanitized sample SOAP XML requests and responses that demonstrate this issue? Best, - Eric Koleda, AdWords API Team On Jul 6, 5:44 am, calford wrote: > Hi, > > I have noticed a recurring issue (bug ?) on few countries with low > volume for some keywords. > > for Portugal,

Re: report field names

2010-07-07 Thread AdWords API Advisor
Hi Chris, Yes, a field name will mean the same thing across reports, although some are dependent on the context. For example, "Id" is the criterion ID in a KEYWORDS_PERFORMANCE_REPORT and the ad ID in a AD_PERFORMANCE_REPORT. Best, - Eric Koleda, AdWords API Team On Jul 5, 11:05 pm, chris h wr

Re: predicate examples

2010-07-07 Thread AdWords API Advisor
Hi Chris, The values are always passed as strings, as defined in the Predicate object: http://code.google.com/apis/adwords/v2009/docs/reference/ReportDefinitionService.Predicate.html Best, - Eric Koleda, AdWords API Team On Jul 6, 1:16 pm, chris h wrote: > Also, are values always strings? e

Re: TargetingIdeaService keyword variations vs. related searches

2010-07-07 Thread AdWords API Advisor
Hi Pen, Unlike the v13 KeywordToolService, the TargetingIdeaServices doesn't separate out keywords that contain your search term (previously called "related") and ones that don't (previously called "more to consider"), and these are all returned by default. In the v201003 version of the API you c

Re: authentication

2010-07-07 Thread AdWords API Advisor
Hi Chris, OAuth support is planned for the API, but at this time I don't have any estimates for when it will be complete. Best, - Eric Koleda, AdWords API Team On Jul 6, 1:28 pm, chris h wrote: > Thanks for the response. > > Authentication is a problem because I don't have (and don't want to >

Re: results for one month only

2010-07-07 Thread AdWords API Advisor
Hi, No, you can only get data for the last 12 months or an average amount per month. Best, - Eric Koleda, AdWords API Team On Jul 5, 11:54 am, calford wrote: > Hi > > I am able to get result for the last 12 months, but is it possible to > get only last month? (so i dont get data i dont need) >

Re: Error when attempting to download report in v201003

2010-07-07 Thread Don Spaulding
Clicks Cost AveragePosition 20090202 20090202 Daily Account Report CAMPAIGN_PERFORMANCE_REPORT false

Re: Bulk job best practices

2010-07-07 Thread AdWords API Advisor
Hi, Each AdWords account can process one job at a time, given there are enough available resources. Given this, you are better off submitting all three jobs at once, which may allow them to run in parallel. Best, - Eric Koleda, AdWords API Team On Jul 7, 4:26 am, khelll wrote: > Any ideas? > >

Re: Monthly search volume

2010-07-07 Thread AdWords API Advisor
Hi Jason, Thank you for the feedback. The response from the core engineering team has previously been that this attribute returns the last 12 months and the corresponding search volume data, if any. Months that don't have search volume data are not omitted. Best, - Eric On Jul 2, 7:04 pm, Jaso

Re: Pulling down a report already created via the MCC custom report

2010-07-07 Thread AdWords API Advisor
Hi, The v13 ReportService doesn't work with report templates defined in the UI, and the report must be defined each time you want to download it. Best, - Eric Koleda, AdWords API Team On Jul 2, 11:32 am, "a...@epiphanysolutions.co.uk" wrote: > Hi, > > I've created a report template in the MCC w

Re: Update campaign status via bulkmutatejobService

2010-07-07 Thread AdWords API Advisor
Hi, The BulkMutateJobService is best used when making a large number of updates to an account, such as adding thousands of keywords, etc. To pause a campaign you should use the synchronous CampaignService instead. Best, - Eric Koleda, AdWords API Team On Jul 2, 10:56 am, axum wrote: > Is there

Re: Top performing keywords and ads.

2010-07-07 Thread AdWords API Advisor
Hi, You can use the AdGroupCriterionService and AdGroupAdService to get information about the keywords and ads respectively. You can also use the v13 ReportService or v201003 ReportDefinitionService beta to get reports on the keywords and ads. Best, - Eric Koleda, AdWords API Team On Jul 2, 5:2

Re: Recieve Google Competition Value

2010-07-07 Thread AdWords API Advisor
Hi, This functionality isn't provided by the AdWords API. Best, - Eric Koleda, AdWords API Team On Jul 2, 8:33 am, WoY wrote: > Hey guys, > > First Question: > > is there a possibility on the google api the competition number of the > organic search to get. > > For example Keyword: seo 191,000,

Re: How can we get into MCC account with existing adwords account?

2010-07-07 Thread AdWords API Advisor
Hi, You cannot use the same email address for your MCC account and your AdWords account. Please use a different email when creating your MCC account. Best, - Eric Koleda, AdWords API Team On Jul 2, 4:40 am, oscprofessionals wrote: > To use developer token on live site we need a MCC account. Bu

Re: v200909 global monthly searches returns null all the time

2010-07-07 Thread stain
noone? On 2 Jul., 07:46, stain wrote: > hi everybody. > i'm using the java code in order to receive global monthly searches, > competition and targeted monthly searches. > for some keys it works (though the results differ from the web query > tool). > > but for some keys i now get NULL results, a

How to get GLOBAL_MONTHLY_SEARCHES and COMPETITION for given keyword?

2010-07-07 Thread BOJIK
Hello, I need to get GLOBAL_MONTHLY_SEARCHES and COMPETITION for one keyword [matchType = 'EXACT'] only. I tried to use $selector = new TargetingIdeaSelector(); $selector->requestType = 'IDEAS'; $selector->ideaType = 'KEYWORD'; This request did not return my keyword, keyword suggestions only.

Fatal error: Uncaught SoapFault exception

2010-07-07 Thread Mark
Hi, recently I started working with the API v201003 and I have a problem using the sample code (TargetingIdeaService) I receive error: Fatal error: Uncaught SoapFault exception: [soap:Server] Unmarshalling Error: Unable to create an instance of com.google.ads.api.services.targetingideas.v201003.jax

No keyword search volumes from GetTargetingIdeaService?

2010-07-07 Thread slimeyboy
I'm using the GetTargettingIdeaService to get local search volume counts for keywords. It appears that the service is no longer returning the correct data. If I run the keyword 'google' through my script it comes back with the below SOAP response. Why no data for the last 3 months? This is the

Re: Bulk job best practices

2010-07-07 Thread khelll
Any ideas? On Jul 4, 12:40 pm, khelll wrote: > I'm updating around 6000 keywords via MMC account and using 3 bulk > jobs that are executed serially. The jobs are scoped by account, so > basically I'm updating 3 accounts. > It's taking around 1 hour and 40 mins to finish the 3 jobs. > I have the f