Question

I am trying to build URLs for Google Analytics and Omniture.

GA is simple enough, and those URLs can be built using http://www.google.com/support/analytics/bin/answer.py?hl=en&answer=55578

Campaign Source: *   (referrer: google, citysearch, newsletter4)
Campaign Medium: *   (marketing medium: cpc, banner, email)
Campaign Term:   (identify the paid keywords)
Campaign Content:    (use to differentiate ads)
Campaign Name*:

Does anyone know how Omniture links are constructed? Do they support this kind of URL?

Was it helpful?

Solution

Omniture does not grab predefined var=value params from a URL like GA.

What you can do though is use omniture's s.getQueryParam() plugin to grab the same parameters generated by that GA tool, and put them in s.prop and/or s.eVar variables.

OTHER TIPS

The basic Omniture campaign tracking is based on the s.campaign parameter, which can be then re-defined (classified) using the SAINT tool. The "cid" (default) URL parameter only takes one value, by default a running number, which is then classified with SAINT. Fetching the value can be done with a plug-in, such as getQueryParam(), which is recommended.

I don't recommend using prop or eVar variables too much on this, since without DataWarehouse or Discover you can't really use several of them in a segment (max. 2) and this makes using 5 parameters quite useless.

The SAINT tool together with the campaign parameter is quite powerful and should be enough for basic needs.

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