Re: Traffic Estimator Service

2010-12-13 Thread Ben Vincent
Hi Anash, Thats great - thanks very much. Cheers, Ben On Dec 13, 3:19 am, AdWords API Advisor adwordsapiadvi...@google.com wrote: Hi Ben, I've opened an issue with the AdWords API team, and they agreed that returning the value as float makes sense. This change may happen in the next

CompetitionSearchParameter meaning?

2010-12-13 Thread veseo
Can someone explain the meaning and actual usage of this TargetingIdeaService search parameter? I tried an example with the word snickers with three requests, trying each one of the possible values (LOW, MEDIUM, HIGH) and got very confusing results - Medium ones had the lowest search volume, while

I give up trying to get an API key

2010-12-13 Thread mib
I've been trying for about three months to get an API key. I can't seem to figure this. I've wasted hours in circles of 'help' pages reading usless information that leads me even more frustrated then when I started. This is my first on the topic and I hope I don't have to wait a month for

[InternalApiError.UNEXPECTED_INTERNAL_API_ERROR

2010-12-13 Thread Noam
Lately I've been getting the following error approx. 2-3 times a day: [InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @] What can be the cause? and also, what happens to the changes I try to make to my campaign when I get this error? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find

Unable to select ProductAds from AdGroup

2010-12-13 Thread SuntekSolutions
Hi, When I use the AdGroupAdSelector to select my ads in a adgroup it only returns the textAds without the productAds that are in the group. How can I also get the product ads so that I can minipulate the promotion text with the correct price for my product that I am selling? Code below:

Automatic Placements Performance Report

2010-12-13 Thread sireesha sangu
Normal 0 false false false EN-US X-NONE X-NONE MicrosoftInternetExplorer4 /* Style Definitions */ table.MsoNormalTable {mso-style-name:Table Normal; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-priority:99; mso-style-qformat:yes; mso-style-parent:;

Re: Invite enabled account for MCC access

2010-12-13 Thread AdWords API Advisor
Hi Sunil, API access requires that you have an MCC account, and you cannot create an MCC account with the same credentials as your AdWords account. If you already have another MCC you can use that to sign up for API access. Best, - Eric Koleda, AdWords API Team On Dec 9, 10:03 pm, sunilshenoy

Re: Bulk mutate job on AdParamOperation

2010-12-13 Thread AdWords API Advisor
Hi, Unfortunately the BulkMutateJobService doesn't support AdParamOperations. You must enter one ad param per keyword, you cannot leave the criterionId empty. Best, - Eric Koleda, AdWords API Team On Dec 10, 12:30 pm, CPicou adwo...@baobaz.com wrote: Hi, I'd like to know if it will be

Re: Product Targets available in the API

2010-12-13 Thread AdWords API Advisor
Hi, You must specify the type of AdGroupCriterion, in this case BiddableAdGroupCriterion. AdGroupCriterion is a base class and cannot be used when adding a new criterion. Best, - Eric On Dec 10, 7:47 pm, SuntekSolutions svid...@gmail.com wrote: Hi Eric, Thanks for the help. I tried this but

Re: Error retrieving KeywordPerformanceReport with predicate

2010-12-13 Thread AdWords API Advisor
Hi, The logs show that the error is due to having two values in your CampaignId predicate. The EQUALS operator only accepts one value, for multiple values use the IN operator instead. Best, - Eric On Dec 10, 7:54 pm, mm margaret.a.mar...@gmail.com wrote: Thanks Eric - I see the same result

Re: xml namespace clobbering in field definitions for adwords api reports

2010-12-13 Thread AdWords API Advisor
Hi, Currently both fields refer to the effective max CPC, hence the confusion. I'll work with the team to clean this up. Best, - Eric On Dec 10, 10:14 pm, J j...@recessnetworks.net wrote: how can MaxCpc and ProxyMaxCpc be the same data?  aren't the semantically quite different? On Dec 10,

TargetingIdeaService - authentication problems

2010-12-13 Thread Reed
I'm doing my first dabbling with the TargetingIdeaService, using SOAP from previous posting replies as a model, to get monthly search volume numbers. See below for the SOAP that I am sending to https:// adwords.google.com/api/adwords/o/v201003/TargetingIdeaService. Initially I got a 500 error

Re: Traffic estimator

2010-12-13 Thread dcm
Ok. Thanks. I will ask my employer to get the API key thanks - dcm On Dec 12, 10:14 pm, AdWords API Advisor adwordsapiadvi...@google.com wrote: Hi Dcm, The numbers returned by TrafficEstimatorService are purely testing numbers, and has no bearing upon the actual values from the production

Search funnels report

2010-12-13 Thread darsen
Hi, is there any way to get search funnels report through adwords api or maybe there will be in the future? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api

Selector.dateRange vs Predicate

2010-12-13 Thread Brandon Parise
Want to load Keyword Performance Report for yesterday... 2010-12-12 through 2010-12-12 What is the difference between: $selector-dateRange = new DateRange('20101212', '20101212'); vs. $startDatePredicate = new Predicate (); $startDatePredicate-field = 'Date'; $startDatePredicate-operator =

CustomerSyncService in Sandbox - not all changes are returned

2010-12-13 Thread Alexander Parij
Hi , Is it possible that somehow the sandbox won't return the ids of changed objects using CustomerSyncService ? From what I see it will never return id's of changed or deleted adgroup criterions, also no changes to adgroup are returned. Changes to campaigns or ads are picked up and returned .

Re: I give up trying to get an API key

2010-12-13 Thread Rodrigo
I agree with you. The AdWordsAPI have ambiguous ways to get a API key, but no one seems to work. How is the correct way? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api

Re: Just Started and Completely Lost

2010-12-13 Thread SarahSmith
I don't get an error message any more but I don't get anything else either (just a blank page, no error or success message). Some articles I read suggested that there was some special call that you have to make before using the sandbox. Is this call in the examples? If I didn't make it before

Re: Product Targets available in the API

2010-12-13 Thread SuntekSolutions
Thanks Eric that worked. I now have another issue: When I use the AdGroupAdSelector to select my ads in a adgroup it only returns the textAds without the productAds that are in the group. How can I also get the product ads so that I can minipulate the promotion text with the correct price for my

Download daily report using old api

2010-12-13 Thread cvijayarenu
Hello, I am trying to find an example to dowload daily reports using the old api ( v13). The example present was to create a report job which returns a job id and the use that job id to get the report. Isn't there a way to download the reports which are generated daily? We have created a

Re: Automatic Placements Performance Report

2010-12-13 Thread sireesha sangu
We have seen in the forums that there is an issue with automatic placements performance report, is it true that this report fetches managed placements performance report? Will there be any fix for this issue in a week or so? here is the forum link

Ad parameters enhancements

2010-12-13 Thread Magnus
Hi, I just saw the announcement for the ad parameters enhancements. I think it is great that you've added support for more currency symbols and currency codes. But I can't find a list of which currency codes and currency symbols are supported. Could you please enlighten us? /Magnus Ljung --