Question

I have a simple site for which I want to create a report in Omniture.

I just have two links which I want to record that how many times they are clicked. Basically something like a completely novice report.

Any idea, how I can start it and how I can implement it?

I have an Omniture account.

Thanks a lot

Was it helpful?

Solution

You can do click tracking pretty simply with a link like this

<a href="#" onclick="s.tl(this,'o','INSERT LINK NAME',null)">

Those values you insert in the link name will show up under Site Content >> Links >> Custom Links

Search the help section for link tracking or read this https://microsite.omniture.com/t2/help/en_US/sc/implement/index.html#Manual_Link_Tracking_Using_Custom_Link_Code

OTHER TIPS

I never knew it'd be so hard to find a simple tutorial for SiteCatalyst (Omniture). One of the most to-the-point is here.

http://webanalyticsland.com/sitecatalyst-implementation/implement-sitecatalyst-in-5-minutes

Please let me know if you found something better.

Thanks.

While searching for the tutorials, the only one which is bit helpful (although old) is:

http://tv.adobe.com/watch/learn-adobe-digital-marketing/sitecatalyst-interface-part-one/

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