Has anyone been able to successfully setup Tealium IQ in a Salesforce Communitiy website? We've tried several methods of implementation and keep running into issues. Thanks in advance for any and all help. Here is what our developer has done so far: There are 2 places I thought of to put code that would run when each page loads in the community. Once is in the Head Markup, which is set within the builder. The other is on the lightning component that serves as the Template for the community (contains header and footer, etc). I’ve place the Tealium iQ Container code in the Head Markup, and we do see events firing in the dev console (WASP). I’ve put this code in the Template Javascript: This was just trying to capture the page url and title. With the console open, you can see these variables being populated, but they are not always refreshed on each click/page change. Also the page title will not always show the title of the actual page you navigate to, but most of the time shows the Title set in the community builder, which is for the whole community/site:. Next I tried putting the ‘utag.view’ snippet in the Template Javascript: However, when those lines are made active, the community will load up with a blank page. I also tried putting all this code in the Head Markup, but then will see other JavaScript errors when the page loads.
... View more