options.yaml

filter_event_types:
  # ? These event types are used for filtering based on the 'aqet' query parameter from output_rec.
  - pv       # Page View
  - conv     # Conversion
  - geoev    # Geo Event
  - poiv     # Point of Interest View
  - imp      # Impression
  - clk      # Click
  - sclk     # Search Click
  - eng      # Engagement
  - int      # Interaction
  - othev    # Other Event
  - idsync   # ID Sync

gen_event_id: true   # Determines whether to generate an event ID.


infer_entity_tuple:
  cookie_name: m_unifi                # Name of the cookie.
  main_passive_statid_algo: palgo1    # Main algorithm to be used to promote passive 'statid' as primary entity key if no other entity type is  available. Available algorithms are [palgo1, palgo2, palgo3]
  invalid_uus:
    - undefined
    - NA

  # COOKIES WHICH WILL BE IGNORED WHILE POPULATING OTHER ENTITY KEYS
  ignored_cookies:
    - KantarBcnLcy

  entity_domain_config:
    prsn: _z__z__z__z_    # Domain configuration for 'prsn' entity type.
    uu: _z__z_{host}_z__z_      # Domain configuration for 'uu' entity type.
    hh: _z__z__z__z_               # Domain configuration for 'hh' entity type.
    org: _z__z__z__z_     # Domain configuration for 'org' entity type.
    rdid: _z__z__z__z_    # Domain configuration for 'rdid' entity type.
    dev: _z__z__z__z_     # Domain configuration for 'dev' entity type.
    ck: _z__z_{host}_z_{cookie}_z_       # Domain configuration for 'ck' entity type.
    statid: Aqfer_z__z__z_aalgo1_z_                            # Domain configuration for 'statid' entity type.
    passive_statid: _z__z__z_{pstatid_algo}_z_         # Domain configuration for 'suu' entity type.
    puu: _z__z_{host}_z__z_                                  # Domain configuration for 'puu' entity type.
    ip: _z__z__z_{id_type}_z_{id_format}      # Domain configuration for 'ip' entity type.

hashed_ip_look_up_file:  # Hashed IP Look up file for Egress
  • Table of contents

Was this article helpful?