Convert shoppers with targeted, gated rewards.
signature
parameter that will let you validate its
authenticity, giving you the confidence to provide secure access to private content
or storefronts with the discounts pre-applied.
signed_token
: A unique identifier of the reward flow (related to the shopper and the specific campaign).clicktimestamp
: The time (UTC timestamp) when the shopper clicked the magic link.signature
: The SHA256 hash of gocertify{{clicktimestamp}}{{signed_token}}{{signature_key}}
1234567890
:
clicktimestamp
is no older than X seconds (10 seconds is a good default).
Here’s a sample implementation: