# Track # of views based on date

**URL:** https://community.glideapps.com/t/track-of-views-based-on-date/21093
**Category:** Ask for Help
**Created:** [January 12, 2021, 11:45pm UTC](https://community.glideapps.com/t/track-of-views-based-on-date/21093 "2021-01-12T23:45:24Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Joe\_Gabriele](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/joe_gabriele/32/57595_2.png) [@Joe\_Gabriele](https://community.glideapps.com/u/Joe_Gabriele)
#### Post date: [January 12, 2021, 11:45pm UTC](https://community.glideapps.com/t/track-of-views-based-on-date/21093/1 "2021-01-12T23:45:24Z")

</div>

Hello Community!

My Glide App displays a bunch of blog posts, where each post has a button linked to an external url. I have setup a custom action that Increments my Views Column by 1 and opens the external link. However, without having Google Tag Manager, I’d like to track the date of each view for each post so I can then graph the performance of such post over time. I can then also see the highest performing posts, etc.

Any help or examples of apps that do this would be very helpful!

---

<div class="post-metadata">

### Author: ![kyleheney](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/kyleheney/32/41173_2.png) [@kyleheney](https://community.glideapps.com/u/kyleheney)
#### Post date: [January 12, 2021, 11:50pm UTC](https://community.glideapps.com/t/track-of-views-based-on-date/21093/2 "2021-01-12T23:50:02Z")

</div>

How about have the custom action also write to another column that tracks when the button was pressed?

---

<div class="post-metadata">

### Author: ![Jeff\_Hager](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jeff_hager/32/43_2.png) [@Jeff\_Hager](https://community.glideapps.com/u/Jeff_Hager)
#### Post date: [January 13, 2021, 12:22am UTC](https://community.glideapps.com/t/track-of-views-based-on-date/21093/3 "2021-01-13T00:22:57Z")

</div>

Or an add row action that will write the link and current data to a new sheet.

---

<div class="post-metadata">

### Author: ![Joe\_Gabriele](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/joe_gabriele/32/57595_2.png) [@Joe\_Gabriele](https://community.glideapps.com/u/Joe_Gabriele)
#### Post date: [January 13, 2021, 12:41am UTC](https://community.glideapps.com/t/track-of-views-based-on-date/21093/4 "2021-01-13T00:41:39Z")

</div>

I tried the Add Row Action to a separate sheet that captures Post ID and Date and seems to work. Awesome, thanks!

---

<div class="post-metadata">

### Author: ![NoCodeAndy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/nocodeandy/32/62530_2.png) [@NoCodeAndy](https://community.glideapps.com/u/NoCodeAndy)
#### Post date: [January 17, 2024, 4:58pm UTC](https://community.glideapps.com/t/track-of-views-based-on-date/21093/5 "2024-01-17T16:58:25Z")

</div>


