How can I get CTA's custom labels to be recorded in the Analytics?

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

Sorry I could find it in the Report Builder.
image

@Hiromi_Takano That’s correct - Click Label is the dimension you want to use.

Mike