Hi there,
I have been asked to provide an 'Ad Tracker' for a client in regard to his Actinic website.
He is keen to use Google Keywords and other advertising sources, and he wants to be able to track how how many of these click throughs actually order... So in essence, I need to capture where they come in etc, which I have done via ASP and the headers information, and stored in a database table.
I was just wondering if anyone has edited any of the ordering process... I would need to capture the order amount and where the client has come from (i.e. www.awareunderwear.com?google or www.awareunderwear.com?soccernet for example)...
I was thinking that I would create a cookie from the ASP code, read this cookie in from the Perl order processing part (if no cookie, assume they haven't come from an advertised source) and write out the order amount and cookie information to a database table...
Then obviously query these tables later to determine the stats...
Was just wondering if anyone has any idea how to do the Perl side of things? and if there was an easier way within Actinic to do this?
Hope that was all clear!
Thanks
Stu
I have been asked to provide an 'Ad Tracker' for a client in regard to his Actinic website.
He is keen to use Google Keywords and other advertising sources, and he wants to be able to track how how many of these click throughs actually order... So in essence, I need to capture where they come in etc, which I have done via ASP and the headers information, and stored in a database table.
I was just wondering if anyone has edited any of the ordering process... I would need to capture the order amount and where the client has come from (i.e. www.awareunderwear.com?google or www.awareunderwear.com?soccernet for example)...
I was thinking that I would create a cookie from the ASP code, read this cookie in from the Perl order processing part (if no cookie, assume they haven't come from an advertised source) and write out the order amount and cookie information to a database table...
Then obviously query these tables later to determine the stats...
Was just wondering if anyone has any idea how to do the Perl side of things? and if there was an easier way within Actinic to do this?
Hope that was all clear!
Thanks
Stu
Comment