<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="Uma Pesati">
<meta name="Title" content="Web Monitoring Opt-Out | Eloqua Trust">
<meta name="robots" content="noindex, nofollow" />
<meta name="description" content="This form integrates jQuery Mobile's responsive and touch optimizations with a Progressive Asset Gating Eloqua Form and Campaign Tracking Data. The iFrame that this form is housed in contains customizations that allow tracking information to pass from the main page to the framed form page. It also includes functions to push the resulting asset page (whitepaper, video, etc.) to the main window. This is a real-time multi-lingual form.">
<title>Web Monitoring Opt-Out | Eloqua Trust</title>
<script src="//www.oracle.com/webfolder/s/omc/assets/form/jquery-1.11.2.min.js"></script><!-- TESTING OVERRIDE -->
<script src="//img.en25.com/Web/Eloqua/{d1ea5bf7-b5f3-43d2-974b-3dcb30bcda46}_qparse.js"></script><!-- TESTING OVERRIDE -->
<script src="//www.oracle.com/webfolder/s/omc/assets/form/jquery.mobile-1.4.5.min.js"></script><!-- TESTING OVERRIDE -->
<link rel="stylesheet" href="//www.oracle.com/webfolder/s/omc/assets/form/jquery.mobile-1.4.5.min.css" /><!-- TESTING OVERRIDE -->
<link rel="stylesheet" href="//secure.eloqua.com/Web/Eloqua/{bc9f868f-33f6-4460-b443-f7b364c2c140}_MapPP.css"><!-- TESTING OVERRIDE -->
<script type="text/javascript">
/* Get Value of individual Query String Key */
function getParameterByName(name) {
name = name.replace(/[\[]/, "\\[").replace(/[\]]/, "\\]");
var regex = new RegExp("[\\?&]" + name + "=([^&#]*)"),
results = regex.exec(location.search);
return results === null ? "" : decodeURIComponent(results[1].replace(/\+/g, " "));
}
var elqSiteName = getParameterByName("elqSiteName");
if (elqSiteName=="o" || elqSiteName=="O") { // "o" (Oracle)
var elqSiteId = "1973398186";
var elqSiteUrl = "www.oracle.com";
} else { // default = "e" (Eloqua)
var elqSiteId = "33";
var elqSiteUrl = "www.oracle.com/marketingcloud";
}
var _elqQ = _elqQ || []; _elqQ.push(['elqSetSiteId', elqSiteId]);
_elqQ.push(['elqTrackPageView']);
(function () {
function async_load() {
var s = document.createElement('script'); s.type = 'text/javascript';
s.async = true; s.src = '//img.en25.com/i/elqCfg.min.js';
var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x);
}
if (window.addEventListener) window.addEventListener('DOMContentLoaded', async_load, false);
else if (window.attachEvent) window.attachEvent('onload', async_load);
})();
</script>
<script type='text/javascript'>
var timerId, timeout;
timeout = 5;
timerId = null;
function WaitUntilStatusLoaded() {
if (!!(timerId)) {
if (timeout == 0) {
CreateDiv('<p><b>Unknown Opt-Out Status</b></p><p>We were unable to determine your web monitoring status.</p><p><a href="#" onclick="elqOptIn()" target="_top" class="ui-btn ui-btn-inline ui-mini">Click here</a> to opt-in.</p>');
return;
}
if (typeof this.elqGetOptOutStatus === 'function') {
OptStatus();
return;
}
timeout -= 1;
}
timerId = setTimeout("WaitUntilStatusLoaded()", 500);
return;
}
function CreateDiv(innerHTML) {
var div = document.createElement('div');
div.innerHTML = innerHTML;
document.getElementById('optstatus').appendChild(div);
}
function OptStatus() {
var elqOptOutStatus = this.elqGetOptOutStatus();
if (elqOptOutStatus == -1) {
CreateDiv('<p><b>Unknown Opt-Out Status</b></p><p>It appears as though you are not accepting cookies from the Eloqua system, so you are not a candidate for our web monitoring.</p>');
}
else {
if (elqOptOutStatus == 2) {
CreateDiv('<p><b>Global Opt-Out</b></p><p>You are currently <b><font color="red" class="opt-status">opted-out</font></b> of web monitoring on all websites that use the Eloqua system. You can verify this by examining your cookie from "' + elqSiteUrl + '" and ensuring that all digits in the GUID (Globally Unique ID) are set to zero.</p><p><a href="#" onclick="elqGlobalOptIn()" target="_top" class="ui-btn ui-btn-inline ui-mini">Click here</a> to opt-in.</p>');
}
else {
if (elqOptOutStatus == 1) {
CreateDiv('<p><b>Opt-In/Out Preferences for Oracle Eloqua</b></p><p>You are currently <b><font color="green" class="opt-status">opted-in</font></b> for web monitoring on ' + elqSiteUrl + ' websites.</p><p><a href="#" onclick="elqOptOut()" target="_top" class="ui-btn ui-btn-inline ui-mini">Click here</a> to opt-out of web monitoring specific to these websites.</p>');
CreateDiv('<p><b>Global Opt-Out</b></p><p>You are currently <b><font color="green" class="opt-status">opted-in</font></b> for web monitoring on websites that use the Eloqua system.<br/>Please note that you can opt-out of Eloqua\'s web monitoring system on a specific website by accessing the privacy pages on that website.</p><p><a href="#" onclick="elqGlobalOptOut()" target="_top" class="ui-btn ui-btn-inline ui-mini">Click here</a> to opt-out of Eloqua\'s web monitoring system on all websites.</p>');
}
else if (elqOptOutStatus == 0) {
CreateDiv('<p><b>Opt-In/Out Preferences for Oracle Eloqua</b></p><p>You are currently <b><font color="red" class="opt-status">opted-out</font></b> of web monitoring on ' + elqSiteUrl + ' websites.</p><p><a href="#" onclick="elqOptIn()" target="_top" class="ui-btn ui-btn-inline ui-mini">Click here</a> to opt-in for web monitoring on these websites.</p>');
CreateDiv('<p><b>Global Opt-Out</b></p><p>You are currently <b><font color="green" class="opt-status">opted-in</font></b> for web monitoring on websites that use the Eloqua system.<br/>Please note that you can opt-out of Eloqua\'s web monitoring system on a specific website by accessing the privacy pages on that website.</p><p><a href="#" onclick="elqGlobalOptOut()" target="_top" class="ui-btn ui-btn-inline ui-mini">Click here</a> to opt-out of Eloqua\'s web monitoring system on all websites.</p>');
}
}
}
}
function WaitUntilStatusChangedAndRefresh() {
if (!!(timerId)) {
if (timeout == 0) {
CreateDiv('<p><b>Unable to change Opt-in/out status. Please reload this page and try again.</p>');
return;
}
if (typeof this.elqSetOptOutStatus === 'function') {
location.href = location.href;
return;
}
timeout -= 1;
}
timerId = setTimeout("WaitUntilStatusChangedAndRefresh()", 500);
return;
}
function elqOptIn() {
_elqQ.push(['elqOptIn']);
WaitUntilStatusChangedAndRefresh();
}
function elqOptOut() {
_elqQ.push(['elqOptOut']);
WaitUntilStatusChangedAndRefresh();
}
function elqGlobalOptIn() {
_elqQ.push(['elqGlobalOptIn']);
WaitUntilStatusChangedAndRefresh();
}
function elqGlobalOptOut() {
_elqQ.push(['elqGlobalOptOut']);
WaitUntilStatusChangedAndRefresh();
}
_elqQ.push(['elqOptStatus']);
$(document).ready(function() {
WaitUntilStatusLoaded();
});
</script>
<script>
$(document).ready(function() {
console.log(elqSiteName);
if (elqSiteName=="o" || elqSiteName=="O")
$("#elqSiteName_O").prop("checked", true);
else
$("#elqSiteName_E").prop("checked", true);
$("#elqSiteName_O").checkboxradio('refresh');
$("#elqSiteName_E").checkboxradio('refresh');
$("#elqSiteName_O").change(function(){
window.open(window.location.pathname + "?elqSiteName=o","_self");
});
$("#elqSiteName_E").change(function(){
window.open(window.location.pathname + "?elqSiteName=e","_self");
});
});
</script>
<style type="text/css">
.opt-status { text-transform: uppercase; }
</style>
</head>
<body>
<!--form>
<fieldset data-role="controlgroup" data-type="horizontal" data-mini="true">
<legend>Eloqua system:</legend>
<input type="radio" name="elqSiteName" id="elqSiteName_O" value="O">
<label for="elqSiteName_O">Oracle</label>
<input type="radio" name="elqSiteName" id="elqSiteName_E" value="E" checked="checked">
<label for="elqSiteName_E">Oracle Marketing Cloud</label>
</fieldset>
</form-->
<div class="warning">Please remember that if you delete your cookies, or use a different browser or computer
you will need to set your opt-out status again.</div>
<br>
<hr>
<div id="optstatus"></div>
</body>
</html>