-
Expiration Date for Google.Apis.Analytics.v3?
How about if I phrase it like this:
I’ve been working with a code implementation to read data from UA and have some concerns and questions about its potential performance. The code as it stands is:
[CODE HERE]
The points I’m unsure about are:
1. Given some shifts in technology and updates, is it possible that this code might stop working by July 2023?
2. I’ve already connected my UA to GA4 using the GA4 Setup Assistant in April 2022 and my GA4 has been retrieving metrics from that time onwards. In this context, would the continued connection of my UA to GA4 via the GA4 Setup Assistant be compatible with this code?
3. There’s an option to make an adjustment and use the Google.Apis.AnalyticsReporting.v4 instead. If I decided to use this package instead, could I still make use of the View ID of my UA, even after July 2023?Additionally, I created this prototype (which still requires a View ID), but GA4 doesn’t have a View ID. As a workaround, I used the View ID from my UA (I should also mention that my UA is connected to my GA4). Do you think this kind of implementation would still work when July 2023 comes around or should I consider changing to a different implementation?
Here’s the prototype code:
[PROTOTYPE CODE HERE]
Log in to reply.