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>

Page Performance

In order to minimize any impact on your page speed and performance, remember to include the async and defer attributes.

Last updated