You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: "Relationship status to target the message at.",
87
87
options: [
@@ -95,25 +95,25 @@ export default {
95
95
targetingFacebookPageCountry: {
96
96
type: "string[]",
97
97
label: "Targeting Facebook Page - Country",
98
-
description: "Country to target the message at. 2-digit ISO 3166 format code as provided by Facebook.",
98
+
description: "Country to target the message at. 2-digit ISO 3166 format code as provided by Facebook. **Format: [{\"k\": \"Canada\", \"v\": \"CA\"}]** [See the documentation](https://apidocs.hootsuite.com/docs/api/index.html#operation/scheduleMessage) for more information.",
99
99
optional: true,
100
100
},
101
101
targetingFacebookPageRegions: {
102
102
type: "string[]",
103
103
label: "Targeting Facebook Page - Regions",
104
-
description: "Region to target the message at. Note that regions can only be specified when there is exactly one country targeted. Limit 200.",
104
+
description: "Region to target the message at. Note that regions can only be specified when there is exactly one country targeted. Limit 200. **Format: [{\"k\": \"British Columbia\", \"v\": \"2\"}]** [See the documentation](https://apidocs.hootsuite.com/docs/api/index.html#operation/scheduleMessage) for more information.",
105
105
optional: true,
106
106
},
107
107
targetingFacebookPageCities: {
108
108
type: "string[]",
109
109
label: "Targeting Facebook Page - Cities",
110
-
description: "City to target the message at. Note that cities can only be specified when there is exactly one country targeted. Limit 250.",
110
+
description: "City to target the message at. Note that cities can only be specified when there is exactly one country targeted. Limit 250. **Format: [{\"k\": \"Burnaby, BC\", \"v\": \"292466\"}]** [See the documentation](https://apidocs.hootsuite.com/docs/api/index.html#operation/scheduleMessage) for more information.",
111
111
optional: true,
112
112
},
113
113
targetingFacebookPageZips: {
114
114
type: "string[]",
115
115
label: "Targeting Facebook Page - Zip",
116
-
description: "Zip/Postal Code to target the message at. Limit 50,000.",
116
+
description: "Zip/Postal Code to target the message at. Limit 50,000. **Format: [{\"k\": \"K1S\", \"v\": \"CA:K1S\"}]** [See the documentation](https://apidocs.hootsuite.com/docs/api/index.html#operation/scheduleMessage) for more information.",
0 commit comments