Expand my Community achievements bar.

Join us for the next Community Q&A Coffee Break on Tuesday April 23, 2024 with Eric Matisoff, Principal Evangelist, Analytics & Data Science, who will join us to discuss all the big news and announcements from Summit 2024!
SOLVED

Count each time a send button is clicked

Avatar

Level 1

Hi everyone,

 

My team is running an email campaign, we have to links that are only accessible within this email, those links redirect the user to a page to book a test drive or to get a call from a dealer, what we want to know is if customers are clicking on the "send" button after they arrive to the form through the links.

 

I was trying to analyze this events in a workspace or a report, but I don't know if this event already exist or I need to create it in order to measure it.

 

url.png

 

This adobe analytics account use to be managed by other agency and we have no longer contact to them. I can see some metrics like "test drive" but seems those were created by the previous agency.

 

metric.png

 

 Sorry if this is a newbie question.

Thanks in advance.

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Employee

@Sergonza1,

To check if the button click is already being tracked or not, you can check the server/network calls by clicking on this button. 

To check server call you can use Adobe debugger or can use chrome developer tools.

- Open this page.
- Open developer tools in Chrome.

- Go to Network section and filter it with b/ss.

- Click on the button.

- Check if there is any server call generated or not.
- If yes, please check for events. Make a note of which event is getting fired on this button click.

- Click on the same button 3-4 time and check if the same event is getting fired in every server call. If yes you can refer the same event in workspace for your analysis. 

vibhatna_0-1626378834834.png

 

 

If no server call is generated on the button click, you would need to do the custom link implementation on this button click. 
https://experienceleague.adobe.com/docs/analytics/implementation/vars/functions/tl-method.html?lang=...


 

View solution in original post

2 Replies

Avatar

Level 8

@Sergonza1 - One option is to use ActivityMap.

Another option is to use your favorite debugger (like this one) or the Network tab of your browser's developer tools to confirm whether or not that button click is being tracked. If it is, you should see variables and events on the tracking call and that will give you an idea of what to look for in the reporting interface.

Avatar

Correct answer by
Employee

@Sergonza1,

To check if the button click is already being tracked or not, you can check the server/network calls by clicking on this button. 

To check server call you can use Adobe debugger or can use chrome developer tools.

- Open this page.
- Open developer tools in Chrome.

- Go to Network section and filter it with b/ss.

- Click on the button.

- Check if there is any server call generated or not.
- If yes, please check for events. Make a note of which event is getting fired on this button click.

- Click on the same button 3-4 time and check if the same event is getting fired in every server call. If yes you can refer the same event in workspace for your analysis. 

vibhatna_0-1626378834834.png

 

 

If no server call is generated on the button click, you would need to do the custom link implementation on this button click. 
https://experienceleague.adobe.com/docs/analytics/implementation/vars/functions/tl-method.html?lang=...