➕Track Visitor with your Frontman
This section details how to integrate tracking tools to monitor user behavior within your Frontman application.
Last updated
This section details how to integrate tracking tools to monitor user behavior within your Frontman application.
Last updated
Google Analytics:
Obtain Tracking ID:
Log in to your Google Analytics account. https://analytics.google.com/analytics/attribution/onboarding?model=LAST_INTERACTION
Navigate to the Admin section.
Select the desired account and property.
Locate the "Tracking ID" under "Property Settings." It typically follows the format "UA-XXXXX-Y" or "UA-XXXXX-YY."
Implement Tracking Code:
In your GitBook documentation for Frontman development, provide code snippets or instructions on how to integrate the obtained Google Analytics tracking code into your application. This may involve adding the code to a central layout file or using a dedicated analytics library.
Facebook Pixel:
Obtain Pixel ID: (Instructions depend on Facebook Business Manager setup)
Log in to your Facebook Business Manager account (if applicable).
Navigate to the "Events Manager" section.
Locate your desired pixel and copy the associated Pixel ID.
Implement Pixel Code:
Similar to Google Analytics, provide instructions on integrating the Facebook Pixel code within your Frontman application's codebase. This might involve adding the code to relevant pages or using a Facebook Pixel library.
Note: These instructions serve as a general guide. Specific implementation details may vary depending on your chosen development framework and preferred integration method.
Google Analytics
Facebook Pixel
A Google Analytics account
A Facebook Business Manager account
Google Analytics Documentation: https://support.google.com/analytics/?hl=en
Facebook Pixel Documentation: https://developers.facebook.com/docs/meta-pixel/
By following these steps and leveraging the power of analytics tools, you can gain valuable insights into how users interact with your Frontman application and make data-driven decisions to improve its functionality and user experience.