Hi,
I have a facebook ad that targets my facebook fan page. Some of the users that click on may ad will also go to my website and register themselves.
How can I can track how many vitors registered, that came to my site via specific facebook ad?
Hi,
I have a facebook ad that targets my facebook fan page. Some of the users that click on may ad will also go to my website and register themselves.
How can I can track how many vitors registered, that came to my site via specific facebook ad?
When you generate the link for the ad that redirects them to your site add some sort of information to the query string. Then when they hit your site you can check for the query string parameter and save it in their session. Thus is they register you can check the information in the session and if they were redirected from facebook then you can log that.