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!
Solved! Go to Solution.
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.
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
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?
@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
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.
Hi Anil,
Can you confirm whether the MyBotDetector is an inbuilt functionality within webSDK. I am getting MyBotDetector is not defined error while using the mentioned code.
Views
Replies
Total Likes
@SukeshR1 Not really that's you custom library or any open source library you can use. However there is a recent update, you can do some configuration within datastream.
Read more here
https://experienceleague.adobe.com/en/docs/experience-platform/datastreams/bot-detection
Views
Replies
Total Likes
Views
Like
Replies