How can you make a counter that will not send a hit upon initialization?

✅  The correct answer is:

With the “defer” property.

Question:

How can you make a counter that will not send a hit upon initialization?

Solution:

  • With the “accurateTrackBounce” property.
  • With the “defer” property.
  • With the “trackHash” property.