Skip to main content

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: 12
opted_in_podcastsint64

Podcasts whose opt_in_status is opted_in

Example: 8
total_campaignsint64

Total campaigns in the network

Example: 5
total_offersint64

Total campaign offers across the network's campaigns

Example: 20
offers_pendingint64

Offers in the pending state

Example: 4
offers_acceptedint64

Offers that have been accepted

Example: 10
offers_rejectedint64

Offers that have been rejected

Example: 3
offers_negotiatingint64

Offers currently in negotiation

Example: 3
total_membersint64

Total network members

Example: 6
NetworkStatsResponse
{
"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
}