GM - Interaction Logger
(gmpkg:interactionLoggerLWC)
Documentation
Specification
Property
Type
Description
API Reference
<?xml version="1.0" encoding="UTF-8"?>
<LightningComponentBundle xmlns="http://soap.sforce.com/2006/04/metadata">
<apiVersion>60.0</apiVersion>
<isExposed>true</isExposed>
<masterLabel>GM - Interaction Logger</masterLabel>
<description>GM - Interaction Logger</description>
<targets>
<target>lightning__RecordPage</target>
<target>lightning__AppPage</target>
<target>lightning__HomePage</target>
</targets>
<targetConfigs>
<targetConfig targets="lightning__RecordPage,lightning__AppPage,lightning__HomePage">
<property
name="jsonMessage"
type="String"
label="Message"
description="JSON Message to track. The message should have an eventType, componentType, componentName, componentCode, componentLabel, interactionName, interactionLabel and namespacePrefix "
/>
</targetConfig>
</targetConfigs>
</LightningComponentBundle>LWC Implementation
Last updated
Was this helpful?