List offsite audiences.
curl --request GET \
--url https://api.topsort.com/public/v1/offsite-ads/audiences
{
"audiences": [
{
"description": "<string>",
"id": "<string>",
"name": "<string>"
}
],
"dsp": "google_ads",
"hasMore": true,
"nextPage": "SSBzb2xlbW5seSBzd2VhciB0aGF0IEkgYW0gdXAgdG8gbm8gZ29vZAo="
}
The ID of the vendor to list the audiences for.
"vendor_123"
The DSP to filter campaigns by.
google_ads
"google_ads"
Pagination cursor as provided in an earlier response. If provided will fetch the next page of results.
Successful Response
The response is of type object
.
curl --request GET \
--url https://api.topsort.com/public/v1/offsite-ads/audiences
{
"audiences": [
{
"description": "<string>",
"id": "<string>",
"name": "<string>"
}
],
"dsp": "google_ads",
"hasMore": true,
"nextPage": "SSBzb2xlbW5seSBzd2VhciB0aGF0IEkgYW0gdXAgdG8gbm8gZ29vZAo="
}
List offsite audiences.
curl --request GET \
--url https://api.topsort.com/public/v1/offsite-ads/audiences
{
"audiences": [
{
"description": "<string>",
"id": "<string>",
"name": "<string>"
}
],
"dsp": "google_ads",
"hasMore": true,
"nextPage": "SSBzb2xlbW5seSBzd2VhciB0aGF0IEkgYW0gdXAgdG8gbm8gZ29vZAo="
}
The ID of the vendor to list the audiences for.
"vendor_123"
The DSP to filter campaigns by.
google_ads
"google_ads"
Pagination cursor as provided in an earlier response. If provided will fetch the next page of results.
Successful Response
The response is of type object
.
curl --request GET \
--url https://api.topsort.com/public/v1/offsite-ads/audiences
{
"audiences": [
{
"description": "<string>",
"id": "<string>",
"name": "<string>"
}
],
"dsp": "google_ads",
"hasMore": true,
"nextPage": "SSBzb2xlbW5seSBzd2VhciB0aGF0IEkgYW0gdXAgdG8gbm8gZ29vZAo="
}