This one is pretty simple but useful! Your GTM variable is split by a set number and output this.
This macro can come in handy when you need to split a conversion value or any other number.
// Input example: 10
// Output example: 5
function () {
return {{var_value}} / 2;
}
Isn’t this the macro you were looking for? Check-out related macro’s below or request one.