Questions tagged [eloqua-bulk-api]
15 questions
1
vote
1 answer
What is the format of Eloqua Contact Id?
Bulk api is returning ids as for ex: "CTPOP000000000007" ,does this mean eloqua format is: first 5 letters are characters and the rest represent a number?

suma
- 11
- 1
1
vote
0 answers
How to export all external activities from Eloqua using Bulk API
We need to export all external activities from our Eloqua instance. We have been able to export the "normal" activities using the activities endpoint (Bulk/2.0/activities) where it is required to specify the activity type. I searched on the…

eruizh
- 11
- 3
1
vote
1 answer
How can I change a contacts email group subscription status using the Eloqua REST/BULK Api?
I am accessing the Eloqua API and I am able to read the list of Email Groups for each contact and retrieve the Subscription status via the following API Endpoint:
GET api/REST/1.0/data/contact/12339/email/groups/subscription
However the Eloqua…

KennyBartMan
- 940
- 9
- 21
1
vote
1 answer
Collect delivery event data for specific email using Eloqua API
Using export definitions of Eloqua BULK API, I am collecting email statistics. I am able to check the delivery rate for specific email using sent, soft bounce, and hard bounce values on Eloqua dashboard.
I want to collect information for the…

Mayuri S Kulkarni
- 771
- 5
- 17
1
vote
1 answer
Eloqua bulk REST API gives serialization error
I am trying to make bulk REST API call to import data to Eloqua. I am able to make call to GET, But POST gives me "400- There was a Serialization Error".
This is first step to get response for creating import definition from Eloqua Bulk REST.
URL:…

Kev
- 121
- 1
- 7
1
vote
2 answers
Eloqua- Update/Delete bulk campaigns using API
There are so many outdated information on Eloqua Bulk and REST API.However, I have found a resource which seems to be the latest one:
https://docs.oracle.com/cloud/latest/marketingcs_gs/OMCAC/index.html
I have retrieved a list of campaigns using…

sfdcdev
- 13
- 3
1
vote
2 answers
How to post information to Eloqua, by calling Eloqua API from a class
I don't know much about Eloqua or oAuth, I wanted to know How to create a service to connect to Eloqua and call API

Nethra
- 51
- 4
0
votes
0 answers
Eloqua campaign integration with Salesforce CRM ID
Integrate Eloqua Campaign object to Salesforce Campaign object.
we need to create replicate campaigns in two Salesforce instances from Eloqua. As we have two company running in one eloqua
IS this possible to create two unique identifier in eloqua,…

neeraj
- 1
- 1
0
votes
0 answers
Opportunity coming back to Eloqua from sales does not return Campaign contribution name due to this it does not display in campaign revenue metric?
opportunity coming back from sales to eloqua have Amount that has to display in cmpaign revenue in won attribute section but when the Opportunity does not display contributed campaign in opportunity search section under campaign tab due to this i am…
0
votes
0 answers
Opportunity that has won coming back to Eloqua but not showing Contributing Campaigns in reports?
I have done integration of Cx Sales and Eloqua using cx sale integration app sending the campaign member-like campaign contact and lead to Sales after that Lead is converted to Opportunity and set status as won it only shows in Sales campaign…
0
votes
1 answer
Eloqua API - Retrieve a list of contacts based on Security Label
I'm trying to build a dashboard that provides information (aggregates only) about contacts in our Eloqua database, but only those with a specific security label. Is there a way to gather this info using the REST APIs that ELoqua publishes? If not,…

Farfromunique
- 447
- 1
- 6
- 15
0
votes
1 answer
Eloqua's update event API endpoint overwrites instead of updating
I'm writing a script that will hit the Eloqua API to add a new sessions to an event as per the docs here. I'm using the endpoint /api/REST/2.0/assets/eventRegistration/{id} from the docs and doing a put request that looks like this:
{
"type":…

jmona789
- 2,711
- 6
- 24
- 57
0
votes
1 answer
Oracle Eloqua syncedInstanceUri error
I developed a Feeder Service for Eloqua and whenever the syncronization happens I get the following error:
java.lang.RuntimeException: {
"failures":[{"field":"syncedInstanceUri","detail":"Must reference
CloudFeeder instance within a…

Esteban Rincon
- 2,040
- 3
- 27
- 44
0
votes
1 answer
Eloqua - How to obtain 'Form Submit' activity information, including Campaign name, using BULK API
I would like to obtain 'Form Submit' activity information using the BULK API.
This link provides a list of activity fields I can specify as a part of the export definition. It includes the 'CampaignId'. I would additionally like to obtain the…

alwayslearning
- 4,493
- 6
- 35
- 47
-1
votes
1 answer
Is there a way to Bulk extract contact details out of Oracle Eloqua's API?
I am trying to extract a large amount of details out of our Eloqua system using it's API and got this API to work perfectly for single IDs: https://docs.oracle.com/en/cloud/saas/marketing/eloqua-rest-api/op-api-rest-1.0-data-contact-id-get.html
The…

Andrew Hicks
- 572
- 1
- 6
- 19