You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tried to do a bulk user deletion, but found out the API for GA4 works a tiny bit differently, and googleAnalyticsR does not work.
The below patch will make it work by adding an new allowed propertyType parameter to ga_clientid_deletion - and also handles the API response correctly.
Got stuck updating the documentation, so this is a code-only patch.
If you can include this functionality to the package, that would be awesome. Hope my code helps.
Tried to do a bulk user deletion, but found out the API for GA4 works a tiny bit differently, and googleAnalyticsR does not work.
The below patch will make it work by adding an new allowed propertyType parameter to
ga_clientid_deletion
- and also handles the API response correctly.It works on my local machine:
Got stuck updating the documentation, so this is a code-only patch.
If you can include this functionality to the package, that would be awesome. Hope my code helps.
git diff output below:
The text was updated successfully, but these errors were encountered: