Installing the Uptick Digital Advertising Widget

Enhance your react site by seamlessly integrating our advertising widget. The setup is quick and consists of two core steps. By following this guide, you can embed the widget and showcase targeted advertising to your audience.

Add our Integration Script to your page layout

Create an UptickFlow component

Create a new component in your application that will render ads when it’s rendered. This can be called uptick-flow.js.

Activating Uptick Promotion

To show the Uptick Widget, import the previously created component and render it in your application.

When you render the component itself, make sure to include the placement key. This key is used to identify the location where the widget should be rendered.

There are additional parameters you can include as well to customize the widget. These parameters are passed as props to the UptickFlow component.

  • placement - The placement key is used to identify the location where the widget should be rendered.
  • first_name - The first name of the user.
  • zip - The zip code of the user.

Note:

  • The script tag contains an ID (AAAAAAAA-BBBB-CCCC-DDDD-EEEEEEEEEEEE). Ensure that you replace this with the correct ID assigned to your integration. Using an incorrect or generic ID will lead to unsuccessful widget activation.

Troubleshooting Tips:

  • If you encounter any layout disruptions, confirm that you’ve placed the script tag correctly and used the appropriate integration ID.

  • Ensure that no other scripts or styles on your page conflict with our widget’s functionality. If the issue persists, reach out to our technical support team for further assistance.