google / google-analytics-utilities

Apache License 2.0
204 stars 30 forks source link

Updating Data Streams returns error #11

Closed mattia-gastaldello-bounteous closed 1 year ago

mattia-gastaldello-bounteous commented 1 year ago

The payload builder references the wrong entities when updating the Data Streams.

In the new_analytics/modifyGA4Entities.gs file. the buildUpdatePayload function needs to be updated on row 305, 309, 313 changing the index to 7, 8 and 9 respectively

b-kuehn commented 1 year ago

Fixed