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
Just letting you know that the correct way to include the setTargeting parameter appears to be with an array of values. Could be worth adding that to the docs. Thanks
setTargeting: {
"key": ["value"]
},
or
setTargeting: {
"key": ["value1","value2"]
},
The text was updated successfully, but these errors were encountered:
Hi,
Just letting you know that the correct way to include the setTargeting parameter appears to be with an array of values. Could be worth adding that to the docs. Thanks
or
The text was updated successfully, but these errors were encountered: