I am using this following code to actually log event into flurry but on the first line it is showing me that illegal character in javascript.
var myparameters = {};
myparameters['medium'] = '/appstore';
FlurryAgent.logEvent('_trackPageview', myparameters);
I have double checked my code and i didn't saw any illegal character in it. Can anyone let me know what i am doing wrong in it ?
Any sort of help will be appreciable.