i have a php script that is used by several people, how can i track all the domains that are using or hosting him?
i dont have an ftp to make a call (like if i simulate a image with a php and add the referrer to the track) and also i dont want to bloat the script with a call to another ftp (but google its ok since its well distributed)
right now i have an google analytics tracker on it but he only gets the what goes after the “/” and not the domain
i want a list like:
If you have Google Analytics, it does track the domain; specifically, as the hostname dimension. You can view it as a secondary dimension in the Content view,

or as part of the Visitor section, under Network Properties.
