With the pro version, you can fire events on clicks, mouse over and page scroll: UPGRADE

User Defined Events

General
render_switcher_input( 'custom_events_enabled' ); ?>

Enable Events

Recommeded videos
About Parameters

All the events you configure here will automatically get the following parameters for all the tags: page_title, post_type, post_id, event_URL, user_role, plugin, landing_page (pro), event_time (pro), event_day (pro), event_month (pro), traffic_source (pro), UTMs (pro).

Exception: Google Analytics Universal will not get all these parameters. Only event_time (pro), event_day (pro), event_month (pro), traffic_source (pro) are sent as custom dimensions.

You can add other parameters when you configure the events.

Events List
Add
$event->getPostId() ) ); $event_enable_url = buildAdminUrl( 'pixelyoursite', 'events', 'enable', array( 'pys' => array( 'event' => array( 'post_id' => $event->getPostId(), ) ), '_wpnonce' => wp_create_nonce( 'pys_enable_event' ), ) ); $event_disable_url = buildAdminUrl( 'pixelyoursite', 'events', 'disable', array( 'pys' => array( 'event' => array( 'post_id' => $event->getPostId(), ) ), '_wpnonce' => wp_create_nonce( 'pys_disable_event' ), ) ); $event_remove_url = buildAdminUrl( 'pixelyoursite', 'events', 'remove', array( 'pys' => array( 'event' => array( 'post_id' => $event->getPostId(), ) ), '_wpnonce' => wp_create_nonce( 'pys_remove_event' ), ) ); ?>
Name Trigger Networks
getTitle() ); ?> isEnabled() ) : ?> Disable Enable  |  Remove Page Visit enabled() && $event->isFacebookEnabled() ) : ?> enabled() && $event->isGoogleAnalyticsEnabled() ) : ?> enabled() && $event->isPinterestEnabled() ) : ?>