Custom Component

For Joomla! 3.x Coding related discussions, you could also use: http://groups.google.com/group/joomla-dev-general

Moderators: ooffick, General Support Moderators

Forum rules
Locked
szaboendre
Joomla! Fledgling
Joomla! Fledgling
Posts: 3
Joined: Wed Feb 22, 2017 2:58 pm

Custom Component

Post by szaboendre » Thu Feb 23, 2017 9:44 pm

Greetings!

Im kinda new to Joomla! and I have to make a component to the admin site, where we can make hashed links to the site, and the track it back in the DB how many visitors the link made. For example:

mysite.com -> mysite.com/ak3j42kgidk3234 Thats a link I send in e-mail, then:

Link: Email: Visits:
mysite.com/ak3j42kgidk3234 [email protected] 14

I have spent a few hours already reading about this, but I only found simple, listing components, or JUMI written modules or articles. But i have to use custom php script on admin site. (Cuz its really easy in raw PHP).

Is there any way to work it around? It seems a bit way to complicated :/
Last edited by imanickam on Fri Feb 24, 2017 2:00 am, edited 1 time in total.
Reason: Moved the topic from the forum General Questions/New to Joomla! to the forum Joomla! 3.x Coding

User avatar
zero24
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 119
Joined: Fri Sep 27, 2013 6:46 am
Contact:

Re: Custom Component

Post by zero24 » Sat Feb 25, 2017 12:40 am

hmm why not using the normal urls and do analytics via piwik or GA? (maybe over a Campain: https://piwik.org/docs/tracking-campaigns/)

The other way arround could be to use URL shortener Services (like: https://[spam]/). They also provide simple statistics :)

Or both :) The first provide the tracking and the seccond the URL.


Locked

Return to “Joomla! 3.x Coding”