> For the complete documentation index, see [llms.txt](https://lionstudios.gitbook.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lionstudios.gitbook.io/readme/features/ads/third-party.md).

# Third Party

Some third-party services require additional setup outside of the standard Lion Ads configuration. Review the sections below and complete any required steps based on the integrations used in your project.

### Amazon Publisher Services (APS)

If your project is configured to use Amazon Publisher Services (APS), your Lion Studios manager will let you know when APS should be installed and set up, and will provide the required settings.

Once APS is available in the project, enter the required APS ad unit IDs in the Amazon Publisher Services (APS) section of the Lion Manager.

For additional APS setup guidance, please refer to our [Amazon Publisher Services (APS) section](/readme/features/ads/third-party/amazon-publisher-services-aps.md).

#### Visibility in Lion Manager

The Amazon Publisher Services (APS) section will only appear in Lion Manager if one of the following scripting define symbols is included in your project:

* HAS\_AMAZON\_SDK
* HAS\_AMAZON\_V2\_SDK

These symbols are detected automatically through the APS module.

#### Missing APS Plugin Warning

<figure><img src="/files/0MIGcXP1x5UcILukFmxQ" alt=""><figcaption></figcaption></figure>

If APS is not installed or the required scripting define symbols are not present, the APS section will remain disabled and a warning will be shown in Lion Manager.

This warning indicates that the Amazon Publisher Services (APS) plugin is not currently available in the project. As a result, Amazon ads will not be used.

### Google Ads Manager

If Google Ads Manager is installed as a mediation adapter, it requires its own set of IDs. Your Lion Studios manager will provide these IDs.

These IDs must be entered in the MAX Integration Manager in Unity:

AppLovin → Integration Manager

<figure><img src="/files/cpBLKxBhLg5BRk89w4zd" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://lionstudios.gitbook.io/readme/features/ads/third-party.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
