Skip to main content
Question

excludeReferrers not working

  • September 18, 2024
  • 0 replies
  • 88 views

We tried many different ways to declare the Browser SDK 2.0 and none of them seem to remove the referral to
arajet-api.ezypayment.sabre.com
When user pays with a credit card, they leave arajet.com, land on arajet-api.ezypayment.sabre.com and are automatically redirected to the final purchase confirmation page.
We are loosing attribution for everyone that pays with credit card.

That is the current code we are using.

amplitude.init(AMPLITUDE_API_KEY, {
    autocapture: {
    attribution: {
      excludeReferrers: [/arajet\.com$/, /sabre\.com$/],
    },
    formInteractions: false,
    fileDownloads: false,
  },
});

 

We tried declaring everything explicitly, full host, full url, without regex, with no luck.

Ex:

 

amplitude.init(AMPLITUDE_API_KEY, {
    autocapture: {
    attribution: {
      excludeReferrers: ['arajet.com', 'www.arajet.com', 'promos.arajet.com', 'sabre.com', 'arajet-api.ezypayment.sabre.com', 'ipe-pmt.prod.sabre.com', new RegExp('^(https?:\\/\\/)?arajet-api\\.ezypayment\\.sabre\\.com\\/?'), 'https://arajet-api.ezypayment.sabre.com/']
    },
    formInteractions: false,
    fileDownloads: false,
  },
});

 

0 replies

Be the first to reply!

Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings