build 2016 - p512 - user segmentation and targeted push notifications for uwp apps

9
#Build2016 User Segmentation and Targeted Push Notifications for UWP apps Yamil Hernandez Saa Sr Program Manager, Windows Dev Center

Upload: windows-developer

Post on 13-Jan-2017

206 views

Category:

Technology


0 download

TRANSCRIPT

Page 1: Build 2016 - P512 - User Segmentation and Targeted Push Notifications for UWP Apps

#Build2016

User Segmentation and Targeted Push Notifications for UWP appsYamil Hernandez SaaSr Program Manager, Windows Dev Center

Page 2: Build 2016 - P512 - User Segmentation and Targeted Push Notifications for UWP Apps

Common ScenariosAsk engaged users to rate your app

Cross-promote your apps to boost user acquisition

Promote your sales to boost user engagement

Page 3: Build 2016 - P512 - User Segmentation and Targeted Push Notifications for UWP Apps

How does it work?

3.Measure impact

Time

Engagement Metrics

90% delivery rate

2.Targeted notifications

1. Segment your user base

\

Usage

Reve

nue

Demographic

Page 4: Build 2016 - P512 - User Segmentation and Targeted Push Notifications for UWP Apps

What about coding?Register a notification channel using the Microsoft Store Engagement SDK

public App(){ … //Register the notification channel with Dev Center RegisterEngagementNotificationChannel();}

private async void RegisterEngagementNotificationChannel(){ await EngagementClient.RegisterNotificationChannelAsync();}

Easy to integrate

Page 5: Build 2016 - P512 - User Segmentation and Targeted Push Notifications for UWP Apps

Demo: Sending notifications to segments of usersYamil Hernandez Saa

Page 6: Build 2016 - P512 - User Segmentation and Targeted Push Notifications for UWP Apps

Best PracticesDon’t spam or be intrusiveMake sure you share relevant information, at the right time and with the right audience

Be data-drivenLearn from the data and improve segments and messages to get better results

Page 7: Build 2016 - P512 - User Segmentation and Targeted Push Notifications for UWP Apps

Key TakeawaysEasy to integrateAdd a reference to Store Engagement SDK and register the notification channel

Easy to useSimple Dev Center UI to create segments and notifications

Easy to extendEasy to extend with custom in-app functionality

Page 8: Build 2016 - P512 - User Segmentation and Targeted Push Notifications for UWP Apps

• Click on Push Notifications in Windows Dev Center to get started.

• Download the Microsoft Store Engagement SDK: http://aka.ms/store-em-sdk

• Re-visit Build on Channel 9.• Continue your education at

Microsoft Virtual Academy online.

Call to Action

Page 9: Build 2016 - P512 - User Segmentation and Targeted Push Notifications for UWP Apps

© 2016 Microsoft Corporation. All rights reserved.