Strackr
Supports:
- ✅ Models
- ✅ Bulk sync source
Connection
Configuration
| Name | Type | Description | Required |
|---|---|---|---|
api_id | integer | API ID | true |
api_key | string | API Key | true |
currency_type | string | Currency Type Accepted values: EUR, USD, CAD, GBP, RUB, SEK, AUD, INR, NOK, DKK | true |
linkbuilder_customs_text | string | Linkbuilder Customs Text | false |
Example
1 { 2 "name": "Strackr connection", 3 "type": "strackr", 4 "configuration": { 5 "api_id": 0, 6 "api_key": "", 7 "currency_type": "USD", 8 "linkbuilder_customs_text": "" 9 } 10 }
Model Sync
Source
Configuration
| Name | Type | Description | Required |
|---|---|---|---|
object | string | Object Accepted values: advertisers, ad_transactions_report, ad_revenues_report, ad_clicks_report, ad_payments_report, ad_transactions_daily_statistics, ad_revenues_daily_statistics, ad_clicks_daily_statistics, ad_payments_daily_statistics, linkbuilder, ad_deals_report | true |
Example
1 { 2 ... 3 "configuration": { 4 "object": "advertisers" 5 } 6 }
Bulk Sync
Source
Configuration
| Name | Type | Description | Required |
|---|---|---|---|
transaction_lookback | integer | Lookback period for transactions | false |
Example
1 { 2 ... 3 "source_configuration": { 4 "transaction_lookback": 0 5 } 6 }
