Tealium Setup

Code Bank:

Header:

<!--#include virtual="/src/tp/tealium/tealium-head-include.asp" -->

Body:

<!--#include virtual="/src/tp/tealium/tealium-body-include.asp" -->


Config:

CONFIG_ENABLE_DATALAYER = true 
CONFIG_TAG_MANAGER_ENVIORMENT = "prod"
CONFIG_TAG_MANAGER_PROFILE = "dealerspike-marketing"

CONFIG_API_MARKETO_INSTANCE_ID = ""
CONFIG_API_MARKETO_CLIENT_ID = ""
CONFIG_API_MARKETO_CLIENT_SECRET = ""
CONFIG_API_MARKETO_PARTITION_ID = ""

Adding the Code

Navigate to your favorite text editor (Notepad++ is recommended)

Open up the Live FTP server and navigate to the client you're setting up

Find the StdHeaderStart file and add the first bit of code to the file near the bottom after any tag managers but before the closing </head> tag.

Find the StdHeaderEnd file and add the second bit of code after the opening <Body> tag

Then, navigate to the config.asp file and add the Config variables as shown above

For the API Config Info, reference this sheet: https://docs.google.com/spreadsheets/d/1drqFl9vBLcZ0SMGwA5LG5fiYbYpuIYt8UBem_Xi15V0/edit?pli=1#gid=2029192750

Add the variables within the ""

For example, Nash Powersports would look like this:

CONFIG_API_MARKETO_INSTANCE_ID = "dealerspikellc"
CONFIG_API_MARKETO_CLIENT_ID = "46615736-e1b9-4419-8554-43c7e51fe869"
CONFIG_API_MARKETO_CLIENT_SECRET = "SI7cg8Wu5bhe4hcpnlk1C1hTEGPDI29o"
CONFIG_API_MARKETO_PARTITION_ID = "2"

Save everything, navigate to the website, and ctrl+f5 to make sure the site didn't break. If it did, undo all of your changes, re-save, and check the site again to make sure it's back in working order.