By 88hyper88 on
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.
Comments
:-/
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/ |
.dan. is the New Zealand Drupal Developer working on Government Web Standards
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
[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
<%=random%>?gn=Homepage&ch=Home|Menu&sv=tacobell.com"
width="5" height="5" border="0" alt=""/>
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.