发布到 Facebook 并定位多个城市

发布于 2025-01-08 15:51:42 字数 290 浏览 0 评论 0原文

我正在尝试发布带有目标参数的内容,我可以做到这一点,但只能指定一个城市。有没有办法经过两个或多个城市?

我正在尝试这种方法:

parameters.targeting = new {
countries = "some country",
cities = new [] { new { key = "city value" }, new { key = "other city value" } },
locales = "locale code"
};

但没有成功!我该怎么做?

I'm trying to post something with target parameters, and i can do that but specifying only one city. Is there any way to pass two or more cities?

I'm trying this way:

parameters.targeting = new {
countries = "some country",
cities = new [] { new { key = "city value" }, new { key = "other city value" } },
locales = "locale code"
};

But no success! How can i do this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

居里长安 2025-01-15 15:51:42

这是非常不清楚的,但我猜你只是没有正确格式化你的城市数组。在此处查看更多信息:https://developers.facebook.com/docs/ Reference/ads-api/targeting-specs/

我相信您应该在城市中使用“名称”而不是“密钥”,但我确实没有足够的信息可供参考。

This is very unclear, but I am guessing you are just not formatting your array of cities correctly. See more here: https://developers.facebook.com/docs/reference/ads-api/targeting-specs/

I believe you should be using "name" instead of "key" for the cities, but again I really don't have enough information to go off of.

慵挽 2025-01-15 15:51:42

指定关键点、半径和半径距离_单位。有关密钥,请参阅定向搜索,
城市。 radius 是城市周围的距离,从 10 到 50 英里或 17
至80公里。 distance_unit 是英里或公里。限制:250。
示例: '城市': [{'key':'2430536', '半径':12,
'distance_unit':'mile'}]

来源:https:/ /developers.facebook.com/docs/marketing-api/buying-api/targeting#location

Specify key, radius & distance_unit. For key, see Targeting Search,
Cities. radius is a distance around cities, from 10 to 50 miles or 17
to 80 kilometers. distance_unit is mile or kilometer. Limit: 250.
Example: 'cities': [{'key':'2430536', 'radius':12,
'distance_unit':'mile'}]

Source: https://developers.facebook.com/docs/marketing-api/buying-api/targeting#location

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文