Register and setup the Analytics module

Register the Analytics module

Before you setup the Analytics module, you must register it in Google Analytics. You must register when you are setting up Analytics for the first time.

Perform the following: 

  1. In Sitefinity CMS backend, navigate to Administration » Settings » Advanced » WebSecurity » RefererValidation.
  2. In Trusted locations input field, enter accounts.google.com.
  3. Log in to your Google Analytics account.
  4. Go to https://code.google.com/apis/console/.
  5. In the toolbar, click CREATE PROJECT.
  6. Choose a name for the project and click Create.
  7. In the toolbar, click on the Notification icon and then click on your newly created project.
  8. In the Google APIs screen, in the APIs section, click Go to APIs overview.
  9. Open the Library tab page.
  10. Under Other, select Google Analytics API.
  11. In the toolbar, click ENABLE.
  12. In the upper-right corner, click Create credentials.
  13. Under Add credentials to your project, click Cancel.
  14. On the top of the screen, expand Create credentials and click OAuth Client ID.
  15. In the upper-right corner, click Configure consent screen.
  16. Select the user type.
    You can select External for testing purposes.
  17. Click Create.
  18. Fill out the required information, such as App name, User support email, and Developer contact information.
    For more information, see Google's documentation about creating the consent screen.
  19. Go back to the Credentials page, expand Create credentials again, and click OAuth client ID.
  20. Select Web application.
  21. Under Authorized JavaScript origins, enter http://<your website>
  22. Under Authorized redirect URIs, enter http://<your website>/Sitefinity/marketing/Analytics
  23. Click Create.
  24. Copy the generated Client ID and the Client secret.

RESULT: You have registered the Analytics module, you can continue to setup the Analytics module in Sitefinity CMS backend.

Set up the Analytics module

PREREQUISITES: Before you setup the Analytics module, you must have added and configured the Google Analytics widget on at least one page, and the module must have already collected some data.

NOTE: When using the Google Analytics widget, the tracking code is always placed inside the <body> section of the page HTML. If you need to have the tracking code placed inside the <head> tag of the page HTML you must use a JavaScript widget and add the code manually. For more information see JavaScript widget | MVCJavaScript widget.

When you open the Analytics module for the first time, you need to configure it to show data for the site you want.

To setup Analytics, perform the following:

  1. Login to Sitefinity CMS and click Marketing » Analytics.
    If you have not used the Analytics module before, the Configure Analytics link appears.
  2. Click Configure Analytics.
  3. Paste the Client ID and Client Secret that you have copied in Register the Analytics module » Step 18.

    NOTE: For specific Client ID and Client Secret, Sitefinity CMS stores only the latest generated refresh token. The reason is Google OAuth 2.0 limitation of 50 refresh tokens per user account. For more information, see Google official documentation about OAuth 2.0 expiration.

  4. Click Login to Google.
  5. Allow the created project to view and manage your Google Analytics data.
  6. In Available accounts, select the view that you have created to track this website.

    NOTE: If you have not set the tracking code, provided by Google Analytics on any page of your website or the page where you have set it has not been requested, Sitefinity CMS cannot find account and your domain in the list of Tracked domains.

  7. In Tracked domains, select the domain of your website.
    If you do not see the domain in the list, you can enter it manually.
  8. Click Save Settings.
    The Google Analytics tracking code appears.
  9. Click Save Settings.

RESULT: You can see website analytics data in the Analytics module.

Increase your Sitefinity skills by signing up for our free trainings. Get Sitefinity-certified at Progress Education Community to boost your credentials.

Web Security for Sitefinity Administrators

The free standalone Web Security lesson teaches administrators how to protect your websites and Sitefinity instance from external threats. Learn to configure HTTPS, SSL, allow lists for trusted sites, and cookie security, among others.

Foundations of Sitefinity ASP.NET Core Development

The free on-demand video course teaches developers how to use Sitefinity .NET Core and leverage its decoupled architecture and new way of coding against the platform.

Was this article helpful?