Cumulative Impact
Base widget
Replace
apiKey
- Your Beam SDK API KeychainId
- Your Beam Chain IdstoreId
- Your Beam Store IdbaseUrl
- This value can remain unchanged, unless you are specifically using Beam’s Staging environmentlang
- Beam supports changing the displayed language based on alang
parameter passed into the widgets. If your site supports multiple languages, this value should be updated based on any existing language detection method available in the site. The supported values for this property can be found in the Beam Supported Languages documentation.
<script
type="module"
async
crossorigin
data-em-disable
data-categories="analytics"
src="https://sdk.beamimpact.com/web-sdk/v1.30.1/dist/components/cumulative-impact.esm.js"
></script>
<!-- BEAM START -->
<div class="beam-sync-visibility" data-beam-widget="cumulative-impact">
<beam-cumulative-impact
apiKey="{{ SDK API Key }}"
chainId="{{ Chain Id }}"
storeId="{{ Store Id }}"
baseUrl="https://api.beamimpact.com"
lang="en"
></beam-cumulative-impact>
</div>
<!--BEAM END -->