Disclaimer: This website requires Please enable JavaScript in your browser settings for the best experience.

Dev GuideAPI Reference
Dev GuideUser GuidesGitHubDev CommunityOptimizely AcademySubmit a ticketLog In
Dev Guide

DataSource

ODP Node SDK / Zaius / DataSource

DataSource

Information about the source of an event or update.
All information is automatically filled in for Zaius Apps and APIs,
but you can augment the data source by specifying your specific source.

Index

Properties

Properties

data_source

>

The actual source, e.g., name of your app, path of an API

Defined in: src/Api/Types/EventPayload.ts:60

data_source_details

>

Details about the source of the event, for example, "Import Job:customer_load20200101"
This field can be used to help identify exactly where data and changes to data originated.

Defined in: src/Api/Types/EventPayload.ts:65

data_source_type

>

The type of source, e.g., app, csv, api

Defined in: src/Api/Types/EventPayload.ts:56

data_source_version

>

Version information that might be useful for debugging. This version should correlate to the data_source
or primary processor of the data.

Defined in: src/Api/Types/EventPayload.ts:70