Options
All
  • Public
  • Public/Protected
  • All
Menu

A partner reorders or removes an image in the Image Bank management view.

This schema describes events sent to Segment from OsClickedImageBankManagement

example

Reorder

{
  action: "clickedImageBankManagement",
  context_module: "imageBank",
  context_page_owner_type: "studioInstagram",
  value: "reorder"
}
example

Remove

{
  action: "clickedImageBankManagement",
  context_module: "imageBank",
  context_page_owner_type: "studioInstagram",
  value: "remove"
}

Hierarchy

  • OsClickedImageBankManagement

Index

Properties

action

action: clickedImageBankManagement

context_module

context_module: imageBank

context_page_owner_type

context_page_owner_type: studioInstagram

value

value: "reorder" | "remove"

Generated using TypeDoc