Find the Object IDs you want to report on in the Email Studio tracking tab (you'll need to expand the menu on the left for Journey Builder tracking). Then use these IDs as your search filter instead of EventDate.
Schedule a query of the Journey and Clicks data views through automation studio to build a data extension with exactly the fields and level of granularity you need for your report. At that point your python code would be as simple as retrieving all of the rows from your reporting DE and building the report front end.
For a few ad-hoc reports the first approach should be fine but for anything automated/ongoing I'd suggest the second approach to make it more maintainable.
I need to get unique clicks and opens from specific journey from Salesforce Marketing Cloud.
I use Python SDK and get all possible clicks from account. Here is my code:
Do you have any ideas how I can filter this result? Or may be there are any other ways to get unique clicks with python?