Products

SignupCops

Call identifyUser when someone signs up. We deliver the signup to your ad platforms as a conversion. No CRM, no offline sync. Email signups and Sign in with Google are treated the same.

What it does

SignupCops turns a signup into a conversion event and delivers it straight to your connected ad platforms, like Google Ads and Meta, through their Conversions API. There is no CRM and no offline sync. You send the user's email once at signup, and DataCops handles the matching, consent, fraud filtering, and delivery.

Why it matters

Normally a signup travels from your app to your CRM, then a CRM integration syncs it to the ad platform. Every step can break, and most custom or AI-built CRMs have no such integration. DataCops removes those steps. The email is the exact match key the ad platforms need, so once DataCops has it, the signup is deliverable like any purchase or lead.

Sign in with Google makes the old way fail completely. There is no form submit for a pixel to catch, so the signup and its ad click ID simply vanish. SignupCops captures it anyway, because you already have the email in your success handler, and it keeps the ad click attached so the signup arrives with full attribution, not as an anonymous account.

Catch multi-account abuse

The hardest signup problem is one person pretending to be many. They make account after account to claim free trials again, farm referral bonuses, reuse a first-order discount, or flood your numbers with fake signups. Each account uses a fresh email, so to a normal signup form they all look like different people. DataCops sees through it.

Because DataCops keeps a durable identity for up to 400 days and reads the device fingerprint and the other emails already seen on the same device, it recognises when a batch of "different" signups is really the same person coming back. One human behind ten emails stops being invisible.

That turns a whole class of signup fraud into something you can act on:

  • Free-trial and discount abuse. Spot the returning trial-hopper before you hand out another free run, because the account is linked to the earlier ones.
  • Referral and bonus farming. See when many "new" referrals trace back to one device and one durable identity.
  • Fake signup floods. Block the bot and click-farm signups that inflate your registration numbers and poison your ad optimisation.

The same ad click and 400-day attribution that credit a real signup also let DataCops tie abusive accounts back to one origin, so you can block or hold them at the moment they register. This runs on DataCops' own email validation and IP intelligence services and its durable identity, one connected system rather than a third-party plugin bolted onto your signup.

Set it up

Setup is one line of code: call identifyUser with the user's email when a signup completes. It works for email and password forms and for Sign in with Google or any OAuth. The full developer guide, including framework snippets, the optional server SDK for blocking risky signups, and the response reference, lives in the developer docs.

Was this page helpful?