Options
All
  • Public
  • Public/Protected
  • All
Menu

A partner clicks "Cancel" or "Continue" in the Mailchimp campaign send confirmation modal.

This schema describes events sent to Segment from OsClickedSendConfirmation

example

Continue

{
  action: "clickedSendConfirmation",
  context_module: "sendConfirmationModal",
  context_page_owner_type: "studioMailchimp",
  value: "continue"
}
example

Cancel

{
  action: "clickedSendConfirmation",
  context_module: "sendConfirmationModal",
  context_page_owner_type: "studioMailchimp",
  value: "cancel"
}

Hierarchy

  • OsClickedSendConfirmation

Index

Properties

action

action: clickedSendConfirmation

context_module

context_module: sendConfirmationModal

context_page_owner_type

context_page_owner_type: studioMailchimp

value

value: "cancel" | "continue"

Generated using TypeDoc