Re: V2010 API SOPA/XML Examples?

2010-06-07 Thread Joshua J. Kugler
On Monday 07 June 2010, Reed elucidated thus: > Hope this helps, > -reed > >xmlns:soapenv="http://schemas.xmlsoap.org/soap/ > envelope/" xmlns:v20="https://adwords.google.com/api/adwords/cm/ > v200909"> > > >xyzzy >

Re: V2010 API SOPA/XML Examples?

2010-06-07 Thread Reed
Hope this helps, -reed http://schemas.xmlsoap.org/soap/ envelope/" xmlns:v20="https://adwords.google.com/api/adwords/cm/ v200909"> xyzzy plough V2009 Getall Campaig

Re: V2010 API SOPA/XML Examples?

2010-06-07 Thread Mike Keen
I'd like to second this request. I haven't been able to figure out how to get a simple list of campaigns using CampaignService on 201003. I know Google is trying to encourage people to use the libraries instead of raw SOAP, but the Ruby library they have made available is way bulky for my taste. C

Re: a question about ReportService

2010-06-07 Thread AdWords API Advisor
Hi Warren, For the v13 ReportService, only 15 reports are stored per account. The account they are stored in depends on the account they were scheduled in. So cross-client reports scheduled by an MCC account will be stored in the MCC account, while single client-reports schedule by the client acc

Re: Campaign Error

2010-06-07 Thread AdWords API Advisor
Hi Remya, We try to make the names and the descriptions of these errors self explanatory. For example, CANNOT_SET_ACCELERATED_DELIVERY_FOR_BUDGET_OPTIMIZER_CAMPAIGN - An accelerated delivery method was specified for a budget optimizer campaign. Do you have additional questions about this erro

Re: Reports/Adgroups - BudgetOptimizerAdGroupBids

2010-06-07 Thread AdWords API Advisor
Hi Alexander, I believe that adGroupMaxCpc will contain the proxy CPC when the BudgetOptimizer is enabled. You can test this out fairly easily, and let me know if you have any problems. Best, - Eric Koleda, AdWords API Team On Jun 4, 10:47 am, Alex Parij wrote: > Hi , > > I'm trying to find in

Re: Ad publish error

2010-06-07 Thread AdWords API Advisor
Hi, Since this PolicyViolationError is exemptable, you can file an exemption request. An example using the PHP client library is available here: http://code.google.com/p/google-api-adwords-php/source/browse/trunk/examples/v201003/HandlePolicyViolationError.php Best, - Eric Koleda, AdWords AP

Re: Missing results (TargetingIdeaService)

2010-06-07 Thread AdWords API Advisor
Hi, Do you have the requestId or SOAP XML from a request that demonstrates this problem? Best, - Eric Koleda, AdWords API Team On Jun 3, 4:27 pm, "C.Chung" wrote: > Hello, > > I'm using TargetingIdeaService to get TARGETED_MONTHLY_SEARCHES. > When I made a API call, I added 100 keywords in > $r

Re: v200909 sandbox documentation

2010-06-07 Thread AdWords API Advisor
Hi Ben, The AdWords API allows you to pass in either a clientCustomerId or a clientEmail header, depending on how you want to specify the client account. In the PHP client library, the auth.ini file stores these values in the property clientId. The value in clientId will be put into either the c

Re: TrafficEstimatorService

2010-06-07 Thread AdWords API Advisor
Hi Vadim, Either the PHP samples of the APIlity library should give you access to the TrafficEstimatorService. Other v13 services, such as the CampaignService, have been sunset and are no longer available, so ensure that you don't use them in your code. Best, - Eric Koleda, AdWords API Team On

Re: negative keywords

2010-06-07 Thread AdWords API Advisor
Hi, This can be done by using the adding a NegativeAdGroupCriterion: http://code.google.com/apis/adwords/v2009/docs/reference/AdGroupCriterionService.NegativeAdGroupCriterion.html Best, - Eric Koleda, AdWords API Team On Jun 3, 8:24 am, calford wrote: > Hi, > > is the a way of adding negati

Re: Polygon Targeting-Doubts

2010-06-07 Thread AdWords API Advisor
Hi Reyma, Please see my response to your previous thread: http://groups.google.com/group/adwords-api/browse_thread/thread/94ee1d1d448b601b/ Best, - Eric Koleda, AdWords API Team On Jun 3, 5:23 am, Remya Mohan wrote: > Hi Google Adwords Team > > WHile doing polygon Targeting, we should give

Re: API Access Without an MCC Link?

2010-06-07 Thread AdWords API Advisor
Hi Sia, There are two ways to access an account using the AdWords API. 1) Directly, where you have the email address and password of the AdWords account. 2) As an MCC, where you have the email and password of an MCC account that is linked to the target AdWords account. Best, - Eric Koleda, AdWo

Re: v201003 beta , ReportDefinitionService- Structure report not included ?

2010-06-07 Thread AdWords API Advisor
Hi All, As for negative keywords, the KEYWORDS_PERFORMANCE_REPORT includes a field called IsNegative, which you can use to determine if a keyword is negative or not. You can filter out negative keywords or zero impression keywords by using an appropriate predicate. Best, - Eric On Jun 2, 3:31 p

Re: ReportService problems - always pending status ( Since this morning)

2010-06-07 Thread Alex Parij
Actually it's just very slow ~30 min instead of ~1 min On Jun 7, 2:20 pm, Alex Parij wrote: > Hi , > > Is there a problem with reports today ? Creating them through api or > on the adwords website keeps them in pending status all the time . > Reports that were running fine on Friday . > > Alexand

ReportService problems - always pending status ( Since this morning)

2010-06-07 Thread Alex Parij
Hi , Is there a problem with reports today ? Creating them through api or on the adwords website keeps them in pending status all the time . Reports that were running fine on Friday . Alexander Parij -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion gro

Re: How to get multiple criterion information in single request...?

2010-06-07 Thread AdWords API Advisor
Hi Raj, The selector accepts an array of ID filters, so you can accomplish this by creating an AdGroupCriterionIdFilter for each ad group, and setting them all to $selector->idFilters. Best, - Eric Koleda, AdWords API Team On Jun 2, 1:32 pm, Raj wrote: > Hello Team, > > I would like to know how

Re: getKeywordsFromSite - migration to new v2009 AdWords API.

2010-06-07 Thread AdWords API Advisor
Hi Taco, The KeywordToolService was sunset in April and is no longer available: http://adwordsapi.blogspot.com/2010/04/most-v13-services-turned-off-today.html Instead you should use the v200909 or v201003 TargetingIdeaService: http://code.google.com/apis/adwords/v2009/docs/reference/Target

Re: v201003 beta : ReportDefinitionService - Get Keyword's Status

2010-06-07 Thread AdWords API Advisor
Hi Jony, The KEYWORDS_PERFORMANCE_REPORT does not currently have a field that returns the status of the keyword. Thanks for the feedback, and I'll pass on your request for this field to the core engineering team. Best, - Eric Koleda, AdWords API Team On Jun 3, 8:06 am, Jony wrote: > No, when I

Re: ReportDefinitionService problem

2010-06-07 Thread AdWords API Advisor
Hi Nesha, The value in the "Authorization" header after "auth=" should be the authToken retrieved from the ClientLogin API. Please ensure you are not using a developer token or application token here. Also, you should specify either the clientCustomerId OR the clientEmail header, but not both.

Re: How to update exisiting jobs using BulkMutateJob Service

2010-06-07 Thread AdWords API Advisor
Hi Akshay, Create SET operations for your updates and add them to a BulkMutateJob. Examples of how to use the BulkMutateJobService are available in the client libraries. The example in Java is available here: http://code.google.com/p/google-api-adwords-java/source/browse/trunk/examples/v2010

Re: PHP Set destination url in AddAdGroupCriteria.php

2010-06-07 Thread AdWords API Advisor
Hi Raymond, To change the destination URL of a keyword, set the field "destinationUrl" in the BiddableAdGroupCriterion object for that keyword: http://code.google.com/apis/adwords/v2009/docs/reference/AdGroupCriterionService.BiddableAdGroupCriterion.html#destinationUrl Best, - Eric Koleda, Ad

Re: APi center

2010-06-07 Thread AdWords API Advisor
Hi Tony, For the "AdWords API Center" link to appear under the "My Account" menu you must ensure: 1) You are logged into a My Client Center (MCC) account. More information on MCC accounts is available here: http://adwords.google.com/support/aw/bin/answer.py?hl=en&answer=7725 2) You are using

Re: mobile search?

2010-06-07 Thread AdWords API Advisor
Hi, Yes, it is possible to only get mobile ideas or stats by including the MobileSearchParameter in your request: http://code.google.com/apis/adwords/v2009/docs/reference/TargetingIdeaService.MobileSearchParameter.html Best, - Eric Koleda, AdWords API Team On Jun 2, 10:47 am, calford wrote:

Re: v200909 for Perl - display_stats.pl Error Response From Sandbox

2010-06-07 Thread AdWords API Advisor
Hi John, It looks like the problem is that the statsSelector element is being generated with an empty namespace: I don't have an ETA on when this issue will be resolved, but I will notify the maintainers of the library. Best, - Eric Koleda, AdWords API Team On Jun 2, 11:42 am, John Wright

Re: problem with special characters

2010-06-07 Thread AdWords API Advisor
Hi, The returned keyword text will be UTF-8 encoded, so you will need to use the corresponding utf8_decode() function to convert it back into ISO-8859-1. More information about special characters is available in the README: http://code.google.com/p/google-api-adwords-php/source/browse/trunk/RE

Problem with Adwords Sandbox API

2010-06-07 Thread domJ
Hi, I try to use the AdWords Sandbox API on my localhost (Apache) with the PHP Client Library. The auth.ini looks like email = "myemail" password = "mypass" userAgent = "The Sandbox API Try" applicationToken = "ignored" developerToken = "myemail++USD" ; Uncomment to make requests against a clien

Re: Internal Api Error.UNEXPECTED INTERNAL API ERROR

2010-06-07 Thread AdWords API Advisor
Hi Veer, It appears that there are some occasional internal timeouts that are leading to this error. The appropriate response is to wait for a few seconds and then try your request again. As an aside, requesting the STATS for one keyword at a time is very inefficient, and we recommend that you b

Re: Help Please: No service named AdGroupAdServiceInterfacePort is available

2010-06-07 Thread AdWords API Advisor
Hi Chris, I can't see any obvious problems with your implementation. For a more in-depth analysis you should open an issue on the Java client library's site: http://code.google.com/p/google-api-adwords-java/issues/list Please include the sample code, stack trace, and any other potentially use

Re: v201003 beta

2010-06-07 Thread AdWords API Advisor
Hi Alex, To address your questions: 1) A beta version means that the API may still undergo some changes. 2) We have currently not applied a rate to the report download request, but will be doing so in the near future. We will post an update on our twitter feed (http://twitter.com/adwordsapi) wh

unspecific error in ReportDefinitionService (v201003)

2010-06-07 Thread manolator
Hi, I just tried to run the AddKeywordsPerformanceReportDefinition example from the 8.1.0 client library jar. The call of reportDefinitionService.mutate(operations) returns "Fault occurred while processing". Which is not very specific ;-) Setting useSandbox true or false doesn't make a difference

Campaign Error

2010-06-07 Thread Remya Mohan
Hello Google Adwords Team Following are some possible error for Camapigns. Please Provide a Brief reason for chances of occuring these errors *1. AFTER_MAXIMUM_ALLOWABLE_DATE * *2*. *CANNOT_GO_BACK_TO_INCOMPLETE* *3. CANNOT_SET_ACCELERATED_DELIVERY_FOR_BUDGET_OPTIMIZER_CAMPAIGN* *4 .CANNOT_SET

Re: API Unit Cost?

2010-06-07 Thread AdWords API Advisor
Hi Simon, The rates for the TargetingIdeaService have been changed, as is indicated on our recently updated rate sheet: http://code.google.com/apis/adwords/v2009/docs/ratesheet.html The new rate is 5 units per request and 0.1 units for each TargetingIdea returned. Getting the STATS for one ke

Campaign schedule

2010-06-07 Thread sonka sonka
In API v13 there is schedule field with AdAchedule type in CampaignList. But in v2009 I did not find it. How to get schedule information in v2009? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.googl

Can I sell the results of Google keyword tools

2010-06-07 Thread Fauzi
If I use the Adwords API provided by Google, can I compile the results returned by the KeywordToolService and sell that information to the public. What I have are information of the related keywords to a seed keyword. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog an

set monthly bugdet limit and bidding higher than daily budget

2010-06-07 Thread Podolinek
Hello, I'm just going through the AdWords API documentation and I don't understand the Budget in CampaignService for monthly period. There are two options in Period (daily/monthly) with information about field: Period over which to spend the budget. MONTHLY is not available to most users. Who can a

Re: v200909 sandbox throwing unexpected AuthenticationError.CLIENT_EMAIL_INVALID error

2010-06-07 Thread Ben Broadhurst
I have eventually tracked this down. There seems to be a length limit to email addresses used. Mine was too long, I changed it for a shorter one from a colleague and it's all going through fine. I am not sure what the limit is though I'm afraid. Replied in case this is of use to anyone else with a

v200909 sandbox throwing unexpected AuthenticationError.CLIENT_EMAIL_INVALID error

2010-06-07 Thread Ben Broadhurst
Hi all, I am trying to add a campaign to a sandbox account. I have followed all docs, but I still must be missing something. Below is a dump of the object I am sending, and the error I get back, as you can see I am sending email, password, userAgern, clientEmail, developer token, applicationToken,

a question about ReportService

2010-06-07 Thread Hongyu Li
I read the report service document that said "The Report Center stores up to 15 generated reports per account." I just want to know this account means Mcc account or Client Account or it depend on develop token. If I reported multi-task to the report service in a short time, it works like a queue