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
  • Maximum number of scenarios
  • Maximum number of active scenarios
  • Maximum number of nodes per scenario
  • Limits related to wait nodes

Was this helpful?

Export as PDF
  1. Advanced usages
  2. Automations

Usage limits for automations

PreviousCustom action pluginsNextPlugins

Last updated 3 years ago

Was this helpful?

A few default usage limits are set for automations for each .

As automations are still in beta phase, these limits might be subject to modification.

Maximum number of scenarios

A limit is set on the number of scenarios in PAUSED or ACTIVE states. The default is 100 for each organisation. This limit is checked upon POST /v1/scenarios requests, i.e. when creating scenarios. When the limit is reached the request will hit a 403 HTTP reply.

Maximum number of active scenarios

A limit is set on the number of scenarios with ACTIVE status. The default is 20 for each organisation. This limit is checked upon PUT /v1/scenarios/:scenario_id request with ACTIVE status, i.e. when activating scenarios. When the limit is reached the request will hit a 403 HTTP reply.

Maximum number of nodes per scenario

A limit is set on the number of scenarios in PAUSED or ACTIVE states. The default is 20 for each scenario. This limit is checked upon PUT /v1/scenarios/:scenario_id request with ACTIVE status, i.e. when activating scenarios. When the limit is reached the request will hit a 403 HTTP reply.

Limits related to wait nodes

There are two limit related to wait nodes:

  • Maximum number of wait nodes in active scenarios. The default is 20 for each organisation. This limit is checked upon PUT /v1/scenarios/:scenario_id request with ACTIVE status, i.e. when activating scenarios. When the limit is reached the request will hit a 403 HTTP reply.

  • Indicative maximum number of user points awaken per wait node per hour. The Service Level Objective is 50 000. If over 50 000 users will go through your wait node hourly, some users might not be awaken in a timely fashion.

Get in touch with your mediarithmics contact if you need to set higher limits for your organisation.

organisation