Destinations
Exporting data to your DSPs and storage buckets for targeting and manipulation.
Last updated
Was this helpful?
Exporting data to your DSPs and storage buckets for targeting and manipulation.
Last updated
Was this helpful?
Destinations are used when from a DCN. The type of data exported from an audience to a destination consists of and . There are different types of destinations, such as , and
You can create a new destination from your DCN UI or using the by running optable-cli destination create
with the type of destination, the bucket location, and access credentials. You can create as many destinations as you like.
DSPs are platforms to which you can your for real time programmatic advertising. Examples of DSPs are and . You can push audiences to these destinations via the "Export" button in the audience you wish to export.
Storage buckets are destinations to which you can export your audiences as either CSVs, TSVs, JSON or Parquet objects. Examples of storage buckets are , and . Exporting to these destinations enables you to use the output files in your preferred data visualization, modelling and reporting tools.
You can view a history of all exports to a specific destination as well as errors related to those exports by navigating to your destination in Audiences -> Destinations , selecting your Export Configuration and clicking on the "History" tab.
Destinations can be archived via the UI by navigating to the specific destination you wish to archive in Audiences -> Destinations and clicking "Archive".
Destinations can be archived from the CLI by using with the following command:
Destinations can be deleted from the DCN UI or by using with the following invocation optable-cli destination archive <id>
You can list all destinations with the by running optable-cli destination list
command. The command returns a list of destinations encoded in JSON. You can use the excellent to parse and manipulate JSON from the command line. For example, to list just the names and type of all destinations: