Developer
User guidesDeveloper websiteHelp centerLog in
  • Welcome!
  • Organisations structure
    • Datamart
    • Users and roles
  • User points
    • User identifiers
      • Networks IDs
        • Device-based Network IDs
          • Custom Device ID integration
          • ID5
          • First ID
        • User-based Network IDs
          • Custom User ID integration
          • UTIQ martechpass
      • Accounts
      • Emails
      • Device identifiers
    • User activities and events
    • Compartments
    • User profiles
    • User segments
    • Hyper point & Quarantine
  • Data model
    • Defining your schema
    • Computed fields
      • Concepts
      • Setup
      • Development
      • Examples
  • Data ingestion
    • Real time user tracking
      • Website tracking
      • Mobile apps tracking
      • Ads exposure tracking
      • AMP tracking
      • Conversions tracking
      • Email views and clicks
      • Tracking API
      • Event rules
      • Activity analyzers
    • Bulk processing
      • Imports
        • User activities import
        • User profiles import
        • User choices import
        • Segments import
      • Deletions
        • User identifiers deletion
        • Device points deletion
        • User points deletion
      • User identifiers association
      • Integration batch
    • Activities analytics
    • Data warehouse
      • Preliminary setup
        • BigQuery
      • Create data warehouse
  • Querying your data
    • OTQL queries
    • OTQL examples
    • GraphQL queries
    • UserPoint API
    • User activities
    • Activities analytics queries
      • API Quickstart
      • Dimensions and metrics
      • Use cases
    • Funnel API
  • Alerting
    • Alert configurations
  • Data visualisation
    • Quickstart
    • Dashboards
    • Sections and cards
    • Charts
    • Datasets and data sources
      • Using a data file data source
    • Transformations
    • Filters
    • Cookbook
    • Reference
  • Advanced usages
    • Audience segmentation
      • Audience features
      • Segment builders
      • Audience segment metrics
      • Audience segment feed
        • Building new feeds
        • Monitoring a feed
        • Curated Audiences (SDA)
      • Edge segments
      • Cohort-based Lookalike
    • Contextual targeting
      • Setup
      • Activation
        • Google Ad Manager
        • Xandr (through prebid.js)
      • API documentation
    • Exporting your data
      • Query Exports
      • Datamart replication
    • Data privacy compliance
      • User choices
      • Cleaning rules
      • Exercise of user rights
      • Cookies
    • Campaigns
    • Automations
      • Email routers
      • Email renderers
      • Opt-in provider
      • Custom action plugins
      • Usage limits for automations
    • Plugins
      • Concepts
      • Creation & Deployment
      • Coding your plugin
      • Manage existing plugins
      • Layouts
      • Presets
      • Monitoring
      • Throttling
      • Batching (for external feeds)
    • Platform monitoring
      • Resources usage
        • Dimensions and metrics
      • Collection volumes
        • Dimensions and metrics
      • Events ingestion monitoring
        • Dimensions and metrics
    • Data Clean Room
      • Bunker
      • Clean room
  • Resources
    • Tutorial: Data Ingestion
      • Your first events
        • Add the mediarithmics tag
          • Getting the tag
          • Adding the tag
        • Send events using the tag
          • Adding event properties
          • Finding the UserEvent type in your schema
          • Matching your schema
          • Standard events
      • Your first bulk imports
        • API basics
          • Authentication
          • Your first API call
        • Send documents using the API
          • Requirements
          • Sending documents
    • Using our API
      • Authentication
    • Tools & libraries
      • mics CLI
      • JS Tag
      • Plugin SDK
    • Data cubes
      • Creating a report
      • Reference
Powered by GitBook
On this page
  • Dimensions
  • Metrics

Was this helpful?

Export as PDF
  1. Advanced usages
  2. Platform monitoring
  3. Resources usage

Dimensions and metrics

Dimensions

The following dimensions can be requested in reports

Name
Title
Description

community_id

Community ID

The community on which the datamart is linked.

date_time

Date Time

The date and time of the datamart collection size computation in timestamp format.

Use it to know exactly when the collection volume was calculated.

execution_id

Execution ID

A resource is composed of n execution.

organisation_id

Organisation ID

The organisation on which the datamart is linked.

resource_id

Resource ID

The resource leading to write or read operations on mediarithmics platform.

source

Source

The feature tracked by the consumption monitoring system.

(E.g. : Segment computation, export ...)

sub_source

Sub Source

Contextual informations about the source. (E.g. : INSERT_PHASE for segment computation source)

Metrics

The following metrics can be displayed in reports.

Name
Title
Description

read_count

Read count

The number of top level selectors of an OTQL / GraphQL query.

The id selector of the queried object is excluded.

For example, the read count of the query SELECT { id activity_events { id } activities { id } } FROM UserPoint will be equal to 2 as there is two top level selectors (activity_events and activities ).

read_size

Read size

The number of elements queried from our database due to selection operators.

scan_size

Scan size

The number of elements queried from our database to apply the filters of a query (WHERE part).

scan_duration

Scan duration

The time spent applying filters on a query (WHERE part).

computing_unit

Computing unit

The credits used to run a query.

PreviousResources usageNextCollection volumes

Last updated 11 months ago

Was this helpful?