> For the complete documentation index, see [llms.txt](https://docs.goaffpro.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.goaffpro.com/how-tos/manual-integration/custom-sdk-integration.md).

# Custom SDK Integration

#### Integrate GoAffPro with your custom store:&#x20;

Create a GoAffPro merchant account: [Signup Link](https://goaffpro.com/signup?redirect=/merchant)

{% hint style="info" %}
If you already have an account, you can [login](https://goaffpro.com/login?redirect=/merchant).
{% endhint %}

![Signup Page](https://1200686697-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LdPzLtyP46oY7cyXnkw%2Fuploads%2FCIgUBOTcEbFrcrSxKNMO%2Fimage.png?alt=media\&token=e8f2bf2c-1796-4b3e-b7ad-5899d467d508)

Here, click on **Add Your First Store**.

<figure><img src="https://1200686697-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LdPzLtyP46oY7cyXnkw%2Fuploads%2Fjzbz8G3se5CHekw7nlf8%2FScreenshot%202026-08-10%20223821.png?alt=media&amp;token=a3a39bad-f0c4-40bb-8b2a-edc5afdf18b9" alt=""><figcaption><p>Click on Add Your First Store</p></figcaption></figure>

Now, select the custom integration option.

<figure><img src="https://1200686697-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LdPzLtyP46oY7cyXnkw%2Fuploads%2Fx4tBEvC3KQKH7vcWVONd%2FScreenshot%202026-08-10%20224122.png?alt=media&amp;token=e6d3a708-768d-4d65-90a5-c97362134b99" alt=""><figcaption><p>Select Custom Integration option</p></figcaption></figure>

Next, enter the store name, store URL, and click on **Create Store**.

<figure><img src="https://1200686697-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LdPzLtyP46oY7cyXnkw%2Fuploads%2FzmobQRHIlMmKykmYp7tU%2Fimage.png?alt=media&amp;token=4076654f-34b2-4507-9285-c670b0bac389" alt=""><figcaption><p>Enter store name and URL> Click on Create Store</p></figcaption></figure>

After this, click on **View Integration steps**.

<figure><img src="https://1200686697-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LdPzLtyP46oY7cyXnkw%2Fuploads%2F1ZB52zRqwo2ZhKmSfXoz%2FScreenshot%202026-08-10%202300348.png?alt=media&amp;token=a6c83bb6-22f6-4990-8572-c82f1f6a5746" alt=""><figcaption><p>Click on View Integration Steps</p></figcaption></figure>

Here, add the general tracking code in the header section before the closing \</head> tag.

{% hint style="info" %}
This is usually pasted in the theme's layout file.&#x20;
{% endhint %}

<figure><img src="https://1200686697-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LdPzLtyP46oY7cyXnkw%2Fuploads%2FvsYPoiTa70feovOS5tSJ%2Fimage.png?alt=media&amp;token=d5e73cca-3a46-4099-95bd-46fae0cdba84" alt=""><figcaption><p>Add general tracking code</p></figcaption></figure>

Now, add the conversion tracking code to the conversion page or the "thank you" page.

{% hint style="info" %}
Please ensure that the goaffproOrder object in the conversion tracking code has the actual order data of the customer.
{% endhint %}

<figure><img src="https://1200686697-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LdPzLtyP46oY7cyXnkw%2Fuploads%2FFi2G9PfP1VDlLxZElOXy%2Fimage.png?alt=media&amp;token=9470fe28-401c-438f-ba77-23951071aff1" alt=""><figcaption><p>Add conversion tracking code</p></figcaption></figure>

Finally, click on **Get Started**.&#x20;

{% hint style="info" %}
This will open up the setup wizard for the program.&#x20;
{% endhint %}

![Click on Get Started](https://1200686697-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LdPzLtyP46oY7cyXnkw%2Fuploads%2FyhJwQujqjeqzjkveIWib%2FScreenshot%202022-02-12%20060558.png?alt=media\&token=f74cb552-2d1b-434f-b9d2-814dccd606b7)

{% hint style="info" %}
You can also look into the advanced integration guide: [Link](https://github.com/anujtenani/goaffpro/wiki/Custom-Integration-advanced-guide)
{% endhint %}
