# MemberVault Integration

**GoAffPro** provides you with the option to integrate MemberVault.

To integrate MemberVault, go to the **Integrations** section in the **Settings** tab of the GoAffPro admin panel.

<figure><img src="/files/Xb3m1oHj1s0KbiGJiNN8" alt=""><figcaption><p>Settings > Integrations</p></figcaption></figure>

Here, go to the MemberVault section.

<figure><img src="/files/3oLuU9OzBsa4OfGXnmD4" alt=""><figcaption><p>MemberVault</p></figcaption></figure>

Now, click on **See instructions**.

<figure><img src="/files/tAzxW1CZS3SkjDKoaUe4" alt=""><figcaption><p>Click on See Instructions</p></figcaption></figure>

This will open up the MemberVault Integration window.

<figure><img src="/files/wYIOQnmRxHF6QSueUXzl" alt=""><figcaption><p>MemberVault Integration</p></figcaption></figure>

#### Add Custom JavaScript

* Open your MemberVault admin panel > **General Settings** (under the main **General tab**) > expand the **Advanced Settings** area.&#x20;
* In the text box for **Custom CSS & Custom JavaScript**, paste the code (in step 4) and click on **Save**.

<figure><img src="/files/01YLt1pMm9udZE6OIzb2" alt=""><figcaption><p>Add Custom JavaScript</p></figcaption></figure>

#### Add Product Conversion Tracking code

* In the MemberVault admin panel > Edit the product you want to track > Go to the Conversion Tracking section.&#x20;
* Copy and paste the code (in step 6) in the Product Conversion Tracking code text box and click on **Save**.

{% hint style="info" %}
Every sign-up option will have a "Product View Tracking code", and if your sign-up option is Form or Paid, you'll also get a **Product Conversion Tracking code.**

Note: Update the total value in the code below to match the price of the membership.
{% endhint %}

<figure><img src="/files/Qo5EYJWbF1tFCdmSwx3W" alt=""><figcaption><p>Add Product Conversion Tracking code</p></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://docs.goaffpro.com/program-settings/integrations/membervault-integration.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
