{
  "data": {
    "data": {
      "destinationsCatalog": [
        {
          "id": "54521fd525e721e32a72ee8e",
          "name": "AdRoll",
          "description": "AdRoll is a retargeting network that allows you to show ads to visitors who've landed on your site while browsing the web. ",
          "slug": "adroll",
          "logos": {
            "default": "https://d3hotuclm6if1r.cloudfront.net/logos/adroll-default.svg",
            "mark": "https://cdn.filepicker.io/api/file/IKo2fU59RROBsNtj4lHs"
          },
          "options": [
            {
              "name": "_version",
              "type": "number",
              "defaultValue": 2,
              "description": "",
              "required": false,
              "label": "_version"
            },
            {
              "name": "advId",
              "type": "string",
              "defaultValue": "",
              "description": "You can find your Advertiser ID in your AdRoll dashboard by clicking the **green or red dot** in the lower-left corner. In the Javascript snippet, the Advertiser ID appears as `adroll_avd_id = 'XXXXXXX'` on line 2. It should be 22 characters long and look something like this: `WYJD6WNIAJC2XG6PT7UK4B`.",
              "required": true,
              "label": "Advertiser ID"
            },
            {
              "name": "events",
              "type": "text-map",
              "defaultValue": {},
              "description": "AdRoll allows you to create a Segment Name and ID for conversions events. Use this mapping to trigger the *AdRoll Segment ID* (on the right) when the Event Name (on the left) is passed in a Track method.",
              "required": false,
              "label": "Events"
            },
            {
              "name": "pixId",
              "type": "string",
              "defaultValue": "",
              "description": "You can find your Pixel ID in your AdRoll dashboard by clicking the **green or red dot** in the lower-left corner. In the Javascript snippet, the Pixel ID appears as `adroll_pix_id = 'XXXXXXX'` on line 3. It should be 22 characters long, and look something like this: `6UUA5LKILFESVE44XH6SVX`.",
              "required": true,
              "label": "Pixel ID"
            }
          ],
          "status": "PUBLIC",
          "categories": [
            "Advertising"
          ],
          "website": "http://adroll.com",
          "components": [
            {
              "code": "https://github.com/segment-integrations/analytics.js-integration-adroll",
              "type": "BROWSER"
            }
          ],
          "previousNames": [
            "AdRoll"
          ],
          "supportedMethods": {
            "track": true,
            "pageview": true,
            "identify": true,
            "group": false,
            "alias": false
          },
          "supportedPlatforms": {
            "browser": true,
            "mobile": false,
            "server": false,
            "warehouse": false
          },
          "supportedFeatures": {
            "cloudModeInstances": "0",
            "deviceModeInstances": "0",
            "replay": false,
            "browserUnbundling": false,
            "browserUnbundlingPublic": true
          },
          "actions": [],
          "presets": [],
          "contacts": [
            {
              "name": "John Doe",
              "email": "john.doe@example.com",
              "role": "VP of engineering",
              "isPrimary": true
            }
          ],
          "partnerOwned": false
        },
        {
          "id": "54521fd525e721e32a72ee8f",
          "name": "AppsFlyer",
          "description": "Mobile app measurement and tracking.",
          "slug": "appsflyer",
          "logos": {
            "default": "https://d3hotuclm6if1r.cloudfront.net/logos/appsflyer-default.svg",
            "mark": "https://cdn.filepicker.io/api/file/AnJUEBvxRouLLOvIeQuK"
          },
          "options": [
            {
              "name": "androidAppID",
              "type": "string",
              "defaultValue": "",
              "description": "Your Android App's ID. Find this in your AppsFlyer's 'My App' dashboard. It should look something like 'com.appsflyer.myapp'. This is required for Android projects if you want to send events using the server side integration.",
              "required": true,
              "label": "Android App ID"
            },
            {
              "name": "appleAppID",
              "type": "string",
              "defaultValue": "",
              "description": "Your App's ID, which is accessible from iTunes or in AppsFlyer's 'My App' dashboard. This is optional for Android projects, and only required for iOS projects.",
              "required": true,
              "label": "Apple App ID (iOS)"
            },
            {
              "name": "appsFlyerDevKey",
              "type": "string",
              "defaultValue": "",
              "description": "Your unique developer ID from AppsFlyer, which is accessible from your AppsFlyer account.",
              "required": true,
              "label": "AppsFlyer Dev Key"
            },
            {
              "name": "canOmitAppsFlyerId",
              "type": "boolean",
              "defaultValue": false,
              "description": "*Only applicable for Appsflyer's Business Tiers customers using server-side or cloud mode destination.* Please contact your AppsFlyer representative for more information. This setting allows to use the advertising ID as appsflyer ID.",
              "required": false,
              "label": "Can Omit AppsFlyerId"
            },
            {
              "name": "fallbackToIdfv",
              "type": "boolean",
              "defaultValue": false,
              "description": "With the update to use analytics-ios v4.x SDK if adTrackingEnabled is set to false, the advertisingId key will be deleted from the event. If you have the setting enabled \"Can Omit AppsFlyerId\", these events will fail when sent to AppsFlyer API. To prevent these event failures in this scenario enable this send the IDFV instead. When the \"Can Omit AppsFlyerId\" setting is enabled if the IDFA is zeroed out, we will also send an IDFV when this setting is enabled. ",
              "required": false,
              "label": "Fallback to send IDFV when advertisingId key not present (Server-Side Only)"
            }
          ],
          "status": "PUBLIC",
          "categories": [
            "Attribution",
            "Deep Linking"
          ],
          "website": "http://www.appsflyer.com/",
          "components": [
            {
              "code": "https://github.com/AppsFlyerSDK/segment-appsflyer-ios",
              "owner": "PARTNER",
              "type": "IOS"
            },
            {
              "code": "https://github.com/AppsFlyerSDK/AppsFlyer-Segment-Integration",
              "owner": "PARTNER",
              "type": "ANDROID"
            },
            {
              "code": "https://github.com/segmentio/integrations/tree/master/integrations/appsflyer",
              "owner": "SEGMENT",
              "type": "SERVER"
            }
          ],
          "previousNames": [
            "AppsFlyer"
          ],
          "supportedMethods": {
            "track": true,
            "pageview": true,
            "identify": true,
            "group": true,
            "alias": true
          },
          "supportedPlatforms": {
            "browser": false,
            "mobile": true,
            "server": true,
            "warehouse": false
          },
          "supportedFeatures": {
            "cloudModeInstances": "0",
            "deviceModeInstances": "0",
            "replay": false,
            "browserUnbundling": false,
            "browserUnbundlingPublic": true
          },
          "actions": [],
          "presets": [],
          "contacts": [],
          "partnerOwned": false
        }
      ],
      "pagination": {
        "current": "MA==",
        "next": "Mg==",
        "totalEntries": 400
      }
    }
  }
}