DTM: Direct Call Rule - how to set it exactly (example inside)
I have a string on website which is being passed on the download link which looks like:
onmousedown = trackEvent({'rs.web.digitalData.download_name:'<download name>', rs.web.digitalData.page_name:'<page name>,rs.web.digitalData.site_section:'<site section name>',rs.web.digitalData.store:'ds', rs.web.digitalData.page_type:'ds content',rs.web.digitalData.ecSystemId:'WEB',rs.web.digitalData.site:'DesignSpark', rs.web.digitalData.userId:'<customerID>})
What do I need to do exactly to pass these data via Direct Call rule? When one creates a Direct Call rule they need to specify a string. What string would be in this case? What do I need to put inside _satellite.track() method to test it in console?



