Skip to content

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

New issue

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

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

Already on GitHub? Sign in to your account

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

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

No branches or pull requests

2 participants