Build a affiliation like app

Hello! does anyone has any template or steps in detail on how to create a affiliation like app.

I just need to be able to count how many times ppl click on my affiliated link. thank you

By default when you click on a list item, you are brought to the details screen.

You can count clicks by:

  1. Add a column called clicks with a value of 0 for each item

  2. Instead going to the details screen, create a custom action that 1st iterates clicks then goes to the details screen.

1 Like