Learn business growth with Google Analytics 4 › Forums › Google Analytics 4 › Updating a Web Stream's URL with the updateMask › Reply To: Updating a Web Stream's URL with the updateMask
-
Hey Patricia!
How about trying to specify updateMask as a query parameter? Here are a couple of ways to do so:
– [Option 1: Using web_stream_data.default_uri](https://developers.google.com/analytics/devguides/config/admin/v1/rest/v1beta/properties.dataStreams/patch?updateMask=web_stream_data.default_uri)
– [Option 2: Using webStreamData.defaultUri](https://developers.google.com/analytics/devguides/config/admin/v1/rest/v1beta/properties.dataStreams/patch?updateMask=webStreamData.defaultUri)Give either of these a go and let’s see how it turns out!