Skip to main content
Version: v1

Cumulative Impact

  • apiKey - Your Beam SDK API Key
  • chainId - Your Beam Chain Id
  • storeId - Your Beam Store Id
  • baseUrl - This value can remain unchanged, unless you are specifically using Beam’s Staging environment
  • lang - Beam supports changing the displayed language based on a lang 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/{{ sdk_version }}/dist/components/cumulative-impact.esm.js"
></script>

<!-- BEAM START -->
<div class="beam-sync-visibility" data-beam-widget="cumulative-impact">
<beam-cumulative-impact
apiKey="{{ storefront_component_api_key }}"
chainId="{{ chain_id }}"
storeId="{{ store_id }}"
baseUrl="{{ base_url }}"
lang="en"
></beam-cumulative-impact>
</div>
<!--BEAM END -->