Partnerize
Website: https://console.partnerize.com/ Documentation: https://api-docs.partnerize.com/partner/#section/Introduction
Configuration
Input | Type | Description | Default Value |
---|---|---|---|
user_api_key | string | User API Key. The user API key identifies the user on whose behalf the request is made. Find it in your account settings under 'User API Key' at https://console.partnerize.com. | |
application_key | string | Application Key. The application key identifies the network you are making the request against. Find it in your account settings under 'User Application Key' at https://console.partnerize.com. |
Streams
Stream Name | Primary Key | Pagination | Supports Full Sync | Supports Incremental |
---|---|---|---|---|
countries | ref_country_id | DefaultPaginator | ✅ | ❌ |
currencies | currency_id | DefaultPaginator | ✅ | ❌ |
devices | ref_device_id | DefaultPaginator | ✅ | ❌ |
timezones | ref_timezone_id | DefaultPaginator | ✅ | ❌ |
traffic_sources | ref_traffic_source_id | DefaultPaginator | ✅ | ❌ |
user_context | ref_user_context_id | DefaultPaginator | ✅ | ❌ |
conversion_type | conversion_type_id | DefaultPaginator | ✅ | ❌ |
conversion_metrics | ref_conversion_metric_id | DefaultPaginator | ✅ | ❌ |
partnership_model | ref_partnership_model_id | DefaultPaginator | ✅ | ❌ |
Reference
Config fields reference
Field
Type
Property name
string
user_api_key
string
application_key
Changelog
Expand to review
Version | Date | Pull Request | Subject |
---|---|---|---|
0.0.1 | 2025-03-31 | Initial release by @btkcodedev via Connector Builder |