0

我正在使用 Tik Tok API 向像素提交事件-> https://ads.tiktok.com/marketing_api/docs?id=1701890979375106

示例 curl 请求是这样的:

curl --include \\
    --request POST \\
    --header "Content-Type: application/json; charset=utf-8" \\
    --header "Access-Token: <my access token>" \\
    --data-binary "
    {
        \\"pixel_code\\": \\"<my pixel id>\\",
        \\"event\\": \\"SubmitForm\\",
        \\"event_id\\": \\"2i48s279965aaaaeb0cfb4213_2k2i37d11c519cccca8021ab8\\",
        \\"timestamp\\": \\"2021-09-15T04:53:30+00:00\\",
        \\"context\\": {
            \\"ad\\": {
                \\"callback\\": \\"<my ttclid here>\\"
            },
            \\"page\\": {
                \\"url\\": \\"index.php\\"
            },
            \\"ip\\": \\"<my ip here>\\",
            \\"user_agent\\": \\"Mozilla/5.0 (iPhone; CPU iPhone OS 14_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 musical_ly_21.1.0 JsSdk/2.0 NetType/WIFI Channel/App Store ByteLocale/en Region/US RevealType/Dialog isDarkMode/0 WKWebView/1\\"
        },
        \\"properties\\": {
            \\"currency\\": \\"USD\\",
            \\"value\\": 12
        }
    }" \\
    https://ads.tiktok.com/open_api/v1.2/pixel/track/

请注意,<> 中的值已正确替换为实际值

我从 Tik Tok 得到的回复是这种格式:

{"code": 0, "message": "OK", "request_id": "<my request id>", "data": {}}

我可以看到出现在 Tik Tok 广告管理器中的事件,但它们并未归因于像素:

在此处输入图像描述

我传递了正确的 IP,UA + ttclid。

以前有人遇到过这个问题吗?附带说明一下,是否有人对 ttclid 未传递到超过 50% 的广告点击次数有疑问?

4

0 回答 0