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}])
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}])