{"pageProps":{"posts":[{"post_information":"{\"title\":\"Monitoring a Feature Launch with SQL\",\"date\":\"2020-07-30T00:00:00.000Z\",\"draft\":false,\"icon\":\"inspect\",\"author\":\"Bill Babeaux\"}","slug":"monitoring-a-feature-launch-with-sql","id":"product","position":0,"isDraft":false},{"post_information":"{\"title\":\"Auditing a Customer's Usage of Your Product\",\"date\":\"2020-07-30T00:00:00.000Z\",\"draft\":false,\"icon\":\"inspect\",\"author\":\"Bill Babeaux\"}","slug":"how-has-customer-used-your-product","id":"product","position":1,"isDraft":false},{"post_information":"{\"title\":\"Ranking the Most Used Features in Your Product\",\"date\":\"2020-07-30T00:00:00.000Z\",\"draft\":false,\"icon\":\"inspect\",\"author\":\"Bill Babeaux\"}","slug":"product-most-used-features","id":"product","position":2,"isDraft":false},{"post_information":"{\"title\":\"Finding Your Product's Most Engaged Users\",\"date\":\"2020-07-30T00:00:00.000Z\",\"draft\":false,\"icon\":\"inspect\",\"author\":\"Bill Babeaux\"}","slug":"finding-your-most-engaged-users","id":"product","position":3,"isDraft":false},{"post_information":"{\"title\":\"Filtering Users by Version Number with Regex in SQL\",\"date\":\"2020-07-30T00:00:00.000Z\",\"draft\":false,\"icon\":\"schema\",\"author\":\"Bill Babeaux\"}","slug":"filtering-users-by-version-number-with-sql-regex","id":"engineering","position":4,"isDraft":false},{"post_information":"{\"title\":\"Filtering Users by Platform in SQL\",\"date\":\"2020-07-30T00:00:00.000Z\",\"draft\":false,\"icon\":\"schema\",\"author\":\"Bill Babeaux\"}","slug":"filtering-users-by-platform-in-sql","id":"engineering","position":5,"isDraft":false},{"post_information":"{\"title\":\"Calculating Daily Active Users (and digging deeper)\",\"date\":\"2020-07-30T00:00:00.000Z\",\"draft\":false,\"icon\":\"announce\",\"author\":\"Bill Babeaux\"}","slug":"calculating-daily-active-users-in-sql","id":"marketing","position":6,"isDraft":false},{"post_information":"{\"title\":\"Analyzing NPS Responses in SQL\",\"date\":\"2020-07-30T00:00:00.000Z\",\"draft\":false,\"icon\":\"troubleshooting\",\"author\":\"Bill Babeaux\"}","slug":"analyzing-nps-responses-in-sql","id":"support","position":7,"isDraft":false},{"post_information":"{\"title\":\"Finding Customers at Risk of Churning\",\"date\":\"2020-07-30T00:00:00.000Z\",\"draft\":false,\"icon\":\"troubleshooting\",\"author\":\"Bill Babeaux\"}","slug":"finding-customers-at-risk-of-churning","id":"support","position":8,"isDraft":false},{"post_information":"{\"title\":\"Detecting Spikes in Issues from Support Tickets\",\"date\":\"2020-07-30T00:00:00.000Z\",\"draft\":false,\"icon\":\"troubleshooting\",\"author\":\"Bill Babeaux\"}","slug":"detecting-spikes-in-issues-from-support-tickets","id":"support","position":9,"isDraft":false},{"post_information":"{\"title\":\"Tagging Sign Up Emails as Work vs Personal\",\"date\":\"2020-07-30T00:00:00.000Z\",\"draft\":false,\"icon\":\"grow\",\"author\":\"Bill Babeaux\"}","slug":"tagging-sign-up-emails-as-work-vs-personal","id":"sales","position":10,"isDraft":false},{"post_information":"{\"title\":\"Creating Lead Scores in SQL\",\"date\":\"2020-07-30T00:00:00.000Z\",\"draft\":false,\"icon\":\"grow\",\"author\":\"Bill Babeaux\"}","slug":"creating-lead-scores-in-sql","id":"sales","position":11,"isDraft":false},{"post_information":"{\"title\":\"Running a Funnel Analysis in SQL\",\"date\":\"2020-07-30T00:00:00.000Z\",\"draft\":false,\"icon\":\"announce\",\"author\":\"Bill Babeaux\"}","slug":"running-a-funnel-analysis","id":"marketing","position":12,"isDraft":false},{"post_information":"{\"title\":\"Marketing Attribution in SQL\",\"date\":\"2020-07-30T00:00:00.000Z\",\"draft\":false,\"icon\":\"announce\",\"author\":\"Bill Babeaux\"}","slug":"marketing-attribution-in-sql","id":"marketing","position":13,"isDraft":false},{"post_information":"{\"title\":\"Creating Histograms in SQL\",\"date\":\"2020-07-30T00:00:00.000Z\",\"draft\":false,\"icon\":\"analyze\",\"author\":\"Bill Babeaux\"}","slug":"how-to-create-histograms-in-sql","id":"analytics","position":15,"isDraft":false},{"post_information":"{\"title\":\"Detecting Skewness in a Dataset in SQL\",\"date\":\"2020-07-30T00:00:00.000Z\",\"draft\":false,\"icon\":\"analyze\",\"author\":\"Bill Babeaux\"}","slug":"detecting-skewness-in-sql","id":"analytics","position":16,"isDraft":false},{"post_information":"{\"title\":\"Calculating Linear Regression in SQL\",\"date\":\"2020-07-30T00:00:00.000Z\",\"draft\":false,\"icon\":\"analyze\",\"author\":\"Bill Babeaux\"}","slug":"linear-regression-in-sql","id":"analytics","position":17,"isDraft":false},{"post_information":"{\"title\":\"Exploring our Sample Dataset\",\"date\":\"2020-07-30T00:00:00.000Z\",\"draft\":false,\"icon\":\"analyze\",\"author\":\"Bill Babeaux\"}","slug":"exploring-sample-dataset","id":"analytics","position":18,"isDraft":false}],"data":"{\"content\":\"![](/static/images/templates/covers/cover_monitoring_a_feature_launch.png)\\n\\nYou gotta have visibility on any newly launched features. You can't fly blind or “test on users”.\\n\\nFortunately, you can make a feature launch dashboard in PopSQL in under 20 minutes. Here's a preview:\\n![](/static/images/templates/fade_dashboard.png)\\n\\n## Why SQL?\\nOur team comes from Uber, Instacart, Segment, InVision, and Auth0. We know that even large teams face analytics challenges like:\\n - deadlines that sneak up;\\n - your team is short an analyst;\\n - the data eng team has a 2 week backlog and can’t get your (experimental) data into your BI tool (which requires heavy data instrumentation 😬 ); etc.\\n\\n## SQL you can copy / paste\\n*Note: these queries give high-level visibility. We’re writing a SQL template on how to statistically measure if a feature has met the predicted success criteria with no degradation in secondary metrics (aka the gold standard).*\\n\\n### Quick links:\\n- [Is anybody using the feature?](#is-anybody-using-the-feature-)\\n- [Who is using it?](#who-is-using-it-)\\n- [How much are they using it?](#how-much-are-they-using-it-)\\n- [How exactly are they using it?](#how-are-they-using-it-)\\n- [How does use compare to similar features?](#how-does-use-compare-to-similar-features-)\\n- [Has anything gone wrong?](#has-anything-gone-wrong-)\\n\\n---\\n### Is anybody using the feature?\\nIf you have a `users` table and an `events` table with a `timestamp` and `event_name` , you can use the queries below with little modification. \\n\\n```sql\\nselect\\n date_trunc('day',time) as day -- or week, month\\n count(*)\\nfrom events\\nwhere time > '2020-03-28' and time < '2020-05-15' --launch date\\n and name = '{{feature}}'\\ngroup by 1\\norder by 1;\\n```\\n\\n**Sample Output (visualized in PopSQL):**\\n![](/static/images/templates/feature_usage_by_day.png)\\n\\nGreat! People are actually using this feature.\\n\\n---\\n### Who is using it?\\nHere's a simple way to find the last 100 interactions with your feature:\\n\\n```sql\\nselect\\n distinct\\n e.time,\\n u.id as user_id,\\n concat(u.first_name, ' ', u.last_name) as user_name,\\n u.email,\\n u.created_at as user_created_at\\nfrom events e\\ninner join users u on u.id = e.user_id\\nwhere e.time >= '2020-03-28' --launch date\\n and e.name = '{{feature}}'\\norder by e.time desc\\nlimit 100;\\n```\\n\\n**Sample Output:**\\n\\n```\\n| time | user_id | name | email | user_created_at |\\n|---------------------|---------|--------------------|-----------------------|---------------------|\\n| 2020-05-15 23:55:47 | 494729 | Frederic Abernathy | frederic@craftery.com | 2019-03-04 21:25:04 |\\n| 2020-05-15 22:50:34 | 571484 | Erik Hansen | erik@packyard.com | 2020-04-17 00:12:50 |\\n| ... | ... | ... | ... | ... |\\n```\\nPro tip: add customer attributes (e.g. company size, role) to spot trends in what kind of users are adopting the feature. You can even enrich users/leads with Clearbit to go deeper (a topic for a future template!).\\n\\n---\\n### How much are they using it?\\nTo find the most engaged users of the feature:\\n\\n```sql\\nselect\\n user_id,\\n COUNT(1)\\nfrom events\\nwhere name = '{{feature}}'\\ngroup by 1\\norder by 2 desc\\nlimit 10;\\n```\\n\\nThe least engaged users of the feature:\\n\\n```sql\\nselect\\n user_id,\\n COUNT(1)\\nfrom events\\nwhere name = '{{feature}}'\\ngroup by 1\\norder by 2 asc\\nlimit 10;\\n```\\n\\nAnd to show all users (showing intensity of use too):\\n```sql\\nwith event_data as (\\n select\\n user_id as user_id,\\n min(time) as first_time,\\n max(time) as last_time,\\n round(((extract(epoch from max(time)) - extract(epoch from min(time))) / 86400)::decimal, 1) as days_elapsed,\\n count(1)\\n from events\\n where name = '{{feature}}'\\n group by 1\\n)\\n\\nselect\\n *,\\n ROUND((count / days_elapsed),1) as avg_use_per_day\\nfrom event_data\\nwhere count > 0 -- to prevent dividing by 0\\n and days_elapsed > 0 -- to prevent dividing by 0\\norder by 6 desc -- sort by avg_use_per_day;\\n```\\n\\n**Sample Outputs (visualized in PopSQL):**\\n![](/static/images/templates/feature_usage_multi_view_border.png)\\n\\nTalk to the extremes. For the barely engaged with the feature, ask them what’s lacking. For the heavily engaged, ask them what they’re loving.\\n\\n---\\n### How exactly are they using it?\\nHere you can see a stream of events through your product for a particular user:\\n\\n```sql\\nselect\\n time,\\n name,\\n user_id\\nfrom events\\nwhere user_id = {{user_id}}\\norder by time desc;\\n```\\n**Sample Output:**\\n![](/static/images/templates/event_stream.png)\\n\\nWhat's even better than this query? Talking to your customers! Offer a $25 gift card (Starbucks, Amazon, etc) for 25 minutes of their time. You’ll get much better insight. We've even [included a list of questions](#pro-tips) to ask.\\n\\n---\\n### How does use compare to similar features?\\nSee our post on [Comparing Feature Usage](/sql-templates/product/product-most-used-features) for the full overview.\\n\\n```sql\\nselect\\n date_trunc('week',time), -- or day, month, etc\\n name,\\n count(1)\\nfrom events\\nwhere name in ('Add Image','Delete Image','Auto-Organize Canvas','New Canvas','Share Canvas') -- here we select a few relevant features\\ngroup by 1,2;\\n```\\n\\n**Sample Output (visualized in PopSQL):**\\n![](/static/images/templates/comparative_feature_usage.png)\\n\\nOur new feature (line 🟣 ) is growing in usage. That dip in the latest week is curious, though...\\n\\n---\\n### Has anything gone wrong?\\nFor small startups, keep an eye on error logs, beta users, and support tickets. You'd be surprised how readily visible spikes / anomalies are when you've visualized your data.\\n\\n```sql\\nselect\\n date_trunc(day,created_at) as day,\\n count(*)\\nfrom tickets\\ngroup by 1\\norder by 1;\\n```\\n\\n**Sample Output (visualized in PopSQL):**\\n![](/static/images/templates/tickets_by_period.png)\\n\\nThat spike is anomalous and corresponds with the dip in feature usage above.\\n\\n---\\n\\n## Try it yourself?\\nRun this template against our [sample database](/sql-templates/analytics/exploring-sample-dataset) that mirrors real startup data. See the [connection credentials](/sql-templates/analytics/exploring-sample-dataset#accessing-this-database), then connect in PopSQL.\\n\\n---\\n\\n## Bonus Content\\nAs we mentioned [above](#how-are-they-using-it-), here are easy questions you can ask your users about a newly launched feature:\\n\\n- **What’s your use case for this feature?**\\n - What type of people on your team would most benefit from this feature?\\n - What roles wouldn’t benefit or use this feature?\\n- **How are you using this feature? (What is your workflow?)**\\n - What is the main benefit you receive from this feature?\\n - What do you dislike about this feature?\\n - What’s the main thing we can improve about this feature for you?\\n- **How would you feel if you could no longer use this feature? (Very disappointed, Somewhat disappointed, or Not disappointed)**\\n - What would you use instead of this feature?\\n - What other tools did you look into to solve this use case?\\n\",\"data\":{\"title\":\"Monitoring a Feature Launch with SQL\",\"date\":\"2020-07-30T00:00:00.000Z\",\"draft\":false,\"icon\":\"inspect\",\"author\":\"Bill Babeaux\"},\"isEmpty\":false,\"excerpt\":\"\",\"orig\":{\"type\":\"Buffer\",\"data\":[45,45,45,10,116,105,116,108,101,58,32,34,77,111,110,105,116,111,114,105,110,103,32,97,32,70,101,97,116,117,114,101,32,76,97,117,110,99,104,32,119,105,116,104,32,83,81,76,34,10,100,97,116,101,58,32,50,48,50,48,45,48,55,45,51,48,84,48,48,58,48,48,58,48,48,45,48,48,58,48,48,10,100,114,97,102,116,58,32,102,97,108,115,101,10,105,99,111,110,58,32,34,105,110,115,112,101,99,116,34,10,97,117,116,104,111,114,58,32,34,66,105,108,108,32,66,97,98,101,97,117,120,34,10,45,45,45,10,33,91,93,40,47,115,116,97,116,105,99,47,105,109,97,103,101,115,47,116,101,109,112,108,97,116,101,115,47,99,111,118,101,114,115,47,99,111,118,101,114,95,109,111,110,105,116,111,114,105,110,103,95,97,95,102,101,97,116,117,114,101,95,108,97,117,110,99,104,46,112,110,103,41,10,10,89,111,117,32,103,111,116,116,97,32,104,97,118,101,32,118,105,115,105,98,105,108,105,116,121,32,111,110,32,97,110,121,32,110,101,119,108,121,32,108,97,117,110,99,104,101,100,32,102,101,97,116,117,114,101,115,46,32,89,111,117,32,99,97,110,39,116,32,102,108,121,32,98,108,105,110,100,32,111,114,32,226,128,156,116,101,115,116,32,111,110,32,117,115,101,114,115,226,128,157,46,10,10,70,111,114,116,117,110,97,116,101,108,121,44,32,121,111,117,32,99,97,110,32,109,97,107,101,32,97,32,60,97,32,104,114,101,102,61,34,104,116,116,112,115,58,47,47,112,111,112,115,113,108,46,99,111,109,47,100,97,115,104,98,111,97,114,100,115,47,99,80,73,48,56,105,78,107,47,102,101,97,116,117,114,101,45,108,97,117,110,99,104,63,97,99,99,101,115,115,95,116,111,107,101,110,61,57,52,57,51,52,48,53,48,54,55,102,55,51,101,49,101,50,51,100,50,52,56,98,52,51,57,53,99,50,53,50,99,34,32,116,97,114,103,101,116,61,34,95,98,108,97,110,107,34,62,102,101,97,116,117,114,101,32,108,97,117,110,99,104,32,100,97,115,104,98,111,97,114,100,60,47,97,62,32,105,110,32,80,111,112,83,81,76,32,105,110,32,117,110,100,101,114,32,50,48,32,109,105,110,117,116,101,115,46,32,72,101,114,101,39,115,32,97,32,112,114,101,118,105,101,119,58,10,33,91,93,40,47,115,116,97,116,105,99,47,105,109,97,103,101,115,47,116,101,109,112,108,97,116,101,115,47,102,97,100,101,95,100,97,115,104,98,111,97,114,100,46,112,110,103,41,10,10,35,35,32,87,104,121,32,83,81,76,63,10,79,117,114,32,116,101,97,109,32,99,111,109,101,115,32,102,114,111,109,32,85,98,101,114,44,32,73,110,115,116,97,99,97,114,116,44,32,83,101,103,109,101,110,116,44,32,73,110,86,105,115,105,111,110,44,32,97,110,100,32,65,117,116,104,48,46,32,87,101,32,107,110,111,119,32,116,104,97,116,32,101,118,101,110,32,108,97,114,103,101,32,116,101,97,109,115,32,102,97,99,101,32,97,110,97,108,121,116,105,99,115,32,99,104,97,108,108,101,110,103,101,115,32,108,105,107,101,58,10,32,45,32,100,101,97,100,108,105,110,101,115,32,116,104,97,116,32,115,110,101,97,107,32,117,112,59,10,32,45,32,121,111,117,114,32,116,101,97,109,32,105,115,32,115,104,111,114,116,32,97,110,32,97,110,97,108,121,115,116,59,10,32,45,32,116,104,101,32,100,97,116,97,32,101,110,103,32,116,101,97,109,32,104,97,115,32,97,32,50,32,119,101,101,107,32,98,97,99,107,108,111,103,32,97,110,100,32,99,97,110,226,128,153,116,32,103,101,116,32,121,111,117,114,32,40,101,120,112,101,114,105,109,101,110,116,97,108,41,32,100,97,116,97,32,105,110,116,111,32,121,111,117,114,32,66,73,32,116,111,111,108,32,40,119,104,105,99,104,32,114,101,113,117,105,114,101,115,32,104,101,97,118,121,32,100,97,116,97,32,105,110,115,116,114,117,109,101,110,116,97,116,105,111,110,32,240,159,152,172,32,41,59,32,101,116,99,46,10,10,35,35,32,83,81,76,32,121,111,117,32,99,97,110,32,99,111,112,121,32,47,32,112,97,115,116,101,10,42,78,111,116,101,58,32,116,104,101,115,101,32,113,117,101,114,105,101,115,32,103,105,118,101,32,104,105,103,104,45,108,101,118,101,108,32,118,105,115,105,98,105,108,105,116,121,46,32,87,101,226,128,153,114,101,32,119,114,105,116,105,110,103,32,97,32,83,81,76,32,116,101,109,112,108,97,116,101,32,111,110,32,104,111,119,32,116,111,32,115,116,97,116,105,115,116,105,99,97,108,108,121,32,109,101,97,115,117,114,101,32,105,102,32,97,32,102,101,97,116,117,114,101,32,104,97,115,32,109,101,116,32,116,104,101,32,112,114,101,100,105,99,116,101,100,32,115,117,99,99,101,115,115,32,99,114,105,116,101,114,105,97,32,119,105,116,104,32,110,111,32,100,101,103,114,97,100,97,116,105,111,110,32,105,110,32,115,101,99,111,110,100,97,114,121,32,109,101,116,114,105,99,115,32,40,97,107,97,32,116,104,101,32,103,111,108,100,32,115,116,97,110,100,97,114,100,41,46,42,10,10,35,35,35,32,81,117,105,99,107,32,108,105,110,107,115,58,10,45,32,91,73,115,32,97,110,121,98,111,100,121,32,117,115,105,110,103,32,116,104,101,32,102,101,97,116,117,114,101,63,93,40,35,105,115,45,97,110,121,98,111,100,121,45,117,115,105,110,103,45,116,104,101,45,102,101,97,116,117,114,101,45,41,10,45,32,91,87,104,111,32,105,115,32,117,115,105,110,103,32,105,116,63,93,40,35,119,104,111,45,105,115,45,117,115,105,110,103,45,105,116,45,41,10,45,32,91,72,111,119,32,109,117,99,104,32,97,114,101,32,116,104,101,121,32,117,115,105,110,103,32,105,116,63,93,40,35,104,111,119,45,109,117,99,104,45,97,114,101,45,116,104,101,121,45,117,115,105,110,103,45,105,116,45,41,10,45,32,91,72,111,119,32,101,120,97,99,116,108,121,32,97,114,101,32,116,104,101,121,32,117,115,105,110,103,32,105,116,63,93,40,35,104,111,119,45,97,114,101,45,116,104,101,121,45,117,115,105,110,103,45,105,116,45,41,10,45,32,91,72,111,119,32,100,111,101,115,32,117,115,101,32,99,111,109,112,97,114,101,32,116,111,32,115,105,109,105,108,97,114,32,102,101,97,116,117,114,101,115,63,93,40,35,104,111,119,45,100,111,101,115,45,117,115,101,45,99,111,109,112,97,114,101,45,116,111,45,115,105,109,105,108,97,114,45,102,101,97,116,117,114,101,115,45,41,10,45,32,91,72,97,115,32,97,110,121,116,104,105,110,103,32,103,111,110,101,32,119,114,111,110,103,63,93,40,35,104,97,115,45,97,110,121,116,104,105,110,103,45,103,111,110,101,45,119,114,111,110,103,45,41,10,10,45,45,45,10,35,35,35,32,73,115,32,97,110,121,98,111,100,121,32,117,115,105,110,103,32,116,104,101,32,102,101,97,116,117,114,101,63,10,73,102,32,121,111,117,32,104,97,118,101,32,97,32,96,117,115,101,114,115,96,32,116,97,98,108,101,32,97,110,100,32,97,110,32,96,101,118,101,110,116,115,96,32,116,97,98,108,101,32,119,105,116,104,32,97,32,96,116,105,109,101,115,116,97,109,112,96,32,97,110,100,32,96,101,118,101,110,116,95,110,97,109,101,96,32,44,32,121,111,117,32,99,97,110,32,117,115,101,32,116,104,101,32,113,117,101,114,105,101,115,32,98,101,108,111,119,32,119,105,116,104,32,108,105,116,116,108,101,32,109,111,100,105,102,105,99,97,116,105,111,110,46,32,32,10,10,96,96,96,115,113,108,10,115,101,108,101,99,116,10,32,32,100,97,116,101,95,116,114,117,110,99,40,39,100,97,121,39,44,116,105,109,101,41,32,97,115,32,100,97,121,32,45,45,32,111,114,32,119,101,101,107,44,32,109,111,110,116,104,10,32,32,99,111,117,110,116,40,42,41,10,102,114,111,109,32,101,118,101,110,116,115,10,119,104,101,114,101,32,116,105,109,101,32,62,32,39,50,48,50,48,45,48,51,45,50,56,39,32,97,110,100,32,116,105,109,101,32,60,32,39,50,48,50,48,45,48,53,45,49,53,39,32,45,45,108,97,117,110,99,104,32,100,97,116,101,10,32,32,97,110,100,32,110,97,109,101,32,61,32,39,123,123,102,101,97,116,117,114,101,125,125,39,10,103,114,111,117,112,32,98,121,32,49,10,111,114,100,101,114,32,98,121,32,49,59,10,96,96,96,10,10,42,42,83,97,109,112,108,101,32,79,117,116,112,117,116,32,40,118,105,115,117,97,108,105,122,101,100,32,105,110,32,80,111,112,83,81,76,41,58,42,42,10,33,91,93,40,47,115,116,97,116,105,99,47,105,109,97,103,101,115,47,116,101,109,112,108,97,116,101,115,47,102,101,97,116,117,114,101,95,117,115,97,103,101,95,98,121,95,100,97,121,46,112,110,103,41,10,10,71,114,101,97,116,33,32,80,101,111,112,108,101,32,97,114,101,32,97,99,116,117,97,108,108,121,32,117,115,105,110,103,32,116,104,105,115,32,102,101,97,116,117,114,101,46,10,10,45,45,45,10,35,35,35,32,87,104,111,32,105,115,32,117,115,105,110,103,32,105,116,63,10,72,101,114,101,39,115,32,97,32,115,105,109,112,108,101,32,119,97,121,32,116,111,32,102,105,110,100,32,116,104,101,32,108,97,115,116,32,49,48,48,32,105,110,116,101,114,97,99,116,105,111,110,115,32,119,105,116,104,32,121,111,117,114,32,102,101,97,116,117,114,101,58,10,10,96,96,96,115,113,108,10,115,101,108,101,99,116,10,32,32,100,105,115,116,105,110,99,116,10,32,32,101,46,116,105,109,101,44,10,32,32,117,46,105,100,32,97,115,32,117,115,101,114,95,105,100,44,10,32,32,99,111,110,99,97,116,40,117,46,102,105,114,115,116,95,110,97,109,101,44,32,39,32,39,44,32,117,46,108,97,115,116,95,110,97,109,101,41,32,97,115,32,117,115,101,114,95,110,97,109,101,44,10,32,32,117,46,101,109,97,105,108,44,10,32,32,117,46,99,114,101,97,116,101,100,95,97,116,32,97,115,32,117,115,101,114,95,99,114,101,97,116,101,100,95,97,116,10,102,114,111,109,32,101,118,101,110,116,115,32,101,10,105,110,110,101,114,32,106,111,105,110,32,117,115,101,114,115,32,117,32,111,110,32,117,46,105,100,32,61,32,101,46,117,115,101,114,95,105,100,10,119,104,101,114,101,32,101,46,116,105,109,101,32,62,61,32,39,50,48,50,48,45,48,51,45,50,56,39,32,45,45,108,97,117,110,99,104,32,100,97,116,101,10,32,32,97,110,100,32,101,46,110,97,109,101,32,61,32,39,123,123,102,101,97,116,117,114,101,125,125,39,10,111,114,100,101,114,32,98,121,32,101,46,116,105,109,101,32,100,101,115,99,10,108,105,109,105,116,32,49,48,48,59,10,96,96,96,10,10,42,42,83,97,109,112,108,101,32,79,117,116,112,117,116,58,42,42,10,10,96,96,96,10,124,32,116,105,109,101,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,124,32,117,115,101,114,95,105,100,32,124,32,110,97,109,101,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,124,32,101,109,97,105,108,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,124,32,117,115,101,114,95,99,114,101,97,116,101,100,95,97,116,32,32,32,32,32,124,10,124,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,124,45,45,45,45,45,45,45,45,45,124,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,124,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,124,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,124,10,124,32,50,48,50,48,45,48,53,45,49,53,32,50,51,58,53,53,58,52,55,32,124,32,52,57,52,55,50,57,32,32,124,32,70,114,101,100,101,114,105,99,32,65,98,101,114,110,97,116,104,121,32,124,32,102,114,101,100,101,114,105,99,64,99,114,97,102,116,101,114,121,46,99,111,109,32,124,32,50,48,49,57,45,48,51,45,48,52,32,50,49,58,50,53,58,48,52,32,124,10,124,32,50,48,50,48,45,48,53,45,49,53,32,50,50,58,53,48,58,51,52,32,124,32,53,55,49,52,56,52,32,32,124,32,69,114,105,107,32,72,97,110,115,101,110,32,32,32,32,32,32,32,32,124,32,101,114,105,107,64,112,97,99,107,121,97,114,100,46,99,111,109,32,32,32,32,32,124,32,50,48,50,48,45,48,52,45,49,55,32,48,48,58,49,50,58,53,48,32,124,10,124,32,46,46,46,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,124,32,46,46,46,32,32,32,32,32,124,32,46,46,46,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,124,32,46,46,46,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,124,32,46,46,46,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,124,10,96,96,96,10,80,114,111,32,116,105,112,58,32,97,100,100,32,99,117,115,116,111,109,101,114,32,97,116,116,114,105,98,117,116,101,115,32,40,101,46,103,46,32,99,111,109,112,97,110,121,32,115,105,122,101,44,32,114,111,108,101,41,32,116,111,32,115,112,111,116,32,116,114,101,110,100,115,32,105,110,32,119,104,97,116,32,107,105,110,100,32,111,102,32,117,115,101,114,115,32,97,114,101,32,97,100,111,112,116,105,110,103,32,116,104,101,32,102,101,97,116,117,114,101,46,32,89,111,117,32,99,97,110,32,101,118,101,110,32,101,110,114,105,99,104,32,117,115,101,114,115,47,108,101,97,100,115,32,119,105,116,104,32,60,97,32,104,114,101,102,61,34,104,116,116,112,115,58,47,47,99,108,101,97,114,98,105,116,46,99,111,109,47,34,32,116,97,114,103,101,116,61,34,95,98,108,97,110,107,34,62,67,108,101,97,114,98,105,116,60,47,97,62,32,116,111,32,103,111,32,100,101,101,112,101,114,32,40,97,32,116,111,112,105,99,32,102,111,114,32,97,32,102,117,116,117,114,101,32,116,101,109,112,108,97,116,101,33,41,46,10,10,45,45,45,10,35,35,35,32,72,111,119,32,109,117,99,104,32,97,114,101,32,116,104,101,121,32,117,115,105,110,103,32,105,116,63,10,84,111,32,102,105,110,100,32,116,104,101,32,109,111,115,116,32,101,110,103,97,103,101,100,32,117,115,101,114,115,32,111,102,32,116,104,101,32,102,101,97,116,117,114,101,58,10,10,96,96,96,115,113,108,10,115,101,108,101,99,116,10,32,32,117,115,101,114,95,105,100,44,10,32,32,67,79,85,78,84,40,49,41,10,102,114,111,109,32,101,118,101,110,116,115,10,119,104,101,114,101,32,110,97,109,101,32,61,32,39,123,123,102,101,97,116,117,114,101,125,125,39,10,103,114,111,117,112,32,98,121,32,49,10,111,114,100,101,114,32,98,121,32,50,32,100,101,115,99,10,108,105,109,105,116,32,49,48,59,10,96,96,96,10,10,84,104,101,32,108,101,97,115,116,32,101,110,103,97,103,101,100,32,117,115,101,114,115,32,111,102,32,116,104,101,32,102,101,97,116,117,114,101,58,10,10,96,96,96,115,113,108,10,115,101,108,101,99,116,10,32,32,117,115,101,114,95,105,100,44,10,32,32,67,79,85,78,84,40,49,41,10,102,114,111,109,32,101,118,101,110,116,115,10,119,104,101,114,101,32,110,97,109,101,32,61,32,39,123,123,102,101,97,116,117,114,101,125,125,39,10,103,114,111,117,112,32,98,121,32,49,10,111,114,100,101,114,32,98,121,32,50,32,97,115,99,10,108,105,109,105,116,32,49,48,59,10,96,96,96,10,10,65,110,100,32,116,111,32,115,104,111,119,32,97,108,108,32,117,115,101,114,115,32,40,115,104,111,119,105,110,103,32,105,110,116,101,110,115,105,116,121,32,111,102,32,117,115,101,32,116,111,111,41,58,10,96,96,96,115,113,108,10,119,105,116,104,32,101,118,101,110,116,95,100,97,116,97,32,97,115,32,40,10,32,32,115,101,108,101,99,116,10,32,32,32,32,117,115,101,114,95,105,100,32,97,115,32,117,115,101,114,95,105,100,44,10,32,32,32,32,109,105,110,40,116,105,109,101,41,32,97,115,32,102,105,114,115,116,95,116,105,109,101,44,10,32,32,32,32,109,97,120,40,116,105,109,101,41,32,97,115,32,108,97,115,116,95,116,105,109,101,44,10,32,32,32,32,114,111,117,110,100,40,40,40,101,120,116,114,97,99,116,40,101,112,111,99,104,32,102,114,111,109,32,109,97,120,40,116,105,109,101,41,41,32,45,32,101,120,116,114,97,99,116,40,101,112,111,99,104,32,102,114,111,109,32,109,105,110,40,116,105,109,101,41,41,41,32,47,32,56,54,52,48,48,41,58,58,100,101,99,105,109,97,108,44,32,49,41,32,97,115,32,100,97,121,115,95,101,108,97,112,115,101,100,44,10,32,32,32,32,99,111,117,110,116,40,49,41,10,32,32,102,114,111,109,32,101,118,101,110,116,115,10,32,32,119,104,101,114,101,32,110,97,109,101,32,61,32,39,123,123,102,101,97,116,117,114,101,125,125,39,10,32,32,103,114,111,117,112,32,98,121,32,49,10,41,10,10,115,101,108,101,99,116,10,32,32,42,44,10,32,32,82,79,85,78,68,40,40,99,111,117,110,116,32,47,32,100,97,121,115,95,101,108,97,112,115,101,100,41,44,49,41,32,97,115,32,97,118,103,95,117,115,101,95,112,101,114,95,100,97,121,10,102,114,111,109,32,101,118,101,110,116,95,100,97,116,97,10,119,104,101,114,101,32,99,111,117,110,116,32,62,32,48,32,45,45,32,116,111,32,112,114,101,118,101,110,116,32,100,105,118,105,100,105,110,103,32,98,121,32,48,10,32,32,97,110,100,32,100,97,121,115,95,101,108,97,112,115,101,100,32,62,32,48,32,45,45,32,116,111,32,112,114,101,118,101,110,116,32,100,105,118,105,100,105,110,103,32,98,121,32,48,10,111,114,100,101,114,32,98,121,32,54,32,100,101,115,99,32,45,45,32,115,111,114,116,32,98,121,32,97,118,103,95,117,115,101,95,112,101,114,95,100,97,121,59,10,96,96,96,10,10,42,42,83,97,109,112,108,101,32,79,117,116,112,117,116,115,32,40,118,105,115,117,97,108,105,122,101,100,32,105,110,32,80,111,112,83,81,76,41,58,42,42,10,33,91,93,40,47,115,116,97,116,105,99,47,105,109,97,103,101,115,47,116,101,109,112,108,97,116,101,115,47,102,101,97,116,117,114,101,95,117,115,97,103,101,95,109,117,108,116,105,95,118,105,101,119,95,98,111,114,100,101,114,46,112,110,103,41,10,10,84,97,108,107,32,116,111,32,116,104,101,32,101,120,116,114,101,109,101,115,46,32,70,111,114,32,116,104,101,32,98,97,114,101,108,121,32,101,110,103,97,103,101,100,32,119,105,116,104,32,116,104,101,32,102,101,97,116,117,114,101,44,32,97,115,107,32,116,104,101,109,32,119,104,97,116,226,128,153,115,32,108,97,99,107,105,110,103,46,32,70,111,114,32,116,104,101,32,104,101,97,118,105,108,121,32,101,110,103,97,103,101,100,44,32,97,115,107,32,116,104,101,109,32,119,104,97,116,32,116,104,101,121,226,128,153,114,101,32,108,111,118,105,110,103,46,10,10,45,45,45,10,35,35,35,32,72,111,119,32,101,120,97,99,116,108,121,32,97,114,101,32,116,104,101,121,32,117,115,105,110,103,32,105,116,63,10,72,101,114,101,32,121,111,117,32,99,97,110,32,115,101,101,32,97,32,115,116,114,101,97,109,32,111,102,32,101,118,101,110,116,115,32,116,104,114,111,117,103,104,32,121,111,117,114,32,112,114,111,100,117,99,116,32,102,111,114,32,97,32,112,97,114,116,105,99,117,108,97,114,32,117,115,101,114,58,10,10,96,96,96,115,113,108,10,115,101,108,101,99,116,10,32,32,116,105,109,101,44,10,32,32,110,97,109,101,44,10,32,32,117,115,101,114,95,105,100,10,102,114,111,109,32,101,118,101,110,116,115,10,119,104,101,114,101,32,117,115,101,114,95,105,100,32,61,32,123,123,117,115,101,114,95,105,100,125,125,10,111,114,100,101,114,32,98,121,32,116,105,109,101,32,100,101,115,99,59,10,96,96,96,10,42,42,83,97,109,112,108,101,32,79,117,116,112,117,116,58,42,42,10,33,91,93,40,47,115,116,97,116,105,99,47,105,109,97,103,101,115,47,116,101,109,112,108,97,116,101,115,47,101,118,101,110,116,95,115,116,114,101,97,109,46,112,110,103,41,10,10,87,104,97,116,39,115,32,101,118,101,110,32,98,101,116,116,101,114,32,116,104,97,110,32,116,104,105,115,32,113,117,101,114,121,63,32,84,97,108,107,105,110,103,32,116,111,32,121,111,117,114,32,99,117,115,116,111,109,101,114,115,33,32,79,102,102,101,114,32,97,32,36,50,53,32,103,105,102,116,32,99,97,114,100,32,40,83,116,97,114,98,117,99,107,115,44,32,65,109,97,122,111,110,44,32,101,116,99,41,32,102,111,114,32,50,53,32,109,105,110,117,116,101,115,32,111,102,32,116,104,101,105,114,32,116,105,109,101,46,32,89,111,117,226,128,153,108,108,32,103,101,116,32,109,117,99,104,32,98,101,116,116,101,114,32,105,110,115,105,103,104,116,46,32,87,101,39,118,101,32,101,118,101,110,32,91,105,110,99,108,117,100,101,100,32,97,32,108,105,115,116,32,111,102,32,113,117,101,115,116,105,111,110,115,93,40,35,112,114,111,45,116,105,112,115,41,32,116,111,32,97,115,107,46,10,10,45,45,45,10,35,35,35,32,72,111,119,32,100,111,101,115,32,117,115,101,32,99,111,109,112,97,114,101,32,116,111,32,115,105,109,105,108,97,114,32,102,101,97,116,117,114,101,115,63,10,83,101,101,32,111,117,114,32,112,111,115,116,32,111,110,32,91,67,111,109,112,97,114,105,110,103,32,70,101,97,116,117,114,101,32,85,115,97,103,101,93,40,47,115,113,108,45,116,101,109,112,108,97,116,101,115,47,112,114,111,100,117,99,116,47,112,114,111,100,117,99,116,45,109,111,115,116,45,117,115,101,100,45,102,101,97,116,117,114,101,115,41,32,102,111,114,32,116,104,101,32,102,117,108,108,32,111,118,101,114,118,105,101,119,46,10,10,96,96,96,115,113,108,10,115,101,108,101,99,116,10,32,32,100,97,116,101,95,116,114,117,110,99,40,39,119,101,101,107,39,44,116,105,109,101,41,44,32,32,45,45,32,111,114,32,100,97,121,44,32,109,111,110,116,104,44,32,101,116,99,10,32,32,110,97,109,101,44,10,32,32,99,111,117,110,116,40,49,41,10,102,114,111,109,32,101,118,101,110,116,115,10,119,104,101,114,101,32,110,97,109,101,32,105,110,32,40,39,65,100,100,32,73,109,97,103,101,39,44,39,68,101,108,101,116,101,32,73,109,97,103,101,39,44,39,65,117,116,111,45,79,114,103,97,110,105,122,101,32,67,97,110,118,97,115,39,44,39,78,101,119,32,67,97,110,118,97,115,39,44,39,83,104,97,114,101,32,67,97,110,118,97,115,39,41,32,45,45,32,104,101,114,101,32,119,101,32,115,101,108,101,99,116,32,97,32,102,101,119,32,114,101,108,101,118,97,110,116,32,102,101,97,116,117,114,101,115,10,103,114,111,117,112,32,98,121,32,49,44,50,59,10,96,96,96,10,10,42,42,83,97,109,112,108,101,32,79,117,116,112,117,116,32,40,118,105,115,117,97,108,105,122,101,100,32,105,110,32,80,111,112,83,81,76,41,58,42,42,10,33,91,93,40,47,115,116,97,116,105,99,47,105,109,97,103,101,115,47,116,101,109,112,108,97,116,101,115,47,99,111,109,112,97,114,97,116,105,118,101,95,102,101,97,116,117,114,101,95,117,115,97,103,101,46,112,110,103,41,10,10,79,117,114,32,110,101,119,32,102,101,97,116,117,114,101,32,40,108,105,110,101,32,240,159,159,163,32,41,32,105,115,32,103,114,111,119,105,110,103,32,105,110,32,117,115,97,103,101,46,32,84,104,97,116,32,100,105,112,32,105,110,32,116,104,101,32,108,97,116,101,115,116,32,119,101,101,107,32,105,115,32,99,117,114,105,111,117,115,44,32,116,104,111,117,103,104,46,46,46,10,10,45,45,45,10,35,35,35,32,72,97,115,32,97,110,121,116,104,105,110,103,32,103,111,110,101,32,119,114,111,110,103,63,10,70,111,114,32,115,109,97,108,108,32,115,116,97,114,116,117,112,115,44,32,107,101,101,112,32,97,110,32,101,121,101,32,111,110,32,101,114,114,111,114,32,108,111,103,115,44,32,98,101,116,97,32,117,115,101,114,115,44,32,97,110,100,32,115,117,112,112,111,114,116,32,116,105,99,107,101,116,115,46,32,89,111,117,39,100,32,98,101,32,115,117,114,112,114,105,115,101,100,32,104,111,119,32,114,101,97,100,105,108,121,32,118,105,115,105,98,108,101,32,115,112,105,107,101,115,32,47,32,97,110,111,109,97,108,105,101,115,32,97,114,101,32,119,104,101,110,32,121,111,117,39,118,101,32,118,105,115,117,97,108,105,122,101,100,32,121,111,117,114,32,100,97,116,97,46,10,10,96,96,96,115,113,108,10,115,101,108,101,99,116,10,32,32,100,97,116,101,95,116,114,117,110,99,40,100,97,121,44,99,114,101,97,116,101,100,95,97,116,41,32,97,115,32,100,97,121,44,10,32,32,99,111,117,110,116,40,42,41,10,102,114,111,109,32,116,105,99,107,101,116,115,10,103,114,111,117,112,32,98,121,32,49,10,111,114,100,101,114,32,98,121,32,49,59,10,96,96,96,10,10,42,42,83,97,109,112,108,101,32,79,117,116,112,117,116,32,40,118,105,115,117,97,108,105,122,101,100,32,105,110,32,80,111,112,83,81,76,41,58,42,42,10,33,91,93,40,47,115,116,97,116,105,99,47,105,109,97,103,101,115,47,116,101,109,112,108,97,116,101,115,47,116,105,99,107,101,116,115,95,98,121,95,112,101,114,105,111,100,46,112,110,103,41,10,10,84,104,97,116,32,115,112,105,107,101,32,105,115,32,97,110,111,109,97,108,111,117,115,32,97,110,100,32,99,111,114,114,101,115,112,111,110,100,115,32,119,105,116,104,32,116,104,101,32,100,105,112,32,105,110,32,102,101,97,116,117,114,101,32,117,115,97,103,101,32,97,98,111,118,101,46,10,10,45,45,45,10,10,35,35,32,84,114,121,32,105,116,32,121,111,117,114,115,101,108,102,63,10,82,117,110,32,116,104,105,115,32,116,101,109,112,108,97,116,101,32,97,103,97,105,110,115,116,32,111,117,114,194,160,91,115,97,109,112,108,101,32,100,97,116,97,98,97,115,101,93,40,47,115,113,108,45,116,101,109,112,108,97,116,101,115,47,97,110,97,108,121,116,105,99,115,47,101,120,112,108,111,114,105,110,103,45,115,97,109,112,108,101,45,100,97,116,97,115,101,116,41,32,116,104,97,116,32,109,105,114,114,111,114,115,32,114,101,97,108,32,115,116,97,114,116,117,112,32,100,97,116,97,46,32,83,101,101,32,116,104,101,32,91,99,111,110,110,101,99,116,105,111,110,32,99,114,101,100,101,110,116,105,97,108,115,93,40,47,115,113,108,45,116,101,109,112,108,97,116,101,115,47,97,110,97,108,121,116,105,99,115,47,101,120,112,108,111,114,105,110,103,45,115,97,109,112,108,101,45,100,97,116,97,115,101,116,35,97,99,99,101,115,115,105,110,103,45,116,104,105,115,45,100,97,116,97,98,97,115,101,41,44,32,116,104,101,110,32,99,111,110,110,101,99,116,32,105,110,32,80,111,112,83,81,76,46,10,10,45,45,45,10,10,35,35,32,66,111,110,117,115,32,67,111,110,116,101,110,116,10,65,115,32,119,101,32,109,101,110,116,105,111,110,101,100,32,91,97,98,111,118,101,93,40,35,104,111,119,45,97,114,101,45,116,104,101,121,45,117,115,105,110,103,45,105,116,45,41,44,32,104,101,114,101,32,97,114,101,32,101,97,115,121,32,113,117,101,115,116,105,111,110,115,32,121,111,117,32,99,97,110,32,97,115,107,32,121,111,117,114,32,117,115,101,114,115,32,97,98,111,117,116,32,97,32,110,101,119,108,121,32,108,97,117,110,99,104,101,100,32,102,101,97,116,117,114,101,58,10,10,45,32,42,42,87,104,97,116,226,128,153,115,32,121,111,117,114,32,117,115,101,32,99,97,115,101,32,102,111,114,32,116,104,105,115,32,102,101,97,116,117,114,101,63,42,42,10,32,32,45,32,87,104,97,116,32,116,121,112,101,32,111,102,32,112,101,111,112,108,101,32,111,110,32,121,111,117,114,32,116,101,97,109,32,119,111,117,108,100,32,109,111,115,116,32,98,101,110,101,102,105,116,32,102,114,111,109,32,116,104,105,115,32,102,101,97,116,117,114,101,63,10,32,32,45,32,87,104,97,116,32,114,111,108,101,115,32,119,111,117,108,100,110,226,128,153,116,32,98,101,110,101,102,105,116,32,111,114,32,117,115,101,32,116,104,105,115,32,102,101,97,116,117,114,101,63,10,45,32,42,42,72,111,119,32,97,114,101,32,121,111,117,32,117,115,105,110,103,32,116,104,105,115,32,102,101,97,116,117,114,101,63,32,40,87,104,97,116,32,105,115,32,121,111,117,114,32,119,111,114,107,102,108,111,119,63,41,42,42,10,32,32,45,32,87,104,97,116,32,105,115,32,116,104,101,32,109,97,105,110,32,98,101,110,101,102,105,116,32,121,111,117,32,114,101,99,101,105,118,101,32,102,114,111,109,32,116,104,105,115,32,102,101,97,116,117,114,101,63,10,32,32,45,32,87,104,97,116,32,100,111,32,121,111,117,32,100,105,115,108,105,107,101,32,97,98,111,117,116,32,116,104,105,115,32,102,101,97,116,117,114,101,63,10,32,32,45,32,87,104,97,116,226,128,153,115,32,116,104,101,32,109,97,105,110,32,116,104,105,110,103,32,119,101,32,99,97,110,32,105,109,112,114,111,118,101,32,97,98,111,117,116,32,116,104,105,115,32,102,101,97,116,117,114,101,32,102,111,114,32,121,111,117,63,10,45,32,42,42,72,111,119,32,119,111,117,108,100,32,121,111,117,32,102,101,101,108,32,105,102,32,121,111,117,32,99,111,117,108,100,32,110,111,32,108,111,110,103,101,114,32,117,115,101,32,116,104,105,115,32,102,101,97,116,117,114,101,63,32,40,86,101,114,121,32,100,105,115,97,112,112,111,105,110,116,101,100,44,32,83,111,109,101,119,104,97,116,32,100,105,115,97,112,112,111,105,110,116,101,100,44,32,111,114,32,78,111,116,32,100,105,115,97,112,112,111,105,110,116,101,100,41,42,42,10,32,32,45,32,87,104,97,116,32,119,111,117,108,100,32,121,111,117,32,117,115,101,32,105,110,115,116,101,97,100,32,111,102,32,116,104,105,115,32,102,101,97,116,117,114,101,63,10,32,32,45,32,87,104,97,116,32,111,116,104,101,114,32,116,111,111,108,115,32,100,105,100,32,121,111,117,32,108,111,111,107,32,105,110,116,111,32,116,111,32,115,111,108,118,101,32,116,104,105,115,32,117,115,101,32,99,97,115,101,63,10]},\"category\":\"product\"}"},"__N_SSG":true}