The API is organized around REST. Our API has predictable resource-oriented URLs, accepts form-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.
All requests to the API must be authenticated using an API key. To authenticate, add a API-KEY
header to your request that contains your API Key.
Code | Summary | Description |
---|---|---|
200 | OK | Everything worked as expected. |
400 | Bad Request | The request was unacceptable, often due to missing a required parameter. |
401 | Unauthorized | No valid API key provided. |
402 | Request Failed | The parameters were valid but the request failed. |
403 | Forbidden | The API key doesn't have permissions to perform the request. |
404 | Not Found | The requested resource doesn't exist. |
429 | Too Many Requests | Too many requests hit the API too quickly. We recommend an exponential backoff of your requests. |
500, 502, 503, 504 | Server Errors | Something went wrong on Server's end. (These are rare.) |
We use conventional HTTP response codes to indicate the success or failure of an API request. In general: Codes in the 2xx range indicate success. Codes in the 4xx range indicate an error that failed given the information provided (e.g., a required parameter was omitted, a wrong data type is provided to a json field). Codes in the 5xx range indicate an error with our servers (these are rare).
To filter the result you can use the filter query parameter. Format:
filter[field_name][operator] = value
filter[outer_field.inner_field]
eq
.You can sort the result by adding sort
query params like sort=-type,name
. -
will act for descending
The API in general is using numbered pages except for Reports.
To paginate the result you can provide the following:
page[number]
is the number of the page.page[size]
is the size of the page. The API max limit is 100.In the response, meta.total_count
shows the number of total objects and meta.total_page
shows the number of total pages.
{
"meta": {
"total_count": 1000,
"total_page": 50
}
}
Example:
Go to the first page:
GET /api/v2/coffees?page[size]=100&page[number]=1
Go to the second page:
GET /api/v2/coffees?page[size]=100&page[number]=2
List multiple Offers using pagination and filtering.
integrationID required | string The Integration ID |
Array of objects (csapi.Offer) | |
object (csapi.ListMeta) |
{- "data": [
- {
- "active": true,
- "advertiser": {
- "active": true,
- "id": "string",
- "incremental_id": 0,
- "name": "string",
- "name_with_id": "string"
}, - "advertiser_id": 0,
- "allow_duplicate_conversions": true,
- "approved_publisher_ids": [
- 0
], - "approved_publishers": [
- {
- "id": "string",
- "name": "string"
}
], - "archived": true,
- "auth_secure_code": "string",
- "block_on_reject": true,
- "capping": {
- "block_clicks": true,
- "block_impressions": true,
- "click_capping": {
- "daily": 0,
- "every_15_minutes": 0,
- "hourly": 0,
- "monthly": 0,
- "total": 0,
- "weekly": 0
}, - "click_capping_enabled": true,
- "conversion_capping": {
- "daily": 0,
- "every_15_minutes": 0,
- "hourly": 0,
- "monthly": 0,
- "total": 0,
- "weekly": 0
}, - "conversion_capping_enabled": true,
- "event_capping_enabled": true,
- "event_capping_per_event_id": {
- "property1": {
- "daily": 0,
- "every_15_minutes": 0,
- "hourly": 0,
- "monthly": 0,
- "total": 0,
- "weekly": 0
}, - "property2": {
- "daily": 0,
- "every_15_minutes": 0,
- "hourly": 0,
- "monthly": 0,
- "total": 0,
- "weekly": 0
}
}, - "impression_capping": {
- "daily": 0,
- "every_15_minutes": 0,
- "hourly": 0,
- "monthly": 0,
- "total": 0,
- "weekly": 0
}, - "impression_capping_enabled": true,
- "payout_capping": {
- "daily": 0,
- "every_15_minutes": 0,
- "hourly": 0,
- "monthly": 0,
- "total": 0,
- "weekly": 0
}, - "payout_capping_enabled": true,
- "revenue_capping": {
- "daily": 0,
- "every_15_minutes": 0,
- "hourly": 0,
- "monthly": 0,
- "total": 0,
- "weekly": 0
}, - "revenue_capping_enabled": true,
- "soft_capping_enabled": true,
- "timezone": "UTC"
}, - "click_tracking_links": {
- "js": "string",
- "standard": "string"
}, - "conversion_name": "string",
- "created_at": "string",
- "currency": "string",
- "deep_link_enabled": true,
- "default_offer_landing_page": {
- "preview_url": "string",
- "redirect_url": "string"
}, - "default_payout": {
- "payout": 0,
- "payout_percent": 100,
- "payout_type": "Unknown",
- "revenue": 0,
- "revenue_percent": 100,
- "revenue_type": "Unknown"
}, - "description": "string",
- "end_date": "2019-08-24T14:15:22Z",
- "fallback_url": "string",
- "fraud_filter_group": {
- "active": true,
- "click_filter_preset_id": 0,
- "click_filter_settings": {
- "bot": {
- "premium_ip_check_enabled": true,
- "reject_empty_browser_language": true
}, - "bot_enabled": true,
- "click_flooding": {
- "expires_in_seconds": 1,
- "extra_expires_in_seconds_when_rejected": 1,
- "max_duplicate_ip": 1,
- "properties": {
- "has_offer": true,
- "has_publisher": true,
- "has_sub_id": true,
- "has_user_agent": true
}
}, - "click_flooding_enabled": true,
- "conversion_rejection_threshold": {
- "by_sub_id": true,
- "lookback_hours": 0,
- "minimum_total": 1,
- "threshold": 100
}, - "conversion_rejection_threshold_enabled": true,
- "device_id": {
- "reject_empty_value": true
}, - "device_id_enabled": true,
- "duplicate_user": [
- {
- "enable_duplicate_device_id": true,
- "enable_duplicate_fingerprint": true,
- "enable_duplicate_ip": true,
- "enable_duplicate_ipv6": true,
- "enable_duplicate_uuid": true,
- "expires_in_seconds": 1,
- "has_offer": true,
- "has_publisher": true,
- "has_sub_id": true,
- "has_user_agent": true,
- "max_duplicates": 1
}
], - "duplicate_user_enabled": true,
- "high_conversion_rate": {
- "block_clicks": true,
- "check_by_sub_id": true,
- "lookback_times": {
- "property1": {
- "enabled": true,
- "max_conversion_rate": 100,
- "min_click_count": 1,
- "min_conversion_count": 1,
- "min_conversion_rate": 100
}, - "property2": {
- "enabled": true,
- "max_conversion_rate": 100,
- "min_click_count": 1,
- "min_conversion_count": 1,
- "min_conversion_rate": 100
}
}
}, - "high_conversion_rate_enabled": true,
- "isp": {
- "invert": true,
- "keywords": [
- "string"
]
}, - "isp_enabled": true,
- "keyword": {
- "expires_in_seconds": 1,
- "keywords": [
- "string"
], - "max_duplicate_allowed": 1,
- "properties": {
- "has_offer": true,
- "has_publisher": true,
- "has_sub_id": true
}
}, - "keyword_enabled": true,
- "low_conversion_rate": {
- "block_clicks": true,
- "check_by_sub_id": true,
- "lookback_times": {
- "property1": {
- "enabled": true,
- "max_conversion_rate": 100,
- "min_click_count": 1,
- "min_conversion_count": 1,
- "min_conversion_rate": 100
}, - "property2": {
- "enabled": true,
- "max_conversion_rate": 100,
- "min_click_count": 1,
- "min_conversion_count": 1,
- "min_conversion_rate": 100
}
}
}, - "low_conversion_rate_enabled": true,
- "old_browser": {
- "browsers": {
- "property1": "string",
- "property2": "string"
}, - "check_by_sub_id": true,
- "invert": true,
- "lookback_hours": 0,
- "minimum_request_count": 0,
- "threshold_percentage": 100
}, - "old_browser_enabled": true,
- "old_os": {
- "check_by_sub_id": true,
- "invert": true,
- "lookback_hours": 0,
- "minimum_request_count": 0,
- "oses": {
- "property1": "string",
- "property2": "string"
}, - "threshold_percentage": 100
}, - "old_os_enabled": true,
- "parameter": {
- "configs": {
- "property1": {
- "blocked_values": [
- "string"
], - "reject_empty_value": true,
- "valid_values": [
- "string"
]
}, - "property2": {
- "blocked_values": [
- "string"
], - "reject_empty_value": true,
- "valid_values": [
- "string"
]
}
}, - "do_not_reject_invalid_app_version_format": true,
- "reject_invalid_app_version": true
}, - "parameter_enabled": true,
- "referer": {
- "categories": [
- "oneof=fraud"
], - "invert": true,
- "keywords": [
- "string"
], - "keywords_group_tags": [
- "string"
], - "reject_empty_value": true
}, - "referer_enabled": true,
- "sub_id_validity_check": {
- "is_integer": true,
- "max_length": 50,
- "max_unique_threshold": 0,
- "min_length": 0,
- "unified_sub_id": "string"
}, - "sub_id_validity_check_enabled": true,
- "vpn": {
- "check_by_sub_id": true,
- "lookback_hours": 0,
- "minimum_request_count": 0,
- "residential_vpn_check": true,
- "residential_vpn_check_custom_settings": {
- "minimum_request_count": 0,
- "threshold_percentage": 100
}, - "residential_vpn_check_custom_settings_enabled": true,
- "threshold_percentage": 100
}, - "vpn_enabled": true
}, - "conversion_filter_preset_id": 0,
- "conversion_filter_settings": {
- "bot": {
- "premium_ip_check_enabled": true,
- "reject_empty_browser_language": true
}, - "bot_enabled": true,
- "click_spam": [
- {
- "check_by_sub_id": true,
- "lookback_hours": 0,
- "max_session_time_seconds": 0,
- "minimum_request_count": 0,
- "threshold_percentage": 100
}
], - "click_spam_enabled": true,
- "device_id": {
- "reject_empty_value": true
}, - "device_id_enabled": true,
- "duplicate_user": [
- {
- "enable_duplicate_device_id": true,
- "enable_duplicate_fingerprint": true,
- "enable_duplicate_ip": true,
- "enable_duplicate_ipv6": true,
- "enable_duplicate_uuid": true,
- "expires_in_seconds": 1,
- "has_offer": true,
- "has_publisher": true,
- "has_sub_id": true,
- "has_user_agent": true,
- "max_duplicates": 1
}
], - "duplicate_user_enabled": true,
- "high_conversion_rate": {
- "block_clicks": true,
- "check_by_sub_id": true,
- "lookback_times": {
- "property1": {
- "enabled": true,
- "max_conversion_rate": 100,
- "min_click_count": 1,
- "min_conversion_count": 1,
- "min_conversion_rate": 100
}, - "property2": {
- "enabled": true,
- "max_conversion_rate": 100,
- "min_click_count": 1,
- "min_conversion_count": 1,
- "min_conversion_rate": 100
}
}
}, - "high_conversion_rate_enabled": true,
- "low_conversion_rate": {
- "block_clicks": true,
- "check_by_sub_id": true,
- "lookback_times": {
- "property1": {
- "enabled": true,
- "max_conversion_rate": 100,
- "min_click_count": 1,
- "min_conversion_count": 1,
- "min_conversion_rate": 100
}, - "property2": {
- "enabled": true,
- "max_conversion_rate": 100,
- "min_click_count": 1,
- "min_conversion_count": 1,
- "min_conversion_rate": 100
}
}
}, - "low_conversion_rate_enabled": true,
- "low_session_time_anomaly": [
- {
- "check_by_sub_id": true,
- "lookback_hours": 0,
- "min_session_time_seconds": 0,
- "minimum_request_count": 0,
- "threshold_percentage": 100
}
], - "low_session_time_anomaly_enabled": true,
- "maximum_session_time": {
- "max_session_time_seconds": 0
}, - "maximum_session_time_enabled": true,
- "minimum_session_time": {
- "min_session_time_seconds": 0
}, - "minimum_session_time_enabled": true,
- "old_browser": {
- "browsers": {
- "property1": "string",
- "property2": "string"
}, - "check_by_sub_id": true,
- "invert": true,
- "lookback_hours": 0,
- "minimum_request_count": 0,
- "threshold_percentage": 100
}, - "old_browser_enabled": true,
- "old_os": {
- "check_by_sub_id": true,
- "invert": true,
- "lookback_hours": 0,
- "minimum_request_count": 0,
- "oses": {
- "property1": "string",
- "property2": "string"
}, - "threshold_percentage": 100
}, - "old_os_enabled": true,
- "parameter": {
- "configs": {
- "property1": {
- "blocked_values": [
- "string"
], - "reject_empty_value": true,
- "valid_values": [
- "string"
]
}, - "property2": {
- "blocked_values": [
- "string"
], - "reject_empty_value": true,
- "valid_values": [
- "string"
]
}
}, - "do_not_reject_invalid_app_version_format": true,
- "reject_invalid_app_version": true
}, - "parameter_enabled": true,
- "referer": {
- "categories": [
- "oneof=fraud"
], - "invert": true,
- "keywords": [
- "string"
], - "keywords_group_tags": [
- "string"
], - "reject_empty_value": true
}, - "referer_enabled": true,
- "smart_screen_ai": {
- "prompt": "string"
}, - "smart_screen_ai_enabled": true,
- "sub_id_validity_check": {
- "is_integer": true,
- "max_length": 50,
- "max_unique_threshold": 0,
- "min_length": 0,
- "unified_sub_id": "string"
}, - "sub_id_validity_check_enabled": true,
- "third_party_rejection": {
- "rejected_keywords": [
- "string"
]
}, - "third_party_rejection_enabled": true,
- "vpn": {
- "check_by_sub_id": true,
- "lookback_hours": 0,
- "minimum_request_count": 0,
- "residential_vpn_check": true,
- "residential_vpn_check_custom_settings": {
- "minimum_request_count": 0,
- "threshold_percentage": 100
}, - "residential_vpn_check_custom_settings_enabled": true,
- "threshold_percentage": 100
}, - "vpn_enabled": true,
- "wrong_install_time": {
- "time_delta_tolerance_seconds": 999
}, - "wrong_install_time_enabled": true
}, - "created_at": "string",
- "description": "string",
- "id": "string",
- "impression_filter_settings": {
- "bot": {
- "premium_ip_check_enabled": true,
- "reject_empty_browser_language": true
}, - "bot_enabled": true,
- "device_id": {
- "reject_empty_value": true
}, - "device_id_enabled": true,
- "impression_flooding": {
- "expires_in_seconds": 1,
- "extra_expires_in_seconds_when_rejected": 1,
- "max_duplicate_ip": 1,
- "properties": {
- "has_offer": true,
- "has_publisher": true,
- "has_sub_id": true,
- "has_user_agent": true
}
}, - "impression_flooding_enabled": true,
- "isp": {
- "invert": true,
- "keywords": [
- "string"
]
}, - "isp_enabled": true,
- "keyword": {
- "expires_in_seconds": 1,
- "keywords": [
- "string"
], - "max_duplicate_allowed": 1,
- "properties": {
- "has_offer": true,
- "has_publisher": true,
- "has_sub_id": true
}
}, - "keyword_enabled": true,
- "old_browser": {
- "browsers": {
- "property1": "string",
- "property2": "string"
}, - "check_by_sub_id": true,
- "invert": true,
- "lookback_hours": 0,
- "minimum_request_count": 0,
- "threshold_percentage": 100
}, - "old_browser_enabled": true,
- "old_os": {
- "check_by_sub_id": true,
- "invert": true,
- "lookback_hours": 0,
- "minimum_request_count": 0,
- "oses": {
- "property1": "string",
- "property2": "string"
}, - "threshold_percentage": 100
}, - "old_os_enabled": true,
- "parameter": {
- "configs": {
- "property1": {
- "blocked_values": [
- "string"
], - "reject_empty_value": true,
- "valid_values": [
- "string"
]
}, - "property2": {
- "blocked_values": [
- "string"
], - "reject_empty_value": true,
- "valid_values": [
- "string"
]
}
}, - "do_not_reject_invalid_app_version_format": true,
- "reject_invalid_app_version": true
}, - "parameter_enabled": true,
- "site_url": {
- "categories": [
- "oneof=fraud"
], - "invert": true,
- "keywords": [
- "string"
], - "keywords_group_tags": [
- "string"
], - "reject_empty_value": true
}, - "site_url_enabled": true,
- "sub_id_validity_check": {
- "is_integer": true,
- "max_length": 50,
- "max_unique_threshold": 0,
- "min_length": 0,
- "unified_sub_id": "string"
}, - "sub_id_validity_check_enabled": true,
- "user_frequency": [
- {
- "enable_duplicate_device_id": true,
- "enable_duplicate_fingerprint": true,
- "enable_duplicate_ip": true,
- "enable_duplicate_ipv6": true,
- "enable_duplicate_uuid": true,
- "expires_in_seconds": 1,
- "has_offer": true,
- "has_publisher": true,
- "has_sub_id": true,
- "has_user_agent": true,
- "max_duplicates": 1
}
], - "user_frequency_enabled": true,
- "vpn": {
- "check_by_sub_id": true,
- "lookback_hours": 0,
- "minimum_request_count": 0,
- "residential_vpn_check": true,
- "residential_vpn_check_custom_settings": {
- "minimum_request_count": 0,
- "threshold_percentage": 100
}, - "residential_vpn_check_custom_settings_enabled": true,
- "threshold_percentage": 100
}, - "vpn_enabled": true
}, - "integration": "string",
- "last_updated_by": "string",
- "monitoring_mode": true,
- "name": "string",
- "name_with_id": "string",
- "organization": "string",
- "rtb_enabled": true,
- "tags": [
- "string"
], - "tags_meta": [
- {
- "color": "string",
- "created_at": "string",
- "id": "string",
- "last_updated_by": "string",
- "name": "string",
- "organization": "string",
- "updated_at": "string"
}
], - "updated_at": "string",
- "used_by_offers": [
- "string"
]
}, - "fraud_filter_group_id": "string",
- "id": "string",
- "impression_forwarding_enabled": true,
- "impression_forwarding_url": "string",
- "incremental_id": 0,
- "integration": "string",
- "last_updated_by": "string",
- "manually_approve_conversions": true,
- "name": "string",
- "name_with_id": "string",
- "offer_group": "string",
- "offer_preview_enabled": true,
- "optional_landing_pages": [
- {
- "active": true,
- "archived": true,
- "created_at": "string",
- "id": "string",
- "incremental_id": 0,
- "integration": "string",
- "last_updated_by": "string",
- "name": "string",
- "name_with_id": "string",
- "offer_id": "string",
- "offer_incremental_id": 0,
- "organization": "string",
- "platform": "Unknown",
- "preview_url": "string",
- "redirect_url": "string",
- "updated_at": "string"
}
], - "organization": "string",
- "parallel_tracking_enabled": true,
- "parallel_tracking_url": "string",
- "payouts": [
- {
- "description": "string",
- "incremental_id": 0,
- "name": "string",
- "name_with_id": "string",
- "payout": 0,
- "payout_percent": 100,
- "payout_type": "Unknown",
- "revenue": 0,
- "revenue_percent": 100,
- "revenue_type": "Unknown",
- "summary": "string"
}
], - "platform": "Unknown",
- "primary_domain": "string",
- "secure_code": "string",
- "start_date": "2019-08-24T14:15:22Z",
- "tags": [
- "string"
], - "tags_meta": [
- {
- "color": "string",
- "created_at": "string",
- "id": "string",
- "last_updated_by": "string",
- "name": "string",
- "organization": "string",
- "updated_at": "string"
}
], - "targeting_group": {
- "active": true,
- "click_targeting_settings": {
- "device": {
- "browsers": {
- "Chrome": true,
- "Safari": false
}, - "device_types": {
- "Computer": false,
- "Phone": true
}, - "operating_systems": {
- "Android": false,
- "iOS": true
}, - "os_versions": {
- "property1": {
- "is_allowed": true,
- "max_version": "string",
- "min_version": "string"
}, - "property2": {
- "is_allowed": true,
- "max_version": "string",
- "min_version": "string"
}
}
}, - "device_targeting_enabled": true,
- "geo": {
- "cities": {
- "property1": true,
- "property2": true
}, - "countries": {
- "property1": true,
- "property2": true
}
}, - "geo_targeting_enabled": true,
- "ip": {
- "ip_addresses": {
- "10.0.0.1": true
}, - "ip_ranges": {
- "10.0.0.1-10.0.0.255": true
}
}, - "ip_targeting_enabled": true,
- "language": {
- "property1": true,
- "property2": true
}, - "language_targeting_enabled": true
}, - "conversion_targeting_settings": {
- "device": {
- "browsers": {
- "Chrome": true,
- "Safari": false
}, - "device_types": {
- "Computer": false,
- "Phone": true
}, - "operating_systems": {
- "Android": false,
- "iOS": true
}, - "os_versions": {
- "property1": {
- "is_allowed": true,
- "max_version": "string",
- "min_version": "string"
}, - "property2": {
- "is_allowed": true,
- "max_version": "string",
- "min_version": "string"
}
}
}, - "device_targeting_enabled": true,
- "geo": {
- "cities": {
- "property1": true,
- "property2": true
}, - "countries": {
- "property1": true,
- "property2": true
}
}, - "geo_targeting_enabled": true,
- "ip": {
- "ip_addresses": {
- "10.0.0.1": true
}, - "ip_ranges": {
- "10.0.0.1-10.0.0.255": true
}
}, - "ip_targeting_enabled": true,
- "language": {
- "property1": true,
- "property2": true
}, - "language_targeting_enabled": true
}, - "created_at": "string",
- "description": "string",
- "id": "string",
- "impression_targeting_settings": {
- "device": {
- "browsers": {
- "Chrome": true,
- "Safari": false
}, - "device_types": {
- "Computer": false,
- "Phone": true
}, - "operating_systems": {
- "Android": false,
- "iOS": true
}, - "os_versions": {
- "property1": {
- "is_allowed": true,
- "max_version": "string",
- "min_version": "string"
}, - "property2": {
- "is_allowed": true,
- "max_version": "string",
- "min_version": "string"
}
}
}, - "device_targeting_enabled": true,
- "geo": {
- "cities": {
- "property1": true,
- "property2": true
}, - "countries": {
- "property1": true,
- "property2": true
}
}, - "geo_targeting_enabled": true,
- "ip": {
- "ip_addresses": {
- "10.0.0.1": true
}, - "ip_ranges": {
- "10.0.0.1-10.0.0.255": true
}
}, - "ip_targeting_enabled": true,
- "language": {
- "property1": true,
- "property2": true
}, - "language_targeting_enabled": true
}, - "integration": "string",
- "last_updated_by": "string",
- "name": "string",
- "organization": "string",
- "related_offers": [
- {
- "id": "string",
- "name": "string"
}
], - "updated_at": "string"
}, - "targeting_group_id": "string",
- "targeting_simple": {
- "device": {
- "browsers": {
- "Chrome": true,
- "Safari": false
}, - "device_types": {
- "Computer": false,
- "Phone": true
}, - "operating_systems": {
- "Android": false,
- "iOS": true
}, - "os_versions": {
- "property1": {
- "is_allowed": true,
- "max_version": "string",
- "min_version": "string"
}, - "property2": {
- "is_allowed": true,
- "max_version": "string",
- "min_version": "string"
}
}
}, - "device_targeting_enabled": true,
- "geo": {
- "cities": {
- "property1": true,
- "property2": true
}, - "countries": {
- "property1": true,
- "property2": true
}
}, - "geo_targeting_enabled": true,
- "ip": {
- "ip_addresses": {
- "10.0.0.1": true
}, - "ip_ranges": {
- "10.0.0.1-10.0.0.255": true
}
}, - "ip_targeting_enabled": true,
- "language": {
- "property1": true,
- "property2": true
}, - "language_targeting_enabled": true
}, - "targeting_simple_enabled": true,
- "terms_and_conditions": "string",
- "terms_and_conditions_agreed_list": [
- 0
], - "terms_and_conditions_enabled": true,
- "updated_at": "string",
- "view_through_attribution_enabled": true,
- "visibility": "Public"
}
], - "meta": {
- "links": {
- "next": {
- "page[after]": "string",
- "page[before]": "string",
- "page[number]": 0,
- "page[size]": 0
}, - "prev": {
- "page[after]": "string",
- "page[before]": "string",
- "page[number]": 0,
- "page[size]": 0
}
}, - "total_count": 0,
- "total_page": 0
}
}
Create a new Offer.
integrationID required | string The Integration ID |
A JSON object containing offer information
active | boolean If offer is inactive, there will be no clicks or conversions recorded. |
advertiser_id required | integer The advertiser incremental ID that this offer belongs to. |
allow_duplicate_conversions | boolean |
approved_publisher_ids | Array of integers unique List of allowed publishers, ignored if AllowAll is enabled |
archived | boolean |
block_on_reject | boolean If this is true and the click is rejected, the user will get a blocked message instead of a redirect. |
object (csapi.Capping) | |
conversion_name | string The conversion name of this offer. |
currency | string |
deep_link_enabled | boolean |
object Offer Default Preview URL and Offer Redirect URL | |
object (csapi.PayoutConfig) | |
description | string The description of this offer. |
end_date | string <date-time> The offer is not valid after this time. |
fallback_url | string If the click is rejected, the user will be redirected to this URL. |
fraud_filter_group_id | string |
impression_forwarding_enabled | boolean When enabled, each impression will execute an http request to the impression_forwarding_url. |
impression_forwarding_url | string |
manually_approve_conversions | boolean |
name required | string The name of the offer. |
offer_group | string The offer group that this offers belongs to. |
offer_preview_enabled | boolean If this is true and the click is rejected, it will redirect to the offer landing page preview url. |
parallel_tracking_enabled | boolean If this is true, the parallel tracking url will be used if the click is approved. |
parallel_tracking_url | string If the click is approved, a postback will be sent to this URL. |
platform | string Enum: "Unknown" "HasOffers" "Everflow" "Affise" The platform from which the data was migrated. |
primary_domain | string |
secure_code | string SecureCode is a unique code that is used to authorize conversions and events. If this is empty, conversion and events will require the Integration global secure code. |
start_date | string <date-time> The offer is only valid at this time. |
tags | Array of strings <= 50 items |
targeting_group_id | string If targeting_simple_enabled is false (default), the targeting group ID can be set. |
object (csapi.TargetingSettings) | |
targeting_simple_enabled | boolean If enabled, the simple targeting settings will be used. |
terms_and_conditions | string |
terms_and_conditions_agreed_list | Array of integers unique |
terms_and_conditions_enabled | boolean Terms and conditions settings of the offer |
view_through_attribution_enabled | boolean When enabled, view-through attribution will be enabled for this offer. |
visibility | string Default: "Public" Enum: "Public" "Private" "Requires_Approval" If this enabled, all publishers are allowed |
{- "active": true,
- "advertiser_id": 0,
- "allow_duplicate_conversions": true,
- "approved_publisher_ids": [
- 0
], - "archived": true,
- "block_on_reject": true,
- "capping": {
- "block_clicks": true,
- "block_impressions": true,
- "click_capping": {
- "daily": 0,
- "every_15_minutes": 0,
- "hourly": 0,
- "monthly": 0,
- "total": 0,
- "weekly": 0
}, - "click_capping_enabled": true,
- "conversion_capping": {
- "daily": 0,
- "every_15_minutes": 0,
- "hourly": 0,
- "monthly": 0,
- "total": 0,
- "weekly": 0
}, - "conversion_capping_enabled": true,
- "event_capping_enabled": true,
- "event_capping_per_event_id": {
- "property1": {
- "daily": 0,
- "every_15_minutes": 0,
- "hourly": 0,
- "monthly": 0,
- "total": 0,
- "weekly": 0
}, - "property2": {
- "daily": 0,
- "every_15_minutes": 0,
- "hourly": 0,
- "monthly": 0,
- "total": 0,
- "weekly": 0
}
}, - "impression_capping": {
- "daily": 0,
- "every_15_minutes": 0,
- "hourly": 0,
- "monthly": 0,
- "total": 0,
- "weekly": 0
}, - "impression_capping_enabled": true,
- "payout_capping": {
- "daily": 0,
- "every_15_minutes": 0,
- "hourly": 0,
- "monthly": 0,
- "total": 0,
- "weekly": 0
}, - "payout_capping_enabled": true,
- "revenue_capping": {
- "daily": 0,
- "every_15_minutes": 0,
- "hourly": 0,
- "monthly": 0,
- "total": 0,
- "weekly": 0
}, - "revenue_capping_enabled": true,
- "soft_capping_enabled": true,
- "timezone": "UTC"
}, - "conversion_name": "string",
- "currency": "string",
- "deep_link_enabled": true,
- "default_offer_landing_page": {
- "preview_url": "string",
- "redirect_url": "string"
}, - "default_payout": {
- "payout": 0,
- "payout_percent": 100,
- "payout_type": "Unknown",
- "revenue": 0,
- "revenue_percent": 100,
- "revenue_type": "Unknown"
}, - "description": "string",
- "end_date": "2019-08-24T14:15:22Z",
- "fallback_url": "string",
- "fraud_filter_group_id": "string",
- "impression_forwarding_enabled": true,
- "impression_forwarding_url": "string",
- "manually_approve_conversions": true,
- "name": "string",
- "offer_group": "string",
- "offer_preview_enabled": true,
- "parallel_tracking_enabled": true,
- "parallel_tracking_url": "string",
- "platform": "Unknown",
- "primary_domain": "string",
- "secure_code": "string",
- "start_date": "2019-08-24T14:15:22Z",
- "tags": [
- "string"
], - "targeting_group_id": "string",
- "targeting_simple": {
- "device": {
- "browsers": {
- "Chrome": true,
- "Safari": false
}, - "device_types": {
- "Computer": false,
- "Phone": true
}, - "operating_systems": {
- "Android": false,
- "iOS": true
}, - "os_versions": {
- "property1": {
- "is_allowed": true,
- "max_version": "string",
- "min_version": "string"
}, - "property2": {
- "is_allowed": true,
- "max_version": "string",
- "min_version": "string"
}
}
}, - "device_targeting_enabled": true,
- "geo": {
- "cities": {
- "property1": true,
- "property2": true
}, - "countries": {
- "property1": true,
- "property2": true
}
}, - "geo_targeting_enabled": true,
- "ip": {
- "ip_addresses": {
- "10.0.0.1": true
}, - "ip_ranges": {
- "10.0.0.1-10.0.0.255": true
}
}, - "ip_targeting_enabled": true,
- "language": {
- "property1": true,
- "property2": true
}, - "language_targeting_enabled": true
}, - "targeting_simple_enabled": true,
- "terms_and_conditions": "string",
- "terms_and_conditions_agreed_list": [
- 0
], - "terms_and_conditions_enabled": true,
- "view_through_attribution_enabled": true,
- "visibility": "Public"
}
{- "created_item_id": "string"
}
Bulk delete Offers by providing an array of Offer IDs.
integrationID required | string The Integration ID |
An array of offer IDs to delete
data | Array of strings |
{- "data": [
- "string"
]
}
{ }
Bulk update Offers status by providing an array of Offer IDs and the new status.
integrationID required | string The Integration ID |
An array of offer IDs to update and the new status
active | boolean |
data | Array of strings |
{- "active": true,
- "data": [
- "string"
]
}
{ }
Get Offer information.
integrationID required | string The Integration ID |
offerID required | string The Offer ID |
object (csapi.Offer) |
{- "data": {
- "active": true,
- "advertiser": {
- "active": true,
- "id": "string",
- "incremental_id": 0,
- "name": "string",
- "name_with_id": "string"
}, - "advertiser_id": 0,
- "allow_duplicate_conversions": true,
- "approved_publisher_ids": [
- 0
], - "approved_publishers": [
- {
- "id": "string",
- "name": "string"
}
], - "archived": true,
- "auth_secure_code": "string",
- "block_on_reject": true,
- "capping": {
- "block_clicks": true,
- "block_impressions": true,
- "click_capping": {
- "daily": 0,
- "every_15_minutes": 0,
- "hourly": 0,
- "monthly": 0,
- "total": 0,
- "weekly": 0
}, - "click_capping_enabled": true,
- "conversion_capping": {
- "daily": 0,
- "every_15_minutes": 0,
- "hourly": 0,
- "monthly": 0,
- "total": 0,
- "weekly": 0
}, - "conversion_capping_enabled": true,
- "event_capping_enabled": true,
- "event_capping_per_event_id": {
- "property1": {
- "daily": 0,
- "every_15_minutes": 0,
- "hourly": 0,
- "monthly": 0,
- "total": 0,
- "weekly": 0
}, - "property2": {
- "daily": 0,
- "every_15_minutes": 0,
- "hourly": 0,
- "monthly": 0,
- "total": 0,
- "weekly": 0
}
}, - "impression_capping": {
- "daily": 0,
- "every_15_minutes": 0,
- "hourly": 0,
- "monthly": 0,
- "total": 0,
- "weekly": 0
}, - "impression_capping_enabled": true,
- "payout_capping": {
- "daily": 0,
- "every_15_minutes": 0,
- "hourly": 0,
- "monthly": 0,
- "total": 0,
- "weekly": 0
}, - "payout_capping_enabled": true,
- "revenue_capping": {
- "daily": 0,
- "every_15_minutes": 0,
- "hourly": 0,
- "monthly": 0,
- "total": 0,
- "weekly": 0
}, - "revenue_capping_enabled": true,
- "soft_capping_enabled": true,
- "timezone": "UTC"
}, - "click_tracking_links": {
- "js": "string",
- "standard": "string"
}, - "conversion_name": "string",
- "created_at": "string",
- "currency": "string",
- "deep_link_enabled": true,
- "default_offer_landing_page": {
- "preview_url": "string",
- "redirect_url": "string"
}, - "default_payout": {
- "payout": 0,
- "payout_percent": 100,
- "payout_type": "Unknown",
- "revenue": 0,
- "revenue_percent": 100,
- "revenue_type": "Unknown"
}, - "description": "string",
- "end_date": "2019-08-24T14:15:22Z",
- "fallback_url": "string",
- "fraud_filter_group": {
- "active": true,
- "click_filter_preset_id": 0,
- "click_filter_settings": {
- "bot": {
- "premium_ip_check_enabled": true,
- "reject_empty_browser_language": true
}, - "bot_enabled": true,
- "click_flooding": {
- "expires_in_seconds": 1,
- "extra_expires_in_seconds_when_rejected": 1,
- "max_duplicate_ip": 1,
- "properties": {
- "has_offer": true,
- "has_publisher": true,
- "has_sub_id": true,
- "has_user_agent": true
}
}, - "click_flooding_enabled": true,
- "conversion_rejection_threshold": {
- "by_sub_id": true,
- "lookback_hours": 0,
- "minimum_total": 1,
- "threshold": 100
}, - "conversion_rejection_threshold_enabled": true,
- "device_id": {
- "reject_empty_value": true
}, - "device_id_enabled": true,
- "duplicate_user": [
- {
- "enable_duplicate_device_id": true,
- "enable_duplicate_fingerprint": true,
- "enable_duplicate_ip": true,
- "enable_duplicate_ipv6": true,
- "enable_duplicate_uuid": true,
- "expires_in_seconds": 1,
- "has_offer": true,
- "has_publisher": true,
- "has_sub_id": true,
- "has_user_agent": true,
- "max_duplicates": 1
}
], - "duplicate_user_enabled": true,
- "high_conversion_rate": {
- "block_clicks": true,
- "check_by_sub_id": true,
- "lookback_times": {
- "property1": {
- "enabled": true,
- "max_conversion_rate": 100,
- "min_click_count": 1,
- "min_conversion_count": 1,
- "min_conversion_rate": 100
}, - "property2": {
- "enabled": true,
- "max_conversion_rate": 100,
- "min_click_count": 1,
- "min_conversion_count": 1,
- "min_conversion_rate": 100
}
}
}, - "high_conversion_rate_enabled": true,
- "isp": {
- "invert": true,
- "keywords": [
- "string"
]
}, - "isp_enabled": true,
- "keyword": {
- "expires_in_seconds": 1,
- "keywords": [
- "string"
], - "max_duplicate_allowed": 1,
- "properties": {
- "has_offer": true,
- "has_publisher": true,
- "has_sub_id": true
}
}, - "keyword_enabled": true,
- "low_conversion_rate": {
- "block_clicks": true,
- "check_by_sub_id": true,
- "lookback_times": {
- "property1": {
- "enabled": true,
- "max_conversion_rate": 100,
- "min_click_count": 1,
- "min_conversion_count": 1,
- "min_conversion_rate": 100
}, - "property2": {
- "enabled": true,
- "max_conversion_rate": 100,
- "min_click_count": 1,
- "min_conversion_count": 1,
- "min_conversion_rate": 100
}
}
}, - "low_conversion_rate_enabled": true,
- "old_browser": {
- "browsers": {
- "property1": "string",
- "property2": "string"
}, - "check_by_sub_id": true,
- "invert": true,
- "lookback_hours": 0,
- "minimum_request_count": 0,
- "threshold_percentage": 100
}, - "old_browser_enabled": true,
- "old_os": {
- "check_by_sub_id": true,
- "invert": true,
- "lookback_hours": 0,
- "minimum_request_count": 0,
- "oses": {
- "property1": "string",
- "property2": "string"
}, - "threshold_percentage": 100
}, - "old_os_enabled": true,
- "parameter": {
- "configs": {
- "property1": {
- "blocked_values": [
- "string"
], - "reject_empty_value": true,
- "valid_values": [
- "string"
]
}, - "property2": {
- "blocked_values": [
- "string"
], - "reject_empty_value": true,
- "valid_values": [
- "string"
]
}
}, - "do_not_reject_invalid_app_version_format": true,
- "reject_invalid_app_version": true
}, - "parameter_enabled": true,
- "referer": {
- "categories": [
- "oneof=fraud"
], - "invert": true,
- "keywords": [
- "string"
], - "keywords_group_tags": [
- "string"
], - "reject_empty_value": true
}, - "referer_enabled": true,
- "sub_id_validity_check": {
- "is_integer": true,
- "max_length": 50,
- "max_unique_threshold": 0,
- "min_length": 0,
- "unified_sub_id": "string"
}, - "sub_id_validity_check_enabled": true,
- "vpn": {
- "check_by_sub_id": true,
- "lookback_hours": 0,
- "minimum_request_count": 0,
- "residential_vpn_check": true,
- "residential_vpn_check_custom_settings": {
- "minimum_request_count": 0,
- "threshold_percentage": 100
}, - "residential_vpn_check_custom_settings_enabled": true,
- "threshold_percentage": 100
}, - "vpn_enabled": true
}, - "conversion_filter_preset_id": 0,
- "conversion_filter_settings": {
- "bot": {
- "premium_ip_check_enabled": true,
- "reject_empty_browser_language": true
}, - "bot_enabled": true,
- "click_spam": [
- {
- "check_by_sub_id": true,
- "lookback_hours": 0,
- "max_session_time_seconds": 0,
- "minimum_request_count": 0,
- "threshold_percentage": 100
}
], - "click_spam_enabled": true,
- "device_id": {
- "reject_empty_value": true
}, - "device_id_enabled": true,
- "duplicate_user": [
- {
- "enable_duplicate_device_id": true,
- "enable_duplicate_fingerprint": true,
- "enable_duplicate_ip": true,
- "enable_duplicate_ipv6": true,
- "enable_duplicate_uuid": true,
- "expires_in_seconds": 1,
- "has_offer": true,
- "has_publisher": true,
- "has_sub_id": true,
- "has_user_agent": true,
- "max_duplicates": 1
}
], - "duplicate_user_enabled": true,
- "high_conversion_rate": {
- "block_clicks": true,
- "check_by_sub_id": true,
- "lookback_times": {
- "property1": {
- "enabled": true,
- "max_conversion_rate": 100,
- "min_click_count": 1,
- "min_conversion_count": 1,
- "min_conversion_rate": 100
}, - "property2": {
- "enabled": true,
- "max_conversion_rate": 100,
- "min_click_count": 1,
- "min_conversion_count": 1,
- "min_conversion_rate": 100
}
}
}, - "high_conversion_rate_enabled": true,
- "low_conversion_rate": {
- "block_clicks": true,
- "check_by_sub_id": true,
- "lookback_times": {
- "property1": {
- "enabled": true,
- "max_conversion_rate": 100,
- "min_click_count": 1,
- "min_conversion_count": 1,
- "min_conversion_rate": 100
}, - "property2": {
- "enabled": true,
- "max_conversion_rate": 100,
- "min_click_count": 1,
- "min_conversion_count": 1,
- "min_conversion_rate": 100
}
}
}, - "low_conversion_rate_enabled": true,
- "low_session_time_anomaly": [
- {
- "check_by_sub_id": true,
- "lookback_hours": 0,
- "min_session_time_seconds": 0,
- "minimum_request_count": 0,
- "threshold_percentage": 100
}
], - "low_session_time_anomaly_enabled": true,
- "maximum_session_time": {
- "max_session_time_seconds": 0
}, - "maximum_session_time_enabled": true,
- "minimum_session_time": {
- "min_session_time_seconds": 0
}, - "minimum_session_time_enabled": true,
- "old_browser": {
- "browsers": {
- "property1": "string",
- "property2": "string"
}, - "check_by_sub_id": true,
- "invert": true,
- "lookback_hours": 0,
- "minimum_request_count": 0,
- "threshold_percentage": 100
}, - "old_browser_enabled": true,
- "old_os": {
- "check_by_sub_id": true,
- "invert": true,
- "lookback_hours": 0,
- "minimum_request_count": 0,
- "oses": {
- "property1": "string",
- "property2": "string"
}, - "threshold_percentage": 100
}, - "old_os_enabled": true,
- "parameter": {
- "configs": {
- "property1": {
- "blocked_values": [
- "string"
], - "reject_empty_value": true,
- "valid_values": [
- "string"
]
}, - "property2": {
- "blocked_values": [
- "string"
], - "reject_empty_value": true,
- "valid_values": [
- "string"
]
}
}, - "do_not_reject_invalid_app_version_format": true,
- "reject_invalid_app_version": true
}, - "parameter_enabled": true,
- "referer": {
- "categories": [
- "oneof=fraud"
], - "invert": true,
- "keywords": [
- "string"
], - "keywords_group_tags": [
- "string"
], - "reject_empty_value": true
}, - "referer_enabled": true,
- "smart_screen_ai": {
- "prompt": "string"
}, - "smart_screen_ai_enabled": true,
- "sub_id_validity_check": {
- "is_integer": true,
- "max_length": 50,
- "max_unique_threshold": 0,
- "min_length": 0,
- "unified_sub_id": "string"
}, - "sub_id_validity_check_enabled": true,
- "third_party_rejection": {
- "rejected_keywords": [
- "string"
]
}, - "third_party_rejection_enabled": true,
- "vpn": {
- "check_by_sub_id": true,
- "lookback_hours": 0,
- "minimum_request_count": 0,
- "residential_vpn_check": true,
- "residential_vpn_check_custom_settings": {
- "minimum_request_count": 0,
- "threshold_percentage": 100
}, - "residential_vpn_check_custom_settings_enabled": true,
- "threshold_percentage": 100
}, - "vpn_enabled": true,
- "wrong_install_time": {
- "time_delta_tolerance_seconds": 999
}, - "wrong_install_time_enabled": true
}, - "created_at": "string",
- "description": "string",
- "id": "string",
- "impression_filter_settings": {
- "bot": {
- "premium_ip_check_enabled": true,
- "reject_empty_browser_language": true
}, - "bot_enabled": true,
- "device_id": {
- "reject_empty_value": true
}, - "device_id_enabled": true,
- "impression_flooding": {
- "expires_in_seconds": 1,
- "extra_expires_in_seconds_when_rejected": 1,
- "max_duplicate_ip": 1,
- "properties": {
- "has_offer": true,
- "has_publisher": true,
- "has_sub_id": true,
- "has_user_agent": true
}
}, - "impression_flooding_enabled": true,
- "isp": {
- "invert": true,
- "keywords": [
- "string"
]
}, - "isp_enabled": true,
- "keyword": {
- "expires_in_seconds": 1,
- "keywords": [
- "string"
], - "max_duplicate_allowed": 1,
- "properties": {
- "has_offer": true,
- "has_publisher": true,
- "has_sub_id": true
}
}, - "keyword_enabled": true,
- "old_browser": {
- "browsers": {
- "property1": "string",
- "property2": "string"
}, - "check_by_sub_id": true,
- "invert": true,
- "lookback_hours": 0,
- "minimum_request_count": 0,
- "threshold_percentage": 100
}, - "old_browser_enabled": true,
- "old_os": {
- "check_by_sub_id": true,
- "invert": true,
- "lookback_hours": 0,
- "minimum_request_count": 0,
- "oses": {
- "property1": "string",
- "property2": "string"
}, - "threshold_percentage": 100
}, - "old_os_enabled": true,
- "parameter": {
- "configs": {
- "property1": {
- "blocked_values": [
- "string"
], - "reject_empty_value": true,
- "valid_values": [
- "string"
]
}, - "property2": {
- "blocked_values": [
- "string"
], - "reject_empty_value": true,
- "valid_values": [
- "string"
]
}
}, - "do_not_reject_invalid_app_version_format": true,
- "reject_invalid_app_version": true
}, - "parameter_enabled": true,
- "site_url": {
- "categories": [
- "oneof=fraud"
], - "invert": true,
- "keywords": [
- "string"
], - "keywords_group_tags": [
- "string"
], - "reject_empty_value": true
}, - "site_url_enabled": true,
- "sub_id_validity_check": {
- "is_integer": true,
- "max_length": 50,
- "max_unique_threshold": 0,
- "min_length": 0,
- "unified_sub_id": "string"
}, - "sub_id_validity_check_enabled": true,
- "user_frequency": [
- {
- "enable_duplicate_device_id": true,
- "enable_duplicate_fingerprint": true,
- "enable_duplicate_ip": true,
- "enable_duplicate_ipv6": true,
- "enable_duplicate_uuid": true,
- "expires_in_seconds": 1,
- "has_offer": true,
- "has_publisher": true,
- "has_sub_id": true,
- "has_user_agent": true,
- "max_duplicates": 1
}
], - "user_frequency_enabled": true,
- "vpn": {
- "check_by_sub_id": true,
- "lookback_hours": 0,
- "minimum_request_count": 0,
- "residential_vpn_check": true,
- "residential_vpn_check_custom_settings": {
- "minimum_request_count": 0,
- "threshold_percentage": 100
}, - "residential_vpn_check_custom_settings_enabled": true,
- "threshold_percentage": 100
}, - "vpn_enabled": true
}, - "integration": "string",
- "last_updated_by": "string",
- "monitoring_mode": true,
- "name": "string",
- "name_with_id": "string",
- "organization": "string",
- "rtb_enabled": true,
- "tags": [
- "string"
], - "tags_meta": [
- {
- "color": "string",
- "created_at": "string",
- "id": "string",
- "last_updated_by": "string",
- "name": "string",
- "organization": "string",
- "updated_at": "string"
}
], - "updated_at": "string",
- "used_by_offers": [
- "string"
]
}, - "fraud_filter_group_id": "string",
- "id": "string",
- "impression_forwarding_enabled": true,
- "impression_forwarding_url": "string",
- "incremental_id": 0,
- "integration": "string",
- "last_updated_by": "string",
- "manually_approve_conversions": true,
- "name": "string",
- "name_with_id": "string",
- "offer_group": "string",
- "offer_preview_enabled": true,
- "optional_landing_pages": [
- {
- "active": true,
- "archived": true,
- "created_at": "string",
- "id": "string",
- "incremental_id": 0,
- "integration": "string",
- "last_updated_by": "string",
- "name": "string",
- "name_with_id": "string",
- "offer_id": "string",
- "offer_incremental_id": 0,
- "organization": "string",
- "platform": "Unknown",
- "preview_url": "string",
- "redirect_url": "string",
- "updated_at": "string"
}
], - "organization": "string",
- "parallel_tracking_enabled": true,
- "parallel_tracking_url": "string",
- "payouts": [
- {
- "description": "string",
- "incremental_id": 0,
- "name": "string",
- "name_with_id": "string",
- "payout": 0,
- "payout_percent": 100,
- "payout_type": "Unknown",
- "revenue": 0,
- "revenue_percent": 100,
- "revenue_type": "Unknown",
- "summary": "string"
}
], - "platform": "Unknown",
- "primary_domain": "string",
- "secure_code": "string",
- "start_date": "2019-08-24T14:15:22Z",
- "tags": [
- "string"
], - "tags_meta": [
- {
- "color": "string",
- "created_at": "string",
- "id": "string",
- "last_updated_by": "string",
- "name": "string",
- "organization": "string",
- "updated_at": "string"
}
], - "targeting_group": {
- "active": true,
- "click_targeting_settings": {
- "device": {
- "browsers": {
- "Chrome": true,
- "Safari": false
}, - "device_types": {
- "Computer": false,
- "Phone": true
}, - "operating_systems": {
- "Android": false,
- "iOS": true
}, - "os_versions": {
- "property1": {
- "is_allowed": true,
- "max_version": "string",
- "min_version": "string"
}, - "property2": {
- "is_allowed": true,
- "max_version": "string",
- "min_version": "string"
}
}
}, - "device_targeting_enabled": true,
- "geo": {
- "cities": {
- "property1": true,
- "property2": true
}, - "countries": {
- "property1": true,
- "property2": true
}
}, - "geo_targeting_enabled": true,
- "ip": {
- "ip_addresses": {
- "10.0.0.1": true
}, - "ip_ranges": {
- "10.0.0.1-10.0.0.255": true
}
}, - "ip_targeting_enabled": true,
- "language": {
- "property1": true,
- "property2": true
}, - "language_targeting_enabled": true
}, - "conversion_targeting_settings": {
- "device": {
- "browsers": {
- "Chrome": true,
- "Safari": false
}, - "device_types": {
- "Computer": false,
- "Phone": true
}, - "operating_systems": {
- "Android": false,
- "iOS": true
}, - "os_versions": {
- "property1": {
- "is_allowed": true,
- "max_version": "string",
- "min_version": "string"
}, - "property2": {
- "is_allowed": true,
- "max_version": "string",
- "min_version": "string"
}
}
}, - "device_targeting_enabled": true,
- "geo": {
- "cities": {
- "property1": true,
- "property2": true
}, - "countries": {
- "property1": true,
- "property2": true
}
}, - "geo_targeting_enabled": true,
- "ip": {
- "ip_addresses": {
- "10.0.0.1": true
}, - "ip_ranges": {
- "10.0.0.1-10.0.0.255": true
}
}, - "ip_targeting_enabled": true,
- "language": {
- "property1": true,
- "property2": true
}, - "language_targeting_enabled": true
}, - "created_at": "string",
- "description": "string",
- "id": "string",
- "impression_targeting_settings": {
- "device": {
- "browsers": {
- "Chrome": true,
- "Safari": false
}, - "device_types": {
- "Computer": false,
- "Phone": true
}, - "operating_systems": {
- "Android": false,
- "iOS": true
}, - "os_versions": {
- "property1": {
- "is_allowed": true,
- "max_version": "string",
- "min_version": "string"
}, - "property2": {
- "is_allowed": true,
- "max_version": "string",
- "min_version": "string"
}
}
}, - "device_targeting_enabled": true,
- "geo": {
- "cities": {
- "property1": true,
- "property2": true
}, - "countries": {
- "property1": true,
- "property2": true
}
}, - "geo_targeting_enabled": true,
- "ip": {
- "ip_addresses": {
- "10.0.0.1": true
}, - "ip_ranges": {
- "10.0.0.1-10.0.0.255": true
}
}, - "ip_targeting_enabled": true,
- "language": {
- "property1": true,
- "property2": true
}, - "language_targeting_enabled": true
}, - "integration": "string",
- "last_updated_by": "string",
- "name": "string",
- "organization": "string",
- "related_offers": [
- {
- "id": "string",
- "name": "string"
}
], - "updated_at": "string"
}, - "targeting_group_id": "string",
- "targeting_simple": {
- "device": {
- "browsers": {
- "Chrome": true,
- "Safari": false
}, - "device_types": {
- "Computer": false,
- "Phone": true
}, - "operating_systems": {
- "Android": false,
- "iOS": true
}, - "os_versions": {
- "property1": {
- "is_allowed": true,
- "max_version": "string",
- "min_version": "string"
}, - "property2": {
- "is_allowed": true,
- "max_version": "string",
- "min_version": "string"
}
}
}, - "device_targeting_enabled": true,
- "geo": {
- "cities": {
- "property1": true,
- "property2": true
}, - "countries": {
- "property1": true,
- "property2": true
}
}, - "geo_targeting_enabled": true,
- "ip": {
- "ip_addresses": {
- "10.0.0.1": true
}, - "ip_ranges": {
- "10.0.0.1-10.0.0.255": true
}
}, - "ip_targeting_enabled": true,
- "language": {
- "property1": true,
- "property2": true
}, - "language_targeting_enabled": true
}, - "targeting_simple_enabled": true,
- "terms_and_conditions": "string",
- "terms_and_conditions_agreed_list": [
- 0
], - "terms_and_conditions_enabled": true,
- "updated_at": "string",
- "view_through_attribution_enabled": true,
- "visibility": "Public"
}
}
Delete an Offer. Deleted Offers are archived and can be restored.
integrationID required | string The Integration ID |
offerID required | string The Offer ID |
{ }
Update an Offer by providing the object ID.
integrationID required | string The Integration ID |
offerID required | string The Offer ID |
A JSON object containing offer information
active | boolean |
advertiser_id | integer |
allow_duplicate_conversions | boolean |
approved_publisher_ids | Array of integers |
block_on_reject | boolean |
object (csapi.CappingPayload) | |
conversion_name | string |
currency | string |
deep_link_enabled | boolean |
object (csapi.DefaultOfferLandingPage) | |
object (csapi.PayoutConfigPayload) | |
description | string |
end_date | string |
fallback_url | string |
fraud_filter_group_id | string |
impression_forwarding_enabled | boolean |
impression_forwarding_url | string |
manually_approve_conversions | boolean |
name | string |
offer_group | string |
offer_preview_enabled | boolean |
parallel_tracking_enabled | boolean |
parallel_tracking_url | string |
primary_domain | string |
secure_code | string |
start_date | string |
tags | Array of strings |
targeting_group_id | string |
object (csapi.TargetingSettingsPayload) | |
targeting_simple_enabled | boolean |
terms_and_conditions | string |
terms_and_conditions_agreed_list | Array of integers |
terms_and_conditions_enabled | boolean |
view_through_attribution_enabled | boolean |
visibility | string |
{- "active": true,
- "advertiser_id": 0,
- "allow_duplicate_conversions": true,
- "approved_publisher_ids": [
- 0
], - "block_on_reject": true,
- "capping": {
- "block_clicks": true,
- "block_impressions": true,
- "click_capping": {
- "daily": 0,
- "every_15_minutes": 0,
- "hourly": 0,
- "monthly": 0,
- "total": 0,
- "weekly": 0
}, - "click_capping_enabled": true,
- "conversion_capping": {
- "daily": 0,
- "every_15_minutes": 0,
- "hourly": 0,
- "monthly": 0,
- "total": 0,
- "weekly": 0
}, - "conversion_capping_enabled": true,
- "event_capping_enabled": true,
- "event_capping_per_event_id": {
- "property1": {
- "daily": 0,
- "every_15_minutes": 0,
- "hourly": 0,
- "monthly": 0,
- "total": 0,
- "weekly": 0
}, - "property2": {
- "daily": 0,
- "every_15_minutes": 0,
- "hourly": 0,
- "monthly": 0,
- "total": 0,
- "weekly": 0
}
}, - "impression_capping": {
- "daily": 0,
- "every_15_minutes": 0,
- "hourly": 0,
- "monthly": 0,
- "total": 0,
- "weekly": 0
}, - "impression_capping_enabled": true,
- "payout_capping": {
- "daily": 0,
- "every_15_minutes": 0,
- "hourly": 0,
- "monthly": 0,
- "total": 0,
- "weekly": 0
}, - "payout_capping_enabled": true,
- "revenue_capping": {
- "daily": 0,
- "every_15_minutes": 0,
- "hourly": 0,
- "monthly": 0,
- "total": 0,
- "weekly": 0
}, - "revenue_capping_enabled": true,
- "soft_capping_enabled": true,
- "timezone": "string"
}, - "conversion_name": "string",
- "currency": "string",
- "deep_link_enabled": true,
- "default_offer_landing_page": {
- "preview_url": "string",
- "redirect_url": "string"
}, - "default_payout": {
- "payout": 0,
- "payout_percent": 0,
- "payout_type": "Unknown",
- "revenue": 0,
- "revenue_percent": 0,
- "revenue_type": "Unknown"
}, - "description": "string",
- "end_date": "string",
- "fallback_url": "string",
- "fraud_filter_group_id": "string",
- "impression_forwarding_enabled": true,
- "impression_forwarding_url": "string",
- "manually_approve_conversions": true,
- "name": "string",
- "offer_group": "string",
- "offer_preview_enabled": true,
- "parallel_tracking_enabled": true,
- "parallel_tracking_url": "string",
- "primary_domain": "string",
- "secure_code": "string",
- "start_date": "string",
- "tags": [
- "string"
], - "targeting_group_id": "string",
- "targeting_simple": {
- "device": {
- "browsers": {
- "Chrome": true,
- "Safari": false
}, - "device_types": {
- "Computer": false,
- "Phone": true
}, - "operating_systems": {
- "Android": false,
- "iOS": true
}, - "os_versions": {
- "property1": {
- "is_allowed": true,
- "max_version": "string",
- "min_version": "string"
}, - "property2": {
- "is_allowed": true,
- "max_version": "string",
- "min_version": "string"
}
}
}, - "device_targeting_enabled": true,
- "geo": {
- "cities": {
- "property1": true,
- "property2": true
}, - "countries": {
- "property1": true,
- "property2": true
}
}, - "geo_targeting_enabled": true,
- "ip": {
- "ip_addresses": {
- "10.0.0.1": true
}, - "ip_ranges": {
- "10.0.0.1-10.0.0.255": true
}
}, - "ip_targeting_enabled": true,
- "language": {
- "property1": true,
- "property2": true
}, - "language_targeting_enabled": true
}, - "targeting_simple_enabled": true,
- "terms_and_conditions": "string",
- "terms_and_conditions_agreed_list": [
- 0
], - "terms_and_conditions_enabled": true,
- "view_through_attribution_enabled": true,
- "visibility": "string"
}
{ }
List multiple Publishers using pagination and filtering.
Array of objects (csapi.Publisher) | |
object (csapi.ListMeta) |
{- "data": [
- {
- "active": true,
- "address": "string",
- "api_access_enabled": true,
- "api_key": "string",
- "archived": true,
- "asp_integration_id": "string",
- "avatar_color": "#6F5DE6",
- "billing": {
- "currency": "string",
- "payment_method": "None",
- "paypal_email": "string",
- "tax_id": "string",
- "tipalti_id": "string",
- "vat_percent": 100
}, - "city": "string",
- "conversion_throttle_additional_filters": {
- "sub_id": {
- "operator": "is any of",
- "values": [
- "string"
]
}, - "sub_id_2": {
- "operator": "is any of",
- "values": [
- "string"
]
}, - "sub_id_3": {
- "operator": "is any of",
- "values": [
- "string"
]
}, - "sub_id_4": {
- "operator": "is any of",
- "values": [
- "string"
]
}, - "sub_id_5": {
- "operator": "is any of",
- "values": [
- "string"
]
}, - "sub_id_6": {
- "operator": "is any of",
- "values": [
- "string"
]
}
}, - "conversion_throttle_enabled": true,
- "conversion_throttle_percentage": 100,
- "conversion_throttle_status": "Rejected",
- "countries": [
- "string"
], - "country": "string",
- "created_at": "string",
- "description": "string",
- "email": "string",
- "first_name": "string",
- "fraud_visibility_enabled": true,
- "id": "string",
- "incremental_id": 0,
- "last_name": "string",
- "last_updated_by": "string",
- "login_meta": {
- "first_login_ip": "string",
- "last_login_at": "string",
- "last_login_country": "string",
- "last_login_ip": "string"
}, - "manager_email": "string",
- "manager_id": "string",
- "manager_name": "string",
- "messenger": "string",
- "name": "string",
- "name_with_id": "string",
- "organization": "string",
- "pending": true,
- "phone": "string",
- "platform": "Unknown",
- "postback_manager_enabled": true,
- "promotional_method": [
- "Content"
], - "publisher_wizard_completed": true,
- "signup_meta": {
- "country": "string",
- "ip": "string",
- "signup_source": "Adsecurity"
}, - "tags": [
- "string"
], - "tags_meta": [
- {
- "color": "string",
- "created_at": "string",
- "id": "string",
- "last_updated_by": "string",
- "name": "string",
- "organization": "string",
- "updated_at": "string"
}
], - "theme": "light",
- "timezone": "UTC",
- "updated_at": "string",
- "website": "string"
}
], - "meta": {
- "links": {
- "next": {
- "page[after]": "string",
- "page[before]": "string",
- "page[number]": 0,
- "page[size]": 0
}, - "prev": {
- "page[after]": "string",
- "page[before]": "string",
- "page[number]": 0,
- "page[size]": 0
}
}, - "total_count": 0,
- "total_page": 0
}
}
Create a new Publisher.
A JSON object containing publisher information
active | boolean If this is true, the publisher is active. |
address | string The full address of the publisher. |
api_access_enabled | boolean |
api_key | string |
avatar_color | string Default: "#6F5DE6" |
object (csapi.PublisherBilling) | |
city | string The city of the publisher's company. |
object The additional filters to be used when throttling conversions for this publisher. | |
conversion_throttle_enabled | boolean If this is true, conversions for this publisher will be throttled according to throttle settings. |
conversion_throttle_percentage | integer <= 100 The chance that conversions for this publisher will be throttled according to this percentage. |
conversion_throttle_status | string Enum: "Rejected" "Pending" The status to be used when conversions are throttled for this publisher. |
countries | Array of strings The countries this publisher is targeting. |
country | string The country of the publisher's company. |
description | string <= 255 characters |
email required | string This is used as the publisher's admin email and login to the dashboard. |
first_name | string The publisher's first name for individual publishers. |
fraud_visibility_enabled | boolean |
last_name | string The publisher's last name for individual publishers. |
manager_id | string |
messenger | string |
name required | string The publisher's name or company name. |
pending | boolean If this is true, the publisher is pending for approval. |
phone | string |
platform | string Enum: "Unknown" "HasOffers" "Everflow" "Affise" The platform from which the data was migrated. |
postback_manager_enabled | boolean |
promotional_method | Array of strings Items Enum: "Content" "DirectDisplay" "Email" "Incent" "Influencers" "MediaBuying" "NativeAds" "OwedOperated" "Partner" "PushMarketing" "SearchMarketing" "SMSMarketing" "SocialMedia" "Surveys" "VideoPromotions" The promotional methods this publisher are using. |
publisher_wizard_completed | boolean |
tags | Array of strings <= 50 items |
theme | string Default: "light" Enum: "light" "dark" "auto" |
timezone | string Default: "UTC" |
website | string |
{- "active": true,
- "address": "string",
- "api_access_enabled": true,
- "api_key": "string",
- "avatar_color": "#6F5DE6",
- "billing": {
- "currency": "string",
- "payment_method": "None",
- "paypal_email": "string",
- "tax_id": "string",
- "tipalti_id": "string",
- "vat_percent": 100
}, - "city": "string",
- "conversion_throttle_additional_filters": {
- "sub_id": {
- "operator": "is any of",
- "values": [
- "string"
]
}, - "sub_id_2": {
- "operator": "is any of",
- "values": [
- "string"
]
}, - "sub_id_3": {
- "operator": "is any of",
- "values": [
- "string"
]
}, - "sub_id_4": {
- "operator": "is any of",
- "values": [
- "string"
]
}, - "sub_id_5": {
- "operator": "is any of",
- "values": [
- "string"
]
}, - "sub_id_6": {
- "operator": "is any of",
- "values": [
- "string"
]
}
}, - "conversion_throttle_enabled": true,
- "conversion_throttle_percentage": 100,
- "conversion_throttle_status": "Rejected",
- "countries": [
- "string"
], - "country": "string",
- "description": "string",
- "email": "string",
- "first_name": "string",
- "fraud_visibility_enabled": true,
- "last_name": "string",
- "manager_id": "string",
- "messenger": "string",
- "name": "string",
- "pending": true,
- "phone": "string",
- "platform": "Unknown",
- "postback_manager_enabled": true,
- "promotional_method": [
- "Content"
], - "publisher_wizard_completed": true,
- "tags": [
- "string"
], - "theme": "light",
- "timezone": "UTC",
- "website": "string"
}
{- "created_item_id": "string"
}
Bulk delete Publishers by providing an array of Publisher IDs.
An array of publisher IDs to delete
data | Array of strings |
{- "data": [
- "string"
]
}
{ }
Bulk update Publishers status by providing an array of Publisher IDs and the new status.
An array of publisher IDs to update and the new status
active | boolean |
data | Array of strings |
{- "active": true,
- "data": [
- "string"
]
}
{ }
Get a Publisher information.
publisherID required | string The Publisher ID |
object (csapi.Publisher) |
{- "data": {
- "active": true,
- "address": "string",
- "api_access_enabled": true,
- "api_key": "string",
- "archived": true,
- "asp_integration_id": "string",
- "avatar_color": "#6F5DE6",
- "billing": {
- "currency": "string",
- "payment_method": "None",
- "paypal_email": "string",
- "tax_id": "string",
- "tipalti_id": "string",
- "vat_percent": 100
}, - "city": "string",
- "conversion_throttle_additional_filters": {
- "sub_id": {
- "operator": "is any of",
- "values": [
- "string"
]
}, - "sub_id_2": {
- "operator": "is any of",
- "values": [
- "string"
]
}, - "sub_id_3": {
- "operator": "is any of",
- "values": [
- "string"
]
}, - "sub_id_4": {
- "operator": "is any of",
- "values": [
- "string"
]
}, - "sub_id_5": {
- "operator": "is any of",
- "values": [
- "string"
]
}, - "sub_id_6": {
- "operator": "is any of",
- "values": [
- "string"
]
}
}, - "conversion_throttle_enabled": true,
- "conversion_throttle_percentage": 100,
- "conversion_throttle_status": "Rejected",
- "countries": [
- "string"
], - "country": "string",
- "created_at": "string",
- "description": "string",
- "email": "string",
- "first_name": "string",
- "fraud_visibility_enabled": true,
- "id": "string",
- "incremental_id": 0,
- "last_name": "string",
- "last_updated_by": "string",
- "login_meta": {
- "first_login_ip": "string",
- "last_login_at": "string",
- "last_login_country": "string",
- "last_login_ip": "string"
}, - "manager_email": "string",
- "manager_id": "string",
- "manager_name": "string",
- "messenger": "string",
- "name": "string",
- "name_with_id": "string",
- "organization": "string",
- "pending": true,
- "phone": "string",
- "platform": "Unknown",
- "postback_manager_enabled": true,
- "promotional_method": [
- "Content"
], - "publisher_wizard_completed": true,
- "signup_meta": {
- "country": "string",
- "ip": "string",
- "signup_source": "Adsecurity"
}, - "tags": [
- "string"
], - "tags_meta": [
- {
- "color": "string",
- "created_at": "string",
- "id": "string",
- "last_updated_by": "string",
- "name": "string",
- "organization": "string",
- "updated_at": "string"
}
], - "theme": "light",
- "timezone": "UTC",
- "updated_at": "string",
- "website": "string"
}
}
Update a Publisher information.
publisherID required | string The Publisher ID |
A JSON object containing publisher information
active | boolean |
address | string |
api_access_enabled | boolean |
avatar_color | string |
object (csapi.PublisherBillingPayload) | |
object (csapi.AdditionalThrottleRateFilters) | |
conversion_throttle_enabled | boolean |
conversion_throttle_percentage | integer |
conversion_throttle_status | string Enum: "Rejected" "Pending" |
countries | Array of strings |
country | string |
description | string |
string | |
first_name | string |
fraud_visibility_enabled | boolean |
last_name | string |
manager_id | string |
messenger | string |
name | string |
pending | boolean |
phone | string |
postback_manager_enabled | boolean |
promotional_method | Array of strings Items Enum: "Content" "DirectDisplay" "Email" "Incent" "Influencers" "MediaBuying" "NativeAds" "OwedOperated" "Partner" "PushMarketing" "SearchMarketing" "SMSMarketing" "SocialMedia" "Surveys" "VideoPromotions" |
tags | Array of strings |
theme | string |
timezone | string |
website | string |
{- "active": true,
- "address": "string",
- "api_access_enabled": true,
- "avatar_color": "string",
- "billing": {
- "currency": "string",
- "payment_method": "None",
- "paypal_email": "string",
- "tax_id": "string",
- "tipalti_id": "string",
- "vat_percent": 0
}, - "conversion_throttle_additional_filters": {
- "sub_id": {
- "operator": "is any of",
- "values": [
- "string"
]
}, - "sub_id_2": {
- "operator": "is any of",
- "values": [
- "string"
]
}, - "sub_id_3": {
- "operator": "is any of",
- "values": [
- "string"
]
}, - "sub_id_4": {
- "operator": "is any of",
- "values": [
- "string"
]
}, - "sub_id_5": {
- "operator": "is any of",
- "values": [
- "string"
]
}, - "sub_id_6": {
- "operator": "is any of",
- "values": [
- "string"
]
}
}, - "conversion_throttle_enabled": true,
- "conversion_throttle_percentage": 0,
- "conversion_throttle_status": "Rejected",
- "countries": [
- "string"
], - "country": "string",
- "description": "string",
- "email": "string",
- "first_name": "string",
- "fraud_visibility_enabled": true,
- "last_name": "string",
- "manager_id": "string",
- "messenger": "string",
- "name": "string",
- "pending": true,
- "phone": "string",
- "postback_manager_enabled": true,
- "promotional_method": [
- "Content"
], - "tags": [
- "string"
], - "theme": "string",
- "timezone": "string",
- "website": "string"
}
{ }
List multiple Advertisers with pagination and filtering.
Array of objects (csapi.Advertiser) | |
object (csapi.ListMeta) |
{- "data": [
- {
- "active": true,
- "address": "string",
- "archived": true,
- "asp_integration_id": "string",
- "country": "string",
- "created_at": "string",
- "description": "string",
- "email": "string",
- "first_name": "string",
- "id": "string",
- "incremental_id": 0,
- "last_name": "string",
- "last_updated_by": "string",
- "login_meta": {
- "first_login_ip": "string",
- "last_login_at": "string",
- "last_login_country": "string",
- "last_login_ip": "string"
}, - "manager_email": "string",
- "manager_id": "string",
- "manager_name": "string",
- "messenger": "string",
- "name": "string",
- "name_with_id": "string",
- "organization": "string",
- "phone": "string",
- "platform": "Unknown",
- "tags": [
- "string"
], - "tags_meta": [
- {
- "color": "string",
- "created_at": "string",
- "id": "string",
- "last_updated_by": "string",
- "name": "string",
- "organization": "string",
- "updated_at": "string"
}
], - "updated_at": "string",
- "website": "string"
}
], - "meta": {
- "links": {
- "next": {
- "page[after]": "string",
- "page[before]": "string",
- "page[number]": 0,
- "page[size]": 0
}, - "prev": {
- "page[after]": "string",
- "page[before]": "string",
- "page[number]": 0,
- "page[size]": 0
}
}, - "total_count": 0,
- "total_page": 0
}
}
Create a new Advertiser.
A JSON object containing advertiser information
active | boolean |
address | string |
archived | boolean |
country | string |
description | string <= 255 characters The description of the advertiser. |
email required | string |
first_name | string |
last_name | string |
manager_id | string |
messenger | string |
name required | string |
phone | string |
platform | string Enum: "Unknown" "HasOffers" "Everflow" "Affise" The platform from which the data was migrated. |
tags | Array of strings <= 50 items |
website | string |
{- "active": true,
- "address": "string",
- "archived": true,
- "country": "string",
- "description": "string",
- "email": "string",
- "first_name": "string",
- "last_name": "string",
- "manager_id": "string",
- "messenger": "string",
- "name": "string",
- "phone": "string",
- "platform": "Unknown",
- "tags": [
- "string"
], - "website": "string"
}
{- "created_item_id": "string"
}
Bulk delete Advertisers by providing an array of Advertiser IDs.
An array of advertiser IDs to delete
data | Array of strings |
{- "data": [
- "string"
]
}
{ }
Bulk update Advertisers status by providing an array of Advertiser IDs and the new status.
An array of advertiser IDs to update and the new status
active | boolean |
data | Array of strings |
{- "active": true,
- "data": [
- "string"
]
}
{ }
Get an Advertiser information.
advertiserID required | string The Advertiser ID |
object (csapi.Advertiser) |
{- "data": {
- "active": true,
- "address": "string",
- "archived": true,
- "asp_integration_id": "string",
- "country": "string",
- "created_at": "string",
- "description": "string",
- "email": "string",
- "first_name": "string",
- "id": "string",
- "incremental_id": 0,
- "last_name": "string",
- "last_updated_by": "string",
- "login_meta": {
- "first_login_ip": "string",
- "last_login_at": "string",
- "last_login_country": "string",
- "last_login_ip": "string"
}, - "manager_email": "string",
- "manager_id": "string",
- "manager_name": "string",
- "messenger": "string",
- "name": "string",
- "name_with_id": "string",
- "organization": "string",
- "phone": "string",
- "platform": "Unknown",
- "tags": [
- "string"
], - "tags_meta": [
- {
- "color": "string",
- "created_at": "string",
- "id": "string",
- "last_updated_by": "string",
- "name": "string",
- "organization": "string",
- "updated_at": "string"
}
], - "updated_at": "string",
- "website": "string"
}
}
Delete an Advertiser. Deleted Advertisers are archived and can be restored.
advertiserID required | string The Advertiser ID |
{ }
Update an Advertiser information.
advertiserID required | string The Advertiser ID |
A JSON object containing advertiser information
active | boolean |
address | string |
country | string |
description | string |
string | |
first_name | string |
last_name | string |
manager_id | string |
messenger | string |
name | string |
phone | string |
tags | Array of strings |
website | string |
{- "active": true,
- "address": "string",
- "country": "string",
- "description": "string",
- "email": "string",
- "first_name": "string",
- "last_name": "string",
- "manager_id": "string",
- "messenger": "string",
- "name": "string",
- "phone": "string",
- "tags": [
- "string"
], - "website": "string"
}
{ }
The Reports API page[size]
limit is only 100. If you need to quickly and efficiently export a massive amount of data, we recommend to use the Download Center Export APIs.
Reports API methods use cursor-based pagination through the page[after]
and page[before]
parameters. Both parameters accept an existing value in transaction ID format which matches the objects real_tx_id
field.
The values to use can be found under pageInfo.startCursor
and pageInfo.endCursor
from the response and return objects in reverse chronological order. The page[before]
parameter returns objects listed before object.real_tx_id
. The page[after]
parameter returns objects listed after object.real_tx_id
. These parameters are mutually exclusive. You can use either the page[after]
or page[before]
parameter, but not both simultaneously.
data.pageInfo.startCursor
is the cursor of first object in the current page.data.pageInfo.endCursor
is the cursor of the last object in the current page. data.pageInfo.hasNextPage
shows you if there is a next page.data.pageInfo.hasPreviousPage
shows you if there is a previous page.GET /api/v2/reports/v2/conversion-table?page[size]=25&integration_id={integrationID}&start_date=2025-02-01&end_date=2025-02-27
Example response:
{
"data": {
"data": [
{
"real_tx_id": "ABC"
},
{
"real_tx_id": "............"
},
{
"real_tx_id": "XYZ"
}
],
"pageInfo": {
"startCursor": "ABC",
"endCursor": "XYZ",
"hasPreviousPage": true,
"hasNextPage": true
}
}
}
Fetch the next page by adding &page[after]=XYZ
in the request.
GET /api/v2/reports/v2/conversion-table?page[size]=25&integration_id={integrationID}&start_date=2025-02-01&end_date=2025-02-27&page[after]=XYZ'
Example response:
{
"data": {
"data": [
{
"real_tx_id": "{startCursor}"
},
{
"real_tx_id": "............"
},
{
"real_tx_id": "{endCursor}"
}
],
"pageInfo": {
"startCursor": "{startCursor}",
"endCursor": "{endCursor}",
"hasPreviousPage": true,
"hasNextPage": true
}
}
}
Use Download Center to export Clicks to a CSV file. Use Reporting filters to narrow down the data.
integrationID required | string The Integration ID |
delimiter | string Delimiter to be used in CSV. Default is comma. |
start_date | string <date> start date |
end_date | string <date> end date |
fields required | string The columns to include in the CSV |
extra_parameters required | string The extra parameters data that will be converted as columns in the CSV |
object (csapi.Artifact) | |
created_at | string |
error | string |
object new csapi fields | |
object (report.CSVExportFormat) | |
id required | string |
integration required | string |
last_updated_by | string |
organization required | string |
object nolint: lll | |
requested_by | string |
object (report.ReportsResultsMeta) | |
status required | string Enum: "PENDING" "IN_PROGRESS" "ERROR" "CANCELED" "COMPLETED" |
type required | string |
updated_at | string |
{- "artifact": {
- "download_link": "string",
- "meta": {
- "id": "string",
- "organization": "string",
- "type": "string"
}, - "name": "string",
- "size": 0
}, - "created_at": "string",
- "error": "string",
- "export_list_options": {
- "extra_parameters": [
- "string"
], - "fields": [
- "string"
], - "filters": {
- "booleans": {
- "property1": true,
- "property2": true
}, - "date_range": {
- "end": "string",
- "start": "string"
}, - "date_time_range": {
- "end": "string",
- "start": "string"
}, - "field_exists": {
- "property1": true,
- "property2": true
}, - "numbers": {
- "property1": {
- "property1": {
- "property1": [
- 0
], - "property2": [
- 0
]
}, - "property2": {
- "property1": [
- 0
], - "property2": [
- 0
]
}
}, - "property2": {
- "property1": {
- "property1": [
- 0
], - "property2": [
- 0
]
}, - "property2": {
- "property1": [
- 0
], - "property2": [
- 0
]
}
}
}, - "regex_query": {
- "fieldValue": "string",
- "searchableFields": [
- "string"
]
}, - "strings": {
- "property1": {
- "property1": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}, - "property2": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}
}, - "property2": {
- "property1": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}, - "property2": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}
}
}, - "text_search": "string",
- "timeZone": "string"
}
}, - "format": {
- "delimiter": "string"
}, - "id": "string",
- "integration": "string",
- "last_updated_by": "string",
- "organization": "string",
- "reports_query_option": {
- "end_date": "string",
- "extra_parameters_as_new_fields": [
- "string"
], - "filters": {
- "property1": {
- "equal_values": [
- "string"
], - "greater_than_values": [
- 0
], - "less_than_values": [
- 0
], - "like_values": [
- "string"
], - "not_equal_values": [
- "string"
]
}, - "property2": {
- "equal_values": [
- "string"
], - "greater_than_values": [
- 0
], - "less_than_values": [
- 0
], - "like_values": [
- "string"
], - "not_equal_values": [
- "string"
]
}
}, - "include_fields": [
- "string"
], - "relative_date": "string",
- "sort_by": [
- {
- "is_descending": true,
- "name": "string"
}
], - "start_date": "string"
}, - "requested_by": "string",
- "results_meta": {
- "duration_seconds": 0,
- "range_truncated": true,
- "total": 0
}, - "status": "PENDING",
- "type": "string",
- "updated_at": "string"
}
Use Download Center to export Conversions to a CSV file. Use Reporting filters to narrow down the data.
integrationID required | string The Integration ID |
delimiter | string Delimiter to be used in CSV. Default is comma. |
start_date | string <date> start date |
end_date | string <date> end date |
fields required | string The columns to include in the CSV |
extra_parameters required | string The extra parameters data that will be converted as columns in the CSV |
object (csapi.Artifact) | |
created_at | string |
error | string |
object new csapi fields | |
object (report.CSVExportFormat) | |
id required | string |
integration required | string |
last_updated_by | string |
organization required | string |
object nolint: lll | |
requested_by | string |
object (report.ReportsResultsMeta) | |
status required | string Enum: "PENDING" "IN_PROGRESS" "ERROR" "CANCELED" "COMPLETED" |
type required | string |
updated_at | string |
{- "artifact": {
- "download_link": "string",
- "meta": {
- "id": "string",
- "organization": "string",
- "type": "string"
}, - "name": "string",
- "size": 0
}, - "created_at": "string",
- "error": "string",
- "export_list_options": {
- "extra_parameters": [
- "string"
], - "fields": [
- "string"
], - "filters": {
- "booleans": {
- "property1": true,
- "property2": true
}, - "date_range": {
- "end": "string",
- "start": "string"
}, - "date_time_range": {
- "end": "string",
- "start": "string"
}, - "field_exists": {
- "property1": true,
- "property2": true
}, - "numbers": {
- "property1": {
- "property1": {
- "property1": [
- 0
], - "property2": [
- 0
]
}, - "property2": {
- "property1": [
- 0
], - "property2": [
- 0
]
}
}, - "property2": {
- "property1": {
- "property1": [
- 0
], - "property2": [
- 0
]
}, - "property2": {
- "property1": [
- 0
], - "property2": [
- 0
]
}
}
}, - "regex_query": {
- "fieldValue": "string",
- "searchableFields": [
- "string"
]
}, - "strings": {
- "property1": {
- "property1": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}, - "property2": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}
}, - "property2": {
- "property1": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}, - "property2": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}
}
}, - "text_search": "string",
- "timeZone": "string"
}
}, - "format": {
- "delimiter": "string"
}, - "id": "string",
- "integration": "string",
- "last_updated_by": "string",
- "organization": "string",
- "reports_query_option": {
- "end_date": "string",
- "extra_parameters_as_new_fields": [
- "string"
], - "filters": {
- "property1": {
- "equal_values": [
- "string"
], - "greater_than_values": [
- 0
], - "less_than_values": [
- 0
], - "like_values": [
- "string"
], - "not_equal_values": [
- "string"
]
}, - "property2": {
- "equal_values": [
- "string"
], - "greater_than_values": [
- 0
], - "less_than_values": [
- 0
], - "like_values": [
- "string"
], - "not_equal_values": [
- "string"
]
}
}, - "include_fields": [
- "string"
], - "relative_date": "string",
- "sort_by": [
- {
- "is_descending": true,
- "name": "string"
}
], - "start_date": "string"
}, - "requested_by": "string",
- "results_meta": {
- "duration_seconds": 0,
- "range_truncated": true,
- "total": 0
}, - "status": "PENDING",
- "type": "string",
- "updated_at": "string"
}
Use Download Center to export Impressions to a CSV file. Use Reporting filters to narrow down the data.
integrationID required | string The Integration ID |
delimiter | string Delimiter to be used in CSV. Default is comma. |
start_date | string <date> start date |
end_date | string <date> end date |
fields required | string The columns to include in the CSV |
extra_parameters required | string The extra parameters data that will be converted as columns in the CSV |
object (csapi.Artifact) | |
created_at | string |
error | string |
object new csapi fields | |
object (report.CSVExportFormat) | |
id required | string |
integration required | string |
last_updated_by | string |
organization required | string |
object nolint: lll | |
requested_by | string |
object (report.ReportsResultsMeta) | |
status required | string Enum: "PENDING" "IN_PROGRESS" "ERROR" "CANCELED" "COMPLETED" |
type required | string |
updated_at | string |
{- "artifact": {
- "download_link": "string",
- "meta": {
- "id": "string",
- "organization": "string",
- "type": "string"
}, - "name": "string",
- "size": 0
}, - "created_at": "string",
- "error": "string",
- "export_list_options": {
- "extra_parameters": [
- "string"
], - "fields": [
- "string"
], - "filters": {
- "booleans": {
- "property1": true,
- "property2": true
}, - "date_range": {
- "end": "string",
- "start": "string"
}, - "date_time_range": {
- "end": "string",
- "start": "string"
}, - "field_exists": {
- "property1": true,
- "property2": true
}, - "numbers": {
- "property1": {
- "property1": {
- "property1": [
- 0
], - "property2": [
- 0
]
}, - "property2": {
- "property1": [
- 0
], - "property2": [
- 0
]
}
}, - "property2": {
- "property1": {
- "property1": [
- 0
], - "property2": [
- 0
]
}, - "property2": {
- "property1": [
- 0
], - "property2": [
- 0
]
}
}
}, - "regex_query": {
- "fieldValue": "string",
- "searchableFields": [
- "string"
]
}, - "strings": {
- "property1": {
- "property1": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}, - "property2": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}
}, - "property2": {
- "property1": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}, - "property2": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}
}
}, - "text_search": "string",
- "timeZone": "string"
}
}, - "format": {
- "delimiter": "string"
}, - "id": "string",
- "integration": "string",
- "last_updated_by": "string",
- "organization": "string",
- "reports_query_option": {
- "end_date": "string",
- "extra_parameters_as_new_fields": [
- "string"
], - "filters": {
- "property1": {
- "equal_values": [
- "string"
], - "greater_than_values": [
- 0
], - "less_than_values": [
- 0
], - "like_values": [
- "string"
], - "not_equal_values": [
- "string"
]
}, - "property2": {
- "equal_values": [
- "string"
], - "greater_than_values": [
- 0
], - "less_than_values": [
- 0
], - "like_values": [
- "string"
], - "not_equal_values": [
- "string"
]
}
}, - "include_fields": [
- "string"
], - "relative_date": "string",
- "sort_by": [
- {
- "is_descending": true,
- "name": "string"
}
], - "start_date": "string"
}, - "requested_by": "string",
- "results_meta": {
- "duration_seconds": 0,
- "range_truncated": true,
- "total": 0
}, - "status": "PENDING",
- "type": "string",
- "updated_at": "string"
}
integration_id required | string The Integration ID |
start_date required | string <date> Fetch data where request_time is starting from this date |
end_date required | string <date> Fetch data where request_time is until this date |
page[size] required | integer The number of items to return |
page[before] | string Fetch the previous data before this cursor |
page[after] | string Fetch the next data after this cursor |
object (report.ClickTable) |
{- "data": {
- "count": 0,
- "data": [
- {
- "advertiser": "string",
- "advertiser_db_id": "string",
- "advertiser_id": "string",
- "asn": 0,
- "blocked": 0,
- "browser_language": [
- "string"
], - "browser_name": "string",
- "browser_timezone": "string",
- "browser_version": "string",
- "bundle_id": "string",
- "city": "string",
- "click_ip": "string",
- "country": "string",
- "coupon_code": "string",
- "device_id": "string",
- "device_type": "string",
- "external_transaction_id": "string",
- "extra_params.keys": [
- "string"
], - "extra_params.values": [
- "string"
], - "filter_group_id": "string",
- "final_offer": "string",
- "final_offer_id": "string",
- "fingerprint": "string",
- "integration_id": "string",
- "integration_type": "string",
- "invalid_sub_id": "string",
- "ip_network": "string",
- "is_bot": 0,
- "is_old_browser": 0,
- "is_old_os": 0,
- "isp": "string",
- "lat": 0,
- "long": 0,
- "manager_id": "string",
- "manager_name": "string",
- "monitoring_mode": 0,
- "offer": "string",
- "offer_db_id": "string",
- "offer_group_id": "string",
- "offer_id": "string",
- "organization_id": "string",
- "os_name": "string",
- "os_version": "string",
- "payout": 0,
- "postal_code": "string",
- "preview_url_enabled": 0,
- "proxy_type": "string",
- "publisher": "string",
- "publisher_db_id": "string",
- "real_advertiser": "string",
- "real_filter_group_id": "string",
- "real_offer_id": "string",
- "real_publisher": "string",
- "real_tx_id": "string",
- "referer": "string",
- "referer_categories": [
- "string"
], - "rejected_advanced_reason": "string",
- "rejected_language": "string",
- "rejected_primary_reason": "string",
- "rejected_simple_reason": "string",
- "rejection_type": "string",
- "rejections": [
- "string"
], - "request_date": "2019-08-24",
- "request_time": "2019-08-24T14:15:22Z",
- "revenue": 0,
- "rtb_url_used": 0,
- "rtt": 0,
- "server_region": "string",
- "smart_link_id": "string",
- "smartlink_db_id": "string",
- "status": "Approved",
- "sub_id": "string",
- "sub_id_2": "string",
- "sub_id_3": "string",
- "sub_id_4": "string",
- "sub_id_5": "string",
- "sub_id_6": "string",
- "tags": [
- "string"
], - "targeting_group_id": "string",
- "tx_id": "string",
- "user_agent": "string",
- "user_email": "string",
- "uuid": "string"
}
], - "pageInfo": {
- "endCursor": "string",
- "hasNextPage": true,
- "hasPreviousPage": true,
- "startCursor": "string"
}
}
}
integration_id required | string The Integration ID |
start_date required | string <date> Fetch data where conversion_time is starting from this date |
end_date required | string <date> Fetch data where conversion_time is until this date |
page[size] required | integer The number of items to return |
page[before] | string Fetch the previous data before this cursor |
page[after] | string Fetch the next data after this cursor |
object (report.ConversionTable) |
{- "data": {
- "count": 0,
- "data": [
- {
- "advertiser": "string",
- "advertiser_db_id": "string",
- "advertiser_name": "string",
- "app_id": "string",
- "app_version": "string",
- "asn": 0,
- "begin_install_time": "2019-08-24T14:15:22Z",
- "browser_language": [
- "string"
], - "browser_name": "string",
- "browser_timezone": "string",
- "browser_version": "string",
- "city": "string",
- "click_ip": "string",
- "click_time": "2019-08-24T14:15:22Z",
- "click_tx_id": "string",
- "conversion_ip": "string",
- "conversion_time": "2019-08-24T14:15:22Z",
- "country": "string",
- "coupon_code": "string",
- "device_id": "string",
- "device_type": "string",
- "event_db_id": "string",
- "event_id": 0,
- "event_name": "string",
- "event_status": 0,
- "external_transaction_id": "string",
- "extra_params.keys": [
- "string"
], - "extra_params.values": [
- "string"
], - "filter_group_id": "string",
- "fingerprint": "string",
- "finish_install_time": "2019-08-24T14:15:22Z",
- "hash": "string",
- "integration_id": "string",
- "integration_type": "string",
- "invalid_sub_id": "string",
- "ip_network": "string",
- "is_bot": 0,
- "is_click_spam": 0,
- "is_low_session_time": 0,
- "is_old_browser": 0,
- "is_old_os": 0,
- "isp": "string",
- "lat": 0,
- "long": 0,
- "manager_id": "string",
- "manager_name": "string",
- "network": "string",
- "offer": "string",
- "offer_db_id": "string",
- "offer_group_id": "string",
- "offer_id": "string",
- "offer_id_name": "string",
- "organization_id": "string",
- "os_name": "string",
- "os_version": "string",
- "payout": 0,
- "postal_code": "string",
- "proxy_type": "string",
- "publisher": "string",
- "publisher_db_id": "string",
- "publisher_name": "string",
- "purchase_value": 0,
- "real_advertiser": "string",
- "real_filter_group_id": "string",
- "real_offer_id": "string",
- "real_publisher": "string",
- "real_rejected_advanced_reason": "string",
- "real_rejected_simple_reason": "string",
- "real_tx_id": "string",
- "referer": "string",
- "referer_categories": [
- "string"
], - "rejected": 0,
- "rejected_advanced_reason": "string",
- "rejected_language": "string",
- "rejected_simple_reason": "string",
- "rejection_type": "string",
- "rejections": [
- "string"
], - "request_time": "2019-08-24T14:15:22Z",
- "revenue": 0,
- "risk": "string",
- "rtt": 0,
- "score": 0,
- "server_ip": "string",
- "server_region": "string",
- "session_time": 0,
- "smart_link_id": "string",
- "smartlink_db_id": "string",
- "status": "Approved",
- "sub_id": "string",
- "sub_id_2": "string",
- "sub_id_3": "string",
- "sub_id_4": "string",
- "sub_id_5": "string",
- "sub_id_6": "string",
- "tags": [
- "string"
], - "targeting_group_id": "string",
- "third_party_rejection_reason": "string",
- "third_party_status": "string",
- "tx_id": "string",
- "user_agent": "string",
- "user_email": "string",
- "uuid": "string"
}
], - "pageInfo": {
- "endCursor": "string",
- "hasNextPage": true,
- "hasPreviousPage": true,
- "startCursor": "string"
}
}
}
integration_id required | string The Integration ID |
start_date required | string <date> Fetch data where request_time is starting from this date |
end_date required | string <date> Fetch data where request_time is until this date |
page[size] required | integer The number of items to return |
page[before] | string Fetch the previous data before this cursor |
page[after] | string Fetch the next data after this cursor |
object (report.ImpressionTable) |
{- "data": {
- "count": 0,
- "data": [
- {
- "advertiser": "string",
- "advertiser_db_id": "string",
- "advertiser_id": "string",
- "asn": 0,
- "blocked": 0,
- "browser_language": [
- "string"
], - "browser_name": "string",
- "browser_timezone": "string",
- "browser_version": "string",
- "bundle_id": "string",
- "city": "string",
- "click_ip": "string",
- "country": "string",
- "device_id": "string",
- "device_type": "string",
- "extra_params.keys": [
- "string"
], - "extra_params.values": [
- "string"
], - "filter_group_id": "string",
- "fingerprint": "string",
- "integration_id": "string",
- "integration_type": "string",
- "invalid_sub_id": "string",
- "ip_network": "string",
- "is_bot": 0,
- "is_old_browser": 0,
- "is_old_os": 0,
- "isp": "string",
- "lat": 0,
- "long": 0,
- "manager_id": "string",
- "manager_name": "string",
- "monitoring_mode": 0,
- "offer_db_id": "string",
- "offer_id": "string",
- "organization_id": "string",
- "os_name": "string",
- "os_version": "string",
- "payout": 0,
- "postal_code": "string",
- "proxy_type": "string",
- "publisher": "string",
- "publisher_db_id": "string",
- "real_advertiser": "string",
- "real_filter_group_id": "string",
- "real_offer_id": "string",
- "real_publisher": "string",
- "real_tx_id": "string",
- "referer": "string",
- "referer_categories": [
- "string"
], - "rejected_advanced_reason": "string",
- "rejected_language": "string",
- "rejected_primary_reason": "string",
- "rejected_simple_reason": "string",
- "rejection_type": "string",
- "rejections": [
- "string"
], - "request_date": "2019-08-24",
- "request_time": "2019-08-24T14:15:22Z",
- "revenue": 0,
- "rtt": 0,
- "server_region": "string",
- "site_url": "string",
- "site_url_categories": [
- "string"
], - "status": "string",
- "sub_id": "string",
- "sub_id_2": "string",
- "sub_id_3": "string",
- "sub_id_4": "string",
- "sub_id_5": "string",
- "sub_id_6": "string",
- "tags": [
- "string"
], - "targeting_group_id": "string",
- "tx_id": "string",
- "user_agent": "string",
- "user_email": "string",
- "uuid": "string"
}
], - "pageInfo": {
- "endCursor": "string",
- "hasNextPage": true,
- "hasPreviousPage": true,
- "startCursor": "string"
}
}
}
Get the signed url for a download center file. You need this URL in order to download the file.
artifact_name required | string The Download Export object artifact name |
url | string |
{- "url": "string"
}
List all the Download Center exports.
filter[reports_query_option.filters.offer_id.equalvalues] | Array of strings The offer IDs filter used in the exported data. |
filter[reports_query_option.filters.publisher.equalvalues] | Array of strings The publishers filter used in the exported data. |
filter[reports_query_option.filters.advertiser.equalvalues] | Array of strings The advertisers filter used in the exported data. |
filter[reports_query_option.filters.integration_id.equalvalues] | Array of strings The integration ID filter used in the exported data. |
filter[reports_query_option.start_date] | string <date> The start date filter used in the exported data. This is a string and date range logic does not apply. Use this if you know the exact start date filter used during the export. |
filter[reports_query_option.end_date] | string <date> The end date filter used in the exported data. This is a string and date range logic does not apply. Use this if you know the exact end date filter used during the export. |
filter[status] | string Enum: "UNKNOWN" "PENDING" "IN_PROGRESS" "ERROR" "CANCELED" The report export status |
filter[type] | string Enum: "conversion_logs" "click_logs" The report type |
filter[results_meta.total][gte] | integer Greater than or equals to the total number of rows of exported data. |
filter[results_meta.total][lte] | integer Less than or equals to the total number of rows of exported data. |
filter[results_meta.duration_seconds][gte] | integer Greater than or equals to the export completion time in seconds. |
filter[results_meta.duration_seconds][lte] | integer Less than or equals to the export completion time in seconds. |
Array of objects (report.DownloadCenterExport) | |
object (csapi.ListMeta) |
{- "data": [
- {
- "artifact": {
- "download_link": "string",
- "meta": {
- "id": "string",
- "organization": "string",
- "type": "string"
}, - "name": "string",
- "size": 0
}, - "created_at": "string",
- "error": "string",
- "export_list_options": {
- "extra_parameters": [
- "string"
], - "fields": [
- "string"
], - "filters": {
- "booleans": {
- "property1": true,
- "property2": true
}, - "date_range": {
- "end": "string",
- "start": "string"
}, - "date_time_range": {
- "end": "string",
- "start": "string"
}, - "field_exists": {
- "property1": true,
- "property2": true
}, - "numbers": {
- "property1": {
- "property1": {
- "property1": [
- 0
], - "property2": [
- 0
]
}, - "property2": {
- "property1": [
- 0
], - "property2": [
- 0
]
}
}, - "property2": {
- "property1": {
- "property1": [
- 0
], - "property2": [
- 0
]
}, - "property2": {
- "property1": [
- 0
], - "property2": [
- 0
]
}
}
}, - "regex_query": {
- "fieldValue": "string",
- "searchableFields": [
- "string"
]
}, - "strings": {
- "property1": {
- "property1": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}, - "property2": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}
}, - "property2": {
- "property1": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}, - "property2": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}
}
}, - "text_search": "string",
- "timeZone": "string"
}
}, - "format": {
- "delimiter": "string"
}, - "id": "string",
- "integration": "string",
- "last_updated_by": "string",
- "organization": "string",
- "reports_query_option": {
- "end_date": "string",
- "extra_parameters_as_new_fields": [
- "string"
], - "filters": {
- "property1": {
- "equal_values": [
- "string"
], - "greater_than_values": [
- 0
], - "less_than_values": [
- 0
], - "like_values": [
- "string"
], - "not_equal_values": [
- "string"
]
}, - "property2": {
- "equal_values": [
- "string"
], - "greater_than_values": [
- 0
], - "less_than_values": [
- 0
], - "like_values": [
- "string"
], - "not_equal_values": [
- "string"
]
}
}, - "include_fields": [
- "string"
], - "relative_date": "string",
- "sort_by": [
- {
- "is_descending": true,
- "name": "string"
}
], - "start_date": "string"
}, - "requested_by": "string",
- "results_meta": {
- "duration_seconds": 0,
- "range_truncated": true,
- "total": 0
}, - "status": "PENDING",
- "type": "string",
- "updated_at": "string"
}
], - "meta": {
- "links": {
- "next": {
- "page[after]": "string",
- "page[before]": "string",
- "page[number]": 0,
- "page[size]": 0
}, - "prev": {
- "page[after]": "string",
- "page[before]": "string",
- "page[number]": 0,
- "page[size]": 0
}
}, - "total_count": 0,
- "total_page": 0
}
}
Get the Download Center export object.
exportID required | string The Export ID |
object (report.DownloadCenterExport) |
{- "data": {
- "artifact": {
- "download_link": "string",
- "meta": {
- "id": "string",
- "organization": "string",
- "type": "string"
}, - "name": "string",
- "size": 0
}, - "created_at": "string",
- "error": "string",
- "export_list_options": {
- "extra_parameters": [
- "string"
], - "fields": [
- "string"
], - "filters": {
- "booleans": {
- "property1": true,
- "property2": true
}, - "date_range": {
- "end": "string",
- "start": "string"
}, - "date_time_range": {
- "end": "string",
- "start": "string"
}, - "field_exists": {
- "property1": true,
- "property2": true
}, - "numbers": {
- "property1": {
- "property1": {
- "property1": [
- 0
], - "property2": [
- 0
]
}, - "property2": {
- "property1": [
- 0
], - "property2": [
- 0
]
}
}, - "property2": {
- "property1": {
- "property1": [
- 0
], - "property2": [
- 0
]
}, - "property2": {
- "property1": [
- 0
], - "property2": [
- 0
]
}
}
}, - "regex_query": {
- "fieldValue": "string",
- "searchableFields": [
- "string"
]
}, - "strings": {
- "property1": {
- "property1": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}, - "property2": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}
}, - "property2": {
- "property1": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}, - "property2": {
- "property1": [
- "string"
], - "property2": [
- "string"
]
}
}
}, - "text_search": "string",
- "timeZone": "string"
}
}, - "format": {
- "delimiter": "string"
}, - "id": "string",
- "integration": "string",
- "last_updated_by": "string",
- "organization": "string",
- "reports_query_option": {
- "end_date": "string",
- "extra_parameters_as_new_fields": [
- "string"
], - "filters": {
- "property1": {
- "equal_values": [
- "string"
], - "greater_than_values": [
- 0
], - "less_than_values": [
- 0
], - "like_values": [
- "string"
], - "not_equal_values": [
- "string"
]
}, - "property2": {
- "equal_values": [
- "string"
], - "greater_than_values": [
- 0
], - "less_than_values": [
- 0
], - "like_values": [
- "string"
], - "not_equal_values": [
- "string"
]
}
}, - "include_fields": [
- "string"
], - "relative_date": "string",
- "sort_by": [
- {
- "is_descending": true,
- "name": "string"
}
], - "start_date": "string"
}, - "requested_by": "string",
- "results_meta": {
- "duration_seconds": 0,
- "range_truncated": true,
- "total": 0
}, - "status": "PENDING",
- "type": "string",
- "updated_at": "string"
}
}
Delete the Download Center export object and the associated file.
exportID required | string The Export ID |
{ }