Skip to main content

profiles_enriching_kpis

Creates, updates, deletes, gets or lists a profiles_enriching_kpis resource.

Overview

Nameprofiles_enriching_kpis
TypeResource
Idazure_extras.customer_insights.profiles_enriching_kpis

Fields

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

NameAccessible byRequired ParamsDescription
getSELECThubName, profileName, resourceGroupName, subscriptionIdGets the KPIs that enrich the profile Type identified by the supplied name. Enrichment happens through participants of the Interaction on an Interaction KPI and through Relationships for Profile KPIs.

SELECT examples

Gets the KPIs that enrich the profile Type identified by the supplied name. Enrichment happens through participants of the Interaction on an Interaction KPI and through Relationships for Profile KPIs.

SELECT

FROM azure_extras.customer_insights.profiles_enriching_kpis
WHERE hubName = '{{ hubName }}'
AND profileName = '{{ profileName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';