Connections > Eloqua Bulk API connection > Activities or custom fields configuration
  

Activities or custom fields configuration

You can read from or write to the Activities object and custom fields of Contact and Account objects.
Add the metadata information in JSON format in the Activities or Custom Fields Configuration property under the Eloqua Bulk connection properties. The specification of Activities object and custom fields contains the following sections:
Activities
Lists all the activities as a name-value pair, where the value is an array of field names. For example,
{"EmailAddress","johns@gmail.com"},
{"FirstName","Johns"}
ActivityItem
Defines an array of fields. Each field has the following name-value pairs:
ContactItem
Defines an array of Contact custom fields. Each field has a name-value pair for the ActivityItem section.
AccountItem
Defines an array of Account custom fields. Each field has a name-value pair for the ActivityItem section.