We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

How stop spam account in store without reCAPTCHA?

Solved

How stop spam account in store without reCAPTCHA?

themanthan9
Shopify Partner
1 0 0

I am getting a lot of spam in my store so what is the sure way to stop this spam account? I have shown a screenshot below for a reference of spam accounts.

themanthan9_0-1682944167776.png

 

M@n+h@N
Accepted Solution (1)

Van_Nguyen_GSG
Shopify Partner
161 23 44

This is an accepted solution.

Hi @themanthan9 , there a few apps that try to solve this but we haven't had much success with them TBH, in the end we setup a webhook on `customers/create` to remove accounts we define as spam.

The definition of spam could be as simple as checking whether the account has a verifiable (i.e. real) email address or as complex as you'd like using pattern matching.

Helping Shopify merchants build stores that convert.
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
- If you still need help, feel free to reach out to me at: van@glue.sg
Cheers!

View solution in original post

Reply 1 (1)

Van_Nguyen_GSG
Shopify Partner
161 23 44

This is an accepted solution.

Hi @themanthan9 , there a few apps that try to solve this but we haven't had much success with them TBH, in the end we setup a webhook on `customers/create` to remove accounts we define as spam.

The definition of spam could be as simple as checking whether the account has a verifiable (i.e. real) email address or as complex as you'd like using pattern matching.

Helping Shopify merchants build stores that convert.
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
- If you still need help, feel free to reach out to me at: van@glue.sg
Cheers!