You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.
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.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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?
The text was updated successfully, but these errors were encountered: