Important: Don't send Cxense PV events from screens with Composer
Add the following lines to your Podfile
.
use_frameworks!
pod 'PianoC1X', '~>2.4.0'
import PianoC1X
let configuration = PianoC1XConfiguration(siteId: "<SITE_ID>")
PianoC1X.enable(configuration: configuration)
If integration is enabled, Composer will automatically send PV event to Cxense after execution.
Important: You have to fill in url parameter for Composer:
PianoComposer(aid: ..., endpoint: ...) ... .url("https://example.com") ...