我正在使用 ruby 中的 mini_fb gem 创建一个广告组:
response = fb_ads.create_ad_groups_with_image('adgroup_specs' => adgroup_specs)
如果广告文字包含某些字符,例如 ∑,则会失败并出现以下错误:
The text contains an invalid character. Ads may only contain alphanumeric characters, punctuation, and spaces. Note that line breaks and = are not allowed.
但是,还有许多其他字符,例如 π、ö é、î、ä、å、ç、è 和 ø,都可以接受。是否有 Facebook 在其广告中接受哪些字符的列表,或者我可以进行快速 API 调用来检查字符串是否会通过?