Hi Steve Thanks so much for your time and help. I have got launched the utag view and debug the object a values. I have not enought clear how to access to this data from a Javascript extension and fire a cutom UA event. In the example from the second article use a condition to fire the event in the begining of the code: Code on Page: (working and debugged with objet a values passed) utag.view({ variable1:'value_variable1', variable2:'value_variable2', variable3:'valule_variable3' }); After that in a Javascript extension: Not know how control the event firing. Neither how to use the variables on the javascript. In pseudo code I had whised something like this: if(typeof(a) != 'undefined'){ //virtual page for funnel reports: ga('set', 'page', variable1+':'+variable2); //Aditional Events por events reports and configure goals: ga('send', 'event', 'Category_Namex', variable1, variable2, variable3+document.URL); }); Thanks for helping regards pedro
... View more