Campaign Parameters
Vouch Campaign Requests support the ability for additional parameters (such as name, email, id or callback URL) to be passed in the Campaign URL string.
Some of the usecases where this feature can be used include:
- Pre-populate respondent details on a Campaign request.
- Passing a primary key or unique identifier through the recording flow
- Redirecting a user to a specific page at the end of the submission process
The following guide outlines the supported parameters and how to implement some of the above usecases.
Parameters
The parameters which can be added to a Campaign URL are:
Parameter | Description |
---|---|
Email address of the respondent | |
name | Name of the respondent |
company | Company the respondent works for |
url | URL of the Company the respondent works for |
id | Primary Key or Unique Identifier |
callback | URL to send respondent to after submission |
Added to a Campaign URL, the URL string looks like the following: {id} is the Campaign ID
https://app.vouchfor.com/c/{id}?callback=https://google.com&name=Rebecca Smith&[email protected]&company=Example Co&url=example.com&id=123
Updated almost 2 years ago