// Replace 'false' with your custom logic that returns 'true' when the event should be tracked.
if (false) {
_hsq.push([
'trackCustomBehavioralEvent',
{
name: "pe23126496_download",
properties: {
// give each property a value so we know what they mean
download_url: null,
link_text: null,
page_url: null
},
},
]);
}