Trigger custom events from your Website
How to set up custom events for your Source
Joined wait list
event when the user clicks a link on your website, or a Watched welcome video
when the user started watching an embedded video.
Subscribed to Newsletter
event when a particular link is clicked. A All Links Click trigger may be used to fire the event.
Subscribed to Newsletter
when another link is pressed. A possible implementation would be to have two separate triggers (one for each link). As soon as any of the links are pressed, the event will be fired. There is no need for the user to perform both actions.Subscribed to Newsletter
event when a link containing the text Subscribe
is clicked. If the All Elements Click
trigger is used without any conditions, the event will be fired as soon as any link is clicked. A condition may be added to limit the trigger to only fire if the clicked text contains the text Subscribe
for example.
Subscribed to Newsletter
event when a link containing the text Subscribed
on the homepage of your website is clicked. A possible implementation would be to have an All Elements Click
trigger containing two conditions. One for the Click Text
and another for the Page URL
.Page URL
, Referrer
, etc.) or trigger specific (e.g. Click Element
, Video Duration
, etc.). All supported values are listed in Condition variables.
Page URL
, Click Element
, etc.<a>
and its descendants.
Page URL
, Click Element
, etc.<form>
elements in the page.
Page URL
, Form Element
, etc.<video>
elements.
The video trigger can be configured to capture one or multiple events:
<form>
element that was submitted.<video>
element that was triggered.playing
, paused
, ended
or seeking
) of the video when the event occurred.<a>
element that has a particular class that is an immediate child of an element with a known ID, you could use: