$p("setNoTag"): (Boolean) -> undefined
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.
// ... Beacon
$p("setNoTag", true); // Will not add tags to URLs in recommendations