Oracle Eloqua
Install the Ours Privacy Web SDK on Oracle Eloqua landing pages by editing the landing page template HTML so tracking applies to every page built from it.
Use this page to install the Ours Privacy Web SDK on Oracle Eloqua landing pages.
Eloqua landing pages are built either from a template or as uploaded HTML. In both cases you have direct access to the page markup, so no platform configuration is needed.
Steps to Integrate Ours Privacy with Eloqua
1. Copy your install snippet
Copy your install snippet from the Install Ours page.
2. Add the snippet to your landing page template
- In Eloqua, go to Assets > Landing Pages.
- Open the template your landing pages are built from.
- Switch to source or HTML editing.
- Paste your snippet before the closing
</head>tag, then save.
<!-- landing page template -->
<head>
<!-- Ours Pixel Code -->
<script>
// your install code is here
</script>
<!-- End Ours Pixel Code -->
</head>Pages created from the template afterward include tracking automatically. Pages created before your edit do not inherit it, so update those individually or rebuild them from the template.
3. Activate and verify
- Activate the landing page and open its live URL, not the preview.
- Open the browser console to check for script errors.
- In your Ours Privacy account, check Recent Events to confirm page views are arriving.
Running Alongside Eloqua Tracking
Ours Privacy and the Eloqua tracking scripts can both run on the same page without conflicting.
If your landing pages are served from an Eloqua-managed domain rather than your own, confirm your Ours Privacy install is configured for that hostname. See Custom domains.
Track Custom Events
Call ours('track', ...) from a script on the page:
ours('track', 'Form Submitted', { form_name: 'webinar_registration' });Next Steps
- Web SDK reference: full list of tracking methods and options.
- Custom domains: align tracking with the domain serving your landing pages.
- Cookie Consent installation: add the consent banner so it loads before other tracking scripts.
If you need further assistance, contact us at support@oursprivacy.com.
How is this guide?

