Question

Are any of the SiteCatalyst fields required and if so is there documentation which confirms this?

I found this reference for the data insertion fields:

https://developer.omniture.com/en_US/documentation/data-insertion/r-supported-tags

None of them are marked as required or not required.

At some point I thought I read that certain fields were required, but I can't verify that now.

Was it helpful?

Solution

The link (and developer.omniture.com in general) is mostly about server-side implementation and API use. For the javascript implementation, go here.

There are several ways to implement javascript tracking. Adobe recommends you implement through the Dynamic Tag Manager (DTM), since that's their newest shiniest toy.

Yes, there are a couple of things you must specify. At a minimum:

  • report suite id (s_account or s.account) - This is the id generated when you create a report suite.

  • s.visitorNamespace - You should have gotten this from Adobe when you started a subscription. It's usually the name of your company.

  • s.trackingServer - You should have gotten this from Adobe when you started a subscription.

  • s.trackingServerSecure (if tracking on https). You should have gotten this from Adobe when you started a subscription.

If you do not know any of the last 3, you need to contact Adobe Client Care to get that info, or you can follow the directions here.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top