08 Aug 2019 01:52 PM
Hi,
I'm trying to use dtrum.enterAction. I know it's getting executed. (Basically I want to send:
dtrum.enterAction('change page', 'new page name' null, 'info')
But I can't see any thing when I select the application. Is this supposed to appear under user actions? Somewhere else? And is the format correct?
Many thanks,
James
08 Aug 2019 02:31 PM
on browser console?
Sebastian
08 Aug 2019 03:46 PM
Hi Sebastian -- tx for the quick reply .. No JS errors at all. Assume this is supposed to appear on custom user actions?
Cheers
08 Aug 2019 06:54 PM
As I understand, regular user actions from this application are visible without any issue?
Sebastian
08 Aug 2019 04:28 PM
Hi I did check on the console... no errors.... tx
08 Aug 2019 06:58 PM
Yes... other actions are visible tx
08 Aug 2019 07:08 PM
Sebastian
09 Aug 2019 04:06 PM
HI,
Tried everything I can think of.. Tried identifyUser as well.. nothing seems to reach my dashboard. Checked the network traffic as per the troubleshooting guide.. all looks fine.
Current code: Fired in response to a click on a href
dtrum.identifyUser('jamesskyoung')
dtrum.enterAction('act-change-page', 'change', null, '/mygreatnewpage');
Cheers,
James
09 Aug 2019 04:57 PM
Do not put url on last statement of this action, leave there info. It should be part of user action name, there spacecraft are allowed
09 Aug 2019 06:44 PM
How about an example?
Just provide me with the syntax.. I just want to enter an action of change of page.. to 'this' url
WIll this work?
dtrum.enterAction('/mygreatnewpage', 'change', null, 'info');
Thanks,
James
09 Aug 2019 07:04 PM
Should, try it but as action name you can put "Change page /mygreatnewpage", it would be easier to find it later. If this will not work for you I'll try some tests on my systems during weekend.
Sebastian
09 Aug 2019 04:07 PM
I see the actions being fired via the network tab though... and as stated.. inspected them. Is there anything else I need to do to receive these actions?