utag.link and utag.view should both work, however, all you're doing in that code is passing it to Tealium. What you need to do: 1. In the Tealium UI, add these to the Data Layer section. 2. In extensions, you can create an extension (scoped to your GA tag) that will take those variables and format it however you want. - You can use the "Join Data Values" extension. Just be sure that whatever variable you join the values into is defined in the data layer and mapped in the Tag. See #3 3. In your GA tag, make sure you have the correct mappings. For example, this is where you tell Tealium to take the variable "product_impression_brand" from the Tealium data layer and map it to GA's "page_title" variable.
... View more