简体   繁体   中英

GA Measurement Protocol batch limitations

I am working with the Google Analytics Measurement Protocol to track user interaction in my app. I am sending batched hits. For testing purposes I sent the batched hits to the validating endpoint. The syntax is correct, but I get the following error:

    {
        "messageType": "ERROR",
        "description": "The request size is larger than the maximum size supported by Google Analytics.",
        "messageCode": "VALUE_OUT_OF_BOUNDS"
    }

However, I am not exceeding the batch limitations as stated in the GA docs . I am sending exactly 20 hits, which also get recognized by the API, and the entire payload has a size of roughly 8K byte.

Does anybody else faced these problems? Are the docs not up-to-date anymore?

一些文档似乎已经过时了-我将发送的最大邮件数减少到10条,并且看起来工作正常,并且没有收到这些错误。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM