So i have Ecommerce code setup in GTM data layer, but after that is sent to Analytics i want the page to be redirected so i know i should be using eventCallback but it is no
Dreadlord,
try using this: (no href after window.location)
'eventCallback': function() { window.location.href = 'https://www.paypal.com/something'; }
This should fix it. Hope this helps, Petr