> ## Documentation Index
> Fetch the complete documentation index at: https://docs.zeotap.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Create an Airship Real-Time Data Streaming Source

<Note>
  **Note:**

  *Refer to [Airship Real-Time Data Streaming Source](/articles/integrate-customer/airship-real-time-data-streaming-source) to know more about this source.*
</Note>

## Prerequisites

**Match the Airship Channel ID to Zeotap attribute** -

In addition to the Named Users, you can also match the Airship channel ID with the Zeotap attribute to enhance customer profiles in the Zeotap system. The following get method can be used to retrieve the Airship channel ID through our SDK from the Airship SDK:

```javascript Code theme={null}
UA.then(sdk => {
  sdk.getChannel().then(channel => {
    zeotap.setUserIdentities("Airship_Channel_id" : channel.id)
  })
})
```

<Note>
  **Note:**

  For more information about how to fetch the custom identities through Zeotap's SDKs, refer [here](/articles/sdks/web-js/api-reference#custom-identities).
</Note>

## Step-by-Step Process

Perform the following steps to create a Airship Real-Time Data Streaming source:

<Steps>
  <Step>
    Log into the Zeotap CDP App and navigate to the **Sources** application under **Integrate.**
  </Step>

  <Step>
    Click **CREATE SOURCE**.
  </Step>

  <Step>
    Choose **Customer Engagement Channels** as the Category.

    <Frame>
      <img src="https://mintcdn.com/zeotap/kEe8zTZlpZky9cq1/articles/integrate-customer/Storage/integrate-customer/working-with-the-source-listing-page/cec.png?fit=max&auto=format&n=kEe8zTZlpZky9cq1&q=85&s=41028ad62acb6759bd67c8d9a3e6a4bb" width="3532" height="1972" data-path="articles/integrate-customer/Storage/integrate-customer/working-with-the-source-listing-page/cec.png" />
    </Frame>
  </Step>

  <Step>
    Click **Airship Real-Time Data Streaming** as the Data Source.

    <Frame>
      <img src="https://mintcdn.com/zeotap/nvqTscX2rya8znmd/articles/integrate-customer/Storage/integrate-customer/create-an-airship-real-time-source/create-an-airship-real-time-source-2024-01-11.png?fit=max&auto=format&n=nvqTscX2rya8znmd&q=85&s=bcab3529104aa529616f1c2742685d78" width="3584" height="1810" data-path="articles/integrate-customer/Storage/integrate-customer/create-an-airship-real-time-source/create-an-airship-real-time-source-2024-01-11.png" />
    </Frame>
  </Step>

  <Step>
    Enter a short and descriptive name for the source.
  </Step>

  <Step>
    Select a **Region** using the option button provided.
  </Step>

  <Step>
    Under **Data Entity**, depending on the type of data that you want to ingest, choose either **Customer Data** or **Non Customer Data** and proceed with the source creation. To know more about Customer Data and Non Customer Data, refer [here](https://docs.zeotap.com/smart/project-unify/supported-data-entities).

    <Frame>
      <img src="https://mintcdn.com/zeotap/nvqTscX2rya8znmd/articles/integrate-customer/Storage/integrate-customer/create-an-airship-real-time-source/create-an-airship-real-time-source-2024-01-10.png?fit=max&auto=format&n=nvqTscX2rya8znmd&q=85&s=dffbb4b5168aa566c5b1e2f541036656" width="3584" height="1810" data-path="articles/integrate-customer/Storage/integrate-customer/create-an-airship-real-time-source/create-an-airship-real-time-source-2024-01-10.png" />
    </Frame>
  </Step>

  <Step>
    Click **CREATE SOURCE**. Upon successful creation, an **API URL** and a write\_key is generated and is available under the **IMPLEMENTATION DETAILS** tab as shown in the image below. The API Key and Write Key are essential for the implementation of this integration.

    <Frame>
      <img src="https://mintcdn.com/zeotap/nvqTscX2rya8znmd/articles/integrate-customer/Storage/integrate-customer/create-an-airship-real-time-data-streaming-source/create-an-airship-real-time-data-streaming-source-2024-01-17.png?fit=max&auto=format&n=nvqTscX2rya8znmd&q=85&s=78b8a396efc352b366473214a3d69696" width="3516" height="1738" data-path="articles/integrate-customer/Storage/integrate-customer/create-an-airship-real-time-data-streaming-source/create-an-airship-real-time-data-streaming-source-2024-01-17.png" />
    </Frame>
  </Step>
</Steps>

<Note>
  **Note:**

  To know more about Airship Real-Time Data Streaming Implementation, refer to [Implement a Airship Real-Time Data Streaming source](/articles/integrate-customer/create-an-airship-real-time-data-streaming-source).
</Note>
