Topic by Camden Daily
Hi all, I've been battling the API for awhile and was wondering if someone could help.
I'm using Java, and would like to run an analytics report for a specific date range. I've seen a number of posts about this in the forums, but none of the snippets of code that have been posted seem to work for me.
Could anyone point me to a working example of using an AnalyticsReportFilter to filter between two dates in Java? Otherwise, I can post what I have working so far. I can pull the report fine with no filter applied, but as soon as I try to add a filter of any type at all (even just trying a text filter against status) I start to get exceptions.
Any help at all would be appreciated!