Hi
I have set up 3 custom labels for the same event type (CTA_CLICK) as below, but I cannot see it in Analytics. How can I check them?
CTA1)
eventType: ‘CTA_CLICK’
eventOptions: this.addDefaultEventOptions({ ctaLabel : “AAA” }),
CTA2)
eventType: ‘CTA_CLICK’
eventOptions: this.addDefaultEventOptions({ ctaLabel : “BBB” }),
CTA3)
eventType: ‘CTA_CLICK’
eventOptions: this.addDefaultEventOptions({ ctaLabel : “CCC” })
Thanks,
Hiromi