Subscribing users via Scienlabs

This page documents subscribing users to your service if your landing pages are hosted by Scienlabs.

When one of your users clicks your marketing banner/material, you must generate the user a unique trxID, this is per user, per session.

ParameterExampleDescription

trxID

5cf60043-a8bb-4571-925e-57688e05fe36

A unique transaction reference.

Please note: You cannot present the user with a page while you do this, it must be completely invisible to the user.

Once you have generated the unique trxID, you then must redirect the user to an url Mobivate will provide you with. For example:

REDIRECT https://content.mobivate.com/lookup/ke/return<your_url_encoded_url>&service=<mobivate_keyword>&reference=<trxID>

With the Scienlabs fraud-prevention, you must include two additional fields along with your trxID.

ParameterExampleDescription

return

https%3A%2F%2Fapp.mycontent.com

The url you wish to redirect users to upon successful subscription. This must be URL encoded.

service

MV-1000000000012

Your unique Mobivate keyword. Your account manager can provide you with this.

reference

5cf60043-a8bb-4571-925e-57688e05fe36

A unique transaction reference. Please see above.

Please note: You must append the trxID to the URL Mobivate provide you with.

To read more about how to configure your subscription notifications, please read our Campaign Configuration guide.

Last updated