Overview
Airship (formerly Urban Airship) is a customer engagement platform specializing in web and mobile push notifications, in-app messaging, and SMS campaigns. Its web scripts register browser push notification permissions, manage service worker installation for notification delivery, and track user engagement with messages across channels.
What This Script Does
Airship's web SDK performs several operations:
- Push notification registration: Prompts the visitor to allow browser push notifications via the Web Push API. If granted, the browser's push subscription endpoint is registered with Airship's servers.
- Service worker installation: Installs a service worker on the visitor's browser that handles incoming push notifications even when the website is not open. The service worker manages notification display, click handling, and engagement tracking.
- Notification tracking: Tracks push notification delivery, display, click, and dismissal events. This engagement data is sent to Airship's analytics platform for campaign performance reporting.
- In-app messaging: Renders in-app message overlays (banners, modals, full-screen messages) triggered by user behavior, segment membership, or campaign scheduling.
- User identification: Associates the push subscription with a user identifier (anonymous or authenticated) to enable targeted messaging based on user segments, behavior, and preferences.
- Cookies/storage: Uses localStorage or cookies to store the push subscription state, user identifier, and message display history.
Consent & Compliance
Airship operates in a mixed marketing/functional consent category. Push notifications can serve functional purposes (order updates, account alerts) but are primarily used for marketing re-engagement campaigns.
Under GDPR and ePrivacy, push notification opt-in involves two consent layers: the browser-level permission prompt and the ePrivacy/GDPR consent for the underlying data processing. The service worker installation and push subscription registration constitute accessing the user's device and require consent. Marketing push campaigns require explicit opt-in under ePrivacy.
Under CCPA/CPRA, the push subscription data and engagement tracking constitute personal information. Marketing push notifications constitute direct marketing that requires opt-out mechanisms.
Should You Block This Without Consent?
Conditional. If Airship is used solely for functional notifications (order status, security alerts), it can load after the user initiates the relevant action. However, for marketing push campaigns, block Airship's web SDK until the user grants marketing consent. The push permission prompt should only appear after marketing consent is obtained — combining the consent banner with a push prompt creates a confusing double-consent experience.
Consent Categories
Also Known As
Industries
Tracked Domains (1)
airship.comMarketingFrequently Asked Questions
Do I need consent to use Airship on my website?
Yes. Airship registers browser push notification subscriptions and installs a service worker for ongoing notification delivery. Push notification permission capture and engagement tracking constitute marketing processing under GDPR and ePrivacy, requiring explicit consent before the Airship SDK initializes.
What does Airship track on my website?
Airship installs a service worker that manages push notification delivery and tracks notification opens and dismissals. The SDK captures browser push subscription endpoints and transmits them to Airship servers. Engagement events — message opens, in-app interactions — are recorded and sent back to Airship for campaign analytics.
How does ConsentStack handle Airship?
ConsentStack classifies Airship as a marketing and functional vendor. Without consent, ConsentStack prevents the Airship SDK from loading, blocking service worker installation and push notification prompts. When marketing consent is granted, the SDK initializes and can request push permission from the visitor.
Related Vendors
Manage consent for Airship
ConsentStack automatically detects and manages Airship trackers so your site stays compliant with global privacy regulations.