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 GPP consent is constructed by the gumgum adapter it is set as an object.
But the gumgum adapter sends a GET with query string params.
So this gppConsent object needs to be serialized into a JSON string, OR sent as separate fields.
I do not assume to know what the GumGum adserver expects, so I cannot make this change for them. (Though if I was a betting man, I would bet it just needs to be JSON.stringify-ed)
Type of issue
[X] - Bug
Description
When GPP consent is constructed by the gumgum adapter it is set as an object.
But the gumgum adapter sends a GET with query string params.
So this
gppConsent
object needs to be serialized into a JSON string, OR sent as separate fields.I do not assume to know what the GumGum adserver expects, so I cannot make this change for them. (Though if I was a betting man, I would bet it just needs to be
JSON.stringify
-ed)Steps to reproduce
Here is an example:
And the code:
The text was updated successfully, but these errors were encountered: