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!

Custom Link Reporting Inconsistencies?

Avatar

Level 1

Hello,

I'm working on a project where we are using custom links to track different clicks within the project (to see what features are used most often), and it appears that only the first 2 or 3 clicks of the project get tracked per launch.

For clarity, here is an example of what I mean

1 custom link tracked based on application start

1 custom link tracked based on opening search

1 custom link tracked based on menu selection

1 custom link tracked based on language selection

and so on. However, when I look at the analytics report for custom links, only the application start and opening search are recorded (2 clicks out of the 20 or so that should be recorded).

I click on all the links (and have breakpoints to know that each of these options are actually getting hit), but again, only the first 2 are recorded.

All the calls are written exactly the same, except for saying what the custom link is.

Has anyone else had this problem/know how to resolve it?

4 Replies

Avatar

Employee Advisor

Are you seeing the custom links go out in the debugger?

Do you have a site that has the code in question implemented so we can take a look and see if there are any issues?

Avatar

Level 1

Unfortunately, I can't see that as it is an Outlook Add-in. However, when I run the webmail version, all the calls are going out, so I'm not really sure why they aren't all appearing in the reporting end.

Avatar

Employee Advisor

I know that sometimes image requests are cached, which prevents those calls from reaching data collection servers. Additionally, you can use a program like Charles to troubleshoot image requests occurring outside the browser.

Between using Charles to ensure image requests are actually going out, and ensuring image requests are not cached, I anticipate you'll be able to resolve the issue.

Avatar

Community Advisor

You also should clarify is the application.  App based like iOS or Android. Or is it web based?