please some one help me how to integrate Omniture with my wap site. reply me ASAP. my client asking me reports by using omniture
88hyper88 - November 20, 2008 - 09:32
my client has sent one pdf file, in that file they asking me to include one image tag in administration console(/5/?pageName= " "alt="" width="5" height="5" />), or any other way to integrate omniture. please provide me some information.

:-/
This post sounds like a job for This Forum.
At the moment, this request is a homework question. Provide more information on what you've tried so far.
.dan.
if you are asking a question you think should be documented, please provide a link to the handbook where you think the answer should be found.
| http://www.coders.co.nz/ |
Need help regarding Omniture integration with my applications
My client give some code to include my application, see the below code and let me know , if that is enough or need to implement any thing.
he also given s_code.js file, please reply me anyone with ASAP
<!-- SiteCatalyst code version: H.15.1.Copyright 1997-2008 Omniture, Inc. More info available at
http://www.omniture.com -->
<script language="JavaScript" type="text/javascript" src="<my_path>/s_code.js"></script>
<script language="JavaScript" type="text/javascript"><!--
/* You may give each page an identifying name, server, and channel on
the next lines. */
s.pageName="TB - Container"
s.server="TacoBell.com"
s.channel="Mobile | Home"
s.pageType=""
s.prop1=""
s.prop2=""
s.prop3=""
s.prop4=""
s.prop5=""
/* Conversion Variables */
s.campaign=""
s.state=""
s.zip=""
s.events=""
s.products=""
s.purchaseID=""
s.eVar1=""
s.eVar2=""
s.eVar3=""
s.eVar4=""
s.eVar5=""
/************* DO NOT ALTER ANYTHING BELOW THIS LINE ! **************/
var s_code=s.t();if(s_code)document.write(s_code)//--></script>
<script language="JavaScript" type="text/javascript"><!--
if(navigator.appVersion.indexOf('MSIE')>=0)document.write(unescape('%3C')+'\!-'+'-')
//--></script><noscript><a href="http://www.omniture.com" title="Web Analytics">
<img src="http://dfcbtacobell.112.2O7.net/b/ss/dfcbtacobell/1/H.15.1--NS/0"
height="1" width="1" border="0" alt="" /></a></noscript><!--/DO NOT REMOVE/-->
<!-- End SiteCatalyst code version: H.15.1. -->
[edited to add <code> and </code> tags; nevets]
Use the noscript image request (if possible to place in PDF)
I would use the noscrip image request placed in the PDF, if that is accepted. If this is a link in an e-mail, then I would recommend using a query string parameter on a redirect page to capture the info. If the file is a link on a webpage, then simply use the autoTrack feature that Omniture provides.
Omniture integration using query string parameters
Hi,
In my wap site i am including query string parameters in the image tag like below
i'm sending pagename, channel and server through query string. is that is enough to insert record with omniture or any thing need to include. And how can i make sure , whether record is logging or not?
could please give me some suggestions.
Thanks
venkat
Omniture module avaliable
There is also the Omniture module available which helps to integrate the SiteCatalyst code: http://drupal.org/project/omniture
The dev version 6.x.2 has been written using hooks, so it does not need an include file like the previous versions, and it can be expanded into your own modules if required.