Hi @danaluhova Apologies for the late reply. You can create a rule that
contains custom code and then create the data elements for the same.
Corresponding evars and events should be created.
console.group(event.$rule.name);console.log(event);
console.group('Metric ID: ' + _satellite.getVar('Web Vitals ID',
event));console.log('Metric name: ' + _satellite.getVar('Web Vitals full
name', event) + ' (' + _satellite.getVar('Web Vitals name', event) +
')');console.log('Metric value: ' + _satellite.get...