AWIN Advertiser
Website: https://www.awin.com/ Documentation: https://developer.awin.com/apidocs/for-advertisers
Configuration
Input | Type | Description | Default Value |
---|---|---|---|
advertiserId | string | advertiserId. Your Awin Advertiser ID. You can find this in your Awin dashboard or account settings. | |
api_key | string | API Key. Your Awin API key. Generate this from your Awin account under API Credentials. | |
step_increment | string | Step Increment. The time window size for each API request in ISO8601 duration format. For the campaign performance stream, Awin API explicitly limits the period between startDate and endDate to 400 days maximum. | P400D |
lookback_days | integer | Lookback Days. Number of days to look back on each sync to catch any updates to existing records. | |
start_date | string | Start Date. Start date for data replication in YYYY-MM-DD format |
Streams
Stream Name | Primary Key | Pagination | Supports Full Sync | Supports Incremental |
---|---|---|---|---|
campaign_performance | date.publisherId.campaign | No pagination | ✅ | ✅ |
transactions | id | No pagination | ✅ | ✅ |
Reference
Config fields reference
Field
Type
Property name
string
advertiserId
string
api_key
string
step_increment
integer
lookback_days
string
start_date
Changelog
Expand to review
Version | Date | Pull Request | Subject |
---|---|---|---|
0.0.1 | 2025-04-29 | Initial release by @ryanmcg2203 via Connector Builder |