Skip to content

Store tracking params in the user session and provide the values via insert tags.

Notifications You must be signed in to change notification settings

xavamedia/dept-contao-powertools-url-tracking-params-bundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

dept-powertools-url-tracking-params-bundle

This Contao bundle stores url tracking params into the user session and provides the values via insert tags.

Valid tracking params

The following params will be stored in the user session:

  • utm_source
  • utm_medium
  • utm_campaign
  • utm_term
  • utm_content
  • gclid
  • fbclid
  • mscklid

Example usage

Use insert tags to get the values of the session stored url params:

{{powertools_url_param::utm_source}}
{{powertools_url_param::utm_medium}}
{{powertools_url_param::utm_campaign}}
{{powertools_url_param::utm_term}}
{{powertools_url_param::utm_content}}
{{powertools_url_param::gclid}}
{{powertools_url_param::fbclid}}
{{powertools_url_param::mscklid}}

About

Store tracking params in the user session and provide the values via insert tags.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages