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 呼び出しのリストはどこかにありますか?