> For the complete documentation index, see [llms.txt](https://help.daasity.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.daasity.com/core-concepts/data-integrations/setup-guides/digital-integrations/attentive-mobile/integration-setup.md).

# Integration Setup

{% hint style="info" %}
In order to setup the integration with Attentive Mobile, you must reach out to your Merchant Success team at Attentive Mobile and complete these steps:
{% endhint %}

### Step 1

Ask Attentive Mobile to setup an SFTP account on their SFTP server (<https://sftp.attentivemobile.com>) and create both a login and password *(NOTE: this username / password is different from your regular Attentive Mobile login)*

### Step 2

Ask that Attentive Mobile upload the following files to the SFTP server on a daily basis. If you send the files below to your Merchant Success Manager at Attentive, they should know what to do:

* [attentive\_conversions\_YYYYMMDD.csv](https://support.daasity.com/hubfs/attentive_conversions_YYYYMMDD.csv)
* [attentive\_email\_SMS\_YYYYMMDD.csv](https://support.daasity.com/hubfs/attentive_email_SMS_YYYYMMDD.csv)

### Step 3

Ask Attentive Mobile to upload a historical version of these files through the SFTP server with a maximum size of 2GB.

### Step 4

Login to [Daasity](https://app.daasity.com/) and click Integrations -> New Integration

### Step 5

Scroll down to the Attentive Mobile Logo and click it.

### Step 6

Enter the SFTP server URL given to you by Attentive in to the Daasity app. The URL should look like: sftp1.attentivemobile.com

### Step 7

Enter the username and password for the SFTP server in to the Daasity app. The username and password will be provided by Attentive and be different from your regular Attentive Mobile login.


---

# 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://help.daasity.com/core-concepts/data-integrations/setup-guides/digital-integrations/attentive-mobile/integration-setup.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.
