Options
All
  • Public
  • Public/Protected
  • All
Menu

A partner selects or deselects an image from the Image Bank in the Instagram editor.

This schema describes events sent to Segment from OsClickedImageBankImage

example

Select

{
  action: "clickedImageBankImage",
  context_module: "imageBank",
  context_page_owner_type: "studioInstagram",
  value: "selected"
}
example

Deselect

{
  action: "clickedImageBankImage",
  context_module: "imageBank",
  context_page_owner_type: "studioInstagram",
  value: "deselected"
}

Hierarchy

  • OsClickedImageBankImage

Index

Properties

action

action: clickedImageBankImage

context_module

context_module: imageBank

context_page_owner_type

context_page_owner_type: studioInstagram

value

value: "selected" | "deselected"

Generated using TypeDoc