Hi, I'm Canan
Oups ...
Never forget impossible is possible
:(
Your PC ran into a problem and needs to restart.
We're just collecting some error info, and then we'll restart for you.
0% complete
For more information about this issue and possible fixes, visit
https://www.windows.com/stopcode
If you call a support person, give them this info:
Stop code: SYSTEM_SERVICE_EXCEPTION
Update from GA3 to GA4
Windows
Steps
- Go to the Google Analytics account
- https://analytics.google.com/analytics/web
- Go to all properties (so site in GA3, old system)
> A message similar to the following will be in a red banner at the top "This property has stopped processing data. To continue measuring the performance of your website, configure a Google Analytics 4 (GA4) property."
- Let yourself be guided by clicking on the “Finish GA4 configuration” button next to the message from the previous point
- Click on the “Create your property” button
- Click on the “Finish GA4 configuration” button
- Click on the “Access your GA4 property” button
> A new entry will be available in the properties
- In the left menu, the "Data flow" subsection will contain the new identifier (c.f.: G-XXXXXXXX) and the new HTML code to put in the tag of the pages to follow (or your head file. html)
<!-- Google tag (gtag.js) -->
- " target="_blank" style="pointer-events: all;">https://www.googletagmanager.com/gtag/js?id=G-XXXXXXXX">
<script>
- window.dataLayer = window.dataLayer || [];
- function gtag(){dataLayer.push(arguments);}
- gtag('js', new Date());
- gtag('config', 'G-XXXXXXXX');
</script>