Connection
Configuration
NAME | TYPE | DESCRIPTION | REQUIRED | READONLY |
---|---|---|---|---|
api_id | integer | true | false | |
api_key | string | true | false | |
currency_type | string | Accepted Values: EUR, USD, CAD, GBP, RUB, SEK, AUD, INR, NOK, DKK | true | false |
linkbuilder_customs_text | string | false | 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 | READONLY |
---|---|---|---|---|
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 | false |
Example
1 { 2 ... 3 "configuration": { 4 "object": "advertisers" 5 } 6 }