Skip to content

Reference Google Analytics Events

James K edited this page Dec 19, 2021 · 3 revisions

This plugin has several Google Analytics Events triggers built into the user-facing javascript. If you are using Google Analytics on your website, these events should appear automatically once they have occurred.

Category Action Label Description
[Involvement Type] join btn click [the name of the involvement] Fires whenever someone clicks the "Join" button for an involvement.
[Involvement Type] join userIdentified [the name of the involvement] Fires when the person is identified or created in TouchPoint for this action.
[Involvement Type] join complete [the name of the involvement] Fires when a person has completed the process from clicking the "Join" button and they have been added as a prospective member of the group.
[Involvement Type] contact btn click [the name of the involvement] Fires whenever someone clicks the "Contact Leader" button for an involvement.
[Involvement Type] contact userIdentified [the name of the involvement] Fires when the person is identified or created in TouchPoint for this action.
[Involvement Type] contact complete [the name of the involvement] Fires when a person has completed the process from clicking the "Contact Leader" button and the message has been sent.
Person contact btn click [the PeopleId of the recipient] Fires whenever someone clicks the "Contact" button for a Person.
Person contact userIdentified [the PeopleId of the recipient] Fires when the person is identified or created in TouchPoint for this action.
Person contact complete [the PeopleId of the recipient] Fires when a person has completed the process from clicking the "Contact" button and the message has been sent.
rsvp rsvp btn click [the MeetingId for the RSVP] Fires whenever someone clicks the "RSVP" button.
rsvp rsvp userIdentified [the MeetingId for the RSVP] Fires when the person is identified or created in TouchPoint for this action.
rsvp rsvp complete [the MeetingId for the RSVP] Fires when a person has completed the RSVP process.

Clone this wiki locally