> ## Documentation Index
> Fetch the complete documentation index at: https://moengage-partner-guide.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Jampp

# Introduction

[Jampp](https://www.jampp.com/) is a performance marketing platform used for acquiring and retargeting mobile customers. Jampp combines behavioral data with predictive and programmatic technology to generate revenue for advertisers by showing personal, relevant ads that inspire consumers to purchase for the first time or more often.

# MoEngage × Jampp

The MoEngage and Jampp integration allows MoEngage users to sync events into Jampp via MoEngage Connector campaigns. As a result, customers can add richer data sets to their retargeting initiatives within their mobile advertising ecosystems.

## Use Cases

* When a customer’s email or push subscription state changes
* When a customer interacts with any MoEngage campaign
* If the customer has triggered any specific geofence.

# Integration

<Info>
  PREREQUISITES

  * Ensure that you have Jampp account.
  * Android app ID - Your unique application identifier for Android (i.e., “com.example”).
  * iOS app ID - Your unique application identifier for iOS (i.e., “012345678”).
  * Collection of Google advertising ID via custom attribute - Google advertising ID collection is optional for customers and can be collected as a custom attribute.
</Info>

## Step 1: Create Connector Campaign on MoEngage

To create a connector campaign on MoEngage,

1. Navigate to Create Campaign >> Connectors >> Custom and choose Event triggered

<img src="https://mintcdn.com/moengage-partner-guide/z_zSYxcSAIbZbPOC/images/partner_10171106337300.png?fit=max&auto=format&n=z_zSYxcSAIbZbPOC&q=85&s=385881acdf032ca0505c52dccde28772" alt="Screenshot_2022-10-18_at_4.48.51_PM.png" width="1052" height="1200" data-path="images/partner_10171106337300.png" />

2. On step 2 of the campaign,

* Select method as GET
* Add Webhook URL as :
  [http://tracking.jampp.com/event](http://tracking.jampp.com/event)
* URL params, you must
  * Set the event name. This name will appear in your Jampp dashboard.
  * Pass your app’s unique application identifier for Android (i.e. “com.example”) and iOS (i.e. “012345678”).
  * Add the appropriate custom attribute. You can use MoEngage templating language to decide whether you are tracking as the Google advertising ID or Apple advertising identifier.\
    Note- These need to be passed to MoEngage as custom attributes.
    <img src="https://mintcdn.com/moengage-partner-guide/z_zSYxcSAIbZbPOC/images/partner_10171321982612.png?fit=max&auto=format&n=z_zSYxcSAIbZbPOC&q=85&s=997bf6f90f3f0bbf14c022aa47e4d1ee" alt="Screenshot_2022-10-18_at_5.02.04_PM.png" width="2034" height="1160" data-path="images/partner_10171321982612.png" />
* In Headers, use
  Content-Type: application/json
* In Body, you do not have to define a request body for this connector.

4. At this point, your campaign should be ready to test and send. You can also test your connector configuration using the Test functionality available on Step 2 of Create Connector Campaign

<img src="https://mintcdn.com/moengage-partner-guide/kE-B5b9v5t-O67g_/images/partner_4460596653716.png?fit=max&auto=format&n=kE-B5b9v5t-O67g_&q=85&s=a511ff8333b54d2f2de9ccc11d761b7b" alt="Screen_Shot_2022-02-22_at_11.12.42_AM.png" width="2464" height="270" data-path="images/partner_4460596653716.png" />

We recommend sending test requests for both Android and iOS users. If the request is successful, the API will respond with`HTTP 204`. You can go ahead and Publish the campaign.
