GainsightPX 1.3.14
dotnet add package GainsightPX --version 1.3.14
NuGet\Install-Package GainsightPX -Version 1.3.14
<PackageReference Include="GainsightPX" Version="1.3.14" />
<PackageVersion Include="GainsightPX" Version="1.3.14" />
<PackageReference Include="GainsightPX" />
paket add GainsightPX --version 1.3.14
#r "nuget: GainsightPX, 1.3.14"
#:package GainsightPX@1.3.14
#addin nuget:?package=GainsightPX&version=1.3.14
#tool nuget:?package=GainsightPX&version=1.3.14
GainsightPX.NET
Gainsight.NET is a .NET / C# client for GainsightPX.
GainsightPX helps you measure your users, product, and business. It unlocks insights into your app's funnel, core business metrics, and whether you have product-market fit.
UI Platforms
There are also libraries to support UI Platforms:
How to get started
Initialize
Create an instance of the Gainsight.Client
with your API key and Configuration to start sending events data.
Config config = new Config(host: "https://esp-dev.aptrinsic.com");
Gainsight.Initialize(_gainsightPxProductKey, config);
You should save the config.VisitorId
for next initialization you perform to keep together all events related to that user.
Identify
Identify the user with information you know of.
Gainsight.Client.Identify(
new User("IdentifyId") {
Email = "user@email.com",
FirstName = "User",
AccountId = "account" },
new Account("account") {
Name = "GainsightPX",
WebSite = "https://www.gainsight.com/"
});
Custom Events
Send custom events with information on what happened on your app.
Gainsight.Client.Custom("Item Sold", new Dictionary<string, object> {
{ "title", "Software" },
{ "name", "PX" },
{ "users", 9000 },
{ "purchased", new DateTime(2002, 7, 7, 9, 30, 50) }
});
Global Context
Set up information for all events regarding the state the state of your app, you user or anything else needed.
Gainsight.Client.Context = new Dict
{
{ "boolParameter", true },
{ "lang", "EN" },
{ "num", 10 },
{ "releasedate", new DateTime(2020, 02, 02, 7, 30, 40) }
};
Dependencies
For all versions:
- Newtonsoft.Json - 13.0.2v
- For netstandard1.3:
- System.Threading.Thread - 4.3.0v
- System.Text.RegularExpressions - 4.3.1v
- For net35:
- AsyncBridge.Net35 - 0.2.0v
- jnm2.ReferenceAssemblies.net35 - 1.0.0v
- For net45:
- System.Net.Http - 4.3.4v
- Microsoft.NETFramework.ReferenceAssemblies - 1.0.0v
- For net461:
- System.Net.Http - 4.3.4v
- Microsoft.NETFramework.ReferenceAssemblies - 1.0.0v
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
.NET Core | netcoreapp1.0 was computed. netcoreapp1.1 was computed. netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 is compatible. |
.NET Standard | netstandard1.3 is compatible. netstandard1.4 was computed. netstandard1.5 was computed. netstandard1.6 was computed. netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 is compatible. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 is compatible. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen30 was computed. tizen40 was computed. tizen60 was computed. |
Universal Windows Platform | uap was computed. uap10.0 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETCoreApp 3.1
- Newtonsoft.Json (>= 13.0.2)
-
.NETFramework 4.5
- Newtonsoft.Json (>= 13.0.2)
- System.Net.Http (>= 4.3.4)
-
.NETFramework 4.6.1
- Newtonsoft.Json (>= 13.0.2)
- System.IO.FileSystem (>= 4.3.0)
- System.Net.Http (>= 4.3.4)
-
.NETFramework 4.7.2
- Newtonsoft.Json (>= 13.0.2)
- System.IO.FileSystem (>= 4.3.0)
- System.Net.Http (>= 4.3.4)
-
.NETStandard 1.3
- NETStandard.Library (>= 1.6.1)
- Newtonsoft.Json (>= 13.0.2)
- System.IO.FileSystem (>= 4.3.0)
- System.Text.RegularExpressions (>= 4.3.1)
- System.Threading.Thread (>= 4.3.0)
-
.NETStandard 2.0
- Newtonsoft.Json (>= 13.0.2)
- System.IO.FileSystem (>= 4.3.0)
-
net6.0
- Newtonsoft.Json (>= 13.0.2)
-
net7.0
- Newtonsoft.Json (>= 13.0.2)
-
net8.0
- Newtonsoft.Json (>= 13.0.2)
-
net9.0
- Newtonsoft.Json (>= 13.0.2)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on GainsightPX:
Package | Downloads |
---|---|
GainsightPX.WPF
UI support for engagements on Gainsight |
|
GainsightPX.WinForms
UI support for engagements on Gainsight |
GitHub repositories
This package is not used by any popular GitHub repositories.