Explore recipe: Help center article views within 30 days of creation

Return to top

12 Comments

  • Anjie Nambiar

    Hi I tried creating the metric Views within 30 days of creation but received an error.

    0
  • Erin O'Callaghan
    Zendesk Documentation Team

    Hi Anjie Nambiar, that error message (The set of calculations isn't valid) typically means that you need to be in a different dataset for the metric you're building to work. Can you check to make sure you're in the Guide: Knowledge Base dataset?

    0
  • Anjie Nambiar

    Hi Erin, yes I am. The metric 'Days between creating & view' works but not the 'Views within 30 days of creation'.

    0
  • Dane
    Zendesk Engineering
    Hi Anjie,
     
    As I can see you are indeed using the correct dataset. I would like to look into this further and I'll create a ticket for you. Let's continue our conversation there.
     
    Cheers,
    Dane
    0
  • Ryan Oakman

    Hi Erin, 

    Thanks for sharing this—it's very helpful. 

    I'm wondering if the reverse is possible, too: Articles that haven't been viewed within X time of creation?

    0
  • Erin O'Callaghan
    Zendesk Documentation Team

    Hi Ryan Oakman, I'm glad these reports are helpful! Your question raises an excellent point—how to find articles with no views. So I put together a new recipe, Finding articles with no views, that addresses this. 

    But to answer your question more specifically, to find articles that haven't been viewed within X time of creation, follow the instructions in the recipe linked above, but instead of using the Views computed separately calculated metric from that recipe, use the Views within 30 days of creation calculated metric from this recipe (and also make sure to select the Compute separately check box). That should show you exactly the articles you're looking for!

    0
  • Camila

    Hey, 

    I have different help centers, when creating the reports I couldn't find a way to filter per help center, is there any way I can do that? 

    Thanks!

    0
  • Brett Bowser
    Zendesk Community Manager
    Hey Camila,
     
    I was taking a look at our Metrics and attributes for Guide article and it looks like you should be able to use the Article Brand attribute to filter by Help Center brand. Let me know if this isn't what you're looking for.
     
    Thanks!
    0
  • Sylvain Buttazzoni

    Hi,

    For the this part Creating the standard calculated metric, Here are some corrections: 

    Does not work: 

    DATE_DIFF([Views - Date],[Article created - Date],"nb_of_days")

    Work : 

    DATE_DIFF([Engagement - Date],[Article created - Date],"nb_of_days")


    Does not work: 

    IF (VALUE(Days between creation and view) <= 30) THEN
    SUM(Views)
    ENDIF

    Work:

    IF (VALUE(Days between creation and view) <= 30) THEN
      SUM(Article views)
    ENDIF
    0
  • Mark Glinski

    Sylvain, Erin, these corrections are helpful. Can you updated the article with them? 

    0
  • Erin O'Callaghan
    Zendesk Documentation Team

    Yes, absolutely! Thank you for the comments, Sylvain Buttazzoni and Mark Glinski! I've updated the formulas and a few other places throughout this recipe to reflect the current metric and attribute names. 

    0
  • Mark Glinski

    Cool, Erin! The recipe works great. I love this use-case-based guidance for Explore. Really clarifies how to use it and also suggests possibilities for variations. Props!

     

    1

Please sign in to leave a comment.

Powered by Zendesk