Hi there,
I have a site at https://projectr2.hu/
With phone and email links in the footer. This act as links, and the PPC team asked me to use these conversions for them
***gtag('event', 'kattintas', {***
***'event_category': 'telefon',***
***'event_label': <label>,*** <b><i>*'value': <value>*
*});*</i>
Email címre kattintás:
gtag(‘event’, ‘kattintas’, {
’event_category’: ‘email’,
’event_label’: , ‘value’:
});
So my question is, what is the best way to go about this?