Override last touch channel value - CJA
Is there a way to configure override last touch value in CJA similar to that of adobe analytics ?
How does the last touch channel attribution work for below use case?
Marketing channel derived field:
- if utm source equals “email” then “email”
- if referrer contains “facebook/instagram” then “social”
- if referrer contains “abc.com” then “Internal”
- otherwise set value to “direct”
use case: new user visit home page website via email(utm_source) -> user navigates to product page -> add to cart page -> checkout page(purchase)
What would be the last channel attribution for the purchase? Email? Direct?