Preview

networkProductMetrics is in Preview status and is subject to change without notice. For more information about Preview status, see the GraphQL API policy.

networkProductMetrics

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

This page contains

    Arguments

    productIds [Int!]!

    List of numeric product IDs (application_id) to fetch metrics for

    minSubscriptionThreshold Int

    Minimum network-wide total subscription count; products below this are excluded (default 10). Use 0 to disable filtering.

    Return Fields

    [NetworkProductMetric!]! PREVIEW

    Interactive example

    This is an example query. Use the embedded interactive tool below to edit the query.

    Hint: use Ctrl + Space for autocompleting fields.