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.
|
per_page Optional |
How many results to return per page. The default is 25.
|
created_at_to Optional |
Date formatted like 2016-01-01 12:25:15 -0500
|
created_at_from Optional |
Date formatted like 2016-01-01 12:25:15 -0500
|
fulltext Optional |
Search for any record that matches this text
|
time_zone Optional |
Date ranges will be parsed using this time zone.
|
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:
|
root Optional |
Pass
|
order Optional |
Sort results by this field.
|
order_dir Optional |
Sort results in ascending or descending order.
|
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.
|
paused Optional |
Pause or unpause.
|
reset_total_caps Optional |
Send
|
dial_buyers_type Optional |
Configure the dial buyer behaviour.
|
buyer_ids Optional Blank Value Allowed |
The list of buyer ids that will be dialed.
|
tier Optional |
When
|
weight Optional |
When
|
generate_team Optional |
Grant access to manage this buyer group, it's buyers, and to view calls that it's paid for.
|
team_users_emails Optional Blank Value Allowed |
The selected users will recieve an email invitation to collaborate on your company.
|
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.
|
attempt_total_limit Optional Blank Value Allowed |
Attempt caps limit the number of times a buyer can be attempted in a given interval.
|
attempt_monthly_limit Optional Blank Value Allowed |
Monthly Attempt Cap
|
attempt_daily_limit Optional Blank Value Allowed |
Daily Attempt Cap
|
connection_total_limit Optional Blank Value Allowed |
Connection caps limit the number of times a buyer can be connected in a given interval.
|
connection_monthly_limit Optional Blank Value Allowed |
Monthly Connection Cap
|
connection_daily_limit Optional Blank Value Allowed |
Daily Connection Cap
|
buyer_conversion_total_limit Optional Blank Value Allowed |
Conversion caps limit the number of times a buyer can convert in a given interval.
|
buyer_conversion_monthly_limit Optional Blank Value Allowed |
Monthly Conversion Cap
|
buyer_conversion_daily_limit Optional Blank Value Allowed |
Daily Conversion Cap
|
revenue_total_limit Optional Blank Value Allowed |
Revenue caps limit the dollar amount that can be paid by a buyer in a given interval.
|
revenue_monthly_limit Optional Blank Value Allowed |
Monthly $ Revenue Cap
|
revenue_daily_limit Optional Blank Value Allowed |
Daily $ Revenue Cap
|
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.
|
name Optional |
The name of the buyer group.
|
reset_total_caps Optional |
Send
|
dial_buyers_type Optional |
Configure the dial buyer behaviour.
|
add_buyer_ids Optional Blank Value Allowed |
Append buyers to this record.
|
remove_buyer_ids Optional Blank Value Allowed |
Remove buyers from the record.
|
add_user_buyer_ids Optional |
Append buyers to the record using the buyer field
|
remove_user_buyer_ids Optional |
Remove buyers from the record using buyer field
|
buyer_ids Optional Blank Value Allowed |
The list of buyer ids that will be dialed.
|
tier Optional |
When
|
weight Optional |
When
|
generate_team Optional |
Grant access to manage this buyer group, it's buyers, and to view calls that it's paid for.
|
team_users_emails Optional Blank Value Allowed |
The selected users will recieve an email invitation to collaborate on your company.
|
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.
|
attempt_total_limit Optional Blank Value Allowed |
Attempt caps limit the number of times a buyer can be attempted in a given interval.
|
attempt_monthly_limit Optional Blank Value Allowed |
Monthly Attempt Cap
|
attempt_daily_limit Optional Blank Value Allowed |
Daily Attempt Cap
|
connection_total_limit Optional Blank Value Allowed |
Connection caps limit the number of times a buyer can be connected in a given interval.
|
connection_monthly_limit Optional Blank Value Allowed |
Monthly Connection Cap
|
connection_daily_limit Optional Blank Value Allowed |
Daily Connection Cap
|
buyer_conversion_total_limit Optional Blank Value Allowed |
Conversion caps limit the number of times a buyer can convert in a given interval.
|
buyer_conversion_monthly_limit Optional Blank Value Allowed |
Monthly Conversion Cap
|
buyer_conversion_daily_limit Optional Blank Value Allowed |
Daily Conversion Cap
|
revenue_total_limit Optional Blank Value Allowed |
Revenue caps limit the dollar amount that can be paid by a buyer in a given interval.
|
revenue_monthly_limit Optional Blank Value Allowed |
Monthly $ Revenue Cap
|
revenue_daily_limit Optional Blank Value Allowed |
Daily $ Revenue Cap
|
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