Hi, our checkout process works as a single page app. After a certrain step and button click I want to fire a transaction through a utag.link() call but it doesnt work. It works fine for other Tags which have the same load rules. The transaction works perfectly fine if i send it with utag.view() so there shouldn't be an issue with the data layer or any other configuration (order id is mapped). For enhanced ecommerce I can use the enh_action variable and mapping so that tealium automatically sends the information. This is what I use for checkout steps for instance where I get an event through the utag.link call. Is there any way to send a transaction to Google Analytics with utag.link without having to configure event category or event action?
... View more