Omniture Flow | Community
Skip to main content
alan_appleby
November 1, 2016
Solved

Omniture Flow

  • November 1, 2016
  • 1 reply
  • 916 views

I’m new to Omniture tracking, I’ve done some reading of the documentation and I think I have a handle on how it works. My question is specifically about the flow of data. For example I need to track submission of a form - an event. My code is as follows:

In the footer of each page I have:

<script language="javascript" type="text/javascript">Omniture_s.channel = My Site”;Omniture_s.pageName = Track this page”;Omniture_s.prop1 = "My Test Omniture Project”;Omniture_s.eVa5 = Omniture_s.prop1;var s_code = Omniture_s.t();if (s_code) document.write(s_code);</script>

The above should populate the generic variables which each page load requires.

Then in a separate .js file which is included after the above I have the following to track the form submission:

<script language="javascript" type="text/javascript">$( '#form-contact' ).submit(function() {Omniture_s.events = "events1";Omniture_s.tl();event.preventDefault();});</script>

Does the flow and logic look correct here. I’m a little concerned because in the Adobe Cloud Debugger that I have setup I see 3 requests. The first doesn’t track the form submit (the initial page form page load) but the 2nd and 3rd requests do. Is this correct? I’m worried about tracking the submit click multiple times and corrupting my stats.

Thank you in advance.

Bob.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by jantzen_b

Since this is an older post, I'm assuming you've solved this issue. Incase others find this post, I'll post the link to the documentation below:

https://experienceleague.adobe.com/docs/analytics/analyze/analysis-workspace/visualizations/flow/flow.html?lang=en#analysis-workspace

1 reply

jantzen_b
Adobe Employee
jantzen_bAdobe EmployeeAccepted solution
Adobe Employee
March 4, 2021

Since this is an older post, I'm assuming you've solved this issue. Incase others find this post, I'll post the link to the documentation below:

https://experienceleague.adobe.com/docs/analytics/analyze/analysis-workspace/visualizations/flow/flow.html?lang=en#analysis-workspace