> ## Documentation Index
> Fetch the complete documentation index at: https://docs.gameball.co/llms.txt
> Use this file to discover all available pages before exploring further.

# How Do I Integrate Adjust with Gameball?

> Use Adjust as your dynamic link provider for Gameball referral programs.

| Platform     | Plan      |
| ------------ | --------- |
| Non-Platform | All Plans |

Gameball supports **Adjust** as a dynamic link provider for referral programs. This integration enables you to generate dynamic links that track referrals and enhance your user acquisition strategy.

<iframe className="w-full aspect-video rounded-xl" src="https://www.youtube.com/embed/Kzi-ihcqsEM" title="Gameball Adjust Integration" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen />

## How It Works

When integrated, Gameball uses Adjust to generate referral links that:

* **Track referrals** across devices and platforms.
* **Deep link** users into your mobile app from referral links.
* **Attribute** new user acquisitions back to the referring customer.

***

## Setup Guide

For the full step-by-step integration guide, including how to retrieve your Adjust credentials and configure the dynamic link provider, refer to the technical tutorial:

<Card title="Adjust Integration Tutorial" icon="book" href="/tutorials/experiences/more/adjust-integration">
  Complete technical guide to set up Adjust as your dynamic link provider in Gameball.
</Card>

***

## Frequently Asked Questions

<AccordionGroup>
  <Accordion title="Can I create referral links without using Adjust?">
    Yes. The referral process can be completed without a deep link generator. In that case, you provide your own referral link and Gameball appends the referral code to it in this format:

    `{referralLink}?GbReferral={referralCode}`

    You will then need to handle the referral logic manually, including capturing the referral code and passing it in the *create customer* request.
  </Accordion>
</AccordionGroup>
