Altamash Shaikh

Results 83 comments of 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...

@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 ![Screenshot from 2022-09-05 12-48-19](https://user-images.githubusercontent.com/14902277/188390955-a3450832-9e7d-4c23-bd20-25422882eea5.png) ![Screenshot from 2022-09-05 12-48-42](https://user-images.githubusercontent.com/14902277/188390949-25ec2cd1-547f-484d-8976-1bd506021cf4.png)

@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...