Hi @roystonpr ,
Web tracking Tag is designed to track link sent in an email from a delivery.
It operates on below principle:
1) User clicks the link and a request is sent to web server.
2) Web Server deposits a session cookie containing the broadlog identifier (broadlogId) and the delivery identifier (deliveryId) to 'Redirection Server'
3) Redirection Server sends the cookie to web server and then to the user, resulting in page display.
So, no Web Tracking Tag will not save data coming from other platforms.
If you want to implement such feature you can design a new table which will save all the details of new page click. Design your webpage such that, whenever there's an "on-change" action, it sends a data to Adobe Campaign for insert. You can use SOAP calls for data insert on-the-fly.
Thanks,
Jyoti
@roystonpr wrote:
Thank you for the quick response and idea @jyoti_yadav . In analytics, we are tracking all the webpages irrespective of user data.
In terms of Web Tracking Tags:
In terms of NEW feature, is there anything specific feature to implement? Example: We want to implement in the home page.
We want to achieve via WEB TRACKING TAGS implementation as our targeted users are only from campaign database. so it cannot be achieved without emails scenario with web tracking tags. Is this only to track from EMAIL campaign not without emails?
Thanks
@roystonpr wrote:
Thank you for the quick response and idea @jyoti_yadav . In analytics, we are tracking all the webpages irrespective of user data.
In terms of Web Tracking Tags:
In terms of NEW feature, is there anything specific feature to implement? Example: We want to implement in the home page.
We want to achieve via WEB TRACKING TAGS implementation as our targeted users are only from campaign database. so it cannot be achieved without emails scenario with web tracking tags. Is this only to track from EMAIL campaign not without emails?
Thanks