Vouch Campaign Requests support the ability for a respondent’s details to be pre-populated with key details such as name, email address and even company being added to the Campaign URL as simple query strings.
Through this feature, not only does it remove the need for end users to manually add these details, but it also allows for brands to get greater visibility around who has started or completed a campaign, and also leverage dynamic fields in features such as Welcome Messages.
The parameters which can be added to a Campaign URL are:
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 |
Added to a Campaign URL, the URL string looks like the following: {id}
is the Campaign ID
https://app.vouchfor.com/c/{id}?name=Rebecca Smith&emai[email protected]&company=Example Co&url=example.com
The feature works nicely with the merge tag / dynamic field features offered in most Marketing Platforms and CRMs. To assist with the process we have included below how to generate these respective URLs across some of the more popular tools in the market.
The only value that needs to be changed is the {id}
which should be the id of the Campaign you are sharing.
You can find the Campaign ID on your Campaign Details page. It is represented as a hash and is in the grey box under the company title (In the below example it is: ucEjbX521a)
Marketing Platforms
ActOn
https://app.vouchfor.com/public/c/{id}?name={{First Name}} {{Last Name}}&email={{E-mail Address}}
Active Campaign
https://app.vouchfor.com/public/c/{id}?name=%FULLNAME%&email=%EMAIL%
Adobe Marketo
https://app.vouchfor.com/public/c/{id}?name={{first_name}} {{last_name}}&email={{lead.Email Address:default=noemail}}
AWeber
https://app.vouchfor.com/public/c/{id}?name={!name}&email={!email}
Bronto
https://app.vouchfor.com/public/c/{id}?name=%%firstname%% %%lastname%%&email=%%contact_email%%
Campaign Monitor
https://app.vouchfor.com/public/c/{id}?name=[fullname]&email=[email]
Constant Contact
https://app.vouchfor.com/public/c/{id}?name=[[firstName]] [[lastName]]&email=[[emailAddress]]
Exact Target / SalesForce Marketing Cloud
https://app.vouchfor.com/public/c/{id}?name=%%FirstName%% %%LastName%%&email=%%emailaddr%%
Hubspot
https://app.vouchfor.com/public/c/{id}?name={{contact.firstname}} {{contact.lastname}}&email={{contact.email}}
Klaviyo
https://app.vouchfor.com/public/c/{id}?name={{ first_name }} {{ last_name }}&email={{ email }}
MailChimp
https://app.vouchfor.com/public/c/{id}?name=*|FNAME|* *|LNAME|*&email=*|EMAIL|*
SalesForce Pardot
https://app.vouchfor.com/public/c/{id}?name={{Recipient.FirstName}} {{Recipient.LastName}}&email={{Recipient.Email}}
Sailthru
https://app.vouchfor.com/public/c/{id}?name={name}&email={email}
Vertical Response
https://app.vouchfor.com/public/c/{id}?name={FIRST_NAME} {LAST_NAME}&email={EMAIL_ADDRESS}
Zendesk
https://app.vouchfor.com/public/c/{id}?name={FIRST_NAME} {LAST_NAME}&email={EMAIL_ADDRESS}