naughty_notifiable_naughtiness_maskWhat it does:
Returns a mask suitable for ANDing with a content tag. If the result is non-zero, you've got notifiable naughtiness.Defined in: /web/philip/tcl/ad-content-tagging.tcl
Source code:
set notifiable_naughtiness 0
if {[ad_parameter XBounceP content-tagging]} {
incr notifiable_naughtiness 4
}
if {[ad_parameter RBounceP content-tagging]} {
incr notifiable_naughtiness 2
}
if {[ad_parameter PGBounceP content-tagging]} {
incr notifiable_naughtiness 1
}
return $notifiable_naughtiness