Skip to main content
Known Participant
August 19, 2009
Question

Click tracking of the Master/Detail page

  • August 19, 2009
  • 1 reply
  • 1221 views

I created a Master/Detail page. After a product in the master page is viewed, I want to display the total views of that product. Sort of like a web stat. I'm not sure where to start. One way I was thinking of was to utilize the {Recordset1.TotalRecords} behavior. Unfortunately this only displays the records entered and not the records viewed. I hope this makes sense.

This topic has been closed for replies.

1 reply

Participating Frequently
August 20, 2009

Records viewed? As in, the number of times someone has viewed an item. For that you will need to create and update statement that increments the count column of an item when it is viewed. Have you created that part yet?

joe955Author
Known Participant
August 20, 2009

Yes as in, the number of times someone has viewed an item.

The "create and update statement that increments the count column of an item when it is viewed", sounds like what I'm looking for but not sure how one would "create and update statement that increments the count column of an item when it is viewed".

Is this a script/function/behavior or all the above?

Also I'm working with PHP incase I didn't mention it before.

DwFAQ
Participating Frequently
August 20, 2009

http://forums.adobe.com/thread/459530?