NetworkProductMetric
This page contains
Fields
| productId: Int! | Numeric product ID (application_id from the monolith) |
| totalSubscriptionCount: Int! | Total subscription count aggregated across all marketplaces |
| totalSeatCount: Int! | Total seat count aggregated across all marketplaces |
| activeMarketplaceCount: Int! | Number of distinct marketplaces that have active subscriptions for this product |
Queries for NetworkProductMetric
| networkProductMetrics PREVIEW | Returns cross-network popularity metrics for the given product IDs. Aggregates subscription and seat counts across all marketplaces, without requiring a tenant context. Used by AI agents for product recommendation ranking. When minSubscriptionThreshold is greater than zero, only products whose totalSubscriptionCount meets or exceeds the threshold are returned. Pass zero to return every requested product ID (including zero counts). |