Top

Documentation Index

Fetch the complete documentation index at: https://support.whatfix.com/llms.txt

Use this file to discover all available pages before exploring further.

Mit Adobe Analytics (Omniture) integrieren

Prev Next

Sie können Adobe Analytics (Omniture) integrieren, um zu analysieren, wie Ihr Inhalt über Whatfix APIs funktioniert. Das Folgende kann in {target="_blank"} Advanced Customizationeingefügt werden.

Funktion Script
Das Omniture-Tracking-Skript laden wenn(document.querySelector('[id*="_UIScumil1u"]' ).title=='William Chua'){
var head = document.getElementsByTagName('head');
var script = document.createElement("script");
script.setAttribute ("src","https://whatfix.com/omniuture/Appmeasurement.js");
script.setAttribute("type","text/javascript");
head[0].appendChild(script);
Gemeinsamer Handler, um Whatfix-Ereignisse an Omniture zu senden window._wfx_settings.onEvent = function(Seite,flow_id){
s.pageName = Seite;
s.channel = "direct";
s.prop1 = flow_id;
var s_code = s.t();if(s _code)document.write(s_code);
};
Wählen Sie eine Teilmenge der Whatfix Ereignisse aus, die Sie an Omniture weiterleiten möchten, und rufen Sie den gemeinsamen Handler auf window._wfx_settings.onStart =function(event)
{window._wfx_settings.onEvent('/flow/live/start',event.flow_id);};
window._wfx_settings.onShow =function(event)
{window._wfx_settings.onEvent('/flow/live/show'+event.step,event.flow_id);};
window._wfx_settings.onEnd =function(event)
{window._wfx_settings.onEvent('/flow/live/end',event.flow_id);};
window._wfx_settings.onMiss=function(event)
{window._wfx_settings.onEvent('/flow/live/miss',event.flow_id);};
window._wfx_settings.onClose =function(event)
{window._wfx_settings.onEvent('/flow/live/close',event.flow_id);};
}
ODER Alle Ereignisse an Omniture weiterleiten window._wfx_settings.tracker = {track:onEvent(event.event_name,event.flow_id);
};
Datenschutzrichtlinie | Whatfix Glossar | Whatfix Platform Status
Urheberrecht © 2024 WHATFIX TM TM. Alle Rechte vorbehalten.