I appreciate your absolutely useless response.Open and Click tracking is already managed by MW.
Thank you good sir.I hope this response you like :
apps\common\models > DeliveryServerSparkpostWebApi.php
$sendParams = array(
'options' => array(
'open_tracking' => false,
'click_tracking' => false,
),
Change to
$sendParams = array(
'options' => array(
'open_tracking' => true,
'click_tracking' => true,
),