Hello, I'm trying to add extra tags to Find Statistics, but couldn't really find any documentation.
Out of the box the Site, Language and QueryMatch are added as tags when a call to Track() is made. After some spelunking I found those are collected by the IStatisticTagsHelper implementation from all classes implementing the IStatisticTags interface.
So I thought about adding my own implementation - that indeed results in the tag being present when IStatisticTagsHelper is called, but then I ran into a bigger problem.
Is there a way to surface the custom tag in the Find admin interface so it can be used to filter the statistics data, similar to the Site and Language tags?
Hello, I'm trying to add extra tags to Find Statistics, but couldn't really find any documentation.
Out of the box the Site, Language and QueryMatch are added as tags when a call to Track() is made. After some spelunking I found those are collected by the IStatisticTagsHelper implementation from all classes implementing the IStatisticTags interface.
So I thought about adding my own implementation - that indeed results in the tag being present when IStatisticTagsHelper is called, but then I ran into a bigger problem.
Is there a way to surface the custom tag in the Find admin interface so it can be used to filter the statistics data, similar to the Site and Language tags?