curl -H "Authorization: Basic BASE64_ENCODED_PUBLIC_KEY_AND_PRIVATE_KEY" "https://[your-subdomain].trackdrive.com/api/v1/buyer_groups?page=1&order=created_at&"
Param name |
Description
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:
|
order Optional |
Sort results by this field. Validations:
|
order_dir Optional |
Sort results in ascending or descending order. Validations:
|
curl -H "Authorization: Basic BASE64_ENCODED_PUBLIC_KEY_AND_PRIVATE_KEY" -H "Content-Type: application/json" -X POST -d '{"name ":"Great Group Of Buyers", "buyer_ids": [100123,100124]}' https://[your-subdomain].trackdrive.com/api/v1/buyer_groups
Param name |
Description
Validations
|
---|---|
name Required |
The name of the buyer group. Validations:
|
paused Optional |
Pause or unpause. Validations:
|
reset_total_caps Optional |
Send Validations:
|
dial_buyers_type Optional |
Configure the dial buyer behaviour. Validations:
|
buyer_ids Optional Blank Value Allowed |
The list of buyer ids that will be dialed. Validations:
|
tier Optional |
When Validations:
|
weight Optional |
When Validations:
|
generate_team Optional |
Grant access to manage this buyer group, it's buyers, and to view calls that it's paid for. Validations:
|
team_users_emails Optional Blank Value Allowed |
The selected users will recieve an email invitation to collaborate on your company. Validations:
|
team_offer_ids Optional Blank Value Allowed |
Team members can view calls made to these Offers that were paid for by the buyers in this group. Validations:
|
attempt_total_limit Optional Blank Value Allowed |
Attempt caps limit the number of times a buyer can be attempted in a given interval. Validations:
|
attempt_monthly_limit Optional Blank Value Allowed |
Monthly Attempt Cap Validations:
|
attempt_daily_limit Optional Blank Value Allowed |
Daily Attempt Cap Validations:
|
connection_total_limit Optional Blank Value Allowed |
Connection caps limit the number of times a buyer can be connected in a given interval. Validations:
|
connection_monthly_limit Optional Blank Value Allowed |
Monthly Connection Cap Validations:
|
connection_daily_limit Optional Blank Value Allowed |
Daily Connection Cap Validations:
|
buyer_conversion_total_limit Optional Blank Value Allowed |
Conversion caps limit the number of times a buyer can convert in a given interval. Validations:
|
buyer_conversion_monthly_limit Optional Blank Value Allowed |
Monthly Conversion Cap Validations:
|
buyer_conversion_daily_limit Optional Blank Value Allowed |
Daily Conversion Cap Validations:
|
revenue_total_limit Optional Blank Value Allowed |
Revenue caps limit the dollar amount that can be paid by a buyer in a given interval. Validations:
|
revenue_monthly_limit Optional Blank Value Allowed |
Monthly $ Revenue Cap Validations:
|
revenue_daily_limit Optional Blank Value Allowed |
Daily $ Revenue Cap Validations:
|
curl -H "Authorization: Basic BASE64_ENCODED_PUBLIC_KEY_AND_PRIVATE_KEY" -H "Content-Type: application/json" -X PUT -d '{"name ":"Great Group Of Buyers", "add_buyer_ids": [100123,100124], "remove_buyer_ids": [100101]}' https://[your-subdomain].trackdrive.com/api/v1/buyer_groups/123456
Param name |
Description
Validations
|
---|---|
paused Optional |
Pause or unpause. Validations:
|
name Optional |
The name of the buyer group. Validations:
|
reset_total_caps Optional |
Send Validations:
|
dial_buyers_type Optional |
Configure the dial buyer behaviour. Validations:
|
add_buyer_ids Optional Blank Value Allowed |
Append buyers to this record. Validations:
|
remove_buyer_ids Optional Blank Value Allowed |
Remove buyers from the record. Validations:
|
add_user_buyer_ids Optional |
Append buyers to the record using the buyer field Validations:
|
remove_user_buyer_ids Optional |
Remove buyers from the record using buyer field Validations:
|
buyer_ids Optional Blank Value Allowed |
The list of buyer ids that will be dialed. Validations:
|
tier Optional |
When Validations:
|
weight Optional |
When Validations:
|
generate_team Optional |
Grant access to manage this buyer group, it's buyers, and to view calls that it's paid for. Validations:
|
team_users_emails Optional Blank Value Allowed |
The selected users will recieve an email invitation to collaborate on your company. Validations:
|
team_offer_ids Optional Blank Value Allowed |
Team members can view calls made to these Offers that were paid for by the buyers in this group. Validations:
|
attempt_total_limit Optional Blank Value Allowed |
Attempt caps limit the number of times a buyer can be attempted in a given interval. Validations:
|
attempt_monthly_limit Optional Blank Value Allowed |
Monthly Attempt Cap Validations:
|
attempt_daily_limit Optional Blank Value Allowed |
Daily Attempt Cap Validations:
|
connection_total_limit Optional Blank Value Allowed |
Connection caps limit the number of times a buyer can be connected in a given interval. Validations:
|
connection_monthly_limit Optional Blank Value Allowed |
Monthly Connection Cap Validations:
|
connection_daily_limit Optional Blank Value Allowed |
Daily Connection Cap Validations:
|
buyer_conversion_total_limit Optional Blank Value Allowed |
Conversion caps limit the number of times a buyer can convert in a given interval. Validations:
|
buyer_conversion_monthly_limit Optional Blank Value Allowed |
Monthly Conversion Cap Validations:
|
buyer_conversion_daily_limit Optional Blank Value Allowed |
Daily Conversion Cap Validations:
|
revenue_total_limit Optional Blank Value Allowed |
Revenue caps limit the dollar amount that can be paid by a buyer in a given interval. Validations:
|
revenue_monthly_limit Optional Blank Value Allowed |
Monthly $ Revenue Cap Validations:
|
revenue_daily_limit Optional Blank Value Allowed |
Daily $ Revenue Cap 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/buyer_groups/:id