Skip to content
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

Getting Firebase Analytics errors after upgrading to 2.3.0 library version #38

Open
sergpetrov opened this issue Jun 18, 2021 · 1 comment

Comments

@sergpetrov
Copy link

sergpetrov commented Jun 18, 2021

Hey!
We've started to see a lot of the errors after upgrading to 2.3.0 version.
E/FA: Item cannot contain custom parameters: view_item_list, Bundle[{item_name=TEST PRODUCT, labels=[Discount], image_url="test image url", regular_price=100.0, brand_id=1234, _err=23, price=35.00, sizes_available=7, currency=EUR, position=9, item_id=2323}]

Why is it happening?
Do you have a migration guide to the latest library version?

@theachoem
Copy link

theachoem commented Oct 20, 2021

Same error here, what I sent:

var properties = {
  "list_id": "searches?keywords=&page=1",
  "products": [
    {
      "product_id": "28",
      "sku": "xiaomi-mi-smart-band-5-global-version",
      "name": "Xiaomi Mi Smart Band 5 Global version",
      "price": 30.0,
      "url": "https://vtenh.herokuapp.com/products/xiaomi-mi-smart-band-5-global-version?"
    }
  ]
};

Log:

Item cannot contain custom parameters: view_item_list, Bundle[{item_name=Xiaomi Mi Smart Band 5 Global version, sku=xiaomi-mi-smart-band-5-global-version, url=https://vtenh.herokuapp.com/products/xiaomi-mi-smart-band-5-global-version?, price=30.0, item_id=28}]
Item cannot contain custom parameters: view_item_list, Bundle[{item_name=Xiaomi Mi Smart Band 5 Global version, url=https://vtenh.herokuapp.com/products/xiaomi-mi-smart-band-5-global-version?, _err=23, price=30.0, item_id=28}]

Any solution?

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

No branches or pull requests

2 participants