diff --git a/script/trackscript.html b/script/trackscript.html
new file mode 100644
index 0000000..8c334f8
--- /dev/null
+++ b/script/trackscript.html
@@ -0,0 +1,80 @@
+
+
+
+
+
+
+
+
+
diff --git a/wordpress/simple-tracking.php b/wordpress/simple-tracking.php
index 5ad9aeb..f269f87 100644
--- a/wordpress/simple-tracking.php
+++ b/wordpress/simple-tracking.php
@@ -120,12 +120,17 @@ function tE(eventName, additionalParams = {}) {
return sendInfo();
}
+
+function pL() {
+ tE("pageLoad_" + window.location.pathname);
+ }
+