Skip to content
  • There are no suggestions because the search field is empty.

Integrating your Signup Widget

Embed the TickX signup widget to grow your database, capture insights, and track campaign performance.

This guide explains how to embed and trigger the TickX signup widget on your website using the global script and a simple JavaScript command. It covers how the widget helps you grow your customer database, attribute onsale revenue, and gather valuable audience insights. You’ll learn where to add the script, how to initialise the widget with your widget and config IDs, and how to customise signup content via MyTickX. The guide also shows how to track signups in TickX IQ and links to best-practice resources for running successful signup campaigns.

Getting Started

Using the TickX signup widget is a great way to build your database, learn more about your customers and attribute onsale revenue back to signup campaigns. You can learn more about how to manage a signup campaign here.

You can read about how to build and amend your signup widget here.

The website integration is simple and makes use of a global script which should be inserted into the head of every page. The sign-up widget is then initialised via a JS command which you can attach to any button / link as required.

Global Script

This code should be inserted into the  of every page on the website.

<script>
    (function(t,i,c,k,x){
        if (!t.txp){t.txp=[];t.tx=function(c){t.txp.push(c);}}
        x=i.createElement(c);x.id='tx';x.src='//widgets.tickxcore.com/js/'+(1*Date.now())+'/box-office.js';
        k=i.getElementsByTagName(c)[0];k.parentNode.insertBefore(x,k)
    })(window, document, 'script');
</script>

Initialise Sign-up

To trigger the sign-up popup just call the following JS command with your widget and config IDs.

tx({
    widgetId: 'INSERT_WIDGET_ID',
    configId: 'INSERT_CONFIG_ID',
    type: 'onboarding'
});

For more information on how to run a successful sign up campaign please see our detailed guide here.

Your account manager will share with you the widget ID and config ID when it is ready to embed.

If you want to edit the content of your signup widget you can find this in the MyTickX under Ecommerce > Signup Flows following these instructions, or your account manager will be able to make the relevant amends. 

 

You will be able to track signups via Analytics > Signups and Surveys.