Skip to main content

Outbrain Amplify

Sync overview

This source can sync data for the Outbrain Amplify API. It supports Full Refresh syncs only. The connector will copy all rows in the tables and columns you set up for replication every time a sync is run.

Output schema

This Source is capable of syncing the following streams:

  • marketers - List of marketers
  • campaigns - Campaigns by marketers
  • campaigns_geo_location - Campaign geo-location targeting
  • promoted_links - Promoted links for campaigns
  • promoted_links_sequences - Promoted links sequences for campaigns
  • budgets - Budgets for marketers
  • performance_campaigns - Performance statistics for campaigns by marketers
  • performance_periodic - Periodic performance statistics by marketers
  • performance_periodic_campaigns - Periodic performance statistics by campaigns
  • performance_promoted_links - Periodic performance statistics by promoted links
  • performance_publishers - Performance statistics by publisher
  • performance_publishers_campaigns - Performance statistics by publishers and campaigns
  • performance_platforms - Performance statistics by platform
  • performance_platforms_campaigns - Performance statistics by platforms and campaigns
  • performance_geo - Performance statistics by geo location
  • performance_geo_campaigns - Performance statistics by geo location and campaigns
  • performance_interests - Performance statistics by interest

Data type mapping

Integration TypeAirbyte TypeNotes
stringstring
integerinteger
numbernumber
arrayarray
objectobject

Features

FeatureSupported?(Yes/No)Notes
Full Refresh SyncYes
Incremental SyncNo
NamespacesNo

Performance considerations

The Outbrain Amplify connector should not run into Outbrain Amplify API limitations under normal usage. Please create an issue if you see any rate limit issues that are not automatically retried successfully.

Getting started

Requirements

  • Outbrain Amplify account credentials (either username/password or access token)
  • Start date for data replication

Setup guide

  1. Authentication: You can authenticate using either:

    • Access Token: Provide your Outbrain Amplify API access token
    • Username and Password: Provide your Outbrain Amplify username and password
  2. Start Date (required): Specify the date from which you want to start syncing data in YYYY-MM-DD format (e.g., 2017-01-25). Any data before this date will not be replicated.

  3. End Date (optional): Optionally specify an end date in YYYY-MM-DD format to limit data replication to a specific time range.

  4. Report Granularity (optional): Choose the granularity for periodic reports:

    • daily (default)
    • weekly
    • monthly
  5. Geo Location Breakdown (optional): Choose the granularity for geo-location data:

    • country
    • region (default)
    • subregion
  6. Conversion Count (optional): Define how conversions are counted in reports:

    • conversion_time (default) - Count conversions by the time they occurred
    • click/view_time - Count conversions by the time of the click or view that led to them

Reference

Config fields reference

Field
Type
Property name
object
credentials
string
start_date
string
conversion_count
string
end_date
string
geo_location_breakdown
string
report_granularity

Changelog

Expand to review
VersionDatePull RequestSubject
0.2.202025-10-0767079Fix broken pagination.
0.2.192025-10-0767354Update dependencies
0.2.182025-09-3066383Update dependencies
0.2.172025-09-0965847Update dependencies
0.2.162025-08-2365178Update dependencies
0.2.152025-08-1664979Update dependencies
0.2.142025-08-0964678Update dependencies
0.2.132025-08-0264286Update dependencies
0.2.122025-07-1963413Update dependencies
0.2.112025-07-1263186Update dependencies
0.2.102025-07-0562630Update dependencies
0.2.92025-06-2862353Update dependencies
0.2.82025-06-2160489Update dependencies
0.2.72025-05-1060191Update dependencies
0.2.62025-05-0459511Update dependencies
0.2.52025-04-2759100Update dependencies
0.2.42025-04-1958502Update dependencies
0.2.32025-04-1257901Update dependencies
0.2.22025-04-0557318Update dependencies
0.2.12025-03-2956805Update dependencies
0.2.02025-03-1355746Add optional parameter to set conversion_count metric by 'Time of Click/View' or 'Time of Conversion'
0.1.332025-03-2256217Update dependencies
0.1.322025-03-0855067Update dependencies
0.1.312025-02-2354557Update dependencies
0.1.302025-02-1553963Update dependencies
0.1.292025-02-0153010Update dependencies
0.1.282025-01-2552461Update dependencies
0.1.272025-01-1851889Update dependencies
0.1.262025-01-1151319Update dependencies
0.1.252024-12-2850746Update dependencies
0.1.242024-12-2150236Update dependencies
0.1.232024-12-1449715Update dependencies
0.1.222024-12-1249065Update dependencies
0.1.212024-11-2548634Starting with this version, the Docker image is now rootless. Please note that this and future versions will not be compatible with Airbyte versions earlier than 0.64
0.1.202024-10-2947849Update dependencies
0.1.192024-10-2847040Update dependencies
0.1.182024-10-1246775Update dependencies
0.1.172024-10-0546403Update dependencies
0.1.162024-09-2846195Update dependencies
0.1.152024-09-2145832Update dependencies
0.1.142024-09-1445502Update dependencies
0.1.132024-09-0745240Update dependencies
0.1.122024-08-3145024Update dependencies
0.1.112024-08-2444737Update dependencies
0.1.102024-08-1744351Update dependencies
0.1.92024-08-1043605Update dependencies
0.1.82024-08-0343068Update dependencies
0.1.72024-07-2742754Update dependencies
0.1.62024-07-2042334Update dependencies
0.1.52024-07-1341869Update dependencies
0.1.42024-07-1041574Update dependencies
0.1.32024-07-0841035Migrate to poetry
0.1.22022-08-2515667Add message when no data available
0.1.12022-05-3011732Fix docs
0.1.02022-05-3011732Initial Release