Re: ReportDefinitionService doesnt work

2015-03-13 Thread Michael D
;>>> >>>> Hi Michael, >>>> >>>> My best guess is that Mono is not >>>> handling System.Xml.Serialization.XmlIgnoreAttribute() on a method >>>> parameter correctly. C

Re: ReportDefinitionService doesnt work

2015-03-13 Thread Michael D
stem.Xml.Serialization.XmlIgnoreAttribute() on a method >>> parameter correctly. Could you please consider using the AdWords API >>> .NET library <https://github.com/googleads/googleads-dotnet-lib> >>> instead? >>> >>> If you want a longer explana

Re: ReportDefinitionService doesnt work

2015-03-11 Thread Anash P. Oommen (AdWords API Team)
u want a longer explanation, then >> >> - reportTypeSpecified is generated by Mono because the wsdl definition >> for getReportFields in ReportDefinitionService.wsdl >> <https://adwords.google.com/api/adwords/cm/v201409/ReportDefinitionService?wsdl> >> >> l

Re: ReportDefinitionService doesnt work

2015-03-10 Thread Michael D
ted by Mono because the wsdl definition for > getReportFields in ReportDefinitionService.wsdl > <https://adwords.google.com/api/adwords/cm/v201409/ReportDefinitionService?wsdl> > > looks like this: > > > > > type="tns:ReportDefiniti

Re: ReportDefinitionService doesnt work

2015-03-09 Thread Anash P. Oommen (AdWords API Team)
nation, then - reportTypeSpecified is generated by Mono because the wsdl definition for getReportFields in ReportDefinitionService.wsdl <https://adwords.google.com/api/adwords/cm/v201409/ReportDefinitionService?wsdl> looks like this: ReportDefinition.ReportTyp

Re: ReportDefinitionService doesnt work

2015-03-09 Thread Michael D
gument >> to *GetReportFields*, so I'm not quite clear on where you are seeing >> this field. >> >> Thanks, >> Josh, AdWords API Team >> >> On Sunday, March 8, 2015 at 11:56:25 AM UTC-4, Michael D wrote: >>> >>> Hi Josh,

Re: ReportDefinitionService doesnt work

2015-03-09 Thread Michael D
ReportFields*, so I'm not quite clear on where you are seeing this > field. > > Thanks, > Josh, AdWords API Team > > On Sunday, March 8, 2015 at 11:56:25 AM UTC-4, Michael D wrote: >> >> Hi Josh, >> >> im using this Web Service: >> https://adwords

Re: ReportDefinitionService doesnt work

2015-03-08 Thread Josh Radcliff (AdWords API Team)
2015 at 11:56:25 AM UTC-4, Michael D wrote: > > Hi Josh, > > im using this Web Service: > https://adwords.google.com/api/adwords/cm/v201409/ReportDefinitionService?wsdl > > First get the ReportDefinitionService: > var client = new > ReportDefinitionSe

Re: ReportDefinitionService doesnt work

2015-03-08 Thread Michael D
Hi Josh, im using this Web Service: https://adwords.google.com/api/adwords/cm/v201409/ReportDefinitionService?wsdl First get the ReportDefinitionService: var client = new ReportDefinitionService.ReportDefinitionService(); set the ReportDefinitionReportType: const

Re: ReportDefinitionService doesnt work

2015-03-06 Thread Josh Radcliff (AdWords API Team)
ds API Team On Friday, March 6, 2015 at 5:40:40 AM UTC-5, Michael D wrote: > > Hey People, > > im trying to get a report and im sending this request: > > POST > https://adwords.google.com/api/adwords/cm/v201406/ReportDefinitionService > HTTP/1.1 > User-Agent:

ReportDefinitionService doesnt work

2015-03-06 Thread Michael D
Hey People, im trying to get a report and im sending this request: POST https://adwords.google.com/api/adwords/cm/v201406/ReportDefinitionService HTTP/1.1 User-Agent: Mono Web Services Client Protocol 4.0.50524.0 Authorization: Bearer ya29

Re: Updating the ReportDefinitionService data to reflect changes in v201409

2014-12-03 Thread Ian Knox
guides/migration/v201409) >> however it appears that the displayFieldName and xmlAttributeName data >> found in the ReportDefinitionService isn't changing: >> [54] => Google\Api\Ads\AdWords\v201409\ReportDefinitionField Object >>

Re: Updating the ReportDefinitionService data to reflect changes in v201409

2014-12-02 Thread Josh Radcliff (AdWords API Team)
gt; https://developers.google.com/adwords/api/docs/guides/migration/v201409) > however it appears that the displayFieldName and xmlAttributeName data > found in the ReportDefinitionService isn't changing: > [54] => Google\Api\Ads\AdWords\v201409\ReportDefinitionField Object >

Updating the ReportDefinitionService data to reflect changes in v201409

2014-12-01 Thread Ian Knox
In 201409 several field names were changed (see: https://developers.google.com/adwords/api/docs/guides/migration/v201409) however it appears that the displayFieldName and xmlAttributeName data found in the ReportDefinitionService isn't changing: [54] => Google\Api\Ads\AdWords

Re: ReportDefinitionService - AdGroup report returning inconsistent data

2014-09-08 Thread Alan Coleman
5 AM UTC+1, Alan Coleman wrote: > > Hello everyone, > > I'm using the ReportDefinitionService to return a list of all AdGroups in > a client: > > The report download works however the data in the report isn't consistent > with the client in the AdWords GUI. > &

ReportDefinitionService - AdGroup report returning inconsistent data

2014-09-08 Thread Alan Coleman
Hello everyone, I'm using the ReportDefinitionService to return a list of all AdGroups in a client: The report download works however the data in the report isn't consistent with the client in the AdWords GUI. So for example the client in the AdWords GUI shows 6814 AdGroups, ho

ReportDefinitionService

2014-05-19 Thread Dzu
Hello, its way to use at the same time 2 LoadService? Like: $user->LoadService(*array('ReportDefinitionService', 'PrimaryBillingId')*, ADWORDS_VERSION); $selector->fields = array('CampaignId', 'AdGroupId', 'Id', 'Crit

Re: How to get deleted ads report in ReportDefinitionService

2012-12-11 Thread Vipin
2年12月6日木曜日 20時19分10秒 UTC+9 Vipin: >> >> >> Hello, >> >> I am using ReportDefinitionService API for getting keywords performance >> reports. But I am not getting "deleted ads" clicks,cost etc using this >> service. I am only getting eligible and paused ads

Re: How to get deleted ads report in ReportDefinitionService

2012-12-09 Thread Takeshi Hagikura
Hello Vlpin, I believe it's not possible to get statistics for deleted ads. Best, - Takeshi, AdWords API Team 2012年12月6日木曜日 20時19分10秒 UTC+9 Vipin: > > > Hello, > > I am using ReportDefinitionService API for getting keywords performance > reports. But I am not getting &q

How to get deleted ads report in ReportDefinitionService

2012-12-06 Thread Vipin
Hello, I am using ReportDefinitionService API for getting keywords performance reports. But I am not getting "deleted ads" clicks,cost etc using this service. I am only getting eligible and paused ads details in the report. Anyone please tell me how to get deleted ads details in m

Re: What is default timezone for DateRange of ReportDefinitionService?

2012-11-07 Thread Kevin Winter
;> Hi Tim, >> >> The Timezone for DateRange in ReportDefinitionService is the timezone of >> the client account. There's no way to override this in API right now. >> >> Cheers, >> Anash P. Oommen, >> AdWords API Advisor. >> >&g

Re: What is default timezone for DateRange of ReportDefinitionService?

2012-10-24 Thread Thomas Kessler
for DateRange in ReportDefinitionService is the timezone of > the client account. There's no way to override this in API right now. > > Cheers, > Anash P. Oommen, > AdWords API Advisor. > > -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion

Re: Where is Java API for v201206 ReportDefinitionService?

2012-10-08 Thread Jason Stedman
; good reason for it. >> >> Oliver >> >> >> >> On Wednesday, September 12, 2012 11:07:21 AM UTC+1, ChrisB wrote: >>> >>> I can see the WSDL API for the ReportDefinitionService at >>> https://developers.google.com/adwords/api/docs/refer

Re: Where is Java API for v201206 ReportDefinitionService?

2012-09-12 Thread ChrisB
.google.api.ads.adwords.axis.v201206.cm.* > com.google.api.ads.adwords.lib.jaxb.v201206.* > > I'm not that technical to know the difference but I'm sure there is a good > reason for it. > > Oliver > > > > On Wednesday, September 12, 2012 11:07:21 AM UTC+1, ChrisB w

Re: Where is Java API for v201206 ReportDefinitionService?

2012-09-12 Thread Oliver
axis.v201206.cm.* com.google.api.ads.adwords.lib.jaxb.v201206.* I'm not that technical to know the difference but I'm sure there is a good reason for it. Oliver On Wednesday, September 12, 2012 11:07:21 AM UTC+1, ChrisB wrote: > > I can see the WSDL API for the ReportDefinitionService at > https://deve

Where is Java API for v201206 ReportDefinitionService?

2012-09-12 Thread ChrisB
I can see the WSDL API for the ReportDefinitionService at https://developers.google.com/adwords/api/docs/reference/latest/ReportDefinitionService . But I cannot find the Java API documentation for ReportDefinitionService. And when I try to change my Java programs from v201109 to v201206, as

Re: ReportDefinitionService Limit of "IN" Predicate Operator

2012-05-21 Thread David Torres
Hi Danilo, There is no theoretical limit of values, of course I won't recommend you using 10k values in your predicate. In your case, it sounds to me that is a data issue, do you have a request id you can share here? I'll be glad to take it a look. Best, -David Torres - AdWords API Team On T

Re: QuotaCheckError.INCOMPLETE_SIGNUP_NO_BILLING_INFO but ONLY for ReportDefinitionService

2012-04-23 Thread David Torres
his->user->GetService('ServicedAccountService', 'v201109'); > $selector = new ServicedAccountSelector(); >$selector->enablePaging = FALSE; > $graph = $servicedAccountService->get($selector); > $this->assertTrue($graph instanceof ServicedAccountGraph)

Re: QuotaCheckError.INCOMPLETE_SIGNUP_NO_BILLING_INFO but ONLY for ReportDefinitionService

2012-04-16 Thread Markus Sobczak
ntService->get($selector); $this->assertTrue($graph instanceof ServicedAccountGraph); } public function testGetDefinedReports() { // $this->user->SetClientId(); $reportDefinitionService = $this->user->GetService('ReportDefinitionService', 'v201109')

QuotaCheckError.INCOMPLETE_SIGNUP_NO_BILLING_INFO but ONLY for ReportDefinitionService

2012-04-13 Thread Markus Sobczak
Hi, I'm using the PHP client library to access your API (v201109). In general I'm able to use the API (fetch campaigns, adgroups, ads etc...) without any problems but if I try to use the ReportService I always get the well known Message 'QuotaCheckError.INCOMPLETE_SIGNUP_NO_BILLING_INFO'. Any Id

Re: PHP v201109 ReportDefinitionService->mutate()

2012-03-25 Thread Jonathan
Works like a charm, thanks :) -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 su

Re: PHP v201109 ReportDefinitionService->mutate()

2012-03-22 Thread David Bonner
v201101 to v201109 and I realized > that the *ReportDefinitionService *no longer has a mutate() method. > From what I understand this should be replace using the *MutateJobService* > class > but I'm having trouble understanding how that can be done considering the > *Repo

Re: PHP v201109 ReportDefinitionService->mutate()

2012-03-22 Thread Pete Lavetsky (AdWords API Guru)
This example should help : http://code.google.com/p/google-api-adwords-php/source/browse/trunk/examples/v201109/Reporting/DownloadCriteriaReport.php Pete -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://grou

PHP v201109 ReportDefinitionService->mutate()

2012-03-22 Thread Jonathan
Hi, I'm trying to migrate from the PHP API v201101 to v201109 and I realized that the *ReportDefinitionService *no longer has a mutate() method. >From what I understand this should be replace using the *MutateJobService* >class but I'm having trouble understanding how

Re: What is default timezone for DateRange of ReportDefinitionService?

2012-02-21 Thread Anash P. Oommen
Hi Tim, The Timezone for DateRange in ReportDefinitionService is the timezone of the client account. There's no way to override this in API right now. Cheers, Anash P. Oommen, AdWords API Advisor. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discu

What is default timezone for DateRange of ReportDefinitionService?

2012-02-20 Thread Tim Chaney
Hi, Is the default timezone for a specified DateRange in the ReportDefinitionService the timezone of the client? If so, is there to override this? Thanks, Tim -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com

Re: ReportDefinitionService - QuotaCheckError.INCOMPLETE_SIGNUP_LATEST_ADWORDS_API_TNC_NOT_AGREED

2012-01-23 Thread Anash P. Oommen
Hi Akil, I'm not sure why all the other API calls are succeeding, but basically this means that the account holding your API MCC hasn't accepted the latest AdWords API Terms and Conditions. To fix this, login to your API MCC, navigate to Billing->Billing Preferences, and re-enter your billing

ReportDefinitionService - QuotaCheckError.INCOMPLETE_SIGNUP_LATEST_ADWORDS_API_TNC_NOT_AGREED

2012-01-23 Thread akil.burg...@viagogo.com
rtSvc = (ReportDefinitionService)user.GetService(AdWordsService.v201109.ReportDefinitionService);var fields = reportSvc.getReportFields(ReportDefinitionReportType.CRITERIA_PERFORMANCE_REPORT); Any ideas what the issue might be here? Thanks in advance for any help. Cheers,

ReportDefinitionService (v201101) returns "Report contents are invalid."

2012-01-19 Thread Marius Toma
Hi, Starting today i receive the following error when i try to get the reports for the previous day. I am using ReportDefinitionService (v201101). Google.Api.Ads.AdWords.Util.ReportsException: Report contents are invalid. at

Re: Regarding api units for ReportDefinitionService and adhoc reports

2011-10-31 Thread Chirag
Thanks Rob. On Oct 31, 1:40 pm, Rob Ryan wrote: > The blog says that the reporting is free providing you use the new ad hoc > reporting > method.http://code.google.com/apis/adwords/docs/reportingtopics.html#adhoc > > The current ones will be changed 400 credits when you first create them and >

Re: Regarding api units for ReportDefinitionService and adhoc reports

2011-10-31 Thread Rob Ryan
The blog says that the reporting is free providing you use the new ad hoc reporting method. http://code.google.com/apis/adwords/docs/reportingtopics.html#adhoc The current ones will be changed 400 credits when you first create them and no additional change when you reuse the same report definit

Regarding api units for ReportDefinitionService and adhoc reports

2011-10-31 Thread Chirag
Hi All, If i use ReportDefinitionService for v201109, should i charged for 400 api units? I am asking this because adwords api blog is saying report service is now free. http://adwordsapi.blogspot.com/2011/10/adwords-api-v201109-launch-providing.html Please note that i am storing report

Re: ReportDefinitionService: How to identify valid "report column" combination?

2011-10-05 Thread Sachin
Hey Jason, Thanks a lot for your reply. It's helped me a lot to figure out issue. Sachin -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: ReportDefinitionService: How to identify valid "report column" combination?

2011-10-04 Thread jstedman
Sachin, This page specifies all Report Columns in one place, it is very useful: http://code.google.com/apis/adwords/docs/appendix/reports.html The Notes: column in each table lists the restrictions on each field. For instance: "Prevents zero-impression rows from being returned." "Not compatibl

ReportDefinitionService: How to identify valid "report column" combination?

2011-10-04 Thread Sachin
Hi, I am working on Google Adwords API v201101. Basically, I need to generate reports using "ReportDefinitionService". I need help to identify/validate "report column" combinitions. Many times it gives error of invalid combination of columns for some report types, and I need

Re: ReportDefinitionService - Monthly report get

2011-10-03 Thread Chirag
Thanks nesha. It is helpful to me. On Sep 29, 12:03 am, Nesha wrote: > If you have used hard coded numbers like this: > //$selector->dateRange = new DateRange('20110725', '20110925'); > you will always get data for that date range. > But if you have used something like this: > $reportDefinition-

Re: ReportDefinitionService - Monthly report get

2011-09-28 Thread Nesha
If you have used hard coded numbers like this: //$selector->dateRange = new DateRange('20110725', '20110925'); you will always get data for that date range. But if you have used something like this: $reportDefinition->dateRangeType = 'YESTERDAY'; then you will always get data for yesterday from dat

ReportDefinitionService - Monthly report get

2011-09-28 Thread Chirag
Hi, I have added report definition for campaign performance report for current month. Should this report defination id will work automatically for getting report for naxt month.I means to say if i set cron for this report defination id than it will get/download report every month. Thanks, -- =

Re: ReportDefinitionService Cross-Client

2011-07-26 Thread AdWords API Advisor
Hi, As of now, we haven't announced the plans for releasing cross-client support in v201101, but we will announce them on the AdWords API blog (adwordsapi.blogspot.com) when support is available. Also, for your reference, http://adwordsapi.blogspot.com/2011/05/update-on-adwords-api-v201101-sun

Re: Problems with deleted/paused data in ReportDefinitionService and AdGroupService in v201101 (Java Api)

2011-07-26 Thread Eric Koleda
Hi Jan, For most entities (ad groups and keyword included) you don't need to specify any predicate for the status, as objects of any status are returned by default. The only exception is the AdGroupAdService, which by default hides DISABLED ads. Something to be aware of is that the date range

Re: ReportDefinitionService Cross-Client

2011-07-26 Thread aengland
Thank you for the information. So it sounds like my report call to the v13 API ReportingService will continue working for now. Does anyone know when the cross client feature will be released for the v201101 ReportDefinitionService? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also

Re: ReportDefinitionService Cross-Client

2011-07-26 Thread aengland
Thanks you for the information. Does anyone know when the cross client feature will be released for the v201101 ReportDefinitionService? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com

Re: ReportDefinitionService Cross-Client

2011-07-25 Thread jstedman
The sunset of v13 reporting got pushed back to 4 months from whenever they get cross client reporting finished in v201101. The v201101 reporting however for single client reports is extremely fast and if you run any single client reports, it is definitely worth upgrading that part of your code. --

ReportDefinitionService Cross-Client

2011-07-25 Thread aengland
I understand that the v13 API is supposed to be deprecated in August 2011. The main report I retrieve is a Cross-Client report however on the v201101 ReportDefinitionService it says that the Cross-Client feature is still under development (http://code.google.com/apis/adwords/docs

Re: reportdefinitionservice ad_performance report

2011-07-22 Thread AdWords API Advisor
Hello Soumya, We don't have an example for this particular report readily available, but the code should be very similar to the Keyword Performance report example here: http://www.google.com/codesearch/p?hl=en#V0-SpqftL4s/examples/csharp/v201101/AddKeywordsPerformanceReportDefinition.cs -

Problems with deleted/paused data in ReportDefinitionService and AdGroupService in v201101 (Java Api)

2011-07-22 Thread Jan Ruske
Hi folks! I have a problem with the AdGroupService and the Report DefintionService and i think it could have the same reason. I like to get the data of all AdGroups and Keywords for a special daterange. That should include "paused" and "deleted" AdGroups or Keywords. I have looked at the example

reportdefinitionservice ad_performance report

2011-07-19 Thread soumya pathuri
Can someone please post complete example of reportdefinitionservice ad_performance report in .net. Thanks, Soumya. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api

Re: v201101/ReportDefinitionService get()

2011-07-05 Thread Anash P. Oommen
Hi John, I'm not familiar with ColdFusion, but you need the equivalent of reportDefinitionService.get(new ReportDefinitionSelector()). Hope this helps. Cheers, Anash P. Oommen, AdWords API Advisor. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion gro

v201101/ReportDefinitionService get()

2011-07-05 Thread John Bliss
Hi. Upgrading from v13 to v201101. In v13, this worked: https://adwords.google.com/api/ adwords/v13/ReportService?wsdl" type="webservice"> [snip] But when I try: https://adwords.google.com/api/ adwords/cm/v201101/ReportDefinitionService?wsdl" type="webservice"

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

2011-05-31 Thread Alexander Parij
Nvm , I got it. Just removing network predicate will give me the zero impression keywords. Not sure why it's related but this type of knowledge should be documented because the new api is a bit unintuitive . Thanks! Alexander Parij -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find

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

2011-05-30 Thread Alexander Parij
Hi Eric , Removing Date and Impression fields will not return me zero impressions keywords, it returns something but can't figure out what it returns. It's less keywords than the report with Impressions field but the keywords that are returned are in fact with impressions. Report Id is 618198

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

2011-05-27 Thread Peter
Hey Eric, Thanks for letting me know about the segmentation field "Date" being the cause for the negatives / 0 impression data from not showing up. Just to clarify I've tested with isNegative = TRUE and only the negative keywords are coming back now, which is what I was hoping for so that's gre

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

2011-05-27 Thread Eric Koleda
Hi Peter, Including a segmentation field such as "Date" removes any zero-impression rows from your report. You have a predicate which is filtering for IsNegative = TRUE, but negative keywords can't receive impressions, so an empty result would be expected. Best, - Eric -- =~=~=~=~=~=~=~=~=~

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

2011-05-26 Thread Peter
Hey Eric, Sorry to revive an old thread, but can you confirm that this actually works in the v201008 API. I've been requesting keyword performance reports on an account which has negative keywords and not been receiving any results. Your help would be appreciated. Here is an example of the repo

Re: ReportDefinitionService and validateOnly

2011-05-03 Thread jstedman
I tried opening a request to have it documented better and this is the response I got: { Updates: Status: Invalid Comment #1 on issue 78 by api.arogal: use of Jave API getValidationService(..) call is lacking http://code.google.com/p/google-api-adwords-java/issues/detail?id=78 Hi Jason,

Re: ReportDefinitionService and validateOnly

2011-05-02 Thread Anash P. Oommen
Hi, The validateOnly API feature is explained here: http://adwordsapi.blogspot.com/2009/12/discover-v2009-validateonly-header.html. However, the getValidationService is how Java client library implements it. Could you open a request at http://code.google.com/p/google-api-adwords-java/issues/l

Re: ReportDefinitionService and validateOnly

2011-05-02 Thread jstedman
Ok, I've figured it out, not too sure that this will actually cost the appropriate 1 unit as opposed to 400, but it works, the call to reportDefinitionValidationService.mutate(..) returns null if it works and throws an exception if it doesnt. Probably could use some documentation about using this

ReportDefinitionService and validateOnly

2011-05-02 Thread jstedman
I'm trying to decipher how exactly this is used without building my own headers and checking the http response header myself. For instance: theReportDefinitionValidationService = adWordsUser.getValidationService(AdWordsService.V201101.REPORT_DEFINITION_SERVICE); ReportDefinition report = theRepor

Aw: Re: reportDefinitionService cannot be resolved

2011-04-19 Thread iqadvert
Thx for your kind help, i got now a first running prototype. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received

Re: reportDefinitionService cannot be resolved

2011-04-18 Thread Pete Lavetsky (AdWords API Guru)
// Get AdWordsUser from "~/adwords.properties". AdWordsUser user = new AdWordsUser(); // Get the ReportDefinitionService. ReportDefinitionServiceInterface reportDefinitionService = user.getService(AdWordsService.V201101.REPORT_DEFINITION_SERVICE); Pete On Apr 18, 11:48 am, iqadv

Aw: Re: reportDefinitionService cannot be resolved

2011-04-18 Thread iqadvert
Yeah, I have all the other stuff, but reportDefinitionService is an Interface in the Java API and i can't call methods on an Interface ?! So should't be there any class implementig that interface ? In the php Version the reportDefinitionService seem to be a class and not an

Re: reportDefinitionService cannot be resolved

2011-04-18 Thread Pete Lavetsky (AdWords API Guru)
to Download reports from the API and i > got a little Problem at this point: > > ReportDefinition[] result = > reportDefinitionService.mutate(conf.getOperations()); > > I get there the error: "reportDefinitionService cannot be resolved" > > I've done this exac

reportDefinitionService cannot be resolved

2011-04-18 Thread iqadvert
Hi, I'm trying to write a Java Program to Download reports from the API and i got a little Problem at this point: ReportDefinition[] result = reportDefinitionService.mutate(conf.getOperations()); I get there the error: "reportDefinitionService cannot be resolved" I've

Re: ReportDefinitionService(v201008)

2011-02-09 Thread AdWords API Advisor
Hi Hiro, 1. The new reporting API gives you all the records, so you don't need a includeZeroImpression field. You can control what is being returned by the report using Predicates. See http://code.google.com/apis/adwords/docs/reference/latest/ReportDefinitionService.Predicate.html and http://code

ReportDefinitionService(v201008)

2011-02-07 Thread hiro
Hi! I would like to update from the v13 to v201008(java). I have a question about the report. (http://code.google.com/intl/en/apis/adwords/docs/reference/latest/ ReportDefinitionService.html) 1: Is the field 'includeZeroImpression' of DefinedReportJob(v13) available in v201008? 2: Is the field '

Re: ReportDefinitionService SET operation (Update existing report) InternalApiError.UNEXPECTED_INTERNAL_API_ERROR

2011-01-26 Thread Rohit Dantas
Yep, That worked for me, thanks! I had to supply all the fields I used to create the ReportDefinition in order to update it (including the Columns/Fields & reportType). Cheers, Rohit On Jan 25, 9:36 pm, AdWords API Advisor wrote: > Hi Rohit, > > It looks like there is an issue where the update

Re: ReportDefinitionService SET operation (Update existing report) InternalApiError.UNEXPECTED_INTERNAL_API_ERROR

2011-01-25 Thread AdWords API Advisor
Hi Rohit, It looks like there is an issue where the update will fail if the reportType field isn't included in the request. In this case it would be best if you sent the entire ReportDefinition in the request instead of just the fields you want to change. Best, - Eric Koleda, AdWords API Team O

Re: ReportDefinitionService SET operation (Update existing report) InternalApiError.UNEXPECTED_INTERNAL_API_ERROR

2011-01-24 Thread Rohit Dantas
NOTE: potentially private information is replaced by "-REPLACED-" in the following text. The SOAP request was: http://schemas.xmlsoap.org/soap/ envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:xsi="http:// www.w3.org/2001/XMLSchema-instance"> http:/

ReportDefinitionService SET operation (Update existing report) InternalApiError.UNEXPECTED_INTERNAL_API_ERROR

2011-01-21 Thread Rohit Dantas
Hi, I'm working on the adwords api and have encountered the infamous "InternalApiError.UNEXPECTED_INTERNAL_API_ERROR" whilst trying to update an existing ReportDefinition. The report is of type [ReportDefinitionReportType.AD_PERFORMANCE_REPORT] with a date-range- type set to [ReportDefinitionDate

Re: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR (ReportDefinitionService with Predicates)

2010-12-17 Thread AdWords API Advisor
, 1:30 pm, Robert Malko wrote: > Hello, > > As the subject says, when trying to use predicates with the > ReportDefinitionService, we seem to be seeing > InternalApiError.UNEXPECTED_INTERNAL_API_ERROR in the downloaded > report.  This has been happening all day.  Taking away the Pre

InternalApiError.UNEXPECTED_INTERNAL_API_ERROR (ReportDefinitionService with Predicates)

2010-12-16 Thread Robert Malko
Hello, As the subject says, when trying to use predicates with the ReportDefinitionService, we seem to be seeing InternalApiError.UNEXPECTED_INTERNAL_API_ERROR in the downloaded report. This has been happening all day. Taking away the Predicates make the report download fine. Let me know if

Re: v201008 ReportDefinitionService daily aggregation

2010-11-01 Thread AdWords API Advisor
k Mook wrote: > > > > Sorry if I wasn't clear enough, I meant to say: if you include those > > > fields (though only Date should do the trick), it will show statistics > > > for each day separately. > > > The same kind of thing happen

Re: v201008 ReportDefinitionService daily aggregation

2010-10-29 Thread Wilrik Mook
f thing happened to me when including the > > AdNetworkType1 field in a report: a row was given for each separate > > value of that field. Since the Date field will 'give' you multiple > > dates in that period, a row for each date will be added. This is what >

Re: v201008 ReportDefinitionService daily aggregation

2010-10-28 Thread SW
: a row was given for each separate > value of that field. Since the Date field will 'give' you multiple > dates in that period, a row for each date will be added. This is what > I observed, but I could be wrong. > I hope this clarifies things a bit! > > Regards, >

Re: v201008 ReportDefinitionService daily aggregation

2010-10-28 Thread Wilrik Mook
t; > Wilrik > > 050media > > > On Oct 28, 4:35 pm, SW wrote: > > > > Hi, > > > > We are using ReportDefinitionService of v201008 version. The version > > > v200909 allowed us to get the report data to include the daily > > > aggreg

Re: v201008 ReportDefinitionService daily aggregation

2010-10-28 Thread SW
> > On Oct 28, 4:35 pm, SW wrote: > > > > > > > > > Hi, > > > We are using ReportDefinitionService of v201008 version. The version > > v200909 allowed us to get the report data to include the daily > > aggregation.  If we specify two date range,

Re: v201008 ReportDefinitionService daily aggregation

2010-10-28 Thread Wilrik Mook
Hi SW, When you include the Date or DayOfWeek field in the selector, I think this automatically happens. Regards, Wilrik 050media On Oct 28, 4:35 pm, SW wrote: > Hi, > > We are using ReportDefinitionService of v201008 version. The version > v200909 allowed us to get the report dat

v201008 ReportDefinitionService daily aggregation

2010-10-28 Thread SW
Hi, We are using ReportDefinitionService of v201008 version. The version v200909 allowed us to get the report data to include the daily aggregation. If we specify two date range, the report would include statistics data separately for single day within the date range. However, new service

v201008, ReportDefinitionService, Sandbox

2010-10-21 Thread atari-i
Hi, This is a two-part query. Part 1: I am creating an ADGROUP_PERFORMANCE_REPORT report definition (v201008, ReportDefinitionService, Sandbox). My final report will require all the possible fields available for this report definition. I have successfully added and downloaded some basic reports

Re: Daily report stats for ReportDefinitionService

2010-10-20 Thread AdWords API Advisor
Hi, If you include the Date field in your report then the results will automatically be aggregated by the date (day). There are a variety of other date/time fields that you can use for aggregation, such as DayOfWeek, Month, etc. http://code.google.com/apis/adwords/docs/appendix/reports.html#ca

Daily report stats for ReportDefinitionService

2010-10-18 Thread SW
Hi, I am looking for a way to get the stats info for daily bases. In the report definition service, we can specify min and max date when providing selector. However, this will get us aggrigated data for the date range not individual date. Can someone tell me how can I do that? Here is the code

Re: ReportDefinitionService multiple adgroupids / campaignIds reports

2010-10-18 Thread AdWords API Advisor
. On Oct 15, 11:13 pm, SW wrote: > Hi > > I am using ReportDefinitionService version v201008.  When I try to > generate the report for multiple campaigns or adgroups, the xml > returned doesn't get statistics info.  However, when I specify single > adgroupId or campaign

ReportDefinitionService multiple adgroupids / campaignIds reports

2010-10-15 Thread SW
Hi I am using ReportDefinitionService version v201008. When I try to generate the report for multiple campaigns or adgroups, the xml returned doesn't get statistics info. However, when I specify single adgroupId or campaignid in the Predicate, it retrieves the statistics information.

Re: ReportDefinitionService - Only partial account structure available

2010-09-30 Thread linuxfreakus
cern, just thought I would ask and hope maybe there was some feature that I had missed. On Sep 17, 5:38 pm, AdWords API Advisor wrote: > Hi, > > The ReportDefinitionService primarily provides reports for fetching > performance data, however some of these reports can also be us

Re: ReportDefinitionService Out of Beta / Rate Change

2010-09-20 Thread AdWords API Advisor
Hi Ewan, I believe that this field should still be available in the API, but I can't speak to the web interface. Best, - Eric On Sep 18, 4:46 am, ewan wrote: > Hi Eric, > > I've also noticed this missing since the upgrade to v201008 but I > can't actually find it in the front end either.  Is it

Re: ReportDefinitionService Out of Beta / Rate Change

2010-09-18 Thread ewan
Hi Eric, I've also noticed this missing since the upgrade to v201008 but I can't actually find it in the front end either. Is it still functional in AdWords or been replaced by something else? Regards, Ewan On Sep 18, 5:53 am, AdWords API Advisor wrote: > Hi Reed, > > Thank you for reporting

Re: ReportDefinitionService Out of Beta / Rate Change

2010-09-17 Thread AdWords API Advisor
Hi Reed, Thank you for reporting this issue. I was able to replicate the behavior, but I'm not sure what has changed. I'll raise this issue with the core engineering team and let you know when I get more information. Best, - Eric On Sep 16, 4:42 pm, Reed wrote: > I just noticed that my test j

Re: ReportDefinitionService - Only partial account structure available

2010-09-17 Thread AdWords API Advisor
Hi, The ReportDefinitionService primarily provides reports for fetching performance data, however some of these reports can also be used to download basic structural information about the account. Entities like TargetLists will likely not be included in reports, and you will have to use the

Re: ReportDefinitionService Out of Beta / Rate Change

2010-09-16 Thread Reed
I just noticed that my test job to pull keyword performance data via the V20103 API doesn't throw an error on the request that includes "FirstPageCpc" as one of the fields, but that the "FirstPageCpc" column isn't there in the gzipped CSV file that I download. I'm sure that it used to be there wh

ReportDefinitionService - Only partial account structure available

2010-09-16 Thread linuxfreakus
I see that users can download account structure reports for campaigns, adgroups, ads, keywords, and placements... but is there no way access other structure aspects such as campaign targets without recursive API calls to access these other details? It seems like something that should be there, but

  1   2   >