Count advert-contacts (contact form submits & phone-number clicks)
-
Dear Greg,
Do you have an idea how to track (count) the following user-actions on the adverts page:
* number of contact approaches via the form (submits)
* number of clicks on the button with an abbreviated phone number (clicks)Having a little statistic overview with this data on WordPress-Dashboard would be great, but needs some more efforts.
Tracking this using Google Analytics should be easier? Do you or any other have any idea how this could be realized or do you have a solution for it already?
thanks for your help.
br, Rolandps: to abbreviate the phone number and show it after a click, the following css-only-solution works (js would be better):
.adverts-button a { display: inline-block; line-height: 12px; width: 100px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .adverts-button a:hover, .adverts-button a:active { width: auto; overflow: initial; text-overflow: initial; }
The page I need help with: [log in to see the link]
- The topic ‘Count advert-contacts (contact form submits & phone-number clicks)’ is closed to new replies.