analytics/priv/plans_v1.json
RobertJoonas 2ada3d700f
List plan benefits on the new upgrade page (#3444)
* change team member limits for new v4 plans

* duplicate business plans with unlimited team members

We need to do this because we want grandfathered users to have unlimited
team members on business plans as well. Otherwise we'd have to build
overrides on the subscription level when checking the limit.

* refactor generating plan structs

* move Plan module into a separate file

* remove not needed conditions

* add generation field to plans

* sync the sanbox plan limits and features with plan generations

* implement displaying plan benefits

* add grandfathering notice

* plug in the real v3 business plan IDs

* optimize N/A text color for darkmode

* use String.to_existing_atom instead

Co-authored-by: Vini Brasil <vini@hey.com>

* Remove the unnecessary part of a comment

Co-authored-by: Vini Brasil <vini@hey.com>

* make the Plan.new function simpler

* use exlamation marks

---------

Co-authored-by: Vini Brasil <vini@hey.com>
2023-10-23 19:42:00 +03:00

103 lines
2.5 KiB
JSON

[
{
"kind":"growth",
"generation":1,
"monthly_pageview_limit":10000,
"monthly_product_id":"558018",
"yearly_product_id":"572810",
"site_limit":50,
"team_member_limit":"unlimited",
"features":["goals","props","stats_api"]
},
{
"kind":"growth",
"generation":1,
"monthly_pageview_limit":100000,
"monthly_product_id":"558745",
"yearly_product_id":"590752",
"site_limit":50,
"team_member_limit":"unlimited",
"features":["goals","props","stats_api"]
},
{
"kind":"growth",
"generation":1,
"monthly_pageview_limit":200000,
"monthly_product_id":"597485",
"yearly_product_id":"597486",
"site_limit":50,
"team_member_limit":"unlimited",
"features":["goals","props","stats_api"]
},
{
"kind":"growth",
"generation":1,
"monthly_pageview_limit":500000,
"monthly_product_id":"597487",
"yearly_product_id":"597488",
"site_limit":50,
"team_member_limit":"unlimited",
"features":["goals","props","stats_api"]
},
{
"kind":"growth",
"generation":1,
"monthly_pageview_limit":1000000,
"monthly_product_id":"597642",
"yearly_product_id":"597643",
"site_limit":50,
"team_member_limit":"unlimited",
"features":["goals","props","stats_api"]
},
{
"kind":"growth",
"generation":1,
"monthly_pageview_limit":2000000,
"monthly_product_id":"597309",
"yearly_product_id":"597310",
"site_limit":50,
"team_member_limit":"unlimited",
"features":["goals","props","stats_api"]
},
{
"kind":"growth",
"generation":1,
"monthly_pageview_limit":5000000,
"monthly_product_id":"597311",
"yearly_product_id":"597312",
"site_limit":50,
"team_member_limit":"unlimited",
"features":["goals","props","stats_api"]
},
{
"kind":"growth",
"generation":1,
"monthly_pageview_limit":10000000,
"monthly_product_id":"642352",
"yearly_product_id":"642354",
"site_limit":50,
"team_member_limit":"unlimited",
"features":["goals","props","stats_api"]
},
{
"kind":"growth",
"generation":1,
"monthly_pageview_limit":20000000,
"monthly_product_id":"642355",
"yearly_product_id":"642356",
"site_limit":50,
"team_member_limit":"unlimited",
"features":["goals","props","stats_api"]
},
{
"kind":"growth",
"generation":1,
"monthly_pageview_limit":50000000,
"monthly_product_id":"650652",
"yearly_product_id":"650653",
"site_limit":50,
"team_member_limit":"unlimited",
"features":["goals","props","stats_api"]
}
]