profiles_enriching_kpis
Creates, updates, deletes, gets or lists a profiles_enriching_kpis
resource.
Overview
Name | profiles_enriching_kpis |
Type | Resource |
Id | azure_extras.customer_insights.profiles_enriching_kpis |
Fields
SELECT
not supported for this resource, use SHOW METHODS
to view available operations for the resource.
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | hubName, profileName, resourceGroupName, subscriptionId | 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
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 }}';