Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Track when attendees login and join an event virtually in CSV #9065

Open
mariobehling opened this issue Aug 11, 2023 · 1 comment
Open

Track when attendees login and join an event virtually in CSV #9065

mariobehling opened this issue Aug 11, 2023 · 1 comment

Comments

@mariobehling
Copy link
Member

Implement a simple tracking to track when attendees join a virtual part of an event. Track the login time and duration of staying on event pages if possible. If user joins several times also track that. Add the information to the attendee CSV.

@nnhathung
Copy link
Contributor

nnhathung commented Aug 16, 2023

Hi @mariobehling ,

Because Attendee need to login if they want to join virtual event, so we can only track based on that logged user, not based on the attendee info.

But we can use the relationship User - Order - Attendee, then we will know which user is attendee, but incase user order multiple tickets, we will not know which ticket holder joining virtual event when they logged with that user.

So I will use the relationship User - Order - Attendee to know which attendee is joining virtual event, and if that user order multiple tickets, I will mark all that ticket holder is joining virtual event.
what do you think?

FYI: @lthanhhieu

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: In Review
Development

No branches or pull requests

3 participants