"You should avoid this app" when trying to connect Google Analytics to our app

Viewed 73

We are receiving this popup (in multiple browsers, not just Chrome) when our users are trying to connect Google Analytics from inside of our web application. Previously, the user could hit Advanced and just acknowledge the popup and move on, but that isn't possible any longer. If you've received this popup, how did you get around it?

This is an Angular 1.7 app on the client-side and a C# web API on the back-end.

enter image description here

1 Answers

You can get your app Google Verified, that's the absolute best way to solve it.

You can try adding one of the users (yourself, or someone you can trust?) to the API IAM with the role of "Editor" which should allow that person to access it at least.

Related