Hi
I was recommended the following method to proactive exclude Bot traffic from my site.
https://experienceleague.adobe.com/docs/analytics/implementation/vars/plugins/websitebot.html?lang=e...
However, we have recently migrated to AEP. Is there an equivalent solution for AEP?
Thanks!
Views
Replies
Total Likes
Hi JosephH1,
Yes, there is an equivalent solution for AEP. Adobe Experience Platform Query Service can be used to maintain your data quality by broadly removing data contamination that results from bots interacting with your website. The below URL should give you some further context.
Please let us know if there's anything further that we can help with.
Casey
Views
Replies
Total Likes
This is helpful, thank you. However I'm looking more to block the traffic within Analytics for the implementation that uses the AEP SDK. Do you have any recommendations?
Views
Replies
Total Likes
@JosephH1 Although query service is one of the option, but i would highly suggest do bit of blocking within the client this will ensure no bot traffic event is sent at all.
This also helps you reduce the count and thus reduce billing if it is high traffic site.
I would suggest to include a custom script within "onBeforeEventSend" config option in Launch webSDK extension
Views
Replies
Total Likes
I didn't consider this, but I like the idea
Views
Replies
Total Likes
@JosephH1 You could use userAgent string to check for bot patterns to begin with.
Also check if there are any third party libraries which help make this easier for you.
Views
Replies
Total Likes