@planoly/planogram-config 1.0.1 → 1.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  // postExperienceConfig.json
2
2
  var postExperienceConfig_default = {
3
- version: "1.0.1",
3
+ version: "1.0.5",
4
4
  platforms: [
5
5
  {
6
6
  name: "tiktok",
@@ -227,11 +227,11 @@ var postExperienceConfig_default = {
227
227
  },
228
228
  {
229
229
  type: "autoPostVideoMaxDimensions",
230
- userErrorMessage: "Media ineligible for auto-post. Crop your video to be a maximum of 1920 pixels in width and height to meet Instagram's guidelines.",
230
+ userErrorMessage: "Media ineligible for auto-post. Crop your video to be a maximum of 2160 pixels in width and 3840 pixels in height to meet Instagram's guidelines.",
231
231
  errorHelpLink: "https://help.planoly.com/knowledge/auto-post-guidelines-and-limitations",
232
232
  parameters: {
233
- width: 1920,
234
- height: 1920
233
+ width: 2160,
234
+ height: 3840
235
235
  }
236
236
  },
237
237
  {
@@ -432,11 +432,11 @@ var postExperienceConfig_default = {
432
432
  },
433
433
  {
434
434
  type: "autoPostVideoMaxDimensions",
435
- userErrorMessage: "Media ineligible for auto-post. Crop your video to be a maximum of 1920 pixels in width and height to meet Instagram's guidelines.",
435
+ userErrorMessage: "Media ineligible for auto-post. Crop your video to be a maximum of 1920 pixels in width and 3840 pixels in height to meet Instagram's guidelines.",
436
436
  errorHelpLink: "https://help.planoly.com/knowledge/auto-post-guidelines-and-limitations",
437
437
  parameters: {
438
- width: 1920,
439
- height: 1920
438
+ width: 2160,
439
+ height: 3840
440
440
  }
441
441
  },
442
442
  {
@@ -600,11 +600,11 @@ var postExperienceConfig_default = {
600
600
  },
601
601
  {
602
602
  type: "autoPostVideoMaxDimensions",
603
- userErrorMessage: "Media ineligible for auto-post. Crop your video to be a maximum of 1920 pixels in width and height to meet Instagram's guidelines.",
603
+ userErrorMessage: "Media ineligible for auto-post. Crop your video to be a maximum of 2160 pixels in width and 3840 pixels in height to meet Instagram's guidelines.",
604
604
  errorHelpLink: "https://help.planoly.com/knowledge/auto-post-guidelines-and-limitations",
605
605
  parameters: {
606
- width: 1920,
607
- height: 1920
606
+ width: 2160,
607
+ height: 3840
608
608
  }
609
609
  },
610
610
  {
@@ -1900,7 +1900,7 @@ var postExperienceConfig_default = {
1900
1900
  },
1901
1901
  {
1902
1902
  type: "allowedMediaTypes",
1903
- userErrorMessage: "Media ineligible for posting. Image Pin must be uploaded in .jpg, .png, .mov, or .mp4 format. Adjust your file type and re-upload to meet Instagram guidelines.",
1903
+ userErrorMessage: "Media ineligible for posting. Pin must be uploaded in .jpg, .png, .tiff, .webp, .mov, or .mp4 format. Adjust your file type and re-upload to meet Pinterest guidelines.",
1904
1904
  errorHelpLink: "https://help.planoly.com/knowledge"
1905
1905
  },
1906
1906
  {
@@ -1986,263 +1986,6 @@ var postExperienceConfig_default = {
1986
1986
  }
1987
1987
  }
1988
1988
  ]
1989
- },
1990
- {
1991
- name: "Video Pin",
1992
- allowAutoPost: true,
1993
- allowFirstComment: false,
1994
- allowedMediaTypes: [
1995
- "video/mp4",
1996
- "video/mp4v",
1997
- "video/quicktime"
1998
- ],
1999
- allowMultipleAssets: false,
2000
- allowedMultipleAssetMediaTypes: [
2001
- "video/mp4",
2002
- "video/mp4v",
2003
- "video/quicktime"
2004
- ],
2005
- hasCaptions: true,
2006
- hasTitle: true,
2007
- allowNotifySubscribers: false,
2008
- allowVisibility: false,
2009
- visibilityOptions: [],
2010
- coverPhotoSource: [
2011
- "image"
2012
- ],
2013
- allowHashtags: true,
2014
- allowSoundUrl: false,
2015
- allowSnipfeed: false,
2016
- allowSoundUrlForAutopost: false,
2017
- allowAddLink: true,
2018
- allowBoards: true,
2019
- allowUserTagging: false,
2020
- allowProductTagging: false,
2021
- allowLocationTagging: false,
2022
- allowTagInLinkit: false,
2023
- allowASINTagging: false,
2024
- allowShareToFeed: false,
2025
- allowOptions: true,
2026
- allowCanva: false,
2027
- allowCollaboratorTagging: false,
2028
- canvaDesignType: "PinterestVideoPin",
2029
- allowImageCompression: false,
2030
- allowCoverPhoto: false,
2031
- allowedCoverPhotoTypes: [],
2032
- allowCoverPhotoCanva: false,
2033
- allowCoverPhotoImageCompression: false,
2034
- validations: [
2035
- {
2036
- type: "futureDate",
2037
- userErrorMessage: "Media ineligible for posting. Please choose a date and time at least 5 minutes in the future.",
2038
- errorHelpLink: "https://help.planoly.com/knowledge",
2039
- parameters: {
2040
- value: 5
2041
- }
2042
- },
2043
- {
2044
- type: "manualPostCaptionLength",
2045
- userErrorMessage: "Caption ineligible for posting. Your caption must be between 0 and 500 characters. Adjust caption length to meet Pinterest guidelines.",
2046
- errorHelpLink: "https://help.planoly.com/knowledge",
2047
- parameters: {
2048
- min: 0,
2049
- max: 500
2050
- }
2051
- },
2052
- {
2053
- type: "autoPostCaptionLength",
2054
- userErrorMessage: "Caption ineligible for auto-post. Your caption must be between 0 and 500 characters. Adjust caption length to meet Pinterest guidelines.",
2055
- errorHelpLink: "https://help.planoly.com/knowledge",
2056
- parameters: {
2057
- min: 0,
2058
- max: 500
2059
- }
2060
- },
2061
- {
2062
- type: "titleLength",
2063
- userErrorMessage: "Title ineligible for auto-post. Your title must be between 0 and 100 characters. Adjust title length to meet Pinterest guidelines.",
2064
- errorHelpLink: "https://help.planoly.com/knowledge",
2065
- parameters: {
2066
- min: 0,
2067
- max: 100
2068
- }
2069
- },
2070
- {
2071
- type: "numberOfAssets",
2072
- userErrorMessage: "Media ineligible for auto-post. Upload 1 image or video file to meet Pinterest guidelines.",
2073
- errorHelpLink: "https://help.planoly.com/knowledge",
2074
- parameters: {
2075
- min: 1,
2076
- max: 1
2077
- }
2078
- },
2079
- {
2080
- type: "autoPostVideoLength",
2081
- userErrorMessage: "Media ineligible for auto-post. Your video duration must be between 4 seconds and 5 minutes. Adjust length & re-upload a new duration to meet Pinterest guidelines.",
2082
- errorHelpLink: "https://help.planoly.com/knowledge",
2083
- parameters: {
2084
- min: 3,
2085
- max: 300
2086
- }
2087
- },
2088
- {
2089
- type: "autoPostVideoSize",
2090
- userErrorMessage: "Media ineligible for auto-post. Your video size must be less than 300MB. Adjust size & re-upload to meet Pinterest guidelines.",
2091
- errorHelpLink: "https://help.planoly.com/knowledge",
2092
- parameters: {
2093
- value: 300
2094
- }
2095
- },
2096
- {
2097
- type: "autoPostVideoSize",
2098
- userErrorMessage: "Media ineligible for auto-post. Your video size must be less than 300MB. Adjust size & re-upload to meet Pinterest guidelines.",
2099
- errorHelpLink: "https://help.planoly.com/knowledge",
2100
- parameters: {
2101
- value: 300
2102
- }
2103
- },
2104
- {
2105
- type: "allowedMediaTypes",
2106
- userErrorMessage: "Media ineligible for posting. Video Pin must be uploaded in .mov, or .mp4 format. Adjust your file type and re-upload to meet Pinterest guidelines.",
2107
- errorHelpLink: "https://help.planoly.com/knowledge"
2108
- },
2109
- {
2110
- type: "aspectRatio",
2111
- userErrorMessage: "Media ineligible for posting. Media must be in the correct aspect ratio (1:2, 2:3, 3:4, 4:5, 9:16 or 1:1). Adjust your file type and re-upload to meet Pinterest guidelines.",
2112
- errorHelpLink: "https://help.planoly.com/knowledge",
2113
- parameters: [
2114
- "1:1",
2115
- "1:2",
2116
- "2:3",
2117
- "3:4",
2118
- "4:5",
2119
- "9:16"
2120
- ]
2121
- },
2122
- {
2123
- type: "hashtagLimit",
2124
- userErrorMessage: "Hashtag limit exceeded. Please remove additional hashtags to continue.",
2125
- parameters: {
2126
- min: 0,
2127
- max: 30
2128
- }
2129
- }
2130
- ]
2131
- },
2132
- {
2133
- name: "Image Pin",
2134
- allowAutoPost: true,
2135
- allowFirstComment: false,
2136
- allowedMediaTypes: [
2137
- "image/jpeg",
2138
- "image/png",
2139
- "image/tiff",
2140
- "image/webp"
2141
- ],
2142
- allowMultipleAssets: false,
2143
- allowedMultipleAssetMediaTypes: [],
2144
- hasCaptions: true,
2145
- hasTitle: true,
2146
- allowNotifySubscribers: false,
2147
- allowVisibility: false,
2148
- visibilityOptions: [],
2149
- coverPhotoSource: [],
2150
- allowHashtags: true,
2151
- allowSoundUrl: false,
2152
- allowSnipfeed: false,
2153
- allowSoundUrlForAutopost: false,
2154
- allowAddLink: true,
2155
- allowBoards: true,
2156
- allowUserTagging: false,
2157
- allowProductTagging: false,
2158
- allowLocationTagging: false,
2159
- allowTagInLinkit: false,
2160
- allowASINTagging: false,
2161
- allowShareToFeed: false,
2162
- allowOptions: true,
2163
- allowCanva: true,
2164
- allowCollaboratorTagging: false,
2165
- canvaDesignType: "PinterestImagePin",
2166
- allowImageCompression: false,
2167
- allowCoverPhoto: false,
2168
- allowedCoverPhotoTypes: [],
2169
- allowCoverPhotoCanva: false,
2170
- allowCoverPhotoImageCompression: false,
2171
- validations: [
2172
- {
2173
- type: "futureDate",
2174
- userErrorMessage: "Media ineligible for posting. Please choose a date and time at least 5 minutes in the future.",
2175
- errorHelpLink: "https://help.planoly.com/knowledge",
2176
- parameters: {
2177
- value: 5
2178
- }
2179
- },
2180
- {
2181
- type: "manualPostCaptionLength",
2182
- userErrorMessage: "Caption ineligible for posting. Your caption must be between 0 and 500 characters. Adjust caption length to meet Pinterest guidelines.",
2183
- errorHelpLink: "https://help.planoly.com/knowledge",
2184
- parameters: {
2185
- min: 0,
2186
- max: 500
2187
- }
2188
- },
2189
- {
2190
- type: "autoPostCaptionLength",
2191
- userErrorMessage: "Caption ineligible for auto-post. Your caption must be between 0 and 500 characters. Adjust caption length to meet Pinterest guidelines.",
2192
- errorHelpLink: "https://help.planoly.com/knowledge",
2193
- parameters: {
2194
- min: 0,
2195
- max: 500
2196
- }
2197
- },
2198
- {
2199
- type: "titleLength",
2200
- userErrorMessage: "Title ineligible for auto-post. Your title must be between 0 and 100 characters. Adjust title length to meet Pinterest guidelines.",
2201
- errorHelpLink: "https://help.planoly.com/knowledge",
2202
- parameters: {
2203
- min: 0,
2204
- max: 100
2205
- }
2206
- },
2207
- {
2208
- type: "numberOfAssets",
2209
- userErrorMessage: "Media ineligible for auto-post. Upload 1 image or video file to meet Pinterest guidelines.",
2210
- errorHelpLink: "https://help.planoly.com/knowledge",
2211
- parameters: {
2212
- min: 1,
2213
- max: 1
2214
- }
2215
- },
2216
- {
2217
- type: "autoPostImageSize",
2218
- userErrorMessage: "Media ineligible for auto-post. Your video size must be less than 20MB. Adjust size & re-upload to meet Pinterest guidelines.",
2219
- errorHelpLink: "https://help.planoly.com/knowledge",
2220
- parameters: {
2221
- value: 20
2222
- }
2223
- },
2224
- {
2225
- type: "autoPostImageSize",
2226
- userErrorMessage: "Media ineligible for auto-post. Your video size must be less than 300MB. Adjust size & re-upload to meet Pinterest guidelines.",
2227
- errorHelpLink: "https://help.planoly.com/knowledge",
2228
- parameters: {
2229
- value: 300
2230
- }
2231
- },
2232
- {
2233
- type: "allowedMediaTypes",
2234
- userErrorMessage: "Media ineligible for posting. Image Pin must be uploaded in .jpg, or .png format. Adjust your file type and re-upload to meet Instagram guidelines.",
2235
- errorHelpLink: "https://help.planoly.com/knowledge"
2236
- },
2237
- {
2238
- type: "hashtagLimit",
2239
- userErrorMessage: "Hashtag limit exceeded. Please remove additional hashtags to continue.",
2240
- parameters: {
2241
- min: 0,
2242
- max: 30
2243
- }
2244
- }
2245
- ]
2246
1989
  }
2247
1990
  ]
2248
1991
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@planoly/planogram-config",
3
- "version": "1.0.1",
3
+ "version": "1.0.5",
4
4
  "description": "Centralized configuration for Planoly post experience across all platforms",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.0.1",
2
+ "version": "1.0.5",
3
3
  "platforms": [
4
4
  {
5
5
  "name": "tiktok",
@@ -226,11 +226,11 @@
226
226
  },
227
227
  {
228
228
  "type": "autoPostVideoMaxDimensions",
229
- "userErrorMessage": "Media ineligible for auto-post. Crop your video to be a maximum of 1920 pixels in width and height to meet Instagram's guidelines.",
229
+ "userErrorMessage": "Media ineligible for auto-post. Crop your video to be a maximum of 2160 pixels in width and 3840 pixels in height to meet Instagram's guidelines.",
230
230
  "errorHelpLink": "https://help.planoly.com/knowledge/auto-post-guidelines-and-limitations",
231
231
  "parameters": {
232
- "width": 1920,
233
- "height": 1920
232
+ "width": 2160,
233
+ "height": 3840
234
234
  }
235
235
  },
236
236
  {
@@ -431,11 +431,11 @@
431
431
  },
432
432
  {
433
433
  "type": "autoPostVideoMaxDimensions",
434
- "userErrorMessage": "Media ineligible for auto-post. Crop your video to be a maximum of 1920 pixels in width and height to meet Instagram's guidelines.",
434
+ "userErrorMessage": "Media ineligible for auto-post. Crop your video to be a maximum of 1920 pixels in width and 3840 pixels in height to meet Instagram's guidelines.",
435
435
  "errorHelpLink": "https://help.planoly.com/knowledge/auto-post-guidelines-and-limitations",
436
436
  "parameters": {
437
- "width": 1920,
438
- "height": 1920
437
+ "width": 2160,
438
+ "height": 3840
439
439
  }
440
440
  },
441
441
  {
@@ -599,11 +599,11 @@
599
599
  },
600
600
  {
601
601
  "type": "autoPostVideoMaxDimensions",
602
- "userErrorMessage": "Media ineligible for auto-post. Crop your video to be a maximum of 1920 pixels in width and height to meet Instagram's guidelines.",
602
+ "userErrorMessage": "Media ineligible for auto-post. Crop your video to be a maximum of 2160 pixels in width and 3840 pixels in height to meet Instagram's guidelines.",
603
603
  "errorHelpLink": "https://help.planoly.com/knowledge/auto-post-guidelines-and-limitations",
604
604
  "parameters": {
605
- "width": 1920,
606
- "height": 1920
605
+ "width": 2160,
606
+ "height": 3840
607
607
  }
608
608
  },
609
609
  {
@@ -1899,7 +1899,7 @@
1899
1899
  },
1900
1900
  {
1901
1901
  "type": "allowedMediaTypes",
1902
- "userErrorMessage": "Media ineligible for posting. Image Pin must be uploaded in .jpg, .png, .mov, or .mp4 format. Adjust your file type and re-upload to meet Instagram guidelines.",
1902
+ "userErrorMessage": "Media ineligible for posting. Pin must be uploaded in .jpg, .png, .tiff, .webp, .mov, or .mp4 format. Adjust your file type and re-upload to meet Pinterest guidelines.",
1903
1903
  "errorHelpLink": "https://help.planoly.com/knowledge"
1904
1904
  },
1905
1905
  {
@@ -1985,263 +1985,6 @@
1985
1985
  }
1986
1986
  }
1987
1987
  ]
1988
- },
1989
- {
1990
- "name": "Video Pin",
1991
- "allowAutoPost": true,
1992
- "allowFirstComment": false,
1993
- "allowedMediaTypes": [
1994
- "video/mp4",
1995
- "video/mp4v",
1996
- "video/quicktime"
1997
- ],
1998
- "allowMultipleAssets": false,
1999
- "allowedMultipleAssetMediaTypes": [
2000
- "video/mp4",
2001
- "video/mp4v",
2002
- "video/quicktime"
2003
- ],
2004
- "hasCaptions": true,
2005
- "hasTitle": true,
2006
- "allowNotifySubscribers": false,
2007
- "allowVisibility": false,
2008
- "visibilityOptions": [],
2009
- "coverPhotoSource": [
2010
- "image"
2011
- ],
2012
- "allowHashtags": true,
2013
- "allowSoundUrl": false,
2014
- "allowSnipfeed": false,
2015
- "allowSoundUrlForAutopost": false,
2016
- "allowAddLink": true,
2017
- "allowBoards": true,
2018
- "allowUserTagging": false,
2019
- "allowProductTagging": false,
2020
- "allowLocationTagging": false,
2021
- "allowTagInLinkit": false,
2022
- "allowASINTagging": false,
2023
- "allowShareToFeed": false,
2024
- "allowOptions": true,
2025
- "allowCanva": false,
2026
- "allowCollaboratorTagging": false,
2027
- "canvaDesignType": "PinterestVideoPin",
2028
- "allowImageCompression": false,
2029
- "allowCoverPhoto": false,
2030
- "allowedCoverPhotoTypes": [],
2031
- "allowCoverPhotoCanva": false,
2032
- "allowCoverPhotoImageCompression": false,
2033
- "validations": [
2034
- {
2035
- "type": "futureDate",
2036
- "userErrorMessage": "Media ineligible for posting. Please choose a date and time at least 5 minutes in the future.",
2037
- "errorHelpLink": "https://help.planoly.com/knowledge",
2038
- "parameters": {
2039
- "value": 5
2040
- }
2041
- },
2042
- {
2043
- "type": "manualPostCaptionLength",
2044
- "userErrorMessage": "Caption ineligible for posting. Your caption must be between 0 and 500 characters. Adjust caption length to meet Pinterest guidelines.",
2045
- "errorHelpLink": "https://help.planoly.com/knowledge",
2046
- "parameters": {
2047
- "min": 0,
2048
- "max": 500
2049
- }
2050
- },
2051
- {
2052
- "type": "autoPostCaptionLength",
2053
- "userErrorMessage": "Caption ineligible for auto-post. Your caption must be between 0 and 500 characters. Adjust caption length to meet Pinterest guidelines.",
2054
- "errorHelpLink": "https://help.planoly.com/knowledge",
2055
- "parameters": {
2056
- "min": 0,
2057
- "max": 500
2058
- }
2059
- },
2060
- {
2061
- "type": "titleLength",
2062
- "userErrorMessage": "Title ineligible for auto-post. Your title must be between 0 and 100 characters. Adjust title length to meet Pinterest guidelines.",
2063
- "errorHelpLink": "https://help.planoly.com/knowledge",
2064
- "parameters": {
2065
- "min": 0,
2066
- "max": 100
2067
- }
2068
- },
2069
- {
2070
- "type": "numberOfAssets",
2071
- "userErrorMessage": "Media ineligible for auto-post. Upload 1 image or video file to meet Pinterest guidelines.",
2072
- "errorHelpLink": "https://help.planoly.com/knowledge",
2073
- "parameters": {
2074
- "min": 1,
2075
- "max": 1
2076
- }
2077
- },
2078
- {
2079
- "type": "autoPostVideoLength",
2080
- "userErrorMessage": "Media ineligible for auto-post. Your video duration must be between 4 seconds and 5 minutes. Adjust length & re-upload a new duration to meet Pinterest guidelines.",
2081
- "errorHelpLink": "https://help.planoly.com/knowledge",
2082
- "parameters": {
2083
- "min": 3,
2084
- "max": 300
2085
- }
2086
- },
2087
- {
2088
- "type": "autoPostVideoSize",
2089
- "userErrorMessage": "Media ineligible for auto-post. Your video size must be less than 300MB. Adjust size & re-upload to meet Pinterest guidelines.",
2090
- "errorHelpLink": "https://help.planoly.com/knowledge",
2091
- "parameters": {
2092
- "value": 300
2093
- }
2094
- },
2095
- {
2096
- "type": "autoPostVideoSize",
2097
- "userErrorMessage": "Media ineligible for auto-post. Your video size must be less than 300MB. Adjust size & re-upload to meet Pinterest guidelines.",
2098
- "errorHelpLink": "https://help.planoly.com/knowledge",
2099
- "parameters": {
2100
- "value": 300
2101
- }
2102
- },
2103
- {
2104
- "type": "allowedMediaTypes",
2105
- "userErrorMessage": "Media ineligible for posting. Video Pin must be uploaded in .mov, or .mp4 format. Adjust your file type and re-upload to meet Pinterest guidelines.",
2106
- "errorHelpLink": "https://help.planoly.com/knowledge"
2107
- },
2108
- {
2109
- "type": "aspectRatio",
2110
- "userErrorMessage": "Media ineligible for posting. Media must be in the correct aspect ratio (1:2, 2:3, 3:4, 4:5, 9:16 or 1:1). Adjust your file type and re-upload to meet Pinterest guidelines.",
2111
- "errorHelpLink": "https://help.planoly.com/knowledge",
2112
- "parameters": [
2113
- "1:1",
2114
- "1:2",
2115
- "2:3",
2116
- "3:4",
2117
- "4:5",
2118
- "9:16"
2119
- ]
2120
- },
2121
- {
2122
- "type": "hashtagLimit",
2123
- "userErrorMessage": "Hashtag limit exceeded. Please remove additional hashtags to continue.",
2124
- "parameters": {
2125
- "min": 0,
2126
- "max": 30
2127
- }
2128
- }
2129
- ]
2130
- },
2131
- {
2132
- "name": "Image Pin",
2133
- "allowAutoPost": true,
2134
- "allowFirstComment": false,
2135
- "allowedMediaTypes": [
2136
- "image/jpeg",
2137
- "image/png",
2138
- "image/tiff",
2139
- "image/webp"
2140
- ],
2141
- "allowMultipleAssets": false,
2142
- "allowedMultipleAssetMediaTypes": [],
2143
- "hasCaptions": true,
2144
- "hasTitle": true,
2145
- "allowNotifySubscribers": false,
2146
- "allowVisibility": false,
2147
- "visibilityOptions": [],
2148
- "coverPhotoSource": [],
2149
- "allowHashtags": true,
2150
- "allowSoundUrl": false,
2151
- "allowSnipfeed": false,
2152
- "allowSoundUrlForAutopost": false,
2153
- "allowAddLink": true,
2154
- "allowBoards": true,
2155
- "allowUserTagging": false,
2156
- "allowProductTagging": false,
2157
- "allowLocationTagging": false,
2158
- "allowTagInLinkit": false,
2159
- "allowASINTagging": false,
2160
- "allowShareToFeed": false,
2161
- "allowOptions": true,
2162
- "allowCanva": true,
2163
- "allowCollaboratorTagging": false,
2164
- "canvaDesignType": "PinterestImagePin",
2165
- "allowImageCompression": false,
2166
- "allowCoverPhoto": false,
2167
- "allowedCoverPhotoTypes": [],
2168
- "allowCoverPhotoCanva": false,
2169
- "allowCoverPhotoImageCompression": false,
2170
- "validations": [
2171
- {
2172
- "type": "futureDate",
2173
- "userErrorMessage": "Media ineligible for posting. Please choose a date and time at least 5 minutes in the future.",
2174
- "errorHelpLink": "https://help.planoly.com/knowledge",
2175
- "parameters": {
2176
- "value": 5
2177
- }
2178
- },
2179
- {
2180
- "type": "manualPostCaptionLength",
2181
- "userErrorMessage": "Caption ineligible for posting. Your caption must be between 0 and 500 characters. Adjust caption length to meet Pinterest guidelines.",
2182
- "errorHelpLink": "https://help.planoly.com/knowledge",
2183
- "parameters": {
2184
- "min": 0,
2185
- "max": 500
2186
- }
2187
- },
2188
- {
2189
- "type": "autoPostCaptionLength",
2190
- "userErrorMessage": "Caption ineligible for auto-post. Your caption must be between 0 and 500 characters. Adjust caption length to meet Pinterest guidelines.",
2191
- "errorHelpLink": "https://help.planoly.com/knowledge",
2192
- "parameters": {
2193
- "min": 0,
2194
- "max": 500
2195
- }
2196
- },
2197
- {
2198
- "type": "titleLength",
2199
- "userErrorMessage": "Title ineligible for auto-post. Your title must be between 0 and 100 characters. Adjust title length to meet Pinterest guidelines.",
2200
- "errorHelpLink": "https://help.planoly.com/knowledge",
2201
- "parameters": {
2202
- "min": 0,
2203
- "max": 100
2204
- }
2205
- },
2206
- {
2207
- "type": "numberOfAssets",
2208
- "userErrorMessage": "Media ineligible for auto-post. Upload 1 image or video file to meet Pinterest guidelines.",
2209
- "errorHelpLink": "https://help.planoly.com/knowledge",
2210
- "parameters": {
2211
- "min": 1,
2212
- "max": 1
2213
- }
2214
- },
2215
- {
2216
- "type": "autoPostImageSize",
2217
- "userErrorMessage": "Media ineligible for auto-post. Your video size must be less than 20MB. Adjust size & re-upload to meet Pinterest guidelines.",
2218
- "errorHelpLink": "https://help.planoly.com/knowledge",
2219
- "parameters": {
2220
- "value": 20
2221
- }
2222
- },
2223
- {
2224
- "type": "autoPostImageSize",
2225
- "userErrorMessage": "Media ineligible for auto-post. Your video size must be less than 300MB. Adjust size & re-upload to meet Pinterest guidelines.",
2226
- "errorHelpLink": "https://help.planoly.com/knowledge",
2227
- "parameters": {
2228
- "value": 300
2229
- }
2230
- },
2231
- {
2232
- "type": "allowedMediaTypes",
2233
- "userErrorMessage": "Media ineligible for posting. Image Pin must be uploaded in .jpg, or .png format. Adjust your file type and re-upload to meet Instagram guidelines.",
2234
- "errorHelpLink": "https://help.planoly.com/knowledge"
2235
- },
2236
- {
2237
- "type": "hashtagLimit",
2238
- "userErrorMessage": "Hashtag limit exceeded. Please remove additional hashtags to continue.",
2239
- "parameters": {
2240
- "min": 0,
2241
- "max": 30
2242
- }
2243
- }
2244
- ]
2245
1988
  }
2246
1989
  ]
2247
1990
  },