> For the complete documentation index, see [llms.txt](https://rehanabbas.gitbook.io/adpluginx/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://rehanabbas.gitbook.io/adpluginx/installation/configure-info.plist.md).

# Configure Info.plist

#### Add this first for Applovin

{% code title="Info.plist" overflow="wrap" lineNumbers="true" %}

```xml
<string>NSAdvertisingAttributionReportEndpoint</string>
<key>https://postbacks-app.com</key>
```

{% endcode %}

#### Add this for Google Admob&#x20;

{% code title="Info.plist" overflow="wrap" lineNumbers="true" %}

```xml
<key>GADApplicationIdentifier</key>
<string>Your App Id</string>
```

{% endcode %}

#### Add this for App Transparency&#x20;

{% code title="Info.plist" overflow="wrap" lineNumbers="true" %}

```xml
<key>NSUserTrackingUsageDescription</key>
<string>This identifier will be used to deliver personalized ads to you.</string>
```

{% endcode %}
