-
Notifications
You must be signed in to change notification settings - Fork 1
Variables
Osvaldo edited this page May 11, 2023
·
6 revisions
Variables are easy to use ways to access data about the page, the user's browser or the current date+time.
They can be used in tags, both on the condition or procedure section. They can also be used in triggers.
container.variables.pathcontainer.variables.titlecontainer.variables.referrer container.variables.origincontainer.variables.hashFor example:
container.variables.param("utm_source")For example:
container.variables.form("#myform")
container.variables.form("#myform").email container.variables.now.datecontainer.variables.now.yearcontainer.variables.now.monthcontainer.variables.now.daycontainer.variables.now.weekday(1 is Sunday, 7 is Saturday)
container.variables.now.hourcontainer.variables.now.minutecontainer.variables.now.timezonecontainer.variables.now.timezoneOffset