[id] - it will pull the WordPress post ID[title] - it will pull the content title[content_type] - it will pull the post type (post, product, page and so on)[categories] - it will pull the content categories[tags] - it will pull the content tags[total] - it will pull WooCommerce or EDD order's total when it exists[subtotal] - it will pull WooCommerce or EDD orders's subtotal when it existsTrack URL parameters:
Use [url_ParameterName] where ParameterName = the name of the parameter.
Example:
This is your URL: =$serverUrl?>?ParameterName=123
The parameter value will be 123.
Note: if a parameter is missing from a particular page, the event won't include it.