DavideZ Posted March 8, 2016 Share Posted March 8, 2016 (edited) Hi all, I wonder how does connections and connections sources works? Where the data saving is triggered? I need these informations (both referer and request_uri) because I need to know if an order was made after the customer as arrived to the ecommerce through Adwords adv. Sometime happens that Adwords (or Analytics) records an order (through a javascript placed in order-confirmation page), but there're no connection sources in prestashop linked to that order nor the customer that made the order. I have made some test orders but, obviously, everything works as expected and everything was tracked. Thanks, Davide P.S. If you have any other tips on how to record the referer and request_uri for that purpose let me know Edited March 8, 2016 by DavideZ (see edit history) Link to comment Share on other sites More sharing options...
DavideZ Posted March 8, 2016 Author Share Posted March 8, 2016 I've just found that it's the statsdata module that trigger connections and connectionssources classes. Now I've to understand how could it be possible that sometimes ConnectionsSources are not created (or deleted)... 1 Link to comment Share on other sites More sharing options...
BoKr Posted August 11, 2016 Share Posted August 11, 2016 Would be if we could swith only those off since I think the module does more than only that - without having a look at the source since I am no coder Link to comment Share on other sites More sharing options...
vekia Posted August 15, 2016 Share Posted August 15, 2016 once somebody visits the page - from technical point of view - the browser sends some request to your host. prestashop analyse this request and gets information about:- ip address - type of page - refferer address - date of view and stores it in the database. in case of referer (source) The HTTP referer (originally a misspelling of referrer[1]) is an HTTP header field that identifies the address of the webpage (i.e. theURI or IRI) that linked to the resource being requested. By checking the referrer, the new webpage can see where the request originated. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now