Contents
- Overview
- Collect the Event ID and Form ID from your Goldcast Event
- Add A "Post Data To Server" Processing Step to a Form in Oracle Eloqua
Overview
Collect the Event ID and Form ID from your Goldcast Event
From the Details section of your event, select the About This Event link at the bottom of the page. A popup will appear containing your Goldcast Form and Event ID.
Copy the Goldcast Form ID and Goldcast Event ID, which are both required fields for a successful registration post.
Add A "Post Data To Server" Processing Step to a Form in Oracle Eloqua
In the form you will be collecting registrations from, add a 'Processing Step'.
Within the General Settings section, set the URL as a Constant Value with the field set to:
https://backend.goldcast.io/core/user/registration/
Map fields from your form to the form post field names below. Please take note of the fields that are required. You will need to make sure you include the appropriate values for Event ID and Form ID in the post, whether they're hard coded or come from your campaign or program.
first_name required |
First Name of the Goldcast Event User |
last_name required |
Last Name of the Goldcast Event User |
email required |
Email Address of the Goldcast Event User |
event_id required |
Event ID of the Goldcast Event |
form_id required |
Form ID of the Goldcast Event |
company | Company Name of Goldcast Event User |
title | Job Title of Goldcast Event User |
linkedin_url | LinkedIn URL of Goldcast Event User |
For more details on how to configure Form Processing in Eloqua, visit these resources.