Re: Using the AdHoc Reports in v201109 .NET library Cross client

2012-02-14 Thread anh khoa nguyen
Hi OldSkool, I've already changed my ClientCustomerId to my MCC account but I'm still facing the same problem. Any idea? Thanks, -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com

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

2012-02-14 Thread anh khoa nguyen
Hi all, I got this exception when trying to download the report: Report contents are invalid. - !!!2|||-1||| [ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH @ selector]??? After researching in forum I found some recommend to using MMC account instead of MMCs, I've already account

How to update CampaignCriterion in v201109

2012-02-14 Thread Sanjay Vel
I am trying to update the CampaignCriterion using the operation operation = { :operator = 'SET', :operand = { :xsi_type = 'NegativeCampaignCriterion', :campaign_id = campaign_id, :criterion = {:xsi_type = 'Gender', :id = 11} } } I am stuck with the following error

Re: MutateJobService.mutate unit cost

2012-02-14 Thread George Ciubotaru
Hi Anash, Thank you for the detailed answer. I think you should update the Rate Sheethttp://code.google.com/apis/adwords/docs/ratesheet.htmlpage with these details, now it is not at all obvious how the price is calculated. We are indeed using 1 ad + 1 keyword per ad-group because, as you've

Campaign Performance report

2012-02-14 Thread webspade
I am trying to get the campaign performance report but I get back an INVALID_TOKEN_HEADER error. This *used* to work, but off late has been returning the following data: !!!2|||371826503|||QuotaCheckError.INVALID_TOKEN_HEADER @ ; trigger:'null'??? Here's the outgoing SOAP message to create the

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

2012-02-14 Thread anh khoa nguyen
Solved, refer to this link: http://groups.google.com/group/adwords-api/browse_thread/thread/370b561afee3fcec/22ddd5debecac740?lnk=gstq=Report+contents+are+invalid.+-+!!!2|||-1|||[ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH+%40+selector]%3F%3F%3F#22ddd5debecac740 On Feb 14,

Ad ServingStatus

2012-02-14 Thread nithin
Dear All, Using Adwords Api how can get the Serving Status of all Ads. Is there is any option to pull via Report Service Thanks, -Nithin -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com

Re: Adwords Report HTTP Error 400

2012-02-14 Thread Paulo Fernandes
I'm using Java On 14 fev, 00:57, Anash P. Oommen anash.p.oommen+fo...@google.com wrote: Hi Paulo, That depends on the language you are using. For .NET, I'd recommend Fiddler2 (http://fiddler2.com/fiddler2/) as the proxy, and then the code to set proxy would look like: WebRequest webRequest

ReportDefinitionError.INVALID_FIELD_NAME_FOR_REPORT @ ImpressionShare

2012-02-14 Thread Erkan Ceran
Hi, I use php library. i try to get campaign performance report with adhoc reporting for hourly data. I send request but its return to me an error like on below; ReportDefinitionError.INVALID_FIELD_NAME_FOR_REPORT @ ImpressionShare; trigger:'Cannot select a combination of ImpressionShare and

Re: Adwords API AdHoc Reporting with ASP.net

2012-02-14 Thread Vijay kumar B
Hi Anash, I am trying to retrieve a keyword performance report(Click, Conversion, cost, Impression)based on keyword. could you please help me to solve out this problem. Thanks Vijay B On Feb 14, 12:55 pm, Anash P. Oommen anash.p.oommen +fo...@google.com wrote: Hi VIjay, That's for v201109,

Re: Adwords Report HTTP Error 400

2012-02-14 Thread Paulo Fernandes
I solved that problem Some of my accounts are MCC accounts under a Global MCC Account So a MCC account didn't have data to be downloaded Thanks for the support :) On 14 fev, 09:37, Paulo Fernandes paulofernande...@gmail.com wrote: I'm using Java On 14 fev, 00:57, Anash P. Oommen

Problems with the ClientCustomerId in V201109

2012-02-14 Thread Daniel
Hi there, i'm still migrating from an old version to the new V201109. I have some troubles with the ClientCustomerId while migratin my code. At this moment i try to connect to the API with just a normal account - so theres no MCC or other clients. I use the Java Library and set up the Adwords

Re: AdHoc report error

2012-02-14 Thread API2Go
Thanks Kevin, I solved my AdHoc report problem. I code against the latest Adwords API v201109 but using an older .net client library v13.0.0 which doesn't provide more details when getting errors. Now, I started using the latest .net client library v14.0.0 and it does provide more information so

Re: Call to AdgroupAdService start failing

2012-02-14 Thread Ovid
I'm getting the same issue when trying to add text ads in the sandbox. Code worked yesterday and fails today. From my logs (formatted for easy reading): Cheers, Ovid [14 Feb 2012 15:22:00,617 - INFO ] Outgoing Request: ?xml version=1.0? SOAP-ENV:Envelope

Re: Impressions zero and data metrics not returned

2012-02-14 Thread Andrezza
Hi Anash, For example, if we run account and campaign reports at 06 AM - GMT-3 (Brazil - SP) of feb 13 with dateRange of yesterday (start date = 20120212 and end date = 20120212), should return IS data of day feb 12, no? But, we weren't receive these datas. Do you know why? We realized tests in

Re: Impressions zero and data metrics not returned

2012-02-14 Thread Andrezza
Hi Kevin, Thanks for your answer. I was setting includeZeroImpressions = true, but I used field date in selector ( this field exclude zero impression rows), because in V13 was possible to use aggregation type 'Daily' and to receive impressions = 0. I understand that in version v201109 isn't

Re: ADD_OPERATION_NOT_PERMITTED when using sample code v201109

2012-02-14 Thread Neil Kirk
Hi Anash, I have tried using another Google account, but still can add campaigns... The adwords.properties file: email=@gmail.com password= clientCustomerId=4094931487 userAgent=skeniver developerToken=@gmail.com++GBP The example script get_campaigns.pl, returns no campaigns (as

Exception has been thrown by the target of an invocation

2012-02-14 Thread VK
Hi, I am hoping you could point me in the right direction I am trying to call the Adwords API within a SSIS Script task(VB.NET Visual Studio 2005),the user is initialized as below Dim UserDict As New Dictionary(Of String, String) UserDict.Add(UserAgent, XXX)

Re: Impressions zero and data metrics not returned

2012-02-14 Thread Kevin Winter
Hi Andrezza, Correct, this is currently not possible. - Kevin Winter AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api

Criterion Id not found in system codes

2012-02-14 Thread Richard
Hi, We have started using Campaign Criterion for location targeting along with the system codes published in the API documentation to determine what the criterion is and how to display it to the user. We have encountered a case where we received a criterion id that was not defined in the

Re: updating from Cross Client Report Download (ReportUtils::RunAsyncReport) to ReportUtils::DownloadReport

2012-02-14 Thread iateadonut
was using too old of a version of 201109 - updated to the 2012.jan.something release and it works now. On Feb 9, 10:49 pm, iateadonut orienta@gmail.com wrote: This no longer works and I'm getting a QuotaCheckError.INVALID_TOKEN_HEADER error. I understand this has something to do with the

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

2012-02-14 Thread mmasters
Hello Minh, Thank you for the example. I'm programming in Java, but this is very helpful. I'm wondering if you can tell me if I need multiple CampaignCriterions for when I want to set multiple Languages. In other words, one CampaignCriterion per Language. Also, are there any official

SET operator changes which Criterion fields (v201109)

2012-02-14 Thread bgraves
I only want to change the destination URL. So when I get my Criterion, I'm not including all the available Criterion fields in my selector. Does that mean that all my Criterion fields will get erased when I do a SET operation using mutate? If so, how can I tell the API to return all fields (or

Re: Google Report Definition Web Service

2012-02-14 Thread Orlando
Hi Anash, I follow you advise and check for the .net library and got the following error: Failed to create accounts. Exception says {0}An API exception has occurred. See ApiException and InnerException fields for more details. Please see my code below and the web.config file. Try

MetroTarget

2012-02-14 Thread Glyph
in 201109, how do we target a metro area? That seems to have been removed, and the campaign targeting examples only refer to geolocations(addresses/points) and countries. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group:

Commas in report data

2012-02-14 Thread mikael
I'm using the ad-hoc report downloader to get XML reports that contain cost data and there are commas (thousands separators) in the data. I can parse them out, but I'd really rather specify in the report definition somewhere that I don't want commas. Is there a way to specify that? --

CampaignCriterionService::get paging error totalNumEntries

2012-02-14 Thread james.by...@247realmedia.com
Hi, We have a SOAP request for campaign criterion. We reuest with a page size of 5000, the response comes back with 45 criterion, but says there are 47 in total. So our paging logic then makes a second request for 5000 items with a startIndex of 45. The response comes back with 0 records, but

Re: UNEXPECTED_INTERNAL_API_ERROR on creating TextAds

2012-02-14 Thread Kevin
I'm getting a similar error too. -Kevin -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message

Re: UNEXPECTED_INTERNAL_API_ERROR on creating TextAds

2012-02-14 Thread Hudarsono Hu
same here On Feb 15, 9:10 am, Kevin kevin.matchcr...@gmail.com wrote: I'm getting a similar error too. -Kevin -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api

Live QA today with the AdWords API team

2012-02-14 Thread Anash P. Oommen
There are only 14 days https://twitter.com/#!/adwordsapi left before the sunset of API versions v13 through v201101http://googleadsdeveloper.blogspot.in/2012/01/30-days-left-to-migrate-to-adwords-api.html, and there are likely many of you working to migrate your applications to v201109

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

2012-02-14 Thread Anash P. Oommen
Hi Vaibhavi, Try switching to the latest version of the client library. Also, make sure that your App.config matches the one that comes with the library - especially this line: http://code.google.com/p/google-api-adwords-dotnet/source/browse/trunk/src/AdWords/App.config#73 Let me know if this

Re: Criterion Id not found in system codes

2012-02-14 Thread Anash P. Oommen
Hi Richard, This issue is being tracked by the AdWords team. I'll update you once I hear from them. Cheers, Anash P. Oommen, AdWords API Advisor. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com

Re: Commas in report data

2012-02-14 Thread Anash P. Oommen
Hi Mikael, If you were to provide returnMoneyInMicros HTTP header to true, you should get the data in micros, and those values wouldn't contain any number formatting. See http://code.google.com/apis/adwords/docs/guides/reporting.html for details. Cheers, Anash P. Oommen, AdWords API Advisor.

Re: ReportDefinitionError.INVALID_FIELD_NAME_FOR_REPORT @ ImpressionShare

2012-02-14 Thread Anash P. Oommen
Hi Ekran, AdWords doesn't provide hourly breakup of ImpressionShare data any longer. See http://googleadsdeveloper.blogspot.in/2012/01/upcoming-changes-to-adwords-impression.html for details. Cheers, Anash P. Oommen, AdWords API Advisor. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Adwords API AdHoc Reporting with ASP.net

2012-02-14 Thread Anash P. Oommen
Hi Vijay, You could refer to http://code.google.com/p/google-api-adwords-dotnet/source/browse/trunk/examples/csharp/v201109/Reporting/DownloadCriteriaReport.cs for an example. See http://code.google.com/apis/adwords/docs/appendix/reports.html for the list of supported report types and their

Re: Invalid Destination URL via Adwords API v201109

2012-02-14 Thread Anash P. Oommen
Hi Marius, This url doesn't work with the AdWords website too, so could you try asking it on the AdWords forum instead? http://www.google.com/support/forum/p/AdWords Cheers, Anash P. Oommen, AdWords API Advisor. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and

Re: How to update CampaignCriterion in v201109

2012-02-14 Thread Anash P. Oommen
Hi Sanjay, CampaignCriterionService doesn't support SET operator. You have to ADD the targets you need, REMOVE the targets you don't need. A typical 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: Campaign Performance report

2012-02-14 Thread Anash P. Oommen
Hi, We recently started requiring developerToken in HTTP headers when downloading reports. http://adwordsapi.blogspot.in/2011/11/action-required-developer-token.html announces the change, and the changes you need to make to your code. If you are using a client library, just upgrade to the

Re: SET operator changes which Criterion fields (v201109)

2012-02-14 Thread Anash P. Oommen
Hi Brian, AdWords API updates only the fields that you send for updating using SET, and only if the fields can be updated. E.g. If you request a criterion to be updated and provide new url and criterion id, then url will be updated, id won't be (since it is readonly), and other fields will be

Re: MetroTarget

2012-02-14 Thread Anash P. Oommen
Hi Glyph, You target a metro region the same way you target a country. The only difference is that you need to provide a different id that corresponds to the metro you need to target. The various geo targeting ids can be found here:

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

2012-02-14 Thread Anash P. Oommen
Hi Mike, Yes, you need one Campaign Criterion per language you want to target (unless you are doing a Target all languages, in which you don't need any campaign criterion). See

Re: DotNet Library Upgrading to v201109 AdHoc Reports

2012-02-14 Thread Nalica
Thanks Anash. I got most of my problems solved. One last issue (hopefully) that I have to figure out is that currently I am getting a Creative report through the ReportService v13. I went through all reportType supported by the AdHoc Report v201109 and the closest thing seemed to be