jsp, use Java, Oracle
Currently, we are using Facebook and Kakao Story sharing using the source below. When you click the "Share" button, you want to log hits in the DB I'm trying to hand over the Facebook and Kakao Story classification values to Javadan when clicked or clicked, but I don't know how to use them.
Source
<%if(type.equals("B")){%> /images/fpz/skin01/btn_facebook.png" alt="Facebook" /> /images/fpz/skin01/btn_kakao.png" alt="Kakao Story" />
facebook jsp onclick share kakao-story
You can also track click events yourself, but you can also use Google Analytics. When a click event occurs on Facebook and Kakao Story sharing button, you only need to call Google Analytics' event tracking method.
ga('send', 'event', 'Share', 'facebook');
There are also documents in Korean, so please refer to them.
© 2024 OneMinuteCode. All rights reserved.