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
on browser console?
Sebastian
Hi Sebastian -- tx for the quick reply .. No JS errors at all. Assume this is supposed to appear on custom user actions?
Cheers
As I understand, regular user actions from this application are visible without any issue?
Sebastian
Hi I did check on the console... no errors.... tx
Yes... other actions are visible tx
Sebastian
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
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
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
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
tx! WIl try
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?
Featured Posts