We’ve migrated our documentation to a new site, which means some URLs have changed.
Subscriptions

How to remove the close button when triggering an Offer via JavaScript

In order to remove the close button from an offer shown via JavaScript, you would need to add the parameter showCloseButton with the value false to your code.

For example like this:

tp.offer.show({offerId:'OFG3YA1GG123', templateId:'OT0KFLDOG123',showCloseButton:false})

More information about showing offers via JavaScript is available here.

Last updated: