Imports data from DPG Media's Datalab.
Currently Workflows supports the following extractions:
Onesecondbefore Support can add more extractions at demand.
audiences
Retrieves all audiences associated with the provided API key. The response is sorted by default from the most recent to the least recent audience.
property | type | required | description |
---|---|---|---|
type | enumerator (see description) | yes | Must be audiences . |
groupId | UUID4 | no | Must be the group id (UUID version 4). |
conn_id | string | no | Connection string as handed to you by the Onesecondbefore team. Default is dpg_datalab
|
task:
type: from_dpg_datalab
extract:
type: audiences
groupId: dd023794-2be2-40a0-8cd8-d1b9d46a6f3a
deduplicate:
type: keys
keys:
- id
groups
Retrieves all audience groups associated with the provided API key.
property | type | required | description |
---|---|---|---|
type | enumerator (see description) | yes | Must be groups .
|
conn_id | string | no | Connection string as handed to you by the Onesecondbefore team. Default is dpg_datalab
|
task:
type: from_dpg_datalab
extract:
type: groups
deduplicate:
type: drop
item | description |
---|---|
API | DPG Media Datalab API |
Pre-formatted schema | Yes. Comes with a pre-formatted and described schema. |