You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

PulsePersonalizationApp

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

PulsePersonalizationApp

The Pulse Personalization App for Episerver provides a simple way to extend Visitor Groups so you can instantly classify your visitors by their lifestyle, demographics, and social interests based on the characteristics of the neighborhood they are coming from. Installed as a Nuget package, the extension creates a criterion for Visitor Group membership that uses the existence of a specific market segment key in the list returned by the Pulse Personalization API. A subscription to the Pulse Personalization API is required. This specific version of the Nuget package comes with a rate limited API key for testing purposes. The app functions by geocoding the IP address of the visitor using the MaxMindGeolocation provider and passing the resulting lat/long coordinate pair to the Pulse API endpoint using the Pulse API Key for authentication. Communication with the Pulse API Endpoint is secured using SSL. No Personally Identifiable Information (PII) is passed to or returned from the Pulse API Endpoint. The Pulse API Endpoint returns a list of market segments that have high scores for the geographic location corresponding to the coordinates passed to the endpoint. Different market segments will be returned based on the datasets included in the subscription associated with the Pulse API Key. In the event there are no datasets with corresponding high scores for any market segments and empty set is returned. In the event the Pulse API endpoint is unavailable, the visitor will not be added to any Pulse Analytics visitor groups. The request for the market segments is performed asynchronously at session start. This means that the visitor will not be added to the Visitor Group(s) in time to personalize the first page load. This is intentional to ensure that the first page load time is not adversely affected. We may add an option to override this behavior in future versions.

1.0.6
nugetNuGet
Version published
Maintainers
1
Created
The README file is missing

Keywords

EPiServerModulePackage

FAQs

Package last updated on 29 Apr 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts