Status Update
Comments
ke...@google.com <ke...@google.com> #2
da...@gmail.com <da...@gmail.com> #3
Thanks for filing this.
This is working as intended, since Card in your case have bigger elevation than a TopAppBar.
As you place it in a Column { TopAppBar; ListOfCards }, cards are drawn after the top app bar, and overlap its shadow.
You either need to switch to the Box and compose the TopAppBar after the list of cards Or use Scaffold that handles this order for you Or use Modifier.zIndex (not recommended) to have higher Z index in the top app bar than in the card.
ke...@google.com <ke...@google.com> #4
This behaviour is also happening when using views without elevation, like a Box.
ke...@google.com <ke...@google.com> #5
@davedunnonline@gmail.com - I've confirmed with our team that the IP override is currently not supported in the new API. I've raised a FR instead so we can consider adding it in the future. I've also shared the additional details that you've provided. You may join the Google Analytics API notify group (
Regards,
Kevin Soriano, Analytics API Team
lu...@gmail.com <lu...@gmail.com> #6
ke...@google.com <ke...@google.com> #7
Hi,
I don't have any updates yet regarding this FR. Please join the
Regards, Kevin Soriano, Analytics API Team
wi...@gmail.com <wi...@gmail.com> #8
After 1 year, it is possible to forward the IP of the end client to the endpoint ?
ke...@google.com <ke...@google.com> #9
Hello,
Overriding the IP address using GA4 Measurement Protocol is currently not possible. I'm afraid that we're unable to provide an update regarding the status of this FR. Please join the
Regards,
Kevin Soriano, Analytics API Team
mi...@gmail.com <mi...@gmail.com> #10
ke...@google.com <ke...@google.com> #11
Hello,
It is still not possible to send IP in Measurement Protocol in Google Analytics 4. There's already an existing feature request on this. Please follow the
You can try passing your location data using custom params or user properties, and see if it addresses your concern.
Regards,
Kevin Soriano, Google Analytics API team
ja...@gmail.com <ja...@gmail.com> #12
ke...@google.com <ke...@google.com> #13
Hi,
Thank you for sharing your feedback. We'll add it in the existing feature request. Please follow the
Regards,
Kevin Soriano, Google Analytics API Team
Description
If you have an issue with the Google Analytics UI or product, use the “Send Feedback” action under the ⋮ menu on
The best place to ask questions about using and developing with Google Analytics APIs, libraries, and SDKs is on Stack Overflow. Make sure to use the “google-analytics” or “google-analytics-api” tags.
This is the place to report bugs or feature requests with the Google Analytics API. If that does not describe your use case, please review the other resources available here:
------------ ✂ ------------
Summary: Currently GA4 Measurement Protocol implicitly resolves the IP from the request. It would be nice if the payload also allowed the IP to be set, so that we could forward it from the end client via GTM Server Side.
Use Cases:
We are using GA4 Measurement Protocol thru GTM Server Side. All works great except the one thing we are missing is being able to forward the end-client's IP to the Analytics endpoint via GTM Server Side.
This is because Measurement protocol implicitly resolves the IP from the request, which is always going to be our server.
It would be nice if the payload also allowed the IP to be set, so that we could forward it from the client to the Analytics endpoint properly.
Issue is similar to issue that was for Measurement protocol V1