PulseEpiserverConnector 1.0.1

Suggested Alternatives

PulsePersonalizationApp

Additional Details

This package is legacy and is no longer maintained. Please use the new PulsePersonalizationApp package.

dotnet add package PulseEpiserverConnector --version 1.0.1
NuGet\Install-Package PulseEpiserverConnector -Version 1.0.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="PulseEpiserverConnector" Version="1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add PulseEpiserverConnector --version 1.0.1
#r "nuget: PulseEpiserverConnector, 1.0.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install PulseEpiserverConnector as a Cake Addin
#addin nuget:?package=PulseEpiserverConnector&version=1.0.1

// Install PulseEpiserverConnector as a Cake Tool
#tool nuget:?package=PulseEpiserverConnector&version=1.0.1

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.

Product Compatible and additional computed target framework versions.
.NET Framework net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.1 777 3/17/2020
1.0.0 473 3/9/2020

Version 1.0.1
     -Now it's possible to register and get the API key quicker. Go to Admin Panel > Admin > Tools > Pulse Episerver Connector and register to start using right away.
     -Security fixes