NetworkStatsResponse
Aggregate counts for a network, for a dashboard overview. Computed by counting the network's collections at request time; no internal ids or denormalized persistence counters are exposed.
total_podcastsint64
Total podcasts in the network
Example:
12opted_in_podcastsint64
Podcasts whose opt_in_status is opted_in
Example:
8total_campaignsint64
Total campaigns in the network
Example:
5total_offersint64
Total campaign offers across the network's campaigns
Example:
20offers_pendingint64
Offers in the pending state
Example:
4offers_acceptedint64
Offers that have been accepted
Example:
10offers_rejectedint64
Offers that have been rejected
Example:
3offers_negotiatingint64
Offers currently in negotiation
Example:
3total_membersint64
Total network members
Example:
6NetworkStatsResponse
{
"total_podcasts": 12,
"opted_in_podcasts": 8,
"total_campaigns": 5,
"total_offers": 20,
"offers_pending": 4,
"offers_accepted": 10,
"offers_rejected": 3,
"offers_negotiating": 3,
"total_members": 6
}