Esc

Start typing to search.

Improvado
Sign In

Reddit - Custom Events

Updated on Mar 26, 2026

Custom Events in your reports

You can enable Dynamic metrics for the Ads Report type to get Reddit custom events in your reports.

To enable Dynamic metrics, select Yes in the Load Dynamic Fields.

For every custom event from your Reddit account, the following metrics will be added:

  • <strong>{{custom_event_name}}</strong> (view <strong>{{view_attribution_window}}</strong>), e.g., <strong>My Event Name </strong>(view <strong>DAY</strong>)
  • <strong>{{custom_event_name}}</strong> (click <strong>{{click_attribution_window}}</strong>), e.g., <strong>My Event Name </strong>(click<strong> WEEK</strong>)

In addition, the following metrics for total custom events amount will be added:

  • Custom Events Total (view <strong>{{view_attribution_window}}</strong>), e.g., Custom Events Total (view <strong>DAY</strong>)
  • Custom Events Total (click <strong>{{click_attribution_window}}</strong>), e.g., Custom Events Total (click <strong>WEEK</strong>)

Note

The {{view_attribution_window}} and {{click_attribution_window}} are the Attribution window settings of your Reddit account retrieved from Reddit API. Learn more here.

Naming rules for Custom Events in the database

Every custom event in the database has two fields with the following naming:

  • ce_{{db_field_name}}_views, e.g. ce_my_event_name_views
  • ce_{{db_field_name}}_clicks, e.g. ce_my_event_name_clicks

The total amount of all custom event metrics has the following naming:

  • ce_{{db_field_name}}_total_items, e.g. ce_my_event_name_total_items
  • ce_{{db_field_name}}_total_value, e.g. ce_my_event_name_total_value

Note

  • {{db_field_name}} - a transformed name of a custom event that follows Snake case naming rules. E.g., New User event will be transformed to new_user.

Was this article helpful?