adobe / reactor-extension-googledatalayer

Extension for Adobe Experience Platform Tags that enables management of a Google data layer.
https://experienceleague.adobe.com/docs/experience-platform/tags/extensions/adobe/google-data-layer/overview.html
Apache License 2.0
4 stars 5 forks source link

Bug preventing save of data element with "event only" toggle set to false. #21

Closed brobatr closed 2 years ago

brobatr commented 2 years ago

When saving a data element an error is thrown (only visible live, not in sandbox) which prevents saving because a string is submitted to a boolean property.

The workaround is to save with the toggle set to true, set to false, save again.

Fixed in main but added for record keeping