Telerik.DigitalExperienceCloud.Client 4.2.8

Prefix Reserved
dotnet add package Telerik.DigitalExperienceCloud.Client --version 4.2.8
                    
NuGet\Install-Package Telerik.DigitalExperienceCloud.Client -Version 4.2.8
                    
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="Telerik.DigitalExperienceCloud.Client" Version="4.2.8" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Telerik.DigitalExperienceCloud.Client" Version="4.2.8" />
                    
Directory.Packages.props
<PackageReference Include="Telerik.DigitalExperienceCloud.Client" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Telerik.DigitalExperienceCloud.Client --version 4.2.8
                    
#r "nuget: Telerik.DigitalExperienceCloud.Client, 4.2.8"
                    
#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.
#:package Telerik.DigitalExperienceCloud.Client@4.2.8
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Telerik.DigitalExperienceCloud.Client&version=4.2.8
                    
Install as a Cake Addin
#tool nuget:?package=Telerik.DigitalExperienceCloud.Client&version=4.2.8
                    
Install as a Cake Tool

Telerik.DigitalExperienceCloud.Client

Official REST client for Sitefinity Insight API.

Please review the online documenatition before using this package for first time:

Product Compatible and additional computed target framework versions.
.NET 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 Framework net48 is compatible.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Telerik.DigitalExperienceCloud.Client:

Package Downloads
Telerik.Sitefinity.DigitalExperienceCloudConnector

Progress Sitefinity CMS Insight Connector libraries for linking your website to Progress Sitefinity Insight tracking and analytics.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
4.2.8 12,311 11/5/2025
4.2.3 1,110 8/3/2025
4.1.7 24,338 8/3/2025
4.1.4 2,345 8/5/2025
4.0.6 13,174 8/5/2025
3.4.18 800 8/5/2025
3.4.13 23,552 8/5/2025
3.4.9 777 8/5/2025
3.4.0 6,365 8/5/2025
3.3.17 4,102 8/5/2025
3.3.9 871 8/5/2025
3.3.2 504 8/3/2025
3.3.0 10,476 8/3/2025
3.2.9 496 8/3/2025
3.2.6 534 8/3/2025
3.2.0 507 8/3/2025
3.1.4 516 8/3/2025
3.1.3 507 8/3/2025
3.1.0 516 8/3/2025
2.1.4 501 8/3/2025
Loading failed

Updates:
         - [BREAKING CHANGE] The MatchingOperator has been changed from enum to a static class with string fields. As a result all properties with type MatchingOperator have been migrated to strings.
         - Migrated ABTestClient, AccountsClient, ApiServerPingClient, TouchpointsClient, PersonalizationClient and UserClient to use the new v3 endpoints
         - CampaignsCount and GoalsCount properies of the Datacenter class are now obsolete.
         - AccountId property of the PremiumFeature class is now obsolete.
         - TermsAndCondsState and TermsAndCondsAccptedOn properties of the User class are now obsolete and replaced by the newly introduced TermsAndConditionsState and TermsAndConditionsAcceptedOn properties.