Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

We require 2 redirect links, but also have additional redirect options to track blacklisted respondents and instances when there are no surveys available. The same set of redirects will be used for all countries.

  • Complete: track users who complete a survey and should receive a payout

The requested CPI value will not be passed as part of a redirect. To have that parameter included, you must use a S2S Postback.

  • Terminate: track users who do not complete a survey and are not eligible for a payout. You can use this for all statuses that aren’t Complete if you don’t want to track Blacklist or No Survey statuses

  • Blacklist: Very useful to track security term statuses such as hashing failure and third-party flags that we deem major quality concerns. Users returned on this redirect should be blocked from our surveys going forward.

  • No Surveys: If you want to track or manage users who entered our system but did not match any surveys. This can be a useful metric for knowing when to potentially experiment with other CPI amounts or hold off on sending that user back into Fusion for a bit.

If you do not wish to provide or specify redirect links, we will implement default links for each of the 4 respondent outcomes

https://fusion.spectrumsurveys.com/complete

https://fusion.spectrumsurveys.com/terminate

https://fusion.spectrumsurveys.com/blacklist

https://fusion.spectrumsurveys.com/nosurveys

Optional Parameters (Completed Surveys)

You can chose to include 2 additional parameters for completed surveys. Some custom parameters can also be included by request of our development team.

  • survey ID =survey ID the user completed

  • Survey LOI=LOI of the survey

Securing the Redirects

We strongly recommend securing the link using a Hashkey. This will return appended to the completes redirect as “&asr_s_hash=”

Example Complete Redirect

https://fusion.spectrumsurveys.com/complete?&transactionId=[SupplierSessionID]&memberId=[SupplierUserMemberID]&asr_s_hash=123abc456def91011xyz

  • No labels