Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Christopher Cutts 1 post 71 karma points
    Aug 12, 2020 @ 14:49
    Christopher Cutts
    0

    Has anyone implemented Mixpanel on their site? One of our implementation items is a page ID and since we are using a CMS, I'm not sure how to put a unique page ID on each page.

    Thanks for any advice!

  • David Zweben 265 posts 749 karma points
    Aug 12, 2020 @ 18:42
    David Zweben
    0

    Each page already has a unique ID in Umbraco. You can access it from a template by using @Model.Id.

    It would help to know specifics about the integration you're trying to set up, but in general, to integrate Umbraco with Mixpanel, you will probably need to write some sort of API in C# to output data to Mixpanel via JSON. You can read more about creating APIs in Umbraco here.

Please Sign in or register to post replies

Write your reply to:

Draft