- TLC Home Home
- Discussions Discussions
- Documentation Documentation
- Knowledge Base Knowledge Base
- Education Education
- Blog Blog
- Support Desk Support Desk
01-24-2019 04:54 AM
Is there any dummy website for tealium implementation?
Solved! Go to Solution.
01-24-2019 05:18 AM
If you want to try things out on a test site, you can create your own local site that only you can see.
Install a web server locally, such as apache or node, and create some HTML pages.
Edit your 'host file' to set your local computer up to thing it's talking to a 'real' web server on the internet.
On a mac, you need to edit /etc/hosts, on Windows it's usually C:\Windows\System32\drivers\etc\hosts
and add a line such as:
127.0.0.1 www.mytestsite.com
Save the file, on Windows you may need to reboot before it's active.
(127.0.0.1 is the loop-back IP address for any device to look at itself)
You should now be able to go to your web browser, go to www.mytestsite.com and it will show your local web server.
Now just edit the html file to include the utag.js code, as you would for a live site.
Hopefully that helps?
Copyright All Rights Reserved © 2008-2023