Secret Key Security
Configure a domain-level secret lock key to prevent unauthorized domains or pages from calling conversion actions and draining your quotas.
Parameter Details
Token used to verify a request that is locked to a domain or specific html.
Global API Protection
The Secret Key is a powerful security feature that protects your entire API from unauthorized usage. When you configure a secret_token in your dashboard, all requests to the API must include a mathematically valid secret_key signature.
How it works:
Set a secret token in your Token Dashboard.
Combine your payload (base string) with your token.
Hash it using MD5 and send it as secret_key.
Hashing Strategy per Mode
Because the API supports multiple conversion types, the "base" string you must hash depends on the type of conversion you are performing. Choose your mode below to see the exact formula: