Cross-domain tracking
Setting up cross-domain tracking
Approach 1: Delayed redirects
if ('function' == typeof window.fliptoDecorate) {
bookingEngineUrl = fliptoDecorate(bookingEngineUrl);
}
location.href = bookingEngineUrl;Approach 2: Form element redirects
Approach 3: Immediate redirects
Last updated