%sIn this article%s, we’ll show you how to set up affiliate link tracking in WordPress.', 'google-analytics-dashboard-for-wp' ), '', '' );
$notification['btns'] = array(
"read_more" => array(
'url' => $this->build_external_link( 'https://www.exactmetrics.com/how-to-set-up-affiliate-link-tracking-in-wordpress/' ),
'text' => __( 'Read More', 'google-analytics-dashboard-for-wp' ),
'is_external' => true,
),
);
return $notification;
}
return false;
}
}
// initialize the class
new ExactMetrics_Notification_To_Setup_Affiliate_Links();