s.ActivityMap.regionExclusions met AppMeasurement

De variabele s.ActivityMap.regionExclusions is een tekenreeks met kommagescheiden zinnen die worden uitgesloten van bijhouden van Activity Mappen. Als om het even welke uitdrukkingen de waarde aanpassen die in de 🔗 dimensie van het Gebied van de Activity Map wordt verzameld, worden alle gegevens van de Activity Map verwijderd uit de slag.

<script>
  var s = s_gi("examplersid");
  s.ActivityMap.regionExclusions = "contact";
</script>

<!-- Clicking any of these links tracks normally. -->
<!-- While "contact" is present, it is not tracked in region. The region is "nav" -->
<nav>
  <a href="index.html">Home</a>
  <a href="products.html">View our products</a>
  <a href="contact.html">Contact us</a>
</nav>

<!-- Activity Map data is not tracked for any of these links. -->
<!-- All these links belong to the region "Personal contact information" -->
<div id="personal-contact-information">
 <a href="mailto:user@example.com">Example user</a>
 <a href="mailto:user2@example.com">Example user 2</a>
 <a href="mailto:user3@example.com">Example user 3</a>
</div>
Vorige paginaActivityMap.linkExclusions
Volgende paginaActivityMap.regionIDAttribute

Analytics