Options
All
  • Public
  • Public/Protected
  • All
Menu

A partner clicks "Cancel" or "Continue" in the Instagram post publish confirmation modal.

This schema describes events sent to Segment from OsClickedPublishConfirmation

example

Continue

{
  action: "clickedPublishConfirmation",
  context_module: "publishConfirmationModal",
  context_page_owner_type: "studioInstagram",
  value: "continue"
}
example

Cancel

{
  action: "clickedPublishConfirmation",
  context_module: "publishConfirmationModal",
  context_page_owner_type: "studioInstagram",
  value: "cancel"
}

Hierarchy

  • OsClickedPublishConfirmation

Index

Properties

action

action: clickedPublishConfirmation

context_module

context_module: publishConfirmationModal

context_page_owner_type

context_page_owner_type: studioInstagram

value

value: "cancel" | "continue"

Generated using TypeDoc