https://github.com/robertjgabriel/track_users_across_domains
A javascript script where we can track users who visit your domains and subdomains room, trigger pages (example section pages). So you can trailer messages or pages with different links and content based on their history of the user visiting your site.
https://github.com/robertjgabriel/track_users_across_domains
cookie gdpr history javascript-scripts side-project subdomain tracking trailer-messages trailers
Last synced: 9 months ago
JSON representation
A javascript script where we can track users who visit your domains and subdomains room, trigger pages (example section pages). So you can trailer messages or pages with different links and content based on their history of the user visiting your site.
- Host: GitHub
- URL: https://github.com/robertjgabriel/track_users_across_domains
- Owner: RobertJGabriel
- License: apache-2.0
- Created: 2016-08-03T21:03:09.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-11-12T19:18:13.000Z (over 9 years ago)
- Last Synced: 2025-03-03T03:28:44.758Z (over 1 year ago)
- Topics: cookie, gdpr, history, javascript-scripts, side-project, subdomain, tracking, trailer-messages, trailers
- Language: CoffeeScript
- Size: 16.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# track-users
## About
A javascript script where you can track users who visit your domains and subdomains. You can see what url they have visited and trailer your site to that. So you can trailer messages or pages with different links and content based on their history of the user visiting your site.
## Useage
- Download the script.
- Add your domains to the ``` list_of_urls = ["Documents", "1.example.com", "2.example.com", "3.example.com"];```
- Add your main domain to the ``` const master_domain = [""]; ```
Everything is encyted.
## Read the cookie.
Pass the encoded cookie string to the function ``` decode() ``` It will return it decyted as an object.