Hosted & Managed Data Exchange
János Moldvay avatar
Written by János Moldvay
Updated over a week ago

Based on extended customer requirements we are able to provide a Data Exchange for importing and exporting data via S3.

Data Import

Basic Destination

s3://adtriba-import-{DATA_EXCHANGE_ID}/
  • The variable {DATA_EXCHANGE_ID} must be replaced

  • Adtriba will define the {DATA_EXCHANGE_ID}

Specific Destinations

Every subfolder can be seen as a specific case or data source in a 1st or 3rd party context.

  • The variable {DATA_CASE} must be replaced

  • Adtriba will define the {DATA_CASE} in sync with the customer/data provider

Customer DWH & Backend Data

s3://adtriba-import-{DATA_EXCHANGE_ID}/dwh/{DATA_CASE}

Backend conversions - True Consent Mode

s3://adtriba-import-{DATA_EXCHANGE_ID}/dwh/backend_conversions

s3://adtriba-import-{DATA_EXCHANGE_ID}/tracking/ga360_ua

s3://adtriba-import-{DATA_EXCHANGE_ID}/tracking/ga360_ga4

Google Analytics - Universal Analytics

s3://adtriba-import-{DATA_EXCHANGE_ID}/tracking/ga_ua

Google Analytics - GA4 Property

s3://adtriba-import-{DATA_EXCHANGE_ID}/tracking/ga_ga4

Adjust

s3://adtriba-import-{DATA_EXCHANGE_ID}/tracking/adjust

AppsFlyer

s3://adtriba-import-{DATA_EXCHANGE_ID}/tracking/appsflyer

Segment

s3://adtriba-import-{DATA_EXCHANGE_ID}/tracking/segment

How to upload data to S3

Since S3 is powered by AWS, we would like to refer you to AWS documentation when uploading data to S3.

For the upload, we recommend uploading an object using the AWS Command Line Interface in combination with the <aws s3> command.

Did this answer your question?