Hi yogita,data layer example :
window.dataLayer= { 'pagename':"indexPage", 'City' : "Mumbai" }
Since you are using data Layer here you can do it like this.Go
to the data element create new -> type JS object -> path you can set
likedataLayer.CityThis will access the value in global
parameters.Regards,Ketan Pardeshi