Hi Everyone! We have an issue with GA4 integration...
# support
l
Hi Everyone! We have an issue with GA4 integration, we see events on GA4 Live Events in RudderStack Panel but we can't see it in GA4 Real-Time or Events section.
Here is a sample transformed payload we are sending to GA4:
Copy code
{
  "body": {
    "XML": {},
    "FORM": {},
    "JSON": {
      "events": [
        {
          "name": "product_added_vendor",
          "params": {
            "name": "چلو کباب صدفی",
            "price": 300000,
            "category": "چلو_کباب",
            "discount": 0,
            "platform": "SUPERAPP",
            "quantity": 9,
            "vendor_id": 35111,
            "page_title": "سفارش آنلاین از کترینگ غدیر",
            "product_id": 4212407,
            "session_id": 1685188280016,
            "category_id": "339323",
            "vendor_name": "کترینگ غدیر",
            "experiment_id": "2",
            "page_location": "<http://snapp.ir?source_category=%DA%86%D9%84%D9%88_%DA%A9%D8%A8%D8%A7%D8%A8&category_id=339323&experiment_id=2|snapp.ir?source_category=%DA%86%D9%84%D9%88_%DA%A9%D8%A8%D8%A7%D8%A8&category_id=339323&experiment_id=2>",
            "page_referrer": "$direct",
            "super_type_id": 1,
            "engagement_time_msec": 1
          }
        }
      ],
      "client_id": "867844a2-5b92-4d32-a703-931331fa290e",
      "timestamp_micros": 1685189252000000
    },
    "JSON_ARRAY": {}
  },
  "type": "REST",
  "files": {},
  "method": "POST",
  "params": {
    "api_secret": "Z0YPFufsQiC3MbD-ouUwBA",
    "measurement_id": "G-1JX67SHWDN"
  },
  "userId": "",
  "headers": {
    "HOST": "<http://www.google-analytics.com|www.google-analytics.com>",
    "Content-Type": "application/json"
  },
  "version": "1",
  "endpoint": "<https://www.google-analytics.com/debug/mp/collect>"
}
b
you have enabled debug mode and as a result it will only validate your event with GA4 validation server. if you want to send it to GA4 then disable that debug mode toggle
🙌 1