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
  • Cookies installed on the third-party domain .mediarithmics.com
  • Cookies installed on the first-party domain
  • Local storage variables on the first-party website
  • Additional cookies and local storage variables when using client-side feeds
  • Description of the javascript tracker behaviour

Was this helpful?

Export as PDF
  1. Advanced usages
  2. Data privacy compliance

Cookies

mediarithmics tracking capabilities rely on first-party cookies, third-party cookies, and local storage variables to identify browsers and capture their activity.

Cookies installed on the third-party domain .mediarithmics.com

These cookies are created on the third-party domain .mediarithmics.com (or on the custom domain if used).

Cookie name

Description

Life duration

mics_vid

mediarithmics third-party cookie identifier

1 year

mics_lts

The last time the browser has been seen

1 year

mics_uaid

Legacy cookie that will be deprecated

1 year

chk

In the case of a call on events.mediarithmics.com without a cookie mics_vid, this cookie is written to check that the user browser supports third party cookies. It contains a randomly generated UUID.

1 hour

Cookies installed on the first-party domain

These cookies are created on websites where mediarithmics javascript tag is installed.

Cookie name

Description

Life duration

mics_vid

Duplication of mediarithmics third-party cookie identifier bearing the same name. Used for caching purposes to avoid unecessary calls.

1 year

mics_lts

The last time the browser has been seen

1 year

mics_<site_token>

First-party identifier for the browser (also called "installation ID")

1 year

Local storage variables on the first-party website

Local storage is only used on websites where mediarithmics javascript tag is installed.

Key

Description

_mediarithmics

Per site token: lastFeedRefreshDate

Is created only if you have added the syncFeeds

<site_token>_mics_up

This variable is only present if the Edge feature is activated.

It stores user data, structured as a user point model, including device characteristics, the browsing history on the first-party website and the segments to which the user belongs to.

mics_sgmts

This variable is only present if the Edge feature is activated.

It stores the list of segments to which the user belongs to (duplicate from the above one).

Additional cookies and local storage variables when using client-side feeds

Client-side feeds are connectors that involve loading additional javascript, provided by mediarithmics or by a partner (e.g. Facebook Pixel) within the user's browser.

If you are using client-side feeds, it is likely that additional cookies and local storage variables are created. Please refer to the related documentation for additional details.

Description of the javascript tracker behaviour

The list of calls is generated by the javascript tag.

URL

Description

mediarithmics static javascript tag. Contains the implementation of methods used in the snippet.

Configuration parameters regarding the tag on the website.

Also contains a randomly generated first party identifier ("installation ID")

Checks if the user belongs to a segment with a tag feed attached

Starts the cookie-matching process with Google and Xandr (if activated)

Ends the cookie-matching process with Google and Xandr (if activated) by inputting the ID

Asks for the creation of a mediarithmics third-party cookie identifier (mics_vid).

If cookie-matchings with partners are configured, the response will install pixels for those partners.

Create a tracking event in the datamart related to the site.

The following additional calls are made if the Edge feature is activated.

URL

Description

Allows the translation of the browser UserAgent into device characteristics.

static.mediarithmics.com/tag/2/evaluator.min.js

Downloads the local segment evaluator.

events.mediarithmics.com/v1/sites/<site_token>/segment.js

Downloads the definition of Edge segments.

Other redirects that might happen in the process

URL

Description

events.mediarithmics.com/v1/check_cookie/pixel

events.mediarithmics.com/v1/update_mapping/pixel

cookie-matching.mediarithmics.com/v1/get_or_create

PreviousExercise of user rightsNextCampaigns

Last updated 1 year ago

Was this helpful?

static.mediarithmics.com/tag/1/tag.min.js
events.mediarithmics.com/v1/conf.js
events.mediarithmics.com/v1/sites/<site_token>/external_feeds
cookie-matching.mediarithmics.com/v1/gather_id
cookie-matching.mediarithmics.com/input
cookie-matching.mediarithmics.com/v1/getids
events.mediarithmics.com/v1/visits/pixel
events.mediarithmics.com/v1/device_info.js