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
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:
Add a column called clicks
with a value of 0 for each item
Instead going to the details screen, create a custom action that 1st iterates clicks
then goes to the details screen.