Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

The 1st edition of the Target Community Lens newsletter is out now! Click to the right to find all the latest updates

How to track several clicks on trackEvent button

Avatar

Level 2

I've got buttons for which i want to track the number of click on it.
[-][+]

$('.button-more').click(function(event){
adobe.target.trackEvent({'mbox':'buttomMore'})
});

By using the code above, i can see each time the same button is clicked, a hit fired on the Chrome Network Tab.

Ex: clicked 3 times
json?mbox=buttomMore&mboxSessi...
json?mbox=buttomMore&mboxSessi...
json?mbox=buttomMore&mboxSessi...

 

My problem is the metric is just counted one time in reporting.

Is it an usual behavior ?
Is there a way to count every clicks of the same button ?

0 Replies