Overview

Packages

  • ACF
  • Automation
    • Actions
    • Activation
    • LeadProfile
    • Menus
    • Queries
    • Rules
    • Triggers
  • CTA
    • Activation
    • AJAXListeners
    • Cloning
    • Core
    • Display
    • EditPage
    • Enqueues
    • GPLSettings
    • LeadsProfile
    • Loading
    • Menus
    • Notices
    • PlacementMetabox
    • PostType
    • Templates
    • Tracking
    • Variations
    • YOAST
  • InboundPro
    • Activation
    • AdminAJAX
    • AutoLoading
    • Cron
    • DataInterface
    • FieldMapping
    • Funnels
    • InboundNowAPI
    • Installer
    • LeadStatuses
    • Menus
    • Notifications
    • Ouath
    • Reports
    • Settings
    • Tracking
    • Translations
    • Updates
  • LandingPages
    • Activation
    • DataInterfaces
    • Management
    • Menus
    • NeedsAttention
    • Notices
    • Sidebars
    • Templates
    • Tracking
    • Variations
    • WelcomeScreen
    • Widgets
  • Leads
    • Activation
    • Akismet
    • BranchControl
    • BulkActions
    • Dashboard
    • Management
    • Notifications
    • Settings
    • Tracking
    • UserProfile
    • WPLogin
  • Mailer
    • Activation
    • Admin
    • ClickTracking
    • DataInterface
    • InboundForms
    • Leads
    • Management
    • Notifications
    • Scheduling
    • Sending
    • Settings
    • ShortcodesAndTokens
    • SparkPost
    • Templates
    • Unsubscribes
    • Variations
    • YoastSEO
  • None
  • Shared
    • APIs
    • CPT
    • DatabaseRoutines
    • DebugTricks
    • DoubleOptin
    • EventManagement
    • FieldMapping
    • InboundForms
    • LeadSorage
    • MarketingButton
    • Menus
    • Notifications
    • Shortcodes
    • ShortcodesAndTokens
    • StandAloneLicensing
    • Tracking
    • VisualEditor
  • xDepreciated

Classes

  • Inbound_CTA_Quick_View
  • Inbound_Event_Report
  • Inbound_Events_Report
  • Inbound_Impressions_Report
  • Inbound_Mailer_Stats_Report
  • Inbound_Quick_View
  • Inbound_Reporting_Templates
  • Inbound_Search_And_Comment_Report
  • Inbound_Upgrade_For_More_Reports
  • Inbound_Visitor_Event_Report
  • Inbound_Visitor_Impressions_Report
  • Inbound_Visitors_Report
  • Overview
  • Package
  • Class

Class Inbound_CTA_Quick_View

Class for loading and displaying expanded template reports

Inbound_Reporting_Templates
Extended by Inbound_CTA_Quick_View
Package: InboundPro\Reports
Located at classes/admin/report-templates/report.cta.quick-view.php
Methods summary
public static
# init( )

Initializes class

Initializes class

public static
# define_range( )

Given the $_GET['analytics_range'] parameter set the timespan to request analytics data on

Given the $_GET['analytics_range'] parameter set the timespan to request analytics data on

public static mixed
# load_impressions( )

Load impressions from inbound_page_views table

Load impressions from inbound_page_views table

Returns

mixed
public static mixed
# load_visitors( )

Load visitors from inbound_page_views table

Load visitors from inbound_page_views table

Returns

mixed
public static
# load_actions( )
public static
# load_submissions( )
public static
# load_cta_clicks( )
public static
# load_CTA_variation_click_stats( )

Loads CTA variation click stats for each variation of a CTA These are the CTA variation clicks past/present, the CTA click rate past/present, and the change in the click rate between the past and the present

Loads CTA variation click stats for each variation of a CTA These are the CTA variation clicks past/present, the CTA click rate past/present, and the change in the click rate between the past and the present

public static
# load_post_CTA_conversion_stats( )

Loads post conversion stats for the given CTA

Loads post conversion stats for the given CTA

public static
# load_template( )

Loads the analytics template

Loads the analytics template

public static
# display_navigation( )
public static
# display_sparkline( )
public static
# display_statistics_breakdown( )
public static
# display_converting_post_breakdown( )

Displays a table list of posts that have generated CTA clicks

Displays a table list of posts that have generated CTA clicks

public static
# display_cta_click_breakdown( )

Displays a table list of clicks on this CTA's variations

Displays a table list of clicks on this CTA's variations

public static
# get_impressions( $args )
public static integer
# get_visitors( $args )

Parameters

$args

Returns

integer
public static
# get_actions( $args )
public static
# get_submissions( $args )
public static integer
# get_tracked_cta_clicks( $args )

Get count of cta click events given a cta_id and server other arguments including date time constrictions

Get count of cta click events given a cta_id and server other arguments including date time constrictions

Parameters

$args

Returns

integer
public static integer
# get_tracked_content_clicks( $args )

Get count of content click events given a cta_id and server other arguments including date time constrictions

Get count of content click events given a cta_id and server other arguments including date time constrictions

Parameters

$args

Returns

integer
public static array
# get_variation_click_stats( $params,… )

Gets the click stats for each variation of the given CTA ID

Gets the click stats for each variation of the given CTA ID

Parameters

$params,…

Returns

array
public static array
# get_cta_impressions( )

Returns CTA impressions, sorted by variation id, from the events table

Returns CTA impressions, sorted by variation id, from the events table

Returns

array
public static array
# get_post_conversion_stats( $get_past_clicks = false )

Returns an array of posts where the current CTA was clicked and how many times it was clicked

Returns an array of posts where the current CTA was clicked and how many times it was clicked

Returns

array
public static
# get_percentage_change( $current, $past )

Returns the CTA click rate difference between two given points in time

Returns the CTA click rate difference between two given points in time

public static
# prepare_rate_format( $rate, $plusminus = true )
Methods inherited from Inbound_Reporting_Templates
__construct(), display_filters(), display_template(), get_days_from_range(), js_lead_table_sort(), prepare_range()
Properties summary
public static $range
#
public static $gaData
#
public static $statistics
#
Properties inherited from Inbound_Reporting_Templates
$prompt_upgrade
Inbound Pro Plugin - PHP Codex API documentation generated by ApiGen