Skip to content
Discussion options

You must be logged in to vote

writeKey and dataPlaneUrl are not secrets. To specifically answer your question

  1. It is an expected tradeoff in analytics design
  2. As event POST request has to be an unauthenticated endpoint to collect events from any client, anyone can send these events, and hence the potential abuse is possible in terms of sending garbage data or too much data
  3. RudderStack already has the practical mitigation strategies without affecting the expected analytics usage e.g. the event size limit. If you want to go one step further, you may use RudderStack Transformations to apply your own logic to validate/filter events similar to this bot traffic filter transformation. You may send your own properties and use …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@adityaax
Comment options

Answer selected by adityaax
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants