Eloqua Installation Guide - Lead Delivery (HTTP Post)

Prerequisites

The Eloqua Post URL allows Madison Logic to seamlessly send lead data to Eloqua.  We need the following:

  • Eloqua Site ID 
    • Every Eloqua account has a unique Eloqua Site ID, which is used to help identify your account. It is also used when connecting outside integrations, like Madison Logic, to your Eloqua account
  • Eloqua Form Name 
    • You can either create a new form or use an existing form for Madison Logic to send data to

Installation

  1. To access your Oracle Eloqua Site ID and Form Name, under Assets, click Forms.


  2. Click any form from your list of forms.

  3. Under the Settings >> menu, click View Form HTML.

  4. Click Integration Details


  5. Under Required hidden fields you will see:

    • <input type="hidden" name="elqSiteID" value="123456">
    • Your Eloqua Site ID will be found where red numbers are
    • <input type="hidden" name="elqFormName" value="testForm">
    • Your Eloqua Form Name will be found where red characters are (keep this name handy)

  6. Using your Eloqua Site ID we can create the post URL Madison Logic needs to send leads to Eloqua
    • For example, using the information we've collected:
      •