Options
All
  • Public
  • Public/Protected
  • All
Menu

A user has followed a partner.

This schema describes events sent to Segment from followedPartner

example
 {
   action: "followedPartner",
   context_module: "aboutTheWork"
   context_owner_id: "5359794d1a1e86c3740001f7"
   context_owner_slug: "andy-warhol-skull"
   context_owner_type: "artwork"
   owner_id: "5359794d1a1e86c3740001f7"
   owner_slug: "pace-prints"
   owner_type: "partner"
 }

Hierarchy

Index

Properties

action

action: followedPartner

context_module

context_module: AuthContextModule

Optional context_owner_id

context_owner_id: undefined | string

Optional context_owner_slug

context_owner_slug: undefined | string

context_owner_type

context_owner_type: OwnerType

owner_id

owner_id: string

owner_slug

owner_slug: string

owner_type

owner_type: FollowableEntity

Generated using TypeDoc