Skip to content
View jsn789's full-sized avatar

Block or report jsn789

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Persist UTM Parameters in a URL by d... Persist UTM Parameters in a URL by decorating on-page <a> elements. Required on all pages.
    1
    // Script to persists the listed querystring parameters across the length of the session.
    2
    (function() {
    3
      var domainsToDecorate = [
    4
              'exampledomain.com' //add or remove domains (without https or trailing slash)
    5
          ],
  2. JavaScript for persisting dataLayer ... JavaScript for persisting dataLayer array and data model composition across pages
    1
      (function() {
    2
        // Set the timeout for when the dataLayer history should be purged. The default is 30 minutes.
    3
        // The timeout needs to be in milliseconds.
    4
        var timeout = 30*60*1000;
    5
        
  3. ga4-gtm-utilities ga4-gtm-utilities Public

    Forked from google-marketing-solutions/ga4-gtm-utilities

    JavaScript

  4. google-analytics-utilities google-analytics-utilities Public

    Forked from google-marketing-solutions/google-analytics-utilities

    JavaScript

  5. gps-sgtm-pantheon gps-sgtm-pantheon Public

    Forked from google-marketing-solutions/gps-sgtm-pantheon

    Smarty

  6. gtm-datalayer-test gtm-datalayer-test Public

    Forked from sahava/gtm-datalayer-test

    Automated functional testing for Google Tag Manager's Data Layer

    JavaScript