admin管理员组文章数量:1404927
I am trying to hit this curl but not getting events on firebase console. Below is curl example, I have verified creds as well. Same creds when used in mobile is working but not from server or with CURL method.
curl --location ';api_secret=hashAPISecret&debug_mode=1' \
--header 'Content-Type: application/json' \
--data '{
"client_id": "1876543456789",
"events": [
{
"name": "rom_purchase",
"params": {
"useid": "1234567890",
"order_id": "17c7fb4b2af67324a089713a",
"plan_id": "176a79f6b3dbfcb365a50a09",
"plan_name": "2 month",
"price": 200,
"status": "SUCCESS",
"timestamp": "2025-03-05T07:20:43.880Z"
}
}
]
}'
Response:
{
"validationMessages": [ ]
}
I used debug mode as well, but seems that its not helping me to see event on firebase console.
Can anyone help me with this? What is something I am dong wrong?
本文标签: firebaseGoogle Analytics Api is not logging event if hit from server or via CURLStack Overflow
版权声明:本文标题:firebase - Google Analytics Api is not logging event if hit from server or via CURL - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744871377a2629649.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论