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. |