Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ClickedOnPagination

A user clicks on pagination on the Send Offers page in CMS

This schema describes events sent to Segment from ClickedOnPagination

example
 {
   action: "clickedOnPagination",
   context_module: "Send offers",
   context_page_owner_type: "sendOffers",
   context_page_owner_id: "",
   context_page_owner_slug: "",
   partner_id: "61bcda16515b038ce5000104",
   label: "1",
   current_page: 1
 }

Hierarchy

  • ClickedOnPagination

Index

Properties

action

action: clickedOnPagination

context_page_module

context_page_module: string

context_page_owner_id

context_page_owner_id: string

Optional context_page_owner_slug

context_page_owner_slug: undefined | string

context_page_owner_type

context_page_owner_type: PageOwnerType

current_page

current_page: number

label

label: string

partner_id

partner_id: string

Generated using TypeDoc