The following article lists Insight .NET SDK miscellaneous clients, along with their constructors and methods.
You use the ABTestClient class to manage your A/B tests. For more information, see .NET SDK data types.
public ABTestClient(IAccessToken token, string datacenterKey)
NOTE: If you are using .NET SDK 3.1.8 or older, in addition to the above constructor, you will also have the following constructor: public ABTestClient(IAccessToken token, string serverAddress, string datacenterKey). For later versions of the .NET SDK, this constructor is obsolete and you must replace it with public ABTestClient(IAccessToken token, string datacenterKey). For more information, see Capture server side data with .NET SDK.
public ABTestClient(IAccessToken token, string serverAddress, string datacenterKey)
public Task<ABTest> UpdateStatus(Guid abTestId, ABTestBusinessStatus newBusinessStatus, DateTime? startDate, DateTime? stopDate)
public Task<IEnumerable<ABTestCompatibleDecGoal>> GetCompatibleDecGoals()
You use this class to get information about accounts where you have access and their data centers.
For more information, see Reference: .NET SDK data types.
public AccountClient(IAccessToken accessToken)
NOTE: If you are using .NET SDK 3.1.8 or older, in addition to the above constructor, you will also have the following constructor: public AccountClient(IAccessToken token, string serverAddress, string datacenterKey). For later versions of the .NET SDK, this constructor is obsolete and you must replace it with public AccountClient(IAccessToken token, string datacenterKey). For more information, see Capture server side data with .NET SDK.
public AccountClient(IAccessToken token, string serverAddress, string datacenterKey)
public AccountClient(IAccessToken token, string datacenterKey)
public Task<IEnumerable<Datacenter>> GetDatacenters(Guid accountId, LoadOptions loadOptions)
public Task<IEnumerable<Account>> GetMyAccounts(LoadOptions loadOptions)
You use the ConversionClient class to manage conversions and recommendation.
ConversionClient
public ConversionClient(IAccessToken token, string datacenterKey)
NOTE: If you are using .NET SDK 3.1.8 or older, in addition to the above constructor, you will also have the following constructor: public ConversionClient(IAccessToken token, string serverAddress, string datacenterKey). For later versions of the .NET SDK, this constructor is obsolete and you must replace it with public ConversionClient(IAccessToken token, string datacenterKey). For more information, see Capture server side data with .NET SDK.
public ConversionClient(IAccessToken token, string serverAddress, string datacenterKey)
public Task<RecommendationsCount> CountRecommendations(LoadOptions loadOptions)
public Task<IEnumerable<GoalRecommendation>> GetAllRecommendations(LoadOptions loadOptions)
public Task<GoalRecommendation> GetRecommendationById(int id)
You use TouchpointsClients class to create and manage touchpoints, such as perform CRUD operations for touchpoints data, get attributes, create or get content touchpoints from Sitefinity CMS. For more information, see .NET SDK data types.
TouchpointsClients
public TouchpointsClient(IAccessToken token, string datacenterKey)
TouchpointsClient
public Task<Touchpoint> CreateContentTouchpoint(ContentTouchpointDefinition contentTouchpointDefinition)
public Task<CollectionResponse<TouchpointAttribution>> GetAttributions(LoadOptions loadOptions)
public Task<CollectionResponse<Touchpoint>> GetContentTouchpoints()
public Task<CollectionResponse<Touchpoint>> GetContentTouchpoints(ContentTouchpointDefinition contentTouchpointDefinition)
To submit feedback, please update your cookie settings and allow the usage of Functional cookies.
Your feedback about this content is important