AdWords API Documentation Request - Language Codes

2010-02-09 Thread JezC
Hi API guys, Could you add a link to language codes, http://code.google.com/apis/adwords/docs/developer/adwords_api_languages.html on to the page describing the need for a language code - http://code.google.com/apis/adwords/v2009/docs/reference/CampaignTargetService.LanguageTarget.html Cheers, J

AdWords API How to target languages that Google supports in search, but not in the API?

2010-02-09 Thread JezC
There are a few languages that Google supports that are not in the LanguageCode page for the API. Persian, Swahili, Afrikaans, for example. Users can select these languages for their search experience - but how do I target adverts to them? Is is just that the API documentation needs a revision, or

AdWords API schedule_report.pl - report in .tsv instead of xml

2010-02-09 Thread Dane
How do I make schedule_report.pl to download reports in .tsv format instead of xml? The webinterface offers this - but I do not see it in the API. If it is not possible, I will have to convert it locally - I need no help with that, so this question is only: Is it possible? If "yes" then how? --

AdWords API Re: AdGroupCriterionSelector#setUserStatuses does not work.

2010-02-09 Thread ryo
Oh, as you say, the keyword has never had an impression. Where this specification is published? I searched AdWords v2009 and google forum, however, I can't find... And, the Creative is the same specification? On 2月9日, 午前1:29, AdWords API Advisor wrote: > Hi, > > I just ran some tests and the se

AdWords API CriterionService

2010-02-09 Thread Dane
As far as I can see there are no perl examples of CriterionService - updateCriteria I need to be able to correct the url (or CPC) of a certain keyword within a certain group. Seeking inspiration on the supplied test scripts and http://code.google.com/intl/da/apis/adwords/docs/developer/CriterionS

AdWords API unexpected internal api

2010-02-09 Thread mike-adwo...@pubget.com
I was trying to do a bulk mutate job in order to post 3 ads/ 3 keywords to about 900 adgroups. The API said the job was processing for about 6 hours, and then I got this exception Current status is PROCESSING, waiting 10 seconds Current status is PROCESSING, waiting 10 seconds Current status is PR

AdWords API Re: Deleted Groups

2010-02-09 Thread AdWords API Advisor
Hi, Ad group names must be unique within the campaign, even counting deleted ad groups. If you want to re-use a name from a deleted ad group you need to first rename the old ad group, perhaps appending "DELETED" on the end. Then you can create a new ad group with that name. Best, - Eric Koleda,

AdWords API Re: Bulk Keyword Processing Way too Slow - What am I doing wrong?

2010-02-09 Thread AdWords API Advisor
Hi Joe, As an initial disclaimer, the BulkMutateJobService is not designed to increase the speed of operations. It's main goal is to reduce the overhead on the client side when making large numbers of operations and to have the backend handle certain types of logic automatically. Given the small

AdWords API Re: BulkMutateResult for Individual Failures

2010-02-09 Thread AdWords API Advisor
Hi Sidd, The FailureResult exists within an OperationStreamResult. There is a one-to-one correlation between OperationStreams and OperationStreamResults. The index in the field path of the error in the FailureResult is relative to the OperationStream that correlates to the current OperationStrea

AdWords API QuotaCheckError.ACCOUNT_INACTIVE

2010-02-09 Thread Kal - Referencement-Manuel.com
Hi, I've got this error when using the API in production ... in sandbox mode, its ok. Im using an MCC account (for a long time) and I'm able to connect to Adwords interface without any warning message. Any idea what could be wrong? Best Regards Kal -- You received this message because you are

AdWords API Re: How to know mobile carriers for ads, by ReportService

2010-02-09 Thread AdWords API Advisor
Hi, Unfortunately there are no reports that expose carrier information at this time. Best, - Eric On Feb 8, 10:04 pm, kato wrote: > No report can expose mobile carriers information? > For saving quota consume, I want to use reports than ad services. > > Best, > > On Feb 9, 12:30 am, AdWords API

AdWords API Re: Why do we get the following error "One or more report job parameters is invalid. The following columns are not supported by the Report Type

2010-02-09 Thread AdWords API Advisor
Hi, Can you provide more information on the type of report you trying to run? Can you post the SOAP XML request and response? Best, - Eric Koleda, AdWords API Team On Feb 9, 12:09 am, ipsita rout wrote: > Why do we get the following error >  "One or more report job parameters is invalid. ns1:m

AdWords API Re: Documentation Request - Language Codes

2010-02-09 Thread AdWords API Advisor
Hi JeremyC, I'll pass this recommendation on to our documentation team. Best, - Eric Koleda, AdWords API Team On Feb 9, 3:11 am, JezC wrote: > Hi API guys, > > Could you add a link to language > codes,http://code.google.com/apis/adwords/docs/developer/adwords_api_langua... > > on to the page d

AdWords API Re: How to target languages that Google supports in search, but not in the API?

2010-02-09 Thread AdWords API Advisor
Hi JeremyC, The language codes page (as well as other code listings) on the documentation are out of date and are in the process of being rewritten. I don't have a timeline of when these changes will be complete. In the mean time I would encourage you to explore the AdWords web interface, as all

AdWords API Re: Why do we get the following error "One or more report job parameters is invalid. The following columns are not supported by the Report Type

2010-02-09 Thread pete
Hi I've had these errors as well - in our case it generally meant we had either specified a report column (in the definedReportJob.selectedColumns) which is not available for the report type; or it is available but is not relevant for the Account/ Campaign/AdGroup e.g specifying the Conversions co

AdWords API Re: schedule_report.pl - report in .tsv instead of xml

2010-02-09 Thread AdWords API Advisor
Hi Dane, The report service can only deliver reports in an XML format, so any conversions must be done client-side. I imagine this would be possible in Perl, but I don't have any code examples that demonstrate it. Best, - Eric Koleda, AdWords API Team On Feb 9, 3:55 am, Dane wrote: > How do I

AdWords API Re: AdGroupCriterionSelector#setUserStatuses does not work.

2010-02-09 Thread AdWords API Advisor
Hi, Unfortunately this behavior hasn't been clearly documented yet, and I apologize for any confusion. AdGroupAds (Creatives) do not behave the same, as even an ad with zero impressions will remain with the deleted status. Best, - Eric On Feb 9, 4:53 am, ryo wrote: > Oh, as you say, the keywor

AdWords API Re: AdWordsUser(Dictionary headers) constructor problem

2010-02-09 Thread majco
Thanks Ales, has somebody other solution? On 8. Feb, 15:27 h., Ales Sturala wrote: > Hi Martin, > maybe check if there is a new library version. There was a bug in one > of the previous AdWords API .NET library where the instantiation of > the adwords user which is not using app.config was not i

AdWords API Re: BulkMutateResult for Individual Failures

2010-02-09 Thread sidd
Hi .. Thanks for your answer. Unfortunately, it's still unclear to me how to extract the actual entity that failed. If I have the index into the operation stream, how do I know which operation within that stream failed? On Feb 9, 7:51 am, AdWords API Advisor wrote: > Hi Sidd, > > The Failure

AdWords API keyword opportunities

2010-02-09 Thread Ralph Heimburger
are the keyword opportunities in the opportunities tab available for download via the Api? -- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to adwords-...@googlegroups.com. To unsubscribe from this group, se

AdWords API PAYLOAD_STORE_UNAVAILABLE

2010-02-09 Thread mike-adwo...@pubget.com
Current status is PROCESSING, waiting 10 seconds Current status is PROCESSING, waiting 10 seconds Job completed! SOAP Error: [BulkMutateJobError.PAYLOAD_STORE_UNAVAILABLE @ ] (code: 0) Source: /Users/mikeanderson/code/s/script/misc/google_adwords.rb: 254:in `wait_for_response' When I get this res

AdWords API v200909 AdGroupCriterionOperation mutate Unable to set new bid

2010-02-09 Thread TJG
I am responsible for converting my company's v13 interaction to the new v200909 API. All seemed to be going well as I started but I seem to have hit a wall. For the moment, I am only attempting to access the sandbox API and have not attempted to connect to the production WSDLs. I should note that

AdWords API future campaign startDate would pause campaign in v13 but not in v2009

2010-02-09 Thread Kumar McMillan
Hi. I am migrating our system from AdWords API v13 to v2009 and one of our tests is failing because after setting a campaign date to some future date the campaign is not paused, it is still active. On the old version, the campaign would get paused automatically. Should I assume that when setting

AdWords API getBulkKeywordIdeas is not returning any keywords

2010-02-09 Thread Juan
Hi, I'm trying to use getBulkKeywordIdeas but can't get anything returned (neither do I get an error). I tried different sites and including the sub urls with no luck. Am I doing something wrong? Thanks in advance, Juan The body of the soap request: https://adwords.google.com/a

AdWords API Re: UNEXPECTED_INTERNAL_API_ERROR

2010-02-09 Thread Chandra Bhandaru
Hi, Any update on this? I still the InternalApiError.UNEXPECTED_INTERNAL_API_ERROR occasionally on sandbox. Chandra On Jan 25, 10:28 am, AdWords API Advisor wrote: > Hi, > > The core engineering team is still actively working on a resolution to > this problem, but at this time I don't have any

AdWords API Re: getBulkKeywordIdeas is not returning any keywords

2010-02-09 Thread Juan
This wasn't an issue at all. The same soap worked fine with other sites. Sorry for the false alarm On Feb 9, 5:48 pm, Juan wrote: > Hi, > > I'm trying to use getBulkKeywordIdeas but can't get anything returned > (neither do I get an error). > I tried different sites and including the sub urls wit

AdWords API how to use CampaignCriterionService

2010-02-09 Thread von journ
Hi, I am working on converting the API from V13 to V2009. I have question in using CampaignCriterionService. In V13, it only allows SET -- If I want to add some new Criterion, i need to call SET(all my previous Criterions + New Criterions). -- If I want to remove some Criterion, I need to cal

AdWords API AdWords sandbox + Python api

2010-02-09 Thread Brian Wolf
Hi, I would like to use the sandbox for learning and development purposes, and I am looking currently at both Java and Python api's. According to the AW website, I do not need to be registered as a developer, I only need a google account (?) "must first have a Google account