Options
All
  • Public
  • Public/Protected
  • All
Menu

A partner views a graph on the analytics page

example
{
  action: "viewedGraph",
  context_module: "analyticsMostViewed" | "analyticsPublishedArtworks" | "analyticsViews" | "analyticsInquiries" | "analyticsSales" | "analyticsAudience",
  context_page_owner_type: "analytics",
  graph_type: "cumulative_line" | "donut" | "horizontal_bar" | "vertical_bar",
  graph_data?: "device" | "medium" | "country" | "landing" | null
}

Hierarchy

  • CmsAnalyticsPageViewedGraph

Index

Properties

action

action: viewedGraph

context_module

context_module: CmsContextModule

context_page_owner_type

context_page_owner_type: analytics

Optional graph_data

graph_data: undefined | string

graph_type

graph_type: string

Generated using TypeDoc