Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ClickedAppDownload

A user clicks an app download link.

This schema describes events sent to Segment from ClickedAppDownload

example
 {
   action: "clickedAppDownload",
   context_module: "sellFooter",
   context_page_owner_type: "consign",
   destination_path: "https://apps.apple.com/us/app/artsy-buy-sell-original-art/id703796080",
   subject: "Download the app"
 }

Hierarchy

  • ClickedAppDownload

Index

Properties

action

action: clickedAppDownload

context_module

context_module: ContextModule

Optional context_page_owner_id

context_page_owner_id: undefined | string

Optional context_page_owner_slug

context_page_owner_slug: undefined | string

context_page_owner_type

context_page_owner_type: PageOwnerType

destination_path

destination_path: string

subject

subject: string

Generated using TypeDoc