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

  • CTA_Conversion_Tracking
  • Overview
  • Package
  • Class

Class CTA_Conversion_Tracking

Class that monitors cta link click and form submission conversions related to CTAs

Package: CTA\Tracking
Located at core/cta/classes/class.tracking.php
Methods summary
public
# __construct( )

Initializes Class

Initializes Class

public static
# load_hooks( )
public static
# track_cta_link( $args )

Listens for tracked masked link processing

Listens for tracked masked link processing

public static
# set_form_submission_conversion( $data )

Listens for tracked form submissions embedded in calls to actions & incrememnt conversions

Listens for tracked form submissions embedded in calls to actions & incrememnt conversions

public static
# store_as_conversion( $args )

Stores lead as conversion

Stores lead as conversion

Parameters

$args
public static
# record_impression_event( INT $event, INT $vid,… )

Adds page view event to represent the CTA impression

Adds page view event to represent the CTA impression

Parameters

$event
$cta_id id of call to action
$vid,…
id of variation belonging to call to action
public static
# update_impression_object( INT $event, INT $vid,… )

Increments impression count for given cta and variation id

Increments impression count for given cta and variation id

Parameters

$event
$cta_id id of call to action
$vid,…
id of variation belonging to call to action
public static
# record_conversion( INT $cta_id, INT $vid )

Increments conversion count for given cta id and variation id

Increments conversion count for given cta id and variation id

Parameters

$cta_id
id of call to action
$vid
id of variation belonging to call to action
Inbound Pro Plugin - PHP Codex API documentation generated by ApiGen