You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

How to get short version of Eloqua Contact ID from API

in Eloqua 1 comment

Summary:

Am setting up an export definition for a segment, but can only find the full-length Eloqua Contact ID field.

Content:

When setting up an export definition, I reference the field ElqContactIDExt which returns the full length Eloqua Contact ID, eg:

CAAAA000000442581

The problem is that only the numbers at the end are valid when referencing a contact, eg:

/api/rest/2.0/data/contact/CAAAA000000442581 - Fail

/api/rest/2.0/data/contact/442581 - Success

/salesTools/profiler/contact/CAAAA000000442581 - Fail
/salesTools/profiler/contact/442581 - Success

Is there a field that contains this short version of the Eloqua Contact ID, or is the expectation that we have to strip out the leading characters / zeros on every Contact ID after retrieving from Eloqua?

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!