Embed Script
Make sure the Adobe AppMeasurement script is injected into <header>
at all your pages where you want to track LiSA events in Adobe AppMeasurement.
<script
async
defer
data-lsc-analytics-bridge="adobe-app-measurement"
data-lsc-report-suite-id="{reportSuiteId}"
src="https://widget.lisa-cdn.net/adobe-app-measurement-bridge/{clientId}"
type="text/javascript"
></script>
Necessary adjustments:
Please ensure to replace reportSuiteId
with your Adobe reports suite ID and {clientId}
with your unique client identifier, provided during account setup.
Page Performance
In order to minimize any impact on your page speed and performance, remember to include the async
and defer
attributes.
Last updated