curl -H "Authorization: Basic BASE64_ENCODED_PUBLIC_KEY_AND_PRIVATE_KEY" "https://[your-subdomain].trackdrive.com/api/v1/offer_conversions?page=1&order=created_at"
| Param name |
Description
Validations
|
||||||
|---|---|---|---|---|---|---|---|
|
serializer Optional Blank Value Allowed |
This endpoint supports multiple response formats. Pass Validations:
|
||||||
|
offer_id Optional |
Offer Validations:
|
||||||
|
business_range_id Optional |
Business Range Validations:
|
||||||
|
page Optional |
Return the next page of results. Validations:
|
||||||
|
per_page Optional |
How many results to return per page. The default is 25. Validations:
|
||||||
|
created_at_to Optional |
Date formatted like 2016-01-01 12:25:15 -0500 Validations:
|
||||||
|
created_at_from Optional |
Date formatted like 2016-01-01 12:25:15 -0500 Validations:
|
||||||
|
fulltext Optional |
Search for any record that matches this text Validations:
|
||||||
|
time_zone Optional |
Date ranges will be parsed using this time zone. Validations:
|
||||||
|
columns Optional |
Specify the columns you would like returned by the API for a given resource.
Limiting the columns can significantly increase API response time since only the requested data will be processed.
columns=uuid,number,created_at
Must be any combination of:
Validations:
|
||||||
|
root Optional |
Pass Validations:
|
| Param name |
Description
Validations
|
||||||
|---|---|---|---|---|---|---|---|
|
serializer Optional Blank Value Allowed |
This endpoint supports multiple response formats. Pass Validations:
|
| Param name |
Description
Validations
|
||||||
|---|---|---|---|---|---|---|---|
|
serializer Optional Blank Value Allowed |
This endpoint supports multiple response formats. Pass Validations:
|
curl -H "Authorization: Basic BASE64_ENCODED_PUBLIC_KEY_AND_PRIVATE_KEY" -H "Content-Type: application/json" -X POST -d '{"payout": 10, "duration": 60, duplicate_timeframe: 3600, name: "Pay $10 after 1 minute, deduped by 1 hour.", offer_id: 10001234}' https://[your-subdomain].trackdrive.com/api/v1/offer_conversions
| Param name |
Description
Validations
|
||||||
|---|---|---|---|---|---|---|---|
|
serializer Optional Blank Value Allowed |
This endpoint supports multiple response formats. Pass Validations:
|
||||||
|
payout_type Optional |
Payout Type Validations:
|
||||||
|
payout Optional Blank Value Allowed |
Payout Validations:
|
||||||
|
revenue_percentage Optional Blank Value Allowed |
Revenue Percentage Validations:
|
||||||
|
duration Required |
Duration Validations:
|
||||||
|
duplicate_timeframe Required |
Duplicate Timeframe Validations:
|
||||||
|
name Required |
Name Validations:
|
||||||
|
offer_id Required |
Offer Validations:
|
||||||
|
business_range_id Optional Blank Value Allowed |
Business Range Validations:
|
||||||
|
record_token_filter_list Optional Blank Value Allowed |
Assign filters to the object by passing an array of key:value pairs Validations:
|
||||||
|
sortable_order Optional |
Sortable Order Validations:
|
curl -H "Authorization: Basic BASE64_ENCODED_PUBLIC_KEY_AND_PRIVATE_KEY" -H "Content-Type: application/json" -X PUT -d '{"payout": 9, "duration": 120}' https://[your-subdomain].trackdrive.com/api/v1/offer_conversions/1008923
| Param name |
Description
Validations
|
||||||
|---|---|---|---|---|---|---|---|
|
serializer Optional Blank Value Allowed |
This endpoint supports multiple response formats. Pass Validations:
|
||||||
|
payout_type Optional |
Payout Type Validations:
|
||||||
|
payout Optional Blank Value Allowed |
Payout Validations:
|
||||||
|
revenue_percentage Optional Blank Value Allowed |
Revenue Percentage Validations:
|
||||||
|
duration Optional |
Duration Validations:
|
||||||
|
duplicate_timeframe Optional |
Duplicate Timeframe Validations:
|
||||||
|
name Optional |
Name Validations:
|
||||||
|
record_token_filter_list Optional Blank Value Allowed |
Assign filters to the object by passing an array of key:value pairs Validations:
|
||||||
|
sortable_order Optional Blank Value Allowed |
Sortable Order Validations:
|
curl -H "Authorization: Basic BASE64_ENCODED_PUBLIC_KEY_AND_PRIVATE_KEY" -H "Content-Type: application/json" -X DELETE "https://[your-subdomain].trackdrive.com/api/v1/offer_conversions/1008923"
| Param name |
Description
Validations
|
||||||
|---|---|---|---|---|---|---|---|
|
serializer Optional Blank Value Allowed |
This endpoint supports multiple response formats. Pass Validations:
|