the Chromium logo

The Chromium Projects

Enterprise metrics

As we launch new features, we tend to collect adoption metrics and if a feature has an admin policy, we’ll have to access DPanel data to get information such as the number of unique domains that have applied the policy or the number of end users upon whom this policy has been applied etc. Accessing this data requires some permissions and queries to be run and this article is written to provide that information.

Steps

Permissions

Query

Once the access to the above group is granted, you can run below queries in Plx to get some adoption data:

Choosing a test image

The first select statement provides us with domains that have enabled the ‘AllowCellularSimLock’ policy along with the number of affected users in that domain. The number of entries in the result is the number of domains who are using this policy.

The second select statement provides us with the count of unique end users across all domains on whom the policy has been applied.