Charles Farina's Blog - Google Analytics and Google Tag Manager Advice
Fri Jun 25 2021 04:20:38 GMT+0000 (Coordinated Universal Time)
Saved by
@admariner
CASE
WHEN REGEXP_MATCH (Shopping Stage, “ALL_VISITS”) THEN “1) All Sessions”
WHEN REGEXP_MATCH (Shopping Stage, “CHECKOUT”) THEN “4) Sessions with Check-Out”
WHEN REGEXP_MATCH (Shopping Stage, “ADD_TO_CART”) THEN “3) Sessions with Add to Cart”
WHEN REGEXP_MATCH (Shopping Stage, “TRANSACTION”) THEN “5) Sessions with Transactions”
WHEN REGEXP_MATCH (Shopping Stage, “PRODUCT_VIEW”) THEN “2) Sessions with Product Views”
END
content_copyCOPY
https://www.charlesfarina.com/
Comments