Custom Post Type Support for Google Analytics+

My suggestion:

class-google-analytics-async-dashboard.php line 250:

$screens = array('post', 'page' );

replace with:

$screens = get_post_types( array('public' => true) );