Send event data to Airship
The configuration process for this destination mirrors Segment's setup. We've automatically modified the documentation from third-party sources to show you how to set up this destination with PostHog.
Airship provides an end-to-end solution for capturing value across the entire customer app lifecycle — from acquisition and activation to engagement and loyalty. It starts with Airship’s market-leading app store optimization (ASO) solutions promoting app discovery and downloads. Then the unified journey orchestration, content creation and experimentation solutions kick in. App teams can quickly design, deploy and iterate no-code native app experiences and cross-channel campaigns — bridging inside-the-app experiences with outside-the-app messaging.
Installation
- From the PostHog web app, navigate to Data pipelines, and select the Destinations tab in the catalog.
- Search for Airship and select it.
- Click Configure Airship.
- Select an existing Source to connect to Airship.
- Name the destination and choose between filling in the settings manually or copying from an existing instance.
- Click Create Destination.
- Enter your Access Token and App Key. You can get your access token and app key by going to your Airship project and navigating to Settings > Partner Integrations and selecting PostHog. Following the instructions there will create a Tag Group, Attributes, and provide the Access Token and App Key.
- Select the appropriate data center.
Configuration
Option | Description |
---|---|
Access Token Type: string Required: True | Create in the Airship Go dashboard in Settings->Partner Integrations->Segment |
App Key Type: string Required: True | The App Key identifies the Airship Project to which API requests are made. |
Data Center Type: choice Required: True | US or EU |
Debug Mode Type: boolean Required: False | Will log configuration and request details |
Using our REST API you can create this destination like so:
# Create a new destinationcurl --location 'https://us.i.posthog.com/api/environments/:project_id/hog_functions' \--header 'Content-Type: application/json' \--header 'Authorization: Bearer <POSTHOG_PERSONAL_API_KEY>' \--data '{"type": "destination","name": "Airship","inputs": {"access_token": {"value": ""},"app_key": {"value": ""},"endpoint": {"value": ""}},"enabled": true,"template_id": "segment-actions-airship"}'
FAQ
Is the source code for this destination available?
Yes. The source code is available on GitHub.
Who maintains this?
This is maintained by Segment. If you have issues with it not functioning as intended, please let us know!
What if I have feedback on this destination?
We love feature requests and feedback. Please tell us what you think.
What if my question isn't answered above?
We love answering questions. Ask us anything via our community forum.
Parts of this page are sourced from segmentio/segment-docs under the Creative Commons Attribution 4.0 International License. The content may have been modified according to this code.