Skip to content

Relay

Metrics for the Relay integration

Source | Edit

Metrics

fill_username_ctr

Relay Engagement: CTR on the Relay fill_username

relay_integration_clicked_fill_username / relay_integration_shown_fill_username

Analysis Period: weekly, overall

Data Source: ``

Statistics: population_ratio

Definition:
None

relay_offer_ctr

Relay Optin: CTR on the Relay mask offer

Relay offer clicked by client / Relay offer shown to client

Analysis Period: weekly, overall

Data Source: ``

Statistics: population_ratio

Definition:
None

relay_optin_disabled_rate

Relay Optin: Relay Optin disabled Rate

Relay optin panel disabled by client / Relay optin panel shown to client

Analysis Period: weekly, overall

Data Source: ``

Statistics: population_ratio

Definition:
None

relay_optin_rate

Relay Optin: Relay Optin Rate

Relay optin panel enabled by client / Relay optin panel shown to client

Analysis Period: weekly, overall

Data Source: ``

Statistics: population_ratio

Definition:
None

relay_integration_clicked_fill_username

Relay Engagement: Relay integration autocomplete popup clicked

Number of times the Relay UI is clicked to fill in a new Relay mask

Analysis Period: weekly, overall

Data Source: relay_integration_events

Statistics: bootstrap_mean

Definition:
COALESCE(COUNTIF(
         event_method = 'clicked'
         AND event_object = 'fill_username'
      ),0)

relay_integration_shown_fill_username

Relay Engagement: Relay integration autocomplete popup shown

Number of times the Relay UI is shown to fill in a new Relay mask

Analysis Period: weekly, overall

Data Source: relay_integration_events

Statistics: bootstrap_mean

Definition:
COALESCE(COUNTIF(
         event_method = 'shown'
         AND event_object = 'fill_username'
      ),0)

relay_integration_disabled_opt_in_panel

Relay Optin: Relay optin panel disabled by client

Number of times Relay optin panel is disabled

Analysis Period: weekly, overall

Data Source: relay_integration_events

Statistics: bootstrap_mean

Definition:
COALESCE(COUNTIF(
         event_method = 'disabled'
         AND event_object = 'opt_in_panel'
      ),0)

relay_integration_postponed_opt_in_panel

Relay Optin: Relay optin panel postponed by client

Number of times Relay optin panel is postponed

Analysis Period: weekly, overall

Data Source: relay_integration_events

Statistics: bootstrap_mean

Definition:
COALESCE(COUNTIF(
         event_method = 'postponed'
         AND event_object = 'opt_in_panel'
      ),0)

relay_integration_enabled_opt_in_panel

Relay Optin: Relay optin panel enabled by client

Number of times Relay optin panel is enabled

Analysis Period: weekly, overall

Data Source: relay_integration_events

Statistics: bootstrap_mean

Definition:
COALESCE(COUNTIF(
         event_method = 'enabled'
         AND event_object = 'opt_in_panel'
      ),0)

relay_integration_shown_opt_in_panel

Relay Optin: Relay optin panel shown to client

Number of times Relay optin panel is shown

Analysis Period: weekly, overall

Data Source: relay_integration_events

Statistics: bootstrap_mean

Definition:
COALESCE(COUNTIF(
         event_method = 'shown'
         AND event_object = 'opt_in_panel'
      ),0)

relay_integration_clicked_relay_offer

Relay Optin: Relay offer clicked by client

Number of times user clicked on Relay offer

Analysis Period: weekly, overall

Data Source: relay_integration_events

Statistics: bootstrap_mean

Definition:
COALESCE(COUNTIF(
         event_method = 'clicked'
         AND event_object = 'offer_relay'
      ),0)

relay_integration_shown_relay_offer

Relay Optin: Relay offer shown to client

Number of times Relay offer is shown

Analysis Period: weekly, overall

Data Source: relay_integration_events

Statistics: bootstrap_mean

Definition:
COALESCE(COUNTIF(
         event_method = 'shown'
         AND event_object = 'offer_relay'
      ),0)

Data Sources

relay_integration_events- Relay Integration Events

Events Ping filtered to relay_integration category

Definition: