Embedding dynamic content in an external landing page

You can embed dynamic content in an external landing page.

Important: This feature is part of a Controlled Availability program that is now closed. We are not accepting new requests at this time. If you already have access to this feature and require support, log in to My Oracle Support and create a service request.

To embed dynamic content in an external landing page:

  1. Navigate to Assets An image of the Assets icon, which is represented by a black pencil. > Components, then click Dynamic Content.
  2. Open an existing dynamic content asset or create a new asset.

  3. Click Embed Dynamic Content to open the dialog box.

    1. Select the Enable Public Dynamic Content check box.

    2. Copy and paste the first dynamic content script before the closing </body> tag on your website.

    3. Copy and paste the second snippet on your website. Replace "DOM Element ID" with the ID of the HTML element you want to target.

      <!-- Eloqua Tracking Script (This should already be embedded on your webpage-->
      <script>
      </script>
      
      <div class="wsite-header" id="replace-me">Sample Text to replace</div>
       
      <!-- Eloqua External Dynamic Content Script (requires Eloqua Tracking Script) -->
      <script type- "text/javascript" src="//img/en25.com/i/elqDyn.min.js"></script>
      
      <!-- Eloqua Dynamic Tracking Snippet -->
      <script type="text/javascript">
      elq.dynamic( -500004,1702995451, 'replace-me');
      
       </script>
    4. Click Done.

Learn more

Dynamic content

Dynamic content examples

Component Library