Skip to content

Latest commit

History

32 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

JavaScript Tracker for Pipes

This module includes the JavaScript tracker and the automatic deployment package.

Architecture Overview

architecture

The following 4 steps should be run to configure the tracker:

  1. The pipes core module needs to be deployed via Cloudformation
  2. Run make deploy to deploy and build the JavaScript tracker
  3. In the S3 bucket copy the content of the tag.min.js file
  4. The content of the tag.min.js should be placed inside the <header> or into Google Tag Manager Custom Html

The following methods can be called to track your application:

// {...} means you can put anything you line inside the object - no fixed schema// tracking of pageviewspipes.page('name',{...})// tracking of screenspipes.screen('name',{...})// tracking of eventspipes.track('name',{...})// user identification// should be called only once when the user logins, signups or registerspipes.identity('userId',{...})// tracking of link clicks pipes.trackLink(linkElement,'name',{...})// tracking of form elementspipes.trackForm(formElement,'name',{...})// deactivation of pipespipes.disable()

About

Pipes JavaScript event tracker to track events from your website or mobile app

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages