Quantcast
Channel: Topliners : All Content - All Communities
Viewing all articles
Browse latest Browse all 3423

Bulk API 2.0 - How to import external activities into Eloqua?

$
0
0

Hi,

 

Is there anyone, who imported external activities into Eloqua through the REST API? Based on the Bulk API 2.0 documentation it has the capability to do this.

 

The Eloqua elements are:

  • Contacts
  • Accounts
  • Custom Objects
  • Activity
  • External activities

 

But I can not find any way to this, I tried to find a sample how it is possible, but no luck so far.

How the payload looks like, when I just want to create the structure of the data in the staging are? The data what I would like to insert looks like this:

 

[

   {

   "emailAddress":"x.y@z.com",

   "campaignId":"1234",

   "activityDate":"10044536457",

   "activityType":"registered",

   "assetType":"Event",

   "assetName":"Event XY"

   },

   {

   "emailAddress":"a.b@c.com",

   "campaignId":"4321",

   "activityDate":"10044536457",

   "activityType":"downloaded",

   "assetType":"Whitepaper",

   "assetName":"SW Eval"

 

   }

]


Could you please share your thoughts?


Thanks,

Laszlo


Viewing all articles
Browse latest Browse all 3423

Trending Articles