Re: How to separate specific dates from daterange?
Hi, You'd have to use a selector with fields and a predicate to pull a single campaigns stats no matter what. I suppose if you didn't want to bother processing the XML/CSV and had a SOAP toolkit that handled the SOAP, then making the web service call may be simpler (but cost more units, 1). We generally recommend reports when stats are needed. - Kevin Winter AdWords API Team On Thursday, May 17, 2012 8:57:40 AM UTC-4, Brandon Parise wrote: > > What would be a good use case to pull stats at the Campaign entity rather > than through a performance report? > > On Tuesday, May 15, 2012 10:15:44 AM UTC-4, Kevin Winter wrote: >> >> Hi, >> Alexander is correct - you should use reports. The CampaignService >> will return aggregated stats for the daterange you request - if you request >> two days worth, both days will be summed in the results. Reports, on the >> other hand, can be segmented by day. >> >> - Kevin Winter >> AdWords API Team >> >> On Wednesday, May 9, 2012 7:15:25 AM UTC-4, Alexander Nitschke wrote: >>> >>> Hi Mika, >>> >>> I would do this with a report, not with the CampaignService. With a >>> report it's not difficult to get daily stats. >>> >>> Best wishes >>> Alexander >>> >>> >>> Am Mittwoch, 9. Mai 2012 10:22:42 UTC+2 schrieb MikaSaarinen: Hi, I am wondering how to get stats for specific dates within the DateRange I have setup? I am using CampaignService v201109_1. Basicly what I want to do is to change the presentation from DateRange (example: 20120501 - 20120509) to show me all dates between that DateRange as own values instead of showing total amount for that daterange only. How is this solved most easily? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en
Re: How to separate specific dates from daterange?
What would be a good use case to pull stats at the Campaign entity rather than through a performance report? On Tuesday, May 15, 2012 10:15:44 AM UTC-4, Kevin Winter wrote: > > Hi, > Alexander is correct - you should use reports. The CampaignService will > return aggregated stats for the daterange you request - if you request two > days worth, both days will be summed in the results. Reports, on the other > hand, can be segmented by day. > > - Kevin Winter > AdWords API Team > > On Wednesday, May 9, 2012 7:15:25 AM UTC-4, Alexander Nitschke wrote: >> >> Hi Mika, >> >> I would do this with a report, not with the CampaignService. With a >> report it's not difficult to get daily stats. >> >> Best wishes >> Alexander >> >> >> Am Mittwoch, 9. Mai 2012 10:22:42 UTC+2 schrieb MikaSaarinen: >>> >>> Hi, I am wondering how to get stats for specific dates within the >>> DateRange I have setup? I am using CampaignService v201109_1. >>> >>> Basicly what I want to do is to change the presentation from DateRange >>> (example: 20120501 - 20120509) to show me all dates between that DateRange >>> as own values instead of showing total amount for that daterange only. How >>> is this solved most easily? >>> >>> -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en
Re: How to separate specific dates from daterange?
Hi, Alexander is correct - you should use reports. The CampaignService will return aggregated stats for the daterange you request - if you request two days worth, both days will be summed in the results. Reports, on the other hand, can be segmented by day. - Kevin Winter AdWords API Team On Wednesday, May 9, 2012 7:15:25 AM UTC-4, Alexander Nitschke wrote: > > Hi Mika, > > I would do this with a report, not with the CampaignService. With a report > it's not difficult to get daily stats. > > Best wishes > Alexander > > > Am Mittwoch, 9. Mai 2012 10:22:42 UTC+2 schrieb MikaSaarinen: >> >> Hi, I am wondering how to get stats for specific dates within the >> DateRange I have setup? I am using CampaignService v201109_1. >> >> Basicly what I want to do is to change the presentation from DateRange >> (example: 20120501 - 20120509) to show me all dates between that DateRange >> as own values instead of showing total amount for that daterange only. How >> is this solved most easily? >> >> -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en
Re: How to separate specific dates from daterange?
Hi Mika, I would do this with a report, not with the CampaignService. With a report it's not difficult to get daily stats. Best wishes Alexander Am Mittwoch, 9. Mai 2012 10:22:42 UTC+2 schrieb MikaSaarinen: > > Hi, I am wondering how to get stats for specific dates within the > DateRange I have setup? I am using CampaignService v201109_1. > > Basicly what I want to do is to change the presentation from DateRange > (example: 20120501 - 20120509) to show me all dates between that DateRange > as own values instead of showing total amount for that daterange only. How > is this solved most easily? > > -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en
How to separate specific dates from daterange?
Hi, I am wondering how to get stats for specific dates within the DateRange I have setup? I am using CampaignService v201109_1. Basicly what I want to do is to change the presentation from DateRange (example: 20120501 - 20120509) to show me all dates between that DateRange as own values instead of showing total amount for that daterange only. How is this solved most easily? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en