CTRDataRequestBody: {
    clicked_chunk_id?: string | null;
    clicked_chunk_tracking_id?: string | null;
    ctr_type: CTRType;
    metadata?: unknown;
    position: number;
    request_id: string;
}

Type declaration

  • Optionalclicked_chunk_id?: string | null

    The ID of chunk that was clicked

  • Optionalclicked_chunk_tracking_id?: string | null

    The tracking ID of the chunk that was clicked

  • ctr_type: CTRType
  • Optionalmetadata?: unknown

    Any metadata you want to include with the event i.e. action, user_id, etc.

  • position: number

    The position of the clicked chunk

  • request_id: string

    The request id for the CTR data