# 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.

```html
<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>
```

{% hint style="warning" %}
**Necessary adjustments:**

Please ensure to replace `reportSuiteId` with your Adobe reports suite ID and `{clientId}` with your unique client identifier, provided during account setup.
{% endhint %}

#### Page Performance <a href="#page-performance" id="page-performance"></a>

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