All Collections
Company settings
Custom code
How do I place a conversion tracker?
How do I place a conversion tracker?
Bob avatar
Written by Bob
Updated over a week ago

The custom code feature enables you to customise your Homerun career page, job posts and/or apply forms by adding custom HTML, CSS and JavaScript code. One of the things we’ve made possible is to add your own piece of code or script to trigger an extra action after a candidate sends his or her application. For example, it’s possible to add a conversion tracker to track the number of candidates that have applied. To track these successful form submissions, or applications, you can define what we call the ‘customCallback’ method. This method allows for an extra action to take place, after a candidate has applied.

Note: Please be aware you need technical knowledge to implement custom code. If added incorrectly, it can break or change the look of your career page, job posts and/or apply forms.

Placing a conversion tracker

  1. First, copy the code for the conversion tracker from the website of your choice.

  2. Then, add the conversion tracker code to this script:

<script>
customCallback = function() {
// your code
}
</script>

3. Switch to your Homerun account and click Settings from the sidebar
4. Click Apply form, displayed at Customize
6. Then, click Add custom code on the right menu
7. Copy the code that you just edited and paste it in the <head> section
8. Click Save changes

Now, all the candidates that apply will be tracked in the account of your choice.

Note: if you place a pixel on your career page, job posts and/or apply forms, remember to mention this in your privacy statement. You can read more about cookies and updating your privacy statement.

Did this answer your question?