LogoLogo
WebsiteDocumentationChangelogStatusTerms
  • Getting Started
    • Overview
    • FAQs
    • Reference
      • Identifier Types
      • Identifier Profiles
      • Identity Clusters
      • Identity Resolution
      • Regular Expressions
      • Tabular Data Schema
      • Advanced Query Interface
      • IP Allowlisting
    • Global Data Regulations
  • Data
    • Sources
      • Amazon S3
      • API Source
      • Azure Blob Storage
      • BigQuery
      • Databricks
      • File Upload
      • Google Cloud Storage
      • Mailchimp
      • SDK Sources
        • Android SDK
        • iOS SDK
        • JavaScript SDK
      • SendGrid
      • Shopify
      • Snowflake
    • Data Configuration
      • Custom Identifiers
      • Traits
      • Events
      • Labels
  • Identity
    • EIDs Switchboard
  • Audiences
    • Audiences
      • Audience Builder
      • Insights
      • Activation
        • Real-Time Targeting
        • Google Ad Manager
        • Permutive
      • Exports
        • Metadata file
    • Destinations
      • Amazon DSP
      • Amazon S3
      • Azure Blob Storage
      • Campaign Manager 360
      • Display & Video 360
      • Google Ads
      • Google Cloud Storage (GCS)
      • Meta Ads
      • The Trade Desk
      • TikTok
      • Yahoo! Japan Ads
  • collaborate
    • Clean Rooms
      • Insights Clean Rooms
      • Activation Clean Rooms
      • Augmentation Clean Rooms
      • Prospecting Clean Rooms
    • Partnerships
      • Flash Partners
        • Optable Flash Node
        • AWS Connector
        • Snowflake Connector
      • Enterprise Partners
      • Flash Partner Settings
  • Differential Privacy
  • Admin
    • General
    • Accounts
      • Managing User Accounts
      • Roles
        • Permissions
      • Authentication
    • Real-Time API
    • Data Subject Requests
  • Profile Settings
    • Notifications
  • Guides
    • AWS Connector: Guides
      • Enterprise DCN
      • AWS Connector
    • Snowflake Connector: Guide
    • Optable CLI
    • Data Warehouse Exports
      • Google BigQuery
      • Snowflake
  • Announcements
    • Deprecation Notices
      • Q1 2025: Deprecation of Exports & Introduction of Syncs
      • Feb 21st, 2024: Removal of regex_allowed_http_origins
      • Dec 8th, 2022: Exports to Export Configurations
      • Deprecated uses in the CLI
Powered by GitBook
On this page
  • Destinations Types
  • Destination Features
  • CLI Options

Was this helpful?

  1. Audiences

Destinations

Exporting data to your DSPs and storage buckets for targeting and manipulation.

Last updated 1 month ago

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

Destinations Types

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.

Demand-side Platforms (DSPs)

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

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.

Destination Features

Destination Export History

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.

Destination Archival

Destinations can be archived via the UI by navigating to the specific destination you wish to archive in Audiences -> Destinations and clicking "Archive".

optable-cli destination archive <id>

Note that data (exported results) will not be deleted from the destination when archiving said destination.

CLI Options

Listing Destinations

$ optable-cli destination list | jq '[.name,.kind]'
[
  "example-s3-bucket-name",
  "DESTINATION_KIND_S3"
]

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:

optable-cli
optable-cli
CLI
jq utility
exporting audience data
type-prefixed identifiers
identity clusters
Google Cloud Storage (GCS)
Amazon Simple Storage Service (S3)
Azure Blob Storage.
CLI
export
audience
The Trade Desk
Google's Display & Video 360
Google Cloud Storage (GCS)
Amazon Simple Storage Service (S3)
Azure Blob Storage