Re: Migration to v201206 java api

2012-09-04 Thread Anash P. Oommen
Hi, 1. Yes, Oct 26 is when v201109 will be sunset. 2. Yes, Oct 26 is when v201109 will be sunset. The client library may release an update around that time that removes the support for v201206. 3. ServicedAccountService has been replaced by ManagedCustomerService. See http://code.google.com/p/go

Re: Strange error when using AWQL with Campaign Negative Keywords Report

2012-09-04 Thread Anash P. Oommen
Hi Oliver, Will it be possible to capture the HTTP request and response for this call and mail it to anash.p.oom...@google.com? I'll take a look and help you troubleshoot this error. Cheers, Anash P. Oommen, AdWords API Advisor. On Tuesday, 4 September 2012 16:52:53 UTC+5:30, Oliver wrote: > >

Re: What is the API's next release date?

2012-09-04 Thread Anash P. Oommen
Hi Asaf, I don't have specific dates for upcoming releases, but as per the blog, the release of a major version deprecates the older versions, and the older versions are typically sunset in about 4 months' time. The exact dates are announced on http://googleadsdeveloper.blogspot.com, so you mig

Re: how can I get campaign's startDate and endDate?

2012-09-04 Thread Anash P. Oommen
Hi, If you are using an AdWords API client library, there will be an option to dump the soap request and response logs in your library's configuration file (config.ini / app.config) etc. depending on the library. If not, using an http debugging proxy would be simple. http://www.fiddler2.com/fid

Re: Anyone interested in a PSR-0 compliant PHP client?

2012-09-04 Thread Anash P. Oommen
Hi Kasper, I could put you in touch with the current maintainer of AdWords API PHP library, to see if you could contribute to it directly to make the changes you wish to see. The official client library is open-sourced, has a code base that works, complete with code examples and tests. So IMHO

Re: AdParamError.INVALID_ADGROUP_CRITERION_SPECIFIED

2012-09-04 Thread Dimasik
Hello Danial, I have similar issue with updating params. The error i'm getting is: [message] => [AdParamError.INVALID_ADGROUP_CRITERION_SPECIFIED @ operations[0].operand; trigger:'AdGroupId = 4093596756, CriterionId = 2692493675'] CriterionId is not newly created. What could be the cause? Che

Re: Is class AdWordsServices thread safe?

2012-09-04 Thread Kevin Winter
Hi Oliver, AdWordsServices is threadsafe, but the service objects returned from it are not. - Kevin Winter AdWords API Team On Thursday, August 30, 2012 11:08:56 AM UTC-4, Oliver wrote: > > Is it safe to use multiple threads with one instance of the > AdWordsServices class (Java library)? > >

Re: An error has occurred: Unmarshalling Error: For input string: "param1"

2012-09-04 Thread Kevin Winter
Hi, Unfortunately, we need to update the AdParam example for PHP. In v201206, a new field was added to many constructors, which means the examples need to be changed. You can see more detail here: https://groups.google.com/d/msg/adwords-api/A9m4SB-Jmtc/DhyILEXnqv4J I'm not sure which parame

Re: v201109 ==> v201206 reporting issues

2012-09-04 Thread Kevin Winter
Hi, I was able to run a v201206 report using the example XML you included here. Can I ask you to double check the report download endpoint matches the version in the XML? Assuming they do, could you post as much of the HTTP error response as you can? - Kevin Winter AdWords API Team On Wedn

Re: TargetingIdeaService - getBulkKeywordIdeas maxResults = 100?

2012-09-04 Thread Kevin Winter
Hi, Thanks for reporting this. I can reproduce these results and have asked the core engineers to investigate. - Kevin Winter AdWords API Team On Wednesday, August 29, 2012 2:03:22 PM UTC-4, Rohit Chopra wrote: > > Hi, > > I am trying to use the getBulkKeywordIdeas with > RelatedToUrlSearchP

Re: Sandbox UNEXPECTED_INTERNAL_API_ERROR

2012-09-04 Thread Kevin Winter
Hi, Thanks for reporting this. I can reproduce this behavior and have asked the core engineers to investigate. In the meantime, you should be able to use the ManagedCustomerService if you just need to get Customer information. - Kevin Winter AdWords API Team On Wednesday, August 29, 2012 12

Re: Possible bug in PHP library.

2012-09-04 Thread Kevin Winter
Hi, For your earlier question, yes, the capitalization matters. The documentation indicates the name that should be used in the description field. For example, for the servingStatus field,

Re: New API version, retrieving invoices and adding global negative keyword lists

2012-09-04 Thread Tobias Ebert
Hey Kevin, thank you for your answer, and thanks for your support too :). Would be really great to have this feature in an upcoming API version due to the fact that it takes some time to manually navigate to and "PDFize" the invoice for each account in our MCC. So maybe we could be able to down

Re: Does changing a Campaign name or an AdGroup name results in a change of Id ?

2012-09-04 Thread Kevin Winter
Hi Bastien, As Oliver said, the ID won't change if you update the Name of a Campaign or AdGroup. Keywords and Ads, however, are actually deleted and re-added under the covers in the UI. - Kevin Winter AdWords API Team On Tuesday, August 28, 2012 9:42:24 AM UTC-4, Oliver wrote: > > I'm almost

Re: Unable to add platform targets when creating a new campaign

2012-09-04 Thread Kevin Winter
Hi, It's a problem with using the 2-arg constructor for CampaignCriterion, see here for details: https://groups.google.com/d/msg/adwords-api/A9m4SB-Jmtc/DhyILEXnqv4J - Kevin Winter AdWords API Team On Monday, August 27, 2012 12:36:59 AM UTC-4, Amit Badkas wrote: > > I tried to add particular

Re: New API version, retrieving invoices and adding global negative keyword lists

2012-09-04 Thread Kevin Winter
Hi Tobi, Unfortunately, this feature is still not available. We'll make sure the product team knows this is still commonly requested. - Kevin Winter AdWords API Team On Thursday, August 23, 2012 1:19:27 PM UTC-4, Tobias Ebert wrote: > > Hey Oliver, > > alright thanks a lot for your help, its

Re: Anyone interested in a PSR-0 compliant PHP client?

2012-09-04 Thread Kasper Pedersen
My role is currently very simple, I just have an idea and I think someone else may find it useful. I have no experience managing open source projects, so if someone has experience (or wants to take it on), please step forward :) Conditions for participating? None really. If you want to help writ

Anyone interested in a PSR-0 compliant PHP client?

2012-09-04 Thread Evgeniy Bogdanov
Hi. Conditions of participating? Details of architecture? What is your role? Estimates? Regards, Evgeniy -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~

Re: TargetingIdeaService match type?

2012-09-04 Thread veseo
Hi, thanks, then my other question remains - which matchtype the results equal to. I'll try and find that other thread, hope that is answered there. On Tuesday, September 4, 2012 6:40:11 PM UTC+3, Oliver wrote: > > I recall seeing a recent thread (but can't find it now) about this. The > repon

Re: TargetingIdeaService match type?

2012-09-04 Thread Oliver
I recall seeing a recent thread (but can't find it now) about this. The reponse from the API team was the match type is not available. Oliver On Tuesday, September 4, 2012 3:50:18 PM UTC+1, veseo wrote: > > Hi, > > Anything? I need that information so that I can create the logic to > migrate o

how to create an ad with view tag

2012-09-04 Thread u...@taykey.com
Hi all Im wonder if it is possible to creata an ad with view tag in it? thanks ! -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Change notification settings via API?

2012-09-04 Thread veseo
Hi, can anyone answer this? We have hundreds of clients, whose settings must be changed and it would take too much time to do it manually. On Monday, September 3, 2012 11:17:58 AM UTC+3, veseo wrote: > > Hi, > > is there a way to change the notification settings and who receives > notifications

Re: TargetingIdeaService match type?

2012-09-04 Thread veseo
Hi, Anything? I need that information so that I can create the logic to migrate our code to the new service. On Thursday, August 30, 2012 5:32:50 PM UTC+3, veseo wrote: > > In the new API version we could not specify a keyword's match type. Is > there any way to specify it? If there isn't, whic

Using API to change PLA bid?

2012-09-04 Thread Reed
Maybe a odd question, but: Is there any difference between the API call I would make to change the bid of a PLA, and the similar call I would make to change the bid of a run of the mill text keyword? thanks, reed -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and

Is the 'Low Search Volume' label available via the API?

2012-09-04 Thread Oliver
Some keywords have a 'low search volume' label (see attached image). Is this info available through the API anywhere? Oliver -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-a

Re: how can I get campaign's startDate and endDate?

2012-09-04 Thread spetz
I thought that startDate & endDate in the root array is different than those one in campaignStats object. So how can I dump the response and request xml structure to page? 4 Eylül 2012 Salı 12:31:13 UTC+3 tarihinde Anash P. Oommen yazdı: > > Hi, > > CampaignStats also has a startDate and endDa

Anyone interested in a PSR-0 compliant PHP client?

2012-09-04 Thread Kasper Pedersen
Hello all, I'm looking for contributors for a new PHP client, that is better suited for using with frameworks and other libraries. The key difference between this client and the official one is PSR-0 compliance, so the library can easily be autoloaded. Anyone interested? BR Kasper Pedersen --

Re: Fwd: API call to invite a client account to be managed by an MCC

2012-09-04 Thread Taras Lyapun
Is there any news about this feature? пятница, 11 февраля 2011 г., 17:27:41 UTC+2 пользователь AdWords API Advisor написал: > > Hi, > > This functionality is still not available in the AdWords API, but if > you wish, I could make a feature request on your behalf. > > Cheers, > Anash P. Oommen

Re: What is the API's next release date?

2012-09-04 Thread Asaf Sella
Hi Anash, I’d appreciate your farther assistance with providing more details regarding the *actual dates*. Is the change is going to take place by the end of this month? What is the API version which will be sunset as a result? We are currently working with API version ‘v201109’ – we’d like

Re: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR in sandbox

2012-09-04 Thread Taras Lyapun
Hi! Yes, this issue still happens. вторник, 21 августа 2012 г., 16:27:23 UTC+3 пользователь Kevin Winter написал: > > Hi, > We just fixed a bug that prevented accounts from being created > correctly. Could you please create a new sandbox account and let me know > if this still happens? > >

Strange error when using AWQL with Campaign Negative Keywords Report

2012-09-04 Thread Oliver
I'm doing this: SELECT CampaignId, Id, KeywordMatchType, KeywordText FROM CAMPAIGN_NEGATIVE_KEYWORDS_PERFORMANCE_REPORT WHERE CampaignId IN [XX] DURING TODAY (please note, campaign ID XX is valid) The above AWQL query throws this error: *Report was not downloaded. 400: SelectorError.FILTER_BY

Re: ALL_TIME not supported by AWQL?

2012-09-04 Thread Oliver
Hi Anash, The DURING clause is mandatory. Not mentioning it will result in an error saying it's needed. I figured out a workaround anyway. I also figured out the custom date syntax. Thanks Oliver On Tuesday, September 4, 2012 10:41:02 AM UTC+1, Anash P. Oommen wrote: > > Hi Oliver, > > Wha

Re: CustomerSyncService return with INVALID_CAMPAIGN_ID

2012-09-04 Thread Anash P. Oommen
Hi Hagay, I hope this is for illustrative purposes, but 4343434343 doesn't look like a valid campaign id. Cheers, Anash P. Oommen, AdWords API Advisor. On Sunday, 2 September 2012 17:30:36 UTC+5:30, hagay wrote: > > Hi, > When i am trying to run the CustomerSyncService i get INVALID_CAMPAIGN_ID

Re: What's wrong with this request? (Returning: 500 Internal Server Error) (C#)

2012-09-04 Thread Anash P. Oommen
Hi Ibrahim, Could you kindly download the latest library from http://code.google.com/p/google-api-adwords-dotnet/downloads/list and try? You need to copy the App.config from the examples folder to your App.config and fill the credentials in it. There are lots of code examples under http://cod

Re: ALL_TIME not supported by AWQL?

2012-09-04 Thread Anash P. Oommen
Hi Oliver, What the documentation says is that you cannot write a query like: SELECT Name FROM KEYWORDS_PERFORMANCE_REPORT DURING ALL_TIME; If you don't mention a DURING clause, you get the ALL_TIME data. For custom dates, try something like: SELECT Name FROM KEYWORDS_PERFORMANCE_REPORT DURING

Re: What is the API's next release date?

2012-09-04 Thread Anash P. Oommen
Hi Asaf, As per the blog, "These major releases will occur 3 times per year: at the end of February, in the middle of June and at the end of September. Exact release dates may vary." Hope this helps. Cheers, Anash P. Oommen, AdWords API Advisor. On Sunday, 2 September 2012 13:40:06 UTC+5:30

Re: Adwords API, how many people have this access?

2012-09-04 Thread Anash P. Oommen
Hi, I'm afraid these numbers are not available publicly. Cheers, Anash P. Oommen, AdWords API Advisor. On Sunday, 2 September 2012 08:03:54 UTC+5:30, gi...@multiadvertising.com wrote: > > Strange question here i know. But anyone have any idea on how many people > have access to the adwords API

Re: how can I get campaign's startDate and endDate?

2012-09-04 Thread Anash P. Oommen
Hi, CampaignStats also has a startDate and endDate column. Could you post the SOAP request and response xmls after clearing the credentials? Cheers, Anash P. Oommen, AdWords API Advisor. On Monday, 3 September 2012 12:01:24 UTC+5:30, spetz wrote: > > Hi, > > I am trying to get startDate and end

Re: why no uniqueness within the keyword_report

2012-09-04 Thread Anash P. Oommen
Hi Hagay, Most likely, you are adding a column that causes segmentation. Please post the columns you are requesting as Jason suggested and we will help you out. Cheers, Anash P. Oommen, AdWords API Advisor. On Monday, 3 September 2012 14:06:42 UTC+5:30, hagay wrote: > > Hi, > I am running keywo