You may want to integrate the Tamaro widget on a dedicated landing page promoting a single purpose/campaign. In this scenario the promotion of your campaign is done via the standard functions in the CMS of your choice. However, Tamaro must still be used for the donation checkout and the promoted campaign must be set as a transaction parameter to address the correct campaign within Salesforce.
Important: If the purpose is not hidden using the snippet provided below, please create a ticket via support@raisenow.com. RaiseNow may need to apply a configuration option to your widget to unlock this feature.
<script>
window.rnw.tamaro.runWidget('.rnw-widget-container', {
language: 'en',
// set stored_campaign_id for default purpose: p1
purposeDetails: {
p1:{
stored_campaign_id: "7011i0000001CzLAAU"
},
//p2:{
// stored_campaign_id: "7011i0000001CzLXXU"
//},
},
showBlocks: {
payment_purposes: false,
}
});
</script>
Comments
0 comments
Article is closed for comments.