Feedback

  • Contents
 

IS_Bhvr_SuppressToast

Definition

When added to a custom script, this behavior will suppress the toast pops that appear on the screen when a user is logged into or out of a campaign automatically by a rule or manually by an administrator. When this behavior is added to the head section of a custom script, it will prevent toast pops for any campaign that is using the custom script while allowing other campaigns using base scripts or other custom scripts to continue to display the log in and log off toast pops.


Attributes

   None.


Example

<head>
    <meta name="IS_Bhvr_SuppressToast" />
</head>