Properties
action
action: viewedGraphDatapoint
Optional datapoint_bucket_size
datapoint_bucket_size: undefined | string
Optional datapoint_is_other
datapoint_is_other: undefined | false | true
Optional graph_data
graph_data: undefined | string
graph_type
graph_type: string
A partner views a datapoint on a graph on the analytics page
{ action: "viewedGraphDatapoint", 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, datapoint_bucket_size?: "daily" | "weekly" | "monthly" | null, datapoint_is_other?: true | false | null }