This can be used to configure whether LiftIgniter's tags are added to URLs in items recommended by LiftIgniter. By default, (non-UTM) LiftIgniter tags are added to recommendations. By setting this to true as follows, you can disable the adding of tags.


Effects on Tracking

Disabling tags will prevent LiftIgniter from accurately attributing pageviews lasting longer than 10s or 3m (stuck_10s and stuck_3m events) to widget clicks. We use these statistics to measure the effectiveness of recommendations on audience engagement.


// ... Beacon
$p("setNoTag", true); // Will not add tags to URLs in recommendations