-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -54,7 +54,7 @@ Adds a hidden input to the specified form containing a JSON string with parsed i | |
|
||
``` | ||
<!-- Add before </body> for all domains you want to include in tracking --> | ||
<script src="../dist/ga-legacy-cookie-parser.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/gh/spiritix/[email protected]/dist/ga-legacy-cookie-parser.min.js"></script> | ||
<script> | ||
var parser = new GAParser(['mydomain.com', 'second.com']); | ||
console.log(parser.getInfo()); // Output info to console | ||
|