diff --git a/src/pixel.js b/src/pixel.js index feeba9e..9dd8b84 100644 --- a/src/pixel.js +++ b/src/pixel.js @@ -25,6 +25,7 @@ class Pixel { ed: () => this.optional, // any event data to pass along v: () => Config.version, // openpixel.js version dl: () => window.location.href, // document location + pt: () => window.location.pathname, // page path rl: () => document.referrer, // referrer location ts: () => this.timestamp, // timestamp when event was triggered de: () => document.characterSet, // document encoding