This article gives a simple 5 step guide on how to embed Voxpopme into the Alchemer platform.
Step 1: Voxpopme Project creation
All new projects require a project to be created through the Voxpopme Portal. Please see our document How to set up your Embed project in the Portal if you would like to complete this step first or keep reading if you have been sent the Javascript already by your Voxpopme Project Manager.
Step 2: Insert Voxpopme embed code into your Alchemer survey
Now armed with your Voxpopme Project ID and Alchemer survey you are ready to incorporate the Voxpopme embed code. The embed code has been designed for easy integration and requires only slight modification once embedded.
First, add your question you would like to capture video responses for and include the following -
<div class="vpm-capture-widget"></div>
Next, you will need to add in the Javascript code. Add an Action and choose Javascript Action
Copy the embed code below into the Javascript box -
var vpm_widget_config = { project_id: "[Project Ident]",
additional_data : {
'RespondentID':'[survey("session id")]'
}, settings: { locale: "[Language]" }, disable_next_button: function() { document.querySelectorAll("#sg_NextButton, #sg_SubmitButton")[0].style.display = "none"; }, enable_next_button: function() { document.querySelectorAll("#sg_NextButton, #sg_SubmitButton")[0].style.display = "inline-block"; } }; document.addEventListener("DOMContentLoaded", function(event) { document.querySelectorAll("#sg_NextButton, #sg_SubmitButton")[0].style.display = "none"; var checkbox = document.getElementsByClassName("sg-input-checkbox")[0]; checkbox.onchange = function(){ if (checkbox.checked){ document.querySelectorAll("#sg_NextButton, #sg_SubmitButton")[0].style.display = "inline-block"; } else { document.querySelectorAll("#sg_NextButton, #sg_SubmitButton")[0].style.display = "none"; }; }; }); !function(a,b,c,d){function e(){var a=b.createElement(c); a.type="text/javascript",a.src=d;var e=b.getElementsByTagName(c)[0]; e.parentNode.insertBefore(a,e)}a.attachEvent?a.attachEvent("onload",e):a.addEventListener("load",e,!1)} (window,document,"script","https://capture.voxpopme.net/main.js");
Step 3: Customize the embed code
The Embed Javascript requires modifications to meet your project specifications. The fields requiring changes are highlighted above. When replacing a field, remember to remove the brackets. Details on the variables that require customization are explained below.
- [Project Ident] - the “Project Ident” allows the capture widget to sync videos captured with the appropriate project in the Voxpopme portal. To set this replace the [Project Ident] with the unique Project ID for your Voxpopme video project, eg. project_id: "2cdaf2b8f505682a10c602d56abe5b5a". See “Step 1” (above) if you don’t have your “Project Ident”.
- [Language] - setting the country code will assure we have the right language for each video captured. This is important for transcriptions and translations. Voxpopme supports over 40 languages. The languages we support and their codes can be found here.
To set your language, insert the appropriate country code between the “ “ where [Language] is found. See below for an example.
Step 4: Appending Data
1. You will need to capture the user's unique identifier on the first page of the survey. To do this, select Add New Action, then select Hidden Value.
Name the Hidden Value with the appropriate value for your survey, if you're using the Voxpopme panel this will be uid. If not, the panel partner will provide this detail.
Below Populate with the following, select Insert Merge Code.
Select URL VariableURL from the merge code drop-downlist,then select the green Insert button.
Replace the xxx in [url("xxx")] to unique identifier, for example uid/pid/rid (this will be case sensitive).
Select Save Action.
2. Ensure you are passing through additional data to the Voxpopme portal. At minimum we recommend passing through a unique identifier so the survey results can be tied to the videos captured. The embed code above includes appended data capture titled ‘additional_data’. The name of the variable is shown on the left-hand side in single quotation marks. The appropriate piped text for passing through additional data within the survey is on the right in single quotation marks. The RespondantID is already included as additional data in the example Javascript above.
3. Additional Survey Variables: Pass through as much additional data as you would like to the Voxpopme platform. To add a new piece of additional data you will need to add a comma at the end of last additional data line. If you are looking to pass through previous survey answers to the portal, first off save the Javascript embed code.
- Select the Customize tab, and ensure you have selected Show the Following - 'Question IDs'
- On the bottom right-hand corner of each question you will be able to see the ID for the question. You will need to use these to pull through the survey answers selected to the Voxpopme portal.
- Make a note of the IDs you would like to pull through to the portal, then use the following format (and replace the IDs) to merge the correct question.
- Edit the Javascript embed code, and add the additional data required to the embed code as shown below (ensure there is a backward slash before each double quotation mark " within the merge variable).
additional_data: {
'Age'
:
'[question("value"), id="6"]'
,
'Gender'
:
'[question("value"), id="11"]'
,
'Shopper'
:
'[question("value"), id="14"]'
,
'RespondentID'
:
'[url("session id")]'
,
'hometown_location_city'
:
'[url("hometown_location_city")]'
,
'hometown_location_country'
:
'United Kingdom'
}
- Select Save.
Step 5: Publish & Test
The last step is to save the changes made and test. While testing the video capture and additional data passthrough for your survey, be sure to say “testing” in your video or cover your camera. This will let our QA team know to decline the video. Below are instructions on how to view the additional data in the portal, and how to see declined test videos to confirm data has passed through correctly.
View additional data in portal: To view the additional data in the project, click into your project and click the additional data button (see screenshot below). The additional data will show up beneath each response’s transcript.
View Declined Videos: If your test video is awaiting approval, you can skip this step and use the instructions above to view the additional data. If you don’t see your test video, it was likely declined by our QA team, which prevents the video from being sent for transcription. You can see these videos by using the Filter and setting Declined to True. See screenshot below:
Additional Information
Technical Difficulties
Because the embed code will disable the 'Next' button within the survey until the respondent has successfully uploaded a video response, we recommend adding a technical difficulties option in case a respondent is unable to record a video or decides they no longer wish to record. Follow the instructions below to include this option:
1. Add a checkbox question underneath the capture widget so that respondents have the ability to unselect the answer if they change their mind. Include only one answer choice with the text 'I'm having technical difficulty or would no longer like to record' or something similar.
2. Save your Javascript and test through your survey. Ensure the 'Next' button is appropriately disabled/enabled, and that the additional data is being passed through successfully to the portal. If you have any questions, please contact the Voxpopme team. When your survey is ready, share a test link with the Voxpopme team so we can ensure everything is working correctly.
Your complete question will now look something like this with your question, javascript action, and checkbox question -
Checking the Project Quota
If you would like to prevent the respondent from seeing the video question once the video quota has been met, follow the instructions in the following link: Checking the quota
Changing the Recording Time
By default, the widget allows respondents to record responses between 15 and 60 seconds. To change the minimum and maximum recording time capture widget please check with your contact at Voxpopme.
Practical tips for higher conversion rates
Read our document for tips on how to gain higher conversion rates.
FAQ
Q: What if I have multiple languages in my study?
A: When expecting responses multiple languages users will need to embed multiple instances of the capture widget (one for each language). Branching in the survey can be used to serve up the right respondents with the corresponding language. The same Project ID can be used, this will assure all responses fall under the respective project in the Voxpopme portal.
Q: Can I append data that is captured after the video question?
A: Yes. For seeing instructions on passing through variables that have been captured after the video embed please see here.
Q: Is there a limit to the number of additional variables I pass through?
A: No. You can pass through as many variables as needed. We recommend passing through a unique ID, along with any data that will be useful for filtering/sorting videos, captioning your showreels, or generally assist with your analysis.
Comments
0 comments
Please sign in to leave a comment.