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
When setting section value with string section value (cmpApi.setSectionString(sectionName, sectionValue)), gppString is unchanged in PingData object.
Here's the reproducible case where you can see that after setting the UspV1 section value, the gppString in the PingData of the event is still set to "DBAA":
This happens because the "dirty" boolean flag inside gppModel is not set to true when this method is used (only when fields are updated). I think the case above should be supported. Changes to sections via setSectionString should be reflected in gppString in PingData.
The text was updated successfully, but these errors were encountered:
nejcsever
changed the title
Value gppString in PIngData is not updated when section is set to cmpApi.
Value gppString in PingData is not updated when section is set to cmpApi.
Sep 8, 2023
When setting section value with string section value (
cmpApi.setSectionString(sectionName, sectionValue)
), gppString is unchanged in PingData object.Here's the reproducible case where you can see that after setting the UspV1 section value, the gppString in the PingData of the event is still set to "DBAA":
This happens because the "dirty" boolean flag inside gppModel is not set to true when this method is used (only when fields are updated). I think the case above should be supported. Changes to sections via
setSectionString
should be reflected in gppString in PingData.The text was updated successfully, but these errors were encountered: