touchdez Posted June 15, 2013 Share Posted June 15, 2013 (edited) I have a page with freebies on my site which is only accessible to logged in customers. Is there a way that I can see what is downloaded from that page or not? Here is the link to the page: http://touchdezines....tent/8-freebies Edited June 30, 2013 by touchdez (see edit history) Link to comment Share on other sites More sharing options...
ScarletImpressions Posted June 15, 2013 Share Posted June 15, 2013 Do you have google analytics? you will be able to see click throughs on that, especially if you set up a goals path for the downloads. Though out of interest why didn't you make them products with a 0 price, you would be able to track them easier then and by not allowing guest checkout they would have to become a registered user to get them, plus it gives them a chance to see a little what they are getting. 1 Link to comment Share on other sites More sharing options...
touchdez Posted June 15, 2013 Author Share Posted June 15, 2013 (edited) Scarlet, I am seriously thinking of changing to what you mentioned. I didn't want it as "products" at first, because of a stupid reason (not wanting to clutter up the products), then tried to do a multistore with the second one only having the freebies, decided it was too much for me to understand and now realize I actually have no control! I do have Google Analytics, but would prefer working in the BO only. I am very new to Prestashop and still have a lot to learn. If I can get the page ID not to show in the URL, I would do it. Thanks for your answer! Edited June 15, 2013 by touchdez (see edit history) Link to comment Share on other sites More sharing options...
ScarletImpressions Posted June 15, 2013 Share Posted June 15, 2013 Truthfully I don't really understand GA fully, I use my BO too but tend to go to GA when I want to do a bit of SEO work because there I can find what people were searching and where on my site they went. When you add them as products just put them in their own category and not in the home category if you are using that, then they won't show in featured products, then they shouldn't clutter anything up. Link to comment Share on other sites More sharing options...
vekia Posted June 15, 2013 Share Posted June 15, 2013 this is what i've got there: http://i.imgur.com/fCzaOjJ.png something doesnt work well? btw. you can add simple action to the download button, then you can track this in google analytics (when someone click on download link you will be able to see it in the ganalytics) Link to comment Share on other sites More sharing options...
ScarletImpressions Posted June 15, 2013 Share Posted June 15, 2013 Something odd going on there because when I looked at it it said you must be logged in etc. Unless the page has been deleted since. Link to comment Share on other sites More sharing options...
touchdez Posted June 16, 2013 Author Share Posted June 16, 2013 I disabled the page since I posted - sorry! vekia, what "simple action" on the download button are you talking about? Link to comment Share on other sites More sharing options...
vekia Posted June 16, 2013 Share Posted June 16, 2013 to each button you can add action: onclick="action" - where the "action" is an javascript code. in this case you can use this code: _gaq.push(['_trackEvent', 'freebie', 'Download', 'frebie SOMETHING downloaded!']); after each click on download button - google analytics will track this event, and you will be able to see stats in analytics page 1 Link to comment Share on other sites More sharing options...
touchdez Posted June 16, 2013 Author Share Posted June 16, 2013 Great, I will do that - thanks, vekia! If I have problem, I will post here. Link to comment Share on other sites More sharing options...
vekia Posted June 16, 2013 Share Posted June 16, 2013 if you are interested in google track event feature, you should read this documentation: https://developers.g...entTrackerGuide i totally recommend this, im using it and works like a charm 2 Link to comment Share on other sites More sharing options...
touchdez Posted June 16, 2013 Author Share Posted June 16, 2013 Thanks, vekia! I will take a look - there is so much to learn and you are a very patient teacher. Link to comment Share on other sites More sharing options...
Recommended Posts