Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Ensure that eventData in the send event method doesn't have any nesting #21

Closed
eliasyishak opened this issue Mar 2, 2023 · 1 comment

Comments

@eliasyishak
Copy link
Contributor

eliasyishak commented Mar 2, 2023

Valid example for eventData

{
  "x": [1, 2, 3],
  "y": 555,
  "z": false
{

Invalid example

{
  "x": [1, 2, 3],
  "y": 555,
  "z": {     <--- We cannot have additional maps/objects as values
    "a": 5,
    "b": [1, 2]
  }
{
@eliasyishak
Copy link
Contributor Author

Closing, this is being addressed in the asserts issue to ensure that the body we are sending via POST request is valid against GA4 Limitations

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

2 participants