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

# Web SDK kurulumu

> JavaScript SDK, service worker kurulumu ve kontrol paneli yapılandırmasıyla web sitenize OneSignal web push bildirimleri ekleyin.

export const SdkReleasesIframe = ({sdkFilter = undefined, viewMode = undefined, height, ...frameProps}) => {
  const baseUrl = 'https://onesignal.github.io/sdk-releases';
  const buildUrl = (theme, sdkFilter, viewMode) => {
    const url = new URL(baseUrl);
    const params = new URLSearchParams();
    if (theme) {
      params.set('theme', theme);
    }
    if (sdkFilter) {
      params.set('sdk', sdkFilter);
    }
    if (viewMode) {
      params.set('viewMode', viewMode);
    }
    if (params.toString()) {
      url.search = params.toString();
    }
    return url.toString();
  };
  const detectTheme = () => {
    if (document.documentElement.classList.contains('dark')) {
      return 'dark';
    }
    return 'light';
  };
  const [theme, setTheme] = useState('light');
  const [iframeSrc, setIframeSrc] = useState(() => {
    const initialTheme = detectTheme();
    return buildUrl(initialTheme, sdkFilter, viewMode);
  });
  useEffect(() => {
    const currentTheme = detectTheme();
    setTheme(currentTheme);
    setIframeSrc(buildUrl(currentTheme, sdkFilter, viewMode));
    const mediaQuery = window.matchMedia('(prefers-color-scheme: dark)');
    const handleThemeChange = () => {
      const newTheme = detectTheme();
      setTheme(newTheme);
      setIframeSrc(buildUrl(newTheme, sdkFilter, viewMode));
    };
    if (mediaQuery.addEventListener) {
      mediaQuery.addEventListener('change', handleThemeChange);
    } else {
      mediaQuery.addListener(handleThemeChange);
    }
    window.addEventListener('storage', handleThemeChange);
    const observer = new MutationObserver(handleThemeChange);
    observer.observe(document.documentElement, {
      attributes: true,
      attributeFilter: ['class', 'data-theme']
    });
    return () => {
      if (mediaQuery.removeEventListener) {
        mediaQuery.removeEventListener('change', handleThemeChange);
      } else {
        mediaQuery.removeListener(handleThemeChange);
      }
      window.removeEventListener('storage', handleThemeChange);
      observer.disconnect();
    };
  }, [sdkFilter, viewMode]);
  const getIframeHeight = () => {
    if (viewMode === 'table') {
      return '450';
    }
    if (viewMode === 'mini') {
      return '170';
    }
    return '800';
  };
  const iframeHeight = height || getIframeHeight();
  return <Frame {...frameProps}>
      <iframe src={iframeSrc} width="100%" height={iframeHeight} frameBorder="0" style={{
    border: "none"
  }} title="SDK Releases" key={iframeSrc} />
    </Frame>;
};

<SdkReleasesIframe sdkFilter="react,vue,vue3,angular,wordpress" viewMode="table" height="380" />

## Genel bakış

Bu kılavuz, kontrol paneli yapılandırmasından SDK kurulumuna kadar sitenize OneSignal web push bildirimleri ekleme sürecinde size yol gösterir. OneSignal, Chrome, Firefox, Edge, Safari ve [diğer büyük tarayıcıları](./web-push-setup-faq) destekler.

***

## Gereksinimler

* HTTPS web sitesi: Web push, HTTP'de veya gizli/özel modlarda çalışmaz.
* Sunucu erişimi: Sitenize bir service worker dosyası yüklemeniz gerekecek.
* Tek origin: Web push, [Same-origin politikasını](https://developer.mozilla.org/en-US/docs/Web/Security/Same-origin_policy) takip eder. Birden fazla origin'iniz varsa (alan adları/alt alan adları), birden fazla OneSignal uygulamasına ihtiyacınız olacaktır (origin başına bir tane). Bu tarayıcı sınırlamasına uymak için şunlardan birini yapabilirsiniz:
  * Abonelikler için trafiği tek bir origin'e yönlendirin.
  * Birden fazla OneSignal uygulaması oluşturun—origin başına bir tane.

<Note>
  Ekibiniz OneSignal ile zaten bir hesap oluşturduysa, uygulamayı kurabilmeniz için [admin rolü olarak davet edilmenizi isteyin](./manage-team-members). Aksi takdirde, başlamak için [onesignal.com](https://onesignal.com)'da ücretsiz bir hesap açın!
</Note>

***

## OneSignal uygulamanızı ve platformunuzu yapılandırın

OneSignal kontrol panelinde:

* **Ayarlar > Push & In-App > Web**'e gidin.

<Frame caption="OneSignal ayarlarınızda web platformunu etkinleştirin">
  <img src="https://mintcdn.com/onesignal/KPVdijCt4_xCbkO8/images/dashboard/web-push-platform-activation.png?fit=max&auto=format&n=KPVdijCt4_xCbkO8&q=85&s=beba7df5d3a4ad5545311951da0f03d2" alt="OneSignal kontrol paneli Ayarlar sayfasında Web platformu etkinleştirmesi" width="1188" height="597" data-path="images/dashboard/web-push-platform-activation.png" />
</Frame>

Entegrasyon türünü seçin:

<Columns cols={3}>
  <Card title="Tipik Site (önerilir)">
    Ek kodlama olmadan istemleri ve ayarları doğrudan OneSignal kontrol panelinden yönetin.
  </Card>

  <Card title="WordPress" href="./wordpress" arrow={true}>
    Resmi eklentimizle WordPress kullanıyorsanız gereklidir.
  </Card>

  <Card title="Özel Kod" href="./web-push-custom-code-setup" arrow={true}>
    İstemler ve SDK yapılandırması üzerinde tam kontrol gerektiren geliştiriciler için.
  </Card>
</Columns>

### Site kurulumu

Site ayrıntılarını ekleyin:

* **Site Adı**: Sitenizin adı ve varsayılan bildirim başlığı.
* **Site URL'si**: Sitenizin URL'si. Daha fazla ayrıntı için [Site URL](#site-url)'sine bakın.
* **Otomatik Yeniden Abone Olma**: Tarayıcı verilerini temizleyen kullanıcıları sitenize döndüklerinde otomatik olarak yeniden abone etmek için bunu etkinleştirin (yeni izin istemi gerekmez)
* **Varsayılan İkon URL'si**: Bildirimlerde ve istemlerde görünen 256x256px kare PNG veya JPG resim yükleyin. Ayarlanmazsa, varsayılan ikon için bir zil kullanırız.

<Frame caption="OneSignal kontrol panelinde web ayarları">
  <img src="https://mintcdn.com/onesignal/uaUYB-ILUGPSRvKB/images/docs/web-push-site-settings.png?fit=max&auto=format&n=uaUYB-ILUGPSRvKB&q=85&s=893a536c16cb4c439bc8fe53892861da" alt="OneSignal web push yapılandırması: site adı, URL ve ikon ayarları" width="2072" height="712" data-path="images/docs/web-push-site-settings.png" />
</Frame>

#### Site URL

Sitenizin tam [origin](https://developer.mozilla.org/en-US/docs/Web/Security/Same-origin_policy)'ini girin, örneğin `https://yourdomain.com`. Siteniz bu şekilde yapılandırılmamışsa `www.` kullanmaktan kaçının.

Birden fazla origin'iniz varsa:

* Tek bir origin'e yönlendirin.
* Veya origin başına bir OneSignal uygulaması kurun.

#### Yerel test

Web SDK'mız localhost ortamlarında test edilebilir. Localhost'ta test yapıyorsanız, üretim uygulamanızdan farklı bir OneSignal uygulaması kurmanızı öneririz.

<Accordion title="Localhost yapılandırması" icon="circle-chevron-down">
  **SITE URL**'yi localhost ortam URL'nizle tam olarak eşleşecek şekilde ayarlayın. Yaygın bir localhost URL'si olmalıdır, örnekler:

  * `http://localhost`
  * `https://localhost:3000`
  * `http://127.0.0.1`
  * `https://127.0.0.1:5000`

  <Note>
    Localhost'unuz HTTP kullanıyorsa, **Test için HTTP localhost'u HTTPS olarak değerlendir**'i seçin.

    Google Chrome, `http://localhost` ve `http://127.0.0.1`'i güvenli origin olarak değerlendirir, HTTP'de bile HTTPS entegrasyonlarına izin verir. Bu nedenle HTTPS localhost'ta diğer standart olmayan origin'leri test edemezsiniz.
  </Note>

  <Frame caption="OneSignal kontrol panelinde yerel test">
    <img src="https://mintcdn.com/onesignal/56ctKxZSV4m5VEkn/images/docs/b7f98cead1dcfb39b8887e66f61bb58649891b3cbfb5a051897391e5d324dc56-Screenshot_2024-10-25_at_1.53.11_PM.png?fit=max&auto=format&n=56ctKxZSV4m5VEkn&q=85&s=c46d81db4be53243526d961eba527b9c" alt="OneSignal localhost yapılandırması: HTTP localhost'u HTTPS olarak değerlendir seçeneği" width="2072" height="712" data-path="images/docs/b7f98cead1dcfb39b8887e66f61bb58649891b3cbfb5a051897391e5d324dc56-Screenshot_2024-10-25_at_1.53.11_PM.png" />
  </Frame>

  #### OneSignal `init` seçeneklerinize `allowLocalhostAsSecureOrigin` ekleyin

  OneSignal'i localhost sitenizde başlatırken, OneSignal `init` seçeneklerinize `allowLocalhostAsSecureOrigin: true,` ekleyin.

  Ek olarak, self-signed sertifika ile HTTPS üzerinde localhost'u test ediyorsanız, Chrome'dan test için geçersiz sertifikaları yok saymasını istemeniz gerekebilir: ` --allow-insecure-localhost`. Firefox ve Safari, güvenlik sertifikaları için istisna eklemeye yönelik yerleşik mekanizmalar sağlar.

  ```html theme={null}
    <script src="https://cdn.onesignal.com/sdks/web/v16/OneSignalSDK.page.js" defer></script>
    <script>
      window.OneSignalDeferred = window.OneSignalDeferred || [];
      OneSignalDeferred.push(function(OneSignal) {
        OneSignal.init({
          appId: "YOUR_OS_APP_ID",
          allowLocalhostAsSecureOrigin: true,
        });
      });
    </script>
  ```
</Accordion>

### İzin istemi

Tipik site kurulumu, siz veya ekip üyelerinizin OneSignal kontrol panelinden istediğiniz zaman izin istemleri eklemesine, kaldırmasına ve güncellemesine olanak tanır.

<Card title="Web izin istemleri" icon="bell" href="./permission-requests" arrow={true}>
  Tarayıcı izin iletişim kutusunun kullanıcılarınıza ne zaman ve nasıl görüneceğini yapılandırın.
</Card>

### Hoş geldin bildirimi (isteğe bağlı)

Kullanıcılar push bildirimlerine abone olduklarında onlara gönderilecek bir hoş geldin bildirimi de ayarlayabilirsiniz.

### Gelişmiş ayarlar

OneSignal kontrol panelinde yapılandırılabilir ek özellikler.

#### Webhook'lar

Web SDK'mız, belirli web push olaylarını seçtiğiniz bir URL'ye `POST` etme yeteneği sağlar.

Web Push Webhook'ları, [Olay Webhook'larından](./event-streams) ayrı bir implementasyondur ve birbirinin yerine kullanılamaz.

<Card title="Web push webhook'ları" icon="webhook" href="./webhooks">
  Web push olaylarını POST istekleri aracılığıyla sunucunuza gönderin.
</Card>

#### Service worker'lar

Web push yapılandırmasının sonraki sayfasında size `OneSignalSDKWorker.js` service worker dosyası sağlanacaktır.

Web SDK'mız varsayılan olarak bu dosyayı sitenizin kök dizininde arar. Service worker dosya konumunu, adını ve/veya kapsamını değiştirmek istiyorsanız, bu ayarları buradan güncelleyebilirsiniz.

* **Service worker dosyalarının yolu**, bu dosyaları koyacağınız dizinin yoludur.
* **Ana ve Güncelleyici service worker dosya adları** sadece `OneSignalSDKWorker.js` olabilir veya bu dosyayı yeniden adlandırmak istiyorsanız. `.js` dosya uzantısı kullanmalıdır.
* **Service worker kayıt kapsamı**, bu dosyanın çalışabileceği sayfalardır. Push bildirimleri için bu önemli değildir ve orijinal olarak service worker dosyasına daha fazla işlevsellik eklemek istediğiniz durumlar için tasarlanmıştır. Bunu konumunuzla aynı yol olarak ayarlamalısınız.

<Frame caption="Service worker yapılandırması">
  <img src="https://mintcdn.com/onesignal/0qspEXXeJ8zJbkJ-/images/docs/862419b594a5a0f7f77b8ed4199cae82d6db5d4d421024f6b553ca5b30e3ea00-Screenshot_2024-10-25_at_2.44.04_PM.png?fit=max&auto=format&n=0qspEXXeJ8zJbkJ-&q=85&s=13f219cd99022bdea5ecbdd2fb6a8f1c" alt="Service worker yolu, dosya adı ve kapsam yapılandırma alanları" width="1214" height="566" data-path="images/docs/862419b594a5a0f7f77b8ed4199cae82d6db5d4d421024f6b553ca5b30e3ea00-Screenshot_2024-10-25_at_2.44.04_PM.png" />
</Frame>

Bu örnekle, dosyanın kodunun `https://yourdomain.com/push/onesignal/OneSignalSDKWorker.js` adresinde herkese açık olarak erişilebilir olduğunu görmelisiniz

<Card title="OneSignal service worker" icon="gear" href="./onesignal-service-worker">
  Gelişmiş service worker yapılandırması, özel entegrasyon ve diğer sağlayıcılardan geçiş.
</Card>

#### Tıklama davranışı

Kullanıcıların bildirime tıkladıklarında ayarladığınız [URL](./links)'ye nasıl gideceklerini kontrol edin.

Kullanıcının siteniz hiçbir sekmede açık değilse, tarayıcı yeni bir sekme açar ve bildirim URL'sine gider. Kullanıcının siteniz zaten açıksa, davranış seçtiğiniz ayara bağlıdır:

| Ayar                            | Eşleşme kriteri                      | Eylem                                        |
| ------------------------------- | ------------------------------------ | -------------------------------------------- |
| **Exact Navigate** (varsayılan) | Tam URL (örn. `example.com/product`) | Eşleşen sekmede bildirim URL'sine gider      |
| **Origin Navigate**             | Origin (örn. `example.com`)          | Eşleşen sekmede bildirim URL'sine gider      |
| **Exact Focus**                 | Tam URL                              | Eşleşen sekmeye odaklanır, sayfayı yenilemez |
| **Origin Focus**                | Origin                               | Eşleşen sekmeye odaklanır, sayfayı yenilemez |

#### Kalıcılık

Varsayılan web push davranışı, Bildirim Merkezi'ne taşınmadan önce yaklaşık 5 saniye boyunca cihazda pop-up olarak görünmeleridir, burada işletim sistemi tarafından kaldırılmadan önce yaklaşık 1 hafta saklanırlar.

Bazı cihazlar ve Chrome ve Edge sürümleri, bildirimleri ekranda daha uzun süre kalıcı hale getirmenize olanak tanır. Bu, bildirimin kullanıcı onunla etkileşime girene kadar ekranda kalacağı anlamına gelir. **Bu kullanıcılarınızı rahatsız edebilir ve önerilmez.** Ayrıca, kalıcılığı etkinleştirirseniz, karakter sayısını azaltarak bildirimlerin abonelere nasıl göründüğünü etkiler ve resimlerin ve düğmelerin nasıl görüntülendiğini etkileyebilir.

Bunları değiştirdiğinizde, yalnızca güncellenmiş ayarlarla siteyi ziyaret eden aboneler için geçerli olurlar. Bu seçeneklerin değiştiğini görmüyorsanız, beklemeniz gerekecektir

#### Safari sertifikası (İsteğe bağlı)

OneSignal, Safari tarayıcılarıyla çalışmak için gerekli sertifikaları ek ücret ödemeden otomatik olarak sağlar. Zaten kendi Safari Web Push Sertifikalarınız varsa, `Safari Web .p12 Push Certificate` ve şifrenizi yüklemek için bu seçeneği açın.

<Frame caption="Safari sertifika yapılandırması">
  <img src="https://mintcdn.com/onesignal/RWtLFPeffHrC81wI/images/docs/a515412b69ecdd249c610e4e833cf3f1169b70b7a25075f5311c27bcc9b8ed10-Screenshot_2024-10-25_at_2.59.27_PM.png?fit=max&auto=format&n=RWtLFPeffHrC81wI&q=85&s=2dc2354ec6ec21a71f090cd63e5a149d" alt="Safari Web Push sertifikası yükleme geçişi ve alanları" width="1208" height="406" data-path="images/docs/a515412b69ecdd249c610e4e833cf3f1169b70b7a25075f5311c27bcc9b8ed10-Screenshot_2024-10-25_at_2.59.27_PM.png" />
</Frame>

***

## Service worker dosyasını yükle

`OneSignalSDKWorker.js` service worker dosyasını sitenize ekleyin. OneSignal kontrol panelinden veya [GitHub'dan](https://github.com/OneSignal/OneSignal-Website-SDK/files/11480764/OneSignalSDK-v16-ServiceWorker.zip) indirin.

<Frame caption="Service worker dosyası yükleme adımı">
  <img src="https://mintcdn.com/onesignal/3zq1PvSaqvUE2bIx/images/docs/30d6d942cb4f6be59443b121ea226f50196995e56cb9e16586031475de66d15f-Screenshot_2024-10-25_at_3.54.04_PM.png?fit=max&auto=format&n=3zq1PvSaqvUE2bIx&q=85&s=f94e408fb2ecbfd3ecefda65e9839dd3" alt="OneSignal service worker dosyası indirme ve kurulum adımı" width="1742" height="416" data-path="images/docs/30d6d942cb4f6be59443b121ea226f50196995e56cb9e16586031475de66d15f-Screenshot_2024-10-25_at_3.54.04_PM.png" />
</Frame>

Bu dosyayı sitenizin kök dizinine veya bir alt dizine koyun. Bir alt dizine koyarsanız, [Gelişmiş ayarlar > Service worker'lar](#service-workers) bölümündeki **Service worker dosyalarının yolunu** ayarlamanız gerekecektir.

Dosya sunucunuzda olduktan sonra, çalıştığından emin olmak için aşağıdakileri kontrol edin:

<Steps>
  <Step title="Konumu doğrula">
    Dosyanın [Gelişmiş ayarlar > Service worker'lar](#service-workers)'da ayarlanan **Service worker dosyalarının yolu** ile aynı konumda olduğundan emin olun. Bu ayarları güncellemediyseniz, dosyayı kök dizininize koymuş olmalısınız. Örneğin:

    * `https://yourdomain.com/OneSignalSDKWorker.js`
    * `https://yourdomain.com/some-subdirectory/OneSignalSDKWorker.js`
  </Step>

  <Step title="Origin'inizde herkese açık olarak erişilebilir olmalı">
    `OneSignalSDKWorker.js` dosyası herkese açık olarak erişilebilir olmalı ve origin'inizde mevcut olmalıdır. CDN aracılığıyla barındırılamaz veya yönlendirme ile farklı bir origin'e yerleştirilemez.

    Dosyanın URL'sini ziyaret ettiğinizde, kodu görmelisiniz.
  </Step>

  <Step title="content-type: application/javascript ile sunulmalı">
    Bu bir javascript dosyasıdır ve bu şekilde sunulmalıdır. text/html content-type'ına sahip olamaz.
  </Step>
</Steps>

<Card title="OneSignal service worker" icon="gear" href="./onesignal-service-worker" arrow={true}>
  Gelişmiş yapılandırma ve diğer web push sağlayıcılarından geçiş.
</Card>

## Sitenize kod ekleyin

Aşağıdaki JavaScript SDK kodu herhangi bir sitede çalışır. Siteniz [Angular](./angular-setup), [React JS](./react-js-setup) veya [Vue JS](./vue-js-setup) ile kurulduysa bu bağlantıları takip edin.

OneSignal'i JavaScript SDK'mızla sitenizde başlatmak için, sağlanan kodu web sitenizin `<head>` etiketlerine kopyalayıp yapıştırın. OneSignal kontrol paneli, [uygulama ID'niz](./keys-and-ids) önceden doldurulmuş aynı kod parçacığını sağlar.

```javascript theme={null}
  <script src="https://cdn.onesignal.com/sdks/web/v16/OneSignalSDK.page.js" defer></script>
  <script>
    window.OneSignalDeferred = window.OneSignalDeferred || [];
    OneSignalDeferred.push(async function(OneSignal) {
      await OneSignal.init({
        appId: "YOUR_ONESIGNAL_APP_ID",
      });
    });
  </script>
```

### iOS web push desteği

Apple, iOS 16.4+ çalıştıran iPhone ve iPad'lerde web push bildirimlerini desteklemeye başladı. Desteklenen bir tarayıcıda ziyaret edildiği sürece web push'un "çalıştığı" Android cihazların aksine, Apple `manifest.json` dosyası ve kullanıcıların sitenizi ana ekranlarına eklemesi gibi birkaç gereksinim daha ekledi.

<Card title="iOS Web Push Kurulumu" icon="apple" href="./web-push-for-ios" arrow={true}>
  Gerekli `manifest.json` dosyasını ekleyin ve kullanıcılara sitenizi ana ekranlarına eklemeleri için rehberlik edin.
</Card>

***

## SSS

### Web push HTTP sitelerinde çalışır mı?

Hayır. Web push HTTPS gerektirir. Tarayıcılar bunu bir güvenlik gereksinimi olarak uygular. Tek istisna, tarayıcıların geliştirme amacıyla güvenli origin olarak değerlendirdiği `localhost` ve `127.0.0.1`'dir.

### Neden service worker dosyasına ihtiyacım var?

Service worker arka planda çalışır ve kullanıcının sitenizi açık olmadığı durumlarda bile gelen push bildirimlerini işler. Olmadan, tarayıcı bildirimleri görüntüleyemez. `OneSignalSDKWorker.js` dosyası origin'inizde herkese açık olarak erişilebilir olmalıdır.

### iOS'ta (iPhone/iPad) web push kullanabilir miyim?

Evet, iOS 16.4+ ile başlayarak. Ancak Apple bir `manifest.json` dosyası gerektirmekte ve kullanıcının önce sitenizi ana ekranına eklemesi gerekmektedir. Tam gereksinimler için [iOS web push kurulumu](./web-push-for-ios)'na bakın.

### Bildirimlerim neden görünmüyor?

Yaygın nedenler arasında yanlış yerleştirilmiş service worker dosyası, kontrol panelinde eşleşmeyen Site URL'si veya kullanıcının tarayıcı ayarlarında bildirimleri engellemiş olması yer alır. Tam sorun giderme kontrol listesi için [Bildirimler gösterilmiyor veya gecikiyor](./notifications-show-successful-but-are-not-being-shown) sayfasına bakın.

***

## Testing the OneSignal SDK integration

This guide helps you verify that your OneSignal SDK integration is working correctly by testing push notifications and subscription registration.

### Check web push subscriptions

<Steps>
  <Step title="Launch your site on a test device.">
    * Use Chrome, Firefox, Edge, or Safari while testing.
    * **Do not use Incognito or private browsing mode.** Users cannot subscribe to push notifications in these modes.
    * The prompts should appear based on your [permission prompts](/docs/en/permission-requests) configuration.
    * Click **Allow** on the native prompt to subscribe to push notifications.

    <Frame caption="Web push native permission prompt">
      <img src="https://mintcdn.com/onesignal/FXJz6yFfOqztaEND/images/push/web-push-native-permission-prompt.png?fit=max&auto=format&n=FXJz6yFfOqztaEND&q=85&s=91c15dd6677de6a0ba37da20449ccca1" alt="Browser native permission prompt asking the user to allow or block notifications" width="1724" height="974" data-path="images/push/web-push-native-permission-prompt.png" />
    </Frame>
  </Step>

  <Step title="Check your OneSignal dashboard">
    * Go to **Audience > Subscriptions**.
    * You should see a new entry with the status **Subscribed**.

    <Frame caption="Dashboard showing subscription with 'Subscribed' status">
      <img src="https://mintcdn.com/onesignal/KPVdijCt4_xCbkO8/images/dashboard/web-push-subscription-status.png?fit=max&auto=format&n=KPVdijCt4_xCbkO8&q=85&s=786e9c5e4131f01fef20d11bebd1a3d0" alt="OneSignal dashboard Subscriptions page showing a web push subscription with Subscribed status" width="1188" height="742" data-path="images/dashboard/web-push-subscription-status.png" />
    </Frame>

    <Check>You have successfully created a [web push subscription](/docs/en/subscriptions).
    Web push subscriptions are created when users first subscribe to push notifications on your site.</Check>
  </Step>
</Steps>

### Set up test users

test users are helpful for testing a push notification before sending a message.

<Steps>
  <Step title="Add to Test Users.">
    In the dashboard, next to the subscription, click the **Options (three dots)** button and select **Add to Test Users**.

    <Frame caption="Adding a device to Test Users">
      <img src="https://mintcdn.com/onesignal/NCUI56Tiw7V-s0dT/images/dashboard/add-to-test-subscriptions.png?fit=max&auto=format&n=NCUI56Tiw7V-s0dT&q=85&s=2455d4cd74ea4ad686f76730cd95bbaa" alt="Options menu on a subscription showing the Add to test users option" width="1188" height="742" data-path="images/dashboard/add-to-test-subscriptions.png" />
    </Frame>
  </Step>

  <Step title="Name your subscription.">
    Name the subscription so you can easily identify your device later in the **test users tab**.
  </Step>

  <Step title="Create a test users segment.">
    Go to **Audience > Segments > New Segment**.
  </Step>

  <Step title="Name the segment.">
    Name the segment `Test Users` (the name is important because it will be used later).
  </Step>

  <Step title="Add the Test Users filter and click Create Segment.">
    <Frame caption="Creating a 'Test Users' segment with the Test Users filter">
      <img src="https://mintcdn.com/onesignal/NCUI56Tiw7V-s0dT/images/dashboard/create-test-users-segment.png?fit=max&auto=format&n=NCUI56Tiw7V-s0dT&q=85&s=91b8a021be6e83662854e68ec3e1da04" alt="Segment editor with Test Users filter selected and the segment named Test Users" width="1188" height="742" data-path="images/dashboard/create-test-users-segment.png" />
    </Frame>

    <Check>You have successfully created a segment of test users.
    You can now test sending messages to this individual device and groups of test users.</Check>
  </Step>
</Steps>

### Send test push via API

<Steps>
  <Step title="Get your App API Key and App ID.">
    In your OneSignal dashboard, go to **Settings > [Keys & IDs](/docs/en/keys-and-ids)**.
  </Step>

  <Step title="Update the provided code.">
    Replace `YOUR_APP_API_KEY` and `YOUR_APP_ID` in the code below with your actual keys. This code uses the `Test Users` segment created earlier.

    ```curl theme={null}
    curl -X POST --url 'https://api.onesignal.com/notifications' \
      --header 'content-type: application/json; charset=utf-8' \
      --header 'authorization: Key YOUR_APP_API_KEY' \
      --data '{
        "app_id": "YOUR_APP_ID",
        "target_channel": "push",
        "name": "Testing basic setup",
        "headings": {
          "en": "👋"
        },
        "contents": {
          "en": "Hello world!"
        },
        "included_segments": [
          "Test Users"
        ],
        "chrome_web_image": "https://avatars.githubusercontent.com/u/11823027?s=200&v=4"
      }'
    ```
  </Step>

  <Step title="Run the code.">
    Run the code in your terminal.
  </Step>

  <Step title="Check images and confirmed receipt.">
    If all setup steps were completed successfully, the test users should receive a notification.

    <Warning>Only Chrome supports images. Images will appear small in the collapsed notification view. Expand the notification to see the full image.</Warning>

    <Frame caption="Expanded push notification with image on Chrome macOS">
      <img src="https://mintcdn.com/onesignal/FXJz6yFfOqztaEND/images/push/web-push-image.png?fit=max&auto=format&n=FXJz6yFfOqztaEND&q=85&s=8dd90279daff9e24d3fd281e73aa1e74" alt="Expanded Chrome push notification on macOS displaying a custom image" width="740" height="896" data-path="images/push/web-push-image.png" />
    </Frame>
  </Step>

  <Step title="Check for confirmed receipt.">
    In your dashboard, go to **Delivery > Sent Messages**, then click the message to view stats. You should see the **confirmed** stat, meaning the device received the push.

    <Note>Safari does not support confirmed receipt.</Note>

    <Card title="Push notification message reports" icon="chart-bar" href="/docs/en/push-notification-message-reports">
      View delivery, click, and conversion stats for your push notifications.
    </Card>
  </Step>
</Steps>

<Check>You have successfully sent a notification via the API to a segment.</Check>

If notifications are not arriving, contact `support@onesignal.com` with the following:

* The API request and response (copy-paste into a `.txt` file)
* Your Subscription ID
* Your website URL with the OneSignal code

***

## User identification

The previous section covered creating web push [Subscriptions](/docs/en/subscriptions). This section expands to identifying [Users](/docs/en/users) across all their subscriptions (including push, email, and SMS) using the OneSignal SDK. It covers External IDs, tags, multi-channel subscriptions, privacy, and event tracking to help you unify and engage users across platforms.

### Assign External ID

Use an External ID to identify users consistently across devices, email addresses, and phone numbers using your backend's user identifier. This ensures your messaging stays unified across channels and 3rd party systems (especially important for [Integrations](/docs/en/integrations)).

Set the External ID with the SDK's [`login` method](/docs/en/web-sdk-reference#login-external-id) each time a user is identified by your app.

<Note>
  OneSignal generates unique read-only IDs for subscriptions (Subscription ID) and users (OneSignal ID).

  As users download your app on different devices, subscribe to your website, and/or provide you email addresses and phone numbers outside of your app, new subscriptions will be created.

  Setting the External ID via the SDK is highly recommended to identify users across all their subscriptions, regardless of how they are created.
</Note>

### Add Tags

[Tags](/docs/en/add-user-data-tags) are key-value pairs of string data you can use to store user properties (like `username`, `role`, or preferences) and events (like `purchase_date`, `game_level`, or user interactions). Tags power advanced [Message Personalization](/docs/en/message-personalization) and [Segmentation](/docs/en/segmentation) allowing for more advanced use cases.

Set tags with the SDK's [`addTag` and `addTags` methods](/docs/en/web-sdk-reference#addtag-%2C-addtags) as events occur in your app.

In this example, the user reached level 6 identifiable by the tag called `current_level` set to a value of `6`.

<Frame caption="A user profile in OneSignal with a tag called &#x22;current_level&#x22; set to &#x22;6&#x22;">
  <img src="https://mintcdn.com/onesignal/4HyuQPBpu-4xjmQC/images/docs/d4674261847231079fecc176ba88065409c90943e3854b9df200457325a0aed4-Screenshot_2025-03-18_at_14.47.25.png?fit=max&auto=format&n=4HyuQPBpu-4xjmQC&q=85&s=91083bf83a4c03ea40d485b23f072259" alt="OneSignal user profile showing a data tag named current_level with value 6" width="1380" height="941" data-path="images/docs/d4674261847231079fecc176ba88065409c90943e3854b9df200457325a0aed4-Screenshot_2025-03-18_at_14.47.25.png" />
</Frame>

You can create a segment of users with a level between 5 and 10, then use that segment to send targeted and personalized messages:

<Frame caption="Segment editor showing a segment targeting users with a current_level value of greater than 4 and less than 10">
  <img src="https://mintcdn.com/onesignal/3zq1PvSaqvUE2bIx/images/docs/300d36b632a6f6d7017780457bbe2610b71767fd0db093c7611e59714dcbda5b-Screenshot_2025-03-18_at_14.49.56.png?fit=max&auto=format&n=3zq1PvSaqvUE2bIx&q=85&s=b84ab0d2c6eedbd6d4e7a2bf15afe103" alt="Segment editor filtering users where current_level is greater than 4 and less than 10" width="1380" height="941" data-path="images/docs/300d36b632a6f6d7017780457bbe2610b71767fd0db093c7611e59714dcbda5b-Screenshot_2025-03-18_at_14.49.56.png" />
</Frame>

<Frame caption="Push notification targeting the Level 5-10 segment with a personalized message">
  <img src="https://mintcdn.com/onesignal/tc0EvmtSSX56SX0c/images/docs/97e09b42d25c6d3f4c7cb0a6fff4dfb8893cbb4b283f7ff1f77977c33113319c-Screenshot_2025-03-18_at_14.55.47.png?fit=max&auto=format&n=tc0EvmtSSX56SX0c&q=85&s=c7839b12057d65a12a4eaddce6e2c11f" alt="Push notification composer targeting the Level 5-10 segment with a personalized message" width="2764" height="2286" data-path="images/docs/97e09b42d25c6d3f4c7cb0a6fff4dfb8893cbb4b283f7ff1f77977c33113319c-Screenshot_2025-03-18_at_14.55.47.png" />
</Frame>

### Add email and/or SMS subscriptions

The OneSignal SDK creates web push subscriptions automatically when users opt in. You can also reach users through email and SMS channels by creating the corresponding subscriptions.

* Use the [`addEmail` method](/docs/en/web-sdk-reference#addemail-%2C-removeemail) to create email subscriptions.
* Use the [`addSms` method](/docs/en/web-sdk-reference#addsms-%2C-removesms) to create SMS subscriptions.

If the email address or phone number already exists in the OneSignal app, the SDK adds it to the existing user. It does not create duplicates.

You can view unified users via **Audience > Users** in the dashboard or with the [View user API](/reference/view-user).

<Frame caption="A user profile with push, email, and SMS subscriptions unified by External ID">
  <img src="https://mintcdn.com/onesignal/56ctKxZSV4m5VEkn/images/docs/b1cf9999d41da6e4ce333e1126612529b85eac47447bb0b434418d082f595acd-Screenshot_2025-03-18_at_14.43.46.png?fit=max&auto=format&n=56ctKxZSV4m5VEkn&q=85&s=7c3885b66e44e097fa0ed7c47f27c911" alt="OneSignal user profile showing push, email, and SMS subscriptions linked by External ID" width="1506" height="848" data-path="images/docs/b1cf9999d41da6e4ce333e1126612529b85eac47447bb0b434418d082f595acd-Screenshot_2025-03-18_at_14.43.46.png" />
</Frame>

<Note>
  Best practices for multi-channel communication

  * Obtain explicit consent before adding email or SMS subscriptions.
  * Explain the benefits of each communication channel to users.
  * Provide channel preferences so users can select which channels they prefer.
</Note>

***

### Privacy & user consent

To control when OneSignal collects user data, use the SDK's consent gating methods:

* [`setConsentRequired(true)`](/docs/en/web-sdk-reference#setconsentrequired): Prevents data collection until consent is given.
* [`setConsentGiven(true)`](/docs/en/web-sdk-reference#setconsentgiven): Enables data collection once consent is granted.

For more on privacy and security:

<Columns cols={2}>
  <Card title="Data collected by the SDK" icon="database" href="/docs/en/data-collected-by-the-onesignal-sdk">
    Review what data the OneSignal SDK collects from users.
  </Card>

  <Card title="Handling personal data" icon="shield-halved" href="/docs/en/handling-personal-data">
    Manage and protect user data in compliance with privacy regulations.
  </Card>
</Columns>

***

## Listen to push, user, and in-app events

Use SDK listeners to react to user actions and state changes.

The SDK provides several event listeners you can hook into. See the [SDK reference guide](/docs/en/web-sdk-reference) for more details.

### Push notification events

* [Click event listener](/docs/en/web-sdk-reference#click): Detect when a notification is tapped.
* [Foreground lifecycle listener](/docs/en/web-sdk-reference#foregroundwilldisplay): Control how notifications behave in foreground.

### User state changes

* [User state change event listener](/docs/en/web-sdk-reference#addeventlistener-user-state): Detect when the External ID is set.
* [Permission observer](/docs/en/web-sdk-reference#permissionchange): Track the user's specific interaction with the native push permission prompt.
* [Push subscription change observer](/docs/en/web-sdk-reference#addeventlistener-push-subscription-changes): Track when the push subscription status changes.

***

## Advanced setup & capabilities

Explore more capabilities to enhance your integration:

<Columns cols={3}>
  <Card title="Migrating to OneSignal" icon="rotate" href="/docs/en/migrating-to-onesignal">
    Move from another push provider to OneSignal.
  </Card>

  <Card title="Integrations" icon="plug" href="/docs/en/integrations">
    Connect OneSignal with third-party tools and platforms.
  </Card>

  <Card title="Action buttons" icon="bell" href="/docs/en/action-buttons">
    Add interactive buttons to push notifications.
  </Card>

  <Card title="Multi-language messaging" icon="globe" href="/docs/en/multi-language-messaging">
    Send localized messages to users in their preferred language.
  </Card>

  <Card title="Identity Verification" icon="shield-check" href="/docs/en/identity-verification">
    Secure your SDK integration with server-side identity verification.
  </Card>

  <Card title="Custom Outcomes" icon="chart-line" href="/docs/en/custom-outcomes">
    Track custom conversion events tied to your messages.
  </Card>
</Columns>

### Web SDK setup & reference

<Columns cols={2}>
  <Card title="Web push setup" icon="gear" href="/docs/en/web-push-setup">
    Enable all key web push features for your integration.
  </Card>

  <Card title="Web SDK reference" icon="code" href="/docs/en/web-sdk-reference">
    Full details on available methods and configuration options.
  </Card>
</Columns>

<Check>Congratulations! You've successfully completed the Web SDK setup guide.</Check>

***

***

<Info>
  Need help?

  Chat with our Support team or email `support@onesignal.com`

  Please include:

  * Details of the issue you're experiencing and steps to reproduce if available
  * Your OneSignal App ID
  * The External ID or Subscription ID if applicable
  * The URL to the message you tested in the OneSignal Dashboard if applicable
  * Any relevant [logs or error messages](/docs/en/capturing-a-debug-log)

  We're happy to help!
</Info>

***
