What we can/should do with website after successfull deployment:
Adobe Link Tracking: Site catalyst
https://outv.omniture.com?v=ZjZXB2MjqSR72qwRXknG6HbUzjDfml1t
https://outv.omniture.com?v=ZkZXB2MjqIYz6utKW7VGqtyz81XDJAWQ
https://outv.omniture.com?v=ZiZXB2MjokKfYcfdtnSQjmCZsRsBsdKK
Ensighten:
https://outv.omniture.com?v=ZjZXB2MjqSR72qwRXknG6HbUzjDfml1t
https://outv.omniture.com?v=ZkZXB2MjqIYz6utKW7VGqtyz81XDJAWQ
https://outv.omniture.com?v=ZiZXB2MjokKfYcfdtnSQjmCZsRsBsdKK
Ensighten:
I.
Overview
Ensighten is implemented by deploying one line of
HTML code on to pages of your web site. We recommend placing the code at the very
beginning of the HEAD section of each page.
The easiest and the most efficient way of deploying
the code is inserting it into a template or master pages that are used for
generating each page on a web site. This ensures that all pages of the web site
contain the code.
The HTML code is static, meaning it does not require
any customization or any changes after deployment. It does not ever change and
requires no variable declarations for it to function, so it will never require
the modification of your site for it to function. The tag is implemented only
once and does not involve any maintenance by web server administrators or developers.
II.
HTML Code
Below is the actual HTML code that needs to be
deployed.
<script type="text/javascript"
src="//nexus.ensighten.com/clientName/Bootstrap.js">
</script>
Note: clientName varies and will be provided by
your account manager.
The code references a JavaScript file served by
Ensighten. Below is a screenshot of the HTML code implemented.
<script type="text/javascript"
src="//nexus.ensighten.com/clientName/Bootstrap.js">
</script>
The standard deployment process should follow these
steps:
1.
Deploy in staging/dev environment
2.
Test for any issues on all platforms
3.
When comfortable with your internal testing,
push code to production
4.
Final round of testing.
Comments
Post a Comment