Question about measuring the time a blog is online

Hi,

I work at an employent agency and we are trying to get more insight in the time a blog has been online till its is depublished again.

We want to know this because I’m trying to create rapports that state how long a vacancy has been published on our website before it gets fulfilled.

If you know anything about this, or if you have another way to get more insight in this, please let me know!

Thank you in advance,

Toon

Hi, @Toon_ten_Bras :waving_hand: Thanks for your question. Do have developer resources? If so, one approach is to use JavaScript, for example, to:

  • fetch a blog post by ID
  • extract the values for “archived_at” and “publish_date”
  • create a function to compare the difference
  • convert that number into a human-readable time format
  • this is more of a sketch, but may be worth exploring.

If you are searching for help with creating reports, and I misunderstood your request, I can get this moved over to a different part of the community.

Best,

Jaycee