sami hussain

Total Ranking points:35

Top Answers

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 !

Top Tags Used

1 Asp.Net

1 C#

1 ASP.NET MVC