I am using the Magento 2.3.6 instance for my live website. I've used Mirasvit's Follow Up Email for Magento 2 extension to send Abandoned cart emails to my customers.
My store sends Abandoned cart emails to customers as per the configuration set in admin.
The customers receive the email with the proper URL as below: 
But when click on the Complete Checkout button it takes me to the https://my-site.com/checkout/cart/ page and removes the UTM params from the URL. So I am unable to track the Abandoned Cart email in my Google Analytics.
I want that the checkout/cart URL should have UTMs params as below mentioned Expected URL:
Abandoned cart email URL:
Actual URL:
Expected URL:
Can anyone please suggest here how I pass the UTM parameters in my checkout page URL?

