An open API service indexing awesome lists of open source software.

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.

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.