Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current Restore this Version View Page History

Version 1 Next »

Fraud0 at the moment creates three DataLayer events:

  • When a bot is detected, the f0_event_invalid_traffic event is triggered (deprecated):

    { event: 'f0_event_invalid_traffic' }
  • When a low quality user is detected, the f0_event_low_quality_traffic event is triggered (deprecated):

    { event: 'f0_event_low_quality_traffic' }
  • In all cases, the fraud0 event is triggered, combining both invalid and low quality traffic:

    {
       event: 'fraud0',
       f0_bot_traffic: 'no',
       f0_traffic_quality: 'standard',
    }

Traffic Quality:

low = low possibility of a conversion

standard = undecided low or high

high = a high possibility of a conversion (e.g. user was in checkout process / warenkorb)

0 Comments

You are not logged in. Any changes you make will be marked as anonymous. You may want to Log In if you already have an account.