Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save BjornFridal/4d8f07cffd7cf8fa7cd0818fb03bae72 to your computer and use it in GitHub Desktop.
Save BjornFridal/4d8f07cffd7cf8fa7cd0818fb03bae72 to your computer and use it in GitHub Desktop.
Use it in a controller with the Conversion API and in a view with the Facebook Pixel. Since the HttpContext is the same the generated eventId will also be the same in the frontend and backend.
@{
var eventId = System.Web.HttpContext.Current.Timestamp.Ticks + "." + HttpContext.Current.Session.SessionID;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment