Javascript is disabled in your web browser some of the functions of the site may not work properly, Please enable the javascript to visit fully functional site
Total Ranking points:35
2 It is not working because anything written within curly braces String.Format considers it as argument. So you should use double curly braces like {{ or }} so your code become New Code string.Format("gtag('event', 'conversion', {{'send_to': '{0}/{1}'}});", "aw-xxxx", "xxxx"); Your Previous Code string.Format("gtag('event', 'conversion', {'send_to': '{0}/{1}'});", "aw-xxxx", "xxxx"); Cheers !
1 Asp.Net
1 C#
1 ASP.NET MVC