# Pushwoosh

## **Setup**

1. Go to: `Settings → 3rd Party Sources → Cohort Export`
2. Click the ✎ icon next to **Pushwoosh**
3. Fill in the fields:
   * **App Code** – Application Code could be found in the Control Panel right below the name of your application
   * **API Access Token** – found in the same app’s `API Access` section
4. Click `Save` to apply.

<figure><img src="https://2105883905-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LnGcP_ZeRJ1ipj9O8dF%2Fuploads%2FTAv62SiNEmcx1iWdImHw%2FScreenshot%202025-07-23%20at%2014.17.16.png?alt=media&#x26;token=38c1b56a-473c-491e-9099-5f9d223ec0cd" alt=""><figcaption></figcaption></figure>

*To disable the integration, turn off the toggle.*

### **User Identifier**

* Set a [custom property](https://docs.devtodev.com/integration/integration-of-sdk-v2/setting-up-events/user-profile#custom-user-property) in devtodev: `pushwoosh_id`. This identifier ensures accurate tracking and segmentation of users during data export.
* `pushwoosh_id` must match the **HWID** used to identify users in Pushwoosh, [see Pushwoosh documentation](https://docs.pushwoosh.com/product/pushwoosh-knowledge-hub/users-userids/).
* Make sure this property is set before cohort export.

## How to prepare cohorts

Check out the **Tuning section** to learn [how to export the cohorts](https://docs.devtodev.com/reports-and-functionality/project-related-reports-and-fuctionality/tuning#cohort-export).&#x20;


---

# 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.devtodev.com/3rd-party-sources/cohort-export/pushwoosh.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.
