Re: AdWords API on Java App Engine

2012-02-15 Thread Vincent
Hi Kevin, Thank you for the update and your work on this new Adwords java library. I have been successfully using Adwords on GAE/java for a while with Fred's patch (http://penumbro.us/post/1135755221/adwords-api-on-app-engine-java-part-3). But the patch does not support v201109 which will be

Re: SET operator changes which Criterion fields (v201109)

2012-02-15 Thread bgraves
Anash, I don't understand what you mean since I am not sending fields for updating using SET. I am sending the entire Criterion object (required for AdGroupCriterionOperation)... Dim operation As New AdGroupCriterionOperation() operation.operator = [Operator].SET operation.operatorSpecified =

Re: UNEXPECTED_INTERNAL_API_ERROR on creating TextAds

2012-02-15 Thread Pip
Has anyone managed to get this problem resolved? On Feb 15, 2:25 am, Hudarsono Hu hudars...@gopherindonesia.com wrote: same here On Feb 15, 9:10 am, Kevin kevin.matchcr...@gmail.com wrote: I'm getting a similar error too. -Kevin -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: UNEXPECTED_INTERNAL_API_ERROR on creating TextAds

2012-02-15 Thread Damian
same here, on creating text ads On 14 feb, 05:46, Minh Tran mt...@appliancesonline.com.au wrote: I've been the sandbox for the last month and it has been working ok til today. I've attached the request/response/stacktrace as follows. Any ideas? 11:18:31,781 DEBUG

How to create a report?

2012-02-15 Thread Sergey Poulikov
How to create a URL_PERFORMANCE_REPORT report using v201109 and not using AdHoc Service? How to create a report with ids of campaigns or ids ad groups using v201109 and not using AdHoc Service? I tried to create a report from web, but I can't insert the idenitifiers in the report. --

Remove all targets using V201109

2012-02-15 Thread sudhansu ray
Dear team, 1)can we remove all city targets for a campaign without passing city criteria. 2)can we remove all geo target and add new target like this approach would be to : get() all your targets, and then merge the list with your desired list. Remove all the common items between the two lists.

Re: Impressions zero and data metrics not returned

2012-02-15 Thread Andrezza
Thanks Kevin, My other doubt is related with data metrics that we aren't receiving For example, if we run account and campaign reports at 06 AM - GMT-3 (Brazil - SP) of feb 14 with dateRange of yesterday (start date = 20120213 and end date = 20120213), should return IS data of day feb 13,

Earnings in keyword performance reports

2012-02-15 Thread kzimmermann
Hi, I'm pulling a keyword performance report (using v201109) for a client, who uses Google Analytics to track his conversions. Apart from the conversion metrics I would also like to get the earnings of this client. Looking into the documentation of v201109, I can't find any report field name

Re: How to cross-reference multiple reports?

2012-02-15 Thread Paul Poulton
Hi, I am doing exactly the same thing however I note that they say Use the KeywordContentMaxCpc field of the AdGroup Performance Reporthttp://code.google.com/apis/adwords/docs/appendix/reports.html#ad-group . However the Adgroup Performance Report doesnt have this field listed. So where

Re: UNEXPECTED_INTERNAL_API_ERROR on creating TextAds

2012-02-15 Thread Nuno Severo
same here. can't create text ads. Anyone else with this problem? On Wed, Feb 15, 2012 at 11:28 AM, Damian ddo...@gmail.com wrote: same here, on creating text ads On 14 feb, 05:46, Minh Tran mt...@appliancesonline.com.au wrote: I've been the sandbox for the last month and it has been

Report contents are invalid error

2012-02-15 Thread Vizergy
Last night I received the below error message while calling the GetClientReport(oDefinition) method for the KEYWORDS_PERFORMANCE_REPORT report type. The report is pulling for the previous days data so it is a small data set. I have many clients to call the report for so I am calling the method

Re: UNEXPECTED_INTERNAL_API_ERROR on creating TextAds

2012-02-15 Thread Vladimir Panitsky
I've the same problem on ruby with adwords-api 0.5.0 On 15 фев, 15:19, Nuno Severo nuno.sev...@gmail.com wrote: same here. can't create text ads. Anyone else with this problem? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group:

Re: Impressions zero and data metrics not returned

2012-02-15 Thread Kevin Winter
Hi Andrezza, The way Impression Share is done was recently changed: http://googleadsdeveloper.blogspot.com/2012/01/upcoming-changes-to-adwords-impression.html As a result, the data for February 13th won't be ready until just after midnight on February 15th. We're working on creating a

Re: AdWords API on Java App Engine

2012-02-15 Thread Kevin Winter
Hi Vincent, We're planning to push another release of the new library (which will include jax-ws support for AdWords) sometime next week. I'll post here when we do. Please note that we're still actively developing the new library and may make breaking changes down the road. We'll make sure

Re: Impressions zero and data metrics not returned

2012-02-15 Thread Andrezza
Now, I understand it. Do you know when that documentation will be available? Or... What are the other statistics that have this same behavior (D-2)? Thanks Andrezza On 15 fev, 13:24, Kevin Winter kevin.win...@google.com wrote: Hi Andrezza,   The way Impression Share is done was recently

What Version Supports 10,000 GEO Targets

2012-02-15 Thread cdealar
My tech team setup our API app using version v201101 I know this version is about to be depreciated but my question is this: Version v201101 seems to have a 300 positive GEO target limit, is that correct? Does v201109 have a 300 positive GEO target limit or is it 10,000 now? Thank in advance

Re: MetroTarget

2012-02-15 Thread Glyph
ok thanks, that's helpful. Do we have to use the ID's or can we still set just the CODE field in v201109 On Feb 14, 10:12 pm, Anash P. Oommen anash.p.oommen +fo...@google.com wrote: Hi Glyph, You target a metro region the same way you target a country. The only difference is that you need to

Re: UNEXPECTED_INTERNAL_API_ERROR on creating TextAds

2012-02-15 Thread Ovid
Same issue here. I've also reported this at this link:

Missing Keyword Data

2012-02-15 Thread michael s
Hi, I ran a Keyword Performance Report and a Criteria Performance report to retrieve all the keywords in an account. I noticed a discrepancy between the ad hoc report results and the UI results. One keyword showing as Deleted in the UI is coming over as Paused in the ad hoc report. Another

Re: MetroTarget

2012-02-15 Thread David Bonner
You need to use the ID. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are

Missing SearchVolume Data in TargetingIdeaService v201109

2012-02-15 Thread Tsun
Hi, this is a very urgent issue, as I'm migrating to v201109 due to your sunset dates for older versions. I'm trying to get searchvolume data for all 3 matchtypes (broad/phrase/ exact) for specific keywords through TargetingIdeaService, but depending on my setup I just get data for one or two

Add UserList to AdGroupCriterionService : CONCRETE_TYPE_REQUIRED Error

2012-02-15 Thread Pete Lavetsky (AdWords API Guru)
Hi All, I'm trying to associate a UserList with an AdGroup through the AdGroupCriterionService but am running into the CONCRETE_TYPE_REQUIRED error which is described as: Concrete type of criterion (keyword v.s. placement) is required for ADD and SET operations. This isn't a keyword nor a

Re: Add UserList to AdGroupCriterionService : CONCRETE_TYPE_REQUIRED Error

2012-02-15 Thread Pete Lavetsky (AdWords API Guru)
Figured it out. AdGroupCriterion needed to be BiddableAdGroupCriterion Pete On Feb 15, 4:16 pm, Pete Lavetsky (AdWords API Guru) pete.lavet...@gmail.com wrote: Hi All, I'm trying to associate a UserList with an AdGroup through the AdGroupCriterionService but am running into the

Logger login twice

2012-02-15 Thread Yada
I'm using PHP adwords client version 3.0.0 Logger::LogToFile(Logger::$SOAP_XML_LOG, /tmp/soap_xml.log); Logger::SetLogLevel(Logger::$SOAP_XML_LOG, Logger::$INFO); Logger::LogToFile(Logger::$REQUEST_INFO_LOG, /tmp/request_info.log); Logger::SetLogLevel(Logger::$REQUEST_INFO_LOG, Logger::$INFO);

Re: How to cross-reference multiple reports?

2012-02-15 Thread Etienne Lawlor
So how exactly did you amalgamate the results? Did you download the separate reports, parse them, then put them into tables. And then do a join on the tables to get the amalgamated data? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group:

Re: Determine account creation date?

2012-02-15 Thread j.e.frank
As you suggest, I am making semi-regular calls to the ServicedAccountService to approximate account creation time. It's not too bad. What I dislike about this approach is, it relies on our scheduled jobs staying up all the time. If it goes down over the weekend, then I will end up with some

Re: Logger login twice

2012-02-15 Thread Yada
Ok. I figured out why. PATH_RELATIVE = 1 LIB_LOG_DIR_PATH = ../../../../../../../../../logs/ The folder specified in my settings.ini does not exists so the library uses the folder where AdsUser class resides. As long as LIB_LOG_DIR_PATH exists it should be fine. The code that does this is in

Adding Ad/Keyword Performance Report definition

2012-02-15 Thread nrodrigo
Greetings, I've been trying to search for documentation on how to add ad/keyword performance reports via the adwords api. Can anyone point me in the right direction? Thanks! -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group:

Re: Adding Ad/Keyword Performance Report definition

2012-02-15 Thread nrodrigo
I am currently using the perl API, v201109 On Feb 15, 4:31 pm, nrodrigo norb...@gmail.com wrote: Greetings, I've been trying to search for documentation on how to add ad/keyword performance reports via the adwords api.  Can anyone point me in the right direction? Thanks! --

Re: Exception has been thrown by the target of an invocation

2012-02-15 Thread VK
Thanks Anash for your suggestion. I did switch to the latest version of the client library but still get the same error on the very first line after the user is initialized. It displays the config values like ClientCustomer ID ,Email,Password etc correctly from the App.config I think its a

Re: DestinationURL column in V201109 report?

2012-02-15 Thread G-Mo
As I understand the original question, the problem is that the v13 reporting destinationUrl column included the URL to which traffic was actually sent when a click occurred for a specific keyword/ad combination. This is what we care about in reporting as we need to extract variables and tracking

Platform Mobile Platform

2012-02-15 Thread mmasters
I'm looking at the following pages: http://code.google.com/apis/adwords/docs/appendix/mobileplatforms.html http://code.google.com/apis/adwords/docs/appendix/platforms.html I'm also referring to

Re: Platform Mobile Platform

2012-02-15 Thread mmasters
Also, would 'HighEndMobile' encompass all the mobile platforms? I would expect it to include 'iOS', 'Android', and 'Palm'. Thanks, Mike -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com

Getting InternalApiError.UNEXPECTED_INTERNAL_API_ERROR

2012-02-15 Thread Pranav Dubey
Hello, From last two days, while adding text ad in sandbox I am getting this error: [InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ com.google.ads.api.services.common.error.InternalApiError. (InternalApiErro] I am able to add campaigns, adgroups keywords. Regards, Pranav Dubey --

Re: How to add GeoLocation to Campaign (version 201109)

2012-02-15 Thread Alex Tran
Hi Minh Le, By the way, please show me how to remove unwanted targets before adding the new ones. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api

Re: Report contents are invalid. - !!!2|||-1|||[ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH @ selector]???

2012-02-15 Thread Anash P. Oommen
Hi Raju, You are most likely trying to run a cross-client report, or your clientCustomerId is an MCC account. AdWords API v201109 doesn't support cross-client reports. Cheers, Anash P. Oommen, AdWords API Advisor. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog

Re: Report contents are invalid error

2012-02-15 Thread Anash P. Oommen
Hi, This looks like an error on the AdWords API server side. How big is the report you are trying to download? Could you try limiting the rows using an appropriate Predicate? Cheers, Anash P. Oommen, AdWords API Advisor. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

Re: How to create a report?

2012-02-15 Thread Anash P. Oommen
Hi Sergey, There's no way to create a report in v201109 without using the AdHoc service. Is there a reason why you don't want to use the AdHoc Service? Anash P. Oommen, AdWords API Advisor. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group:

Re: ADD_OPERATION_NOT_PERMITTED when using sample code v201109

2012-02-15 Thread Anash P. Oommen
Hi Neil, As discussed over the hangout, the error was coming due to a keyname mismatch in your adwords.properties (clientCustomerId instead of clientId). Let me know if you have more issues and I'd be happy to help you out. Cheers, Anash P. Oommen, AdWords API Advisor. --

Re: SET operator changes which Criterion fields (v201109)

2012-02-15 Thread Anash P. Oommen
Hi Brian, Yes, that's the most likely explanation. As for an example, see http://code.google.com/p/google-api-adwords-dotnet/source/browse/trunk/examples/csharp/v201109/BasicOperations/UpdateKeyword.cs. I am updating only the bid of a keyword. I am not setting any fields I don't need to