
Convention Data Services
To integrate on the CDS platform, you will need to ensure the following items are checked off when installing on the CDS platform.
Installation Checklist
- Ensure the Activator Widget is set to be a "pop-up."
- Upload the files to the CDS server.
- Notify the main CDS Point of Contact Developer.
- Once the test is implemented, InGo is to be notified via email or phone and then the show will be tagged for QA by InGo.
- Once it passes QA, InGo notifies CDS to take the show live.
Code Snippet Samples
1. Activator Widget (for page 1, set as a pop-up but you must target your button/element in the code)
- Place this on the start of your registration workflows
<script src="//cdn.ingo.me/widgets-loader/1.4.5/js/ingo.loader.widget.js " data-ingo-id="YOUR_ACTIVATOR_WIDGET_ID" data-ingo-button="Register Now!"></script>
2. Autofiller Widget - set on page 2
- Place this on your Page 2/Personal Details page
<script src="//cdn.ingo.me/widgets-loader/1.4.5/js/ingo.loader.widget.js " data-ingo-id="YOUR_AUTOFILLER_WIDGET_ID"></script>
3. Amplifier Widget - set on confirmation page
- Place this on ALL confirmation pages for all registration paths
<script src="//cdn.ingo.me/widgets-loader/1.4.5/js/ingo.loader.widget.js " data-ingo-id="YOUR_AMPLIFIER_WIDGET_ID"></script>
4. Authorizer widget - set on confirmation page, please fill in your parameter for the manual attendees to ensure accurate reporting.
- Place this on ALL confirmation pages for all registration paths
<script src="//cdn.ingo.me/widgets-loader/1.4.5/js/ingo.loader.widget.js " data-ingo-id="YOUR_AUTHORIZER_WIDGET_ID"
data-ingo-attendee.email="CDS_email_param"
data-ingo-attendee.first-name="CDS_firstname_param"
data-ingo-attendee.last-name="CDS_lastname_param"
data-ingo-attendee.company="CDS_company_param"
data-ingo-attendee.title="CDS_title/position_param"
data-ingo-attendee.external-registration-id="CDS_badge/reg/unique_ID_here">
</script>
Thank you for taking the time to read this article.
Last updated Oct 24, 2017.