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

How to trigger an Offer Template Variant Identity Management using JavaScript

You can choose the template variant ID programmatically for the Show Offer action with the below code:

tp.push(["init", function() {\ntp.offer.show({\nofferId: "XY",\ntemplateId: "ABC" ,\ntemplateVariantId: "123" ,\ndisplayMode: "modal"\n})\n}])

Last updated: