Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CmsAnalyticsPageViewedGraphDatapoint

A partner views a datapoint on a graph on the analytics page

example
{
  action: "viewedGraphDatapoint",
  context_module: "analyticsMostViewed" | "analyticsPublishedArtworks" | "analyticsViews" | "analyticsInquiries" | "analyticsSales" | "analyticsAudience",
  context_page_owner_type: "analytics",
  graph_type: "cumulative_line" | "donut"
  datapoint_bucket_size?: "daily" | "weekly" | "monthly" | null
  datapoint_is_other?: true | false | null
}

Hierarchy

  • CmsAnalyticsPageViewedGraphDatapoint

Index

Properties

action

action: viewedGraphDatapoint

context_module

context_module: CmsContextModule

context_page_owner_type

context_page_owner_type: analytics

Optional datapoint_bucket_size

datapoint_bucket_size: undefined | string

Optional datapoint_is_other

datapoint_is_other: undefined | false | true

graph_type

graph_type: string

Generated using TypeDoc