Altamash Shaikh
Altamash Shaikh
@tsteur can you share your view on making the goal revenue field dynamic ?
@snake14 The reason for adding a `Migrator` is due to this new field showing all the tags referencing the `MatomoTag` as changed correct ?
@tsteur is it okay to add a Migrator like this ? Or is it okay we do not migrate anything and let us show all such tags as changed ?
@tsteur Removing this line will result in variable name to be not encoded Example with encoding Name: Matomo Configuration (1) Encoded Name in request: Matomo%20Configuration%20(1) Example with encoding line removed...
Nope unable to reproduce this
@ulcuber Does this code works for you ? ``` function () { if ({{ClickElement}}) { return {{ClickElement}}.getAttribute('class'); } else { return "111"; } }; ```
@ulcuber Ill try to check in couple of days if I can help here in someway
@christiankaindl `window._mtm.push({'event': 'client-side-navigation'});` works for me  
@christiankaindl Thats a Heartbeat ping request. I can see `window._mtm.push({ event: 'mtm.PageView' })` is not working for you..can you try with `window._mtm.push({'event': 'client-side-navigation'});` for now? I will try to find...
@peterbo This is ought to happen with the current change. Currently we check if the object has value(not checking if its empty or null) and set the CustomDimension, earlier we...