From the 'Other setting' of the campaign, you can view/copy the Genny link for that campaign.
Genny links are a great way to capture anonymous responses without making an API call or using CSV files.
The use cases include
- Used in generic email signatures
- Certain areas of websites
- Quick anonymous surveys on social networks
A genny link has a standard format e.g. https://myfeedback.is/genny/5f685f1bb21918f625e73
Once clicked it will generate a survey link (https://myfeedback.is/asd) and load the survey for this campaign. There is no CCV information associated with Genny links without passing variables.
A QR Code for a Genny Link is also available.
Passing Variables to a Genny
Important! Passing variables is done in plain text - you should not pass Personal Identifiable Information via variables - it is not a secure manner.
if we had some variables available where the Genny Links can be called e.g.
pid=107
psid=121TEST
age=34
region=2
you can use ? directly after the genny and use variableName=value separated with &
e.g
https://myfeedback.is/genny/5f685f1bb21918f625e73?pid=107&psid=121TEST&age=34®ion=2
(note all links in this solution are used to illustrate the usage of Genny links - please copy the Genny link from the Other Setting under the Campaign Manager).