Convertr Help Centre Help Center home page
Submit a request
Sign in
  1. Convertr Help Centre
  2. Product
  3. Whitepapers

Adding a Video to a White Paper's 'Thank you' Page Follow

Introduction

This document will take you through how to add a video to a White paper Thank you page.

There are three components to this:

  1. Adding your Whitepaper 
  2. Updating the White paper download field
  3. Adding the code snippet to the Thanks HTML

 

1. Adding your White paper

Adding your White paper can be done within the campaign or within the main White Papers section:

1. Select System, then select White Papers from the dropdown list.

dropdown with the white papers selection highlighted

2. Click Assets then Add White Paper.

selection of the Assets tab

3. Populate the Whitepaper details as normal, including the below:

  1. Select Use Advertiser Logo
  2. Whitepaper Thumbnail - Print screen the title screen of the video to be added to the Whitepaper
  3. Whitepaper Download - Use the print Screen from the Whitepaper Thumbnail and convert this to a PDF.

 image of the logo, thumbnail and download import dropdown

 

2. Updating White paper download field

1. Within your campaign, go to Creatives then select Forms. Select Edit next to your form.

Image of the creatives tab with forms selected

2. Locate the WP Download field and select Edit Options.

form selection of the whitepaperdownload type

3. Within the bottom field 'trigger_download', change the 1 to a 0.

This will stop the white paper from downloading automatically.

 options for the WhitepaperIDScreen_Shot_2018-08-01_at_13.53.27.png

 

3. Adding the code snippet to the Thanks HTML

 1. Whilst you are still within your form, go to the top of the page and select the tab 'Thanks HTML' 

highlight of the thanks HTLM tab

 

2. At the bottom of the page, from row 42 onwards add the following snippet from <script> and replace ENTER YOUR URL HERE with your URL.

---------------

<script>

functionredirectToWebinar() {

var id = ##whitepaperId##;
var url = ' ENTER YOUR URL HERE ';

window.top.location.href = url;
}

</script>

<div class="thanks-container">
<button class ="btn" onclick="redirectToWebinar();">Click to View</button>
Thank you for your interest, we hope to see you again soon.
</div>

---------------

3. Select Save.

 

 

 

 

 

Articles in this section

  • Adding a Video to a White Paper's 'Thank you' Page
  • Assigning a Whitepaper to a Campaign
  • Uploading a White Paper
  • Implementing Recommended White Papers
  • Implementing White Paper Tags

Related articles

  • Assigning a Whitepaper to a Campaign
  • HTTP Integration Examples: Hubspot Forms
  • Creating a Hosted Landing Page
  • Length Check of Given Field
  • Convertr API Rate Limits
Was this article helpful?
0 out of 0 found this helpful
Have more questions? Submit a request
Return to top

Related articles

  • Assigning a Whitepaper to a Campaign
  • HTTP Integration Examples: Hubspot Forms
  • Creating a Hosted Landing Page
  • Length Check of Given Field
  • Convertr API Rate Limits
Convertr