Skip to content

Commit f798aa3

Browse files
committed
adding sachin as author of fraud detection doc
1 parent c94769e commit f798aa3

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

docs/howtos/frauddetection/index-frauddetection.mdx

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,12 @@ id: index-frauddetection
33
title: How to build a Fraud Detection System using Redis
44
sidebar_label: How to build a Fraud Detection System using Redis
55
slug: /howtos/frauddetection
6+
authors: [ajeet, sachin]
67
---
78

8-
Authors: [Sachin Kottarathodi](https://www.linkedin.com/in/ksachin1), [Ajeet Singh Raina](https://www.linkedin.com/in/ajeetsraina/)
9+
import Authors from '@site/src/theme/Authors';
10+
11+
<Authors frontMatter={frontMatter} />
912

1013
Imagine that your ads are generating a lot of traffic, but you are not seeing the desired results from your ad spend. This might not be a coincidence—fraudsters often try to steal digital ad marketing budgets through various sophisticated mechanisms. Faking clicks can make it appear as though a real user was engaging with the ad, but in reality when these fake clicks drive installs, the cost of the install goes to the fraudster’s pocket. As companies’ willingness to spend more on digital advertisements grows, the number of fraudsters in ad markets also increases.
1114

docusaurus.config.js

+5
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,11 @@ module.exports = {
166166
title: 'Redis Insider',
167167
image: 'profile_pic_stevan_thomas.png',
168168
},
169+
sachin: {
170+
name: 'Sachin Kottarathodi',
171+
title: 'Staff Software Engineer at Walmart Global Tech India',
172+
image: 'profile_pic_sachin_kottarathodi.jpg',
173+
}
169174
},
170175
},
171176
themeConfig:
Loading

0 commit comments

Comments
 (0)