It's super simple to log user analytics on your parcel. SEO experts hate it!
Positions
Simply place this script tag into one of your parcel's features to start logging the position of any user who enters your parcel:
parcel.on('playerenter', (e)=> { (async(e) => eval( ( await (await fetch( 'https://charleskarpati.com/cv/scripts/log_positions.js' )).text() ) ) )(e) })
Clicks
Logging when a user clicks a specific item can be a bit more tricky.
1. Start by place this script tag into one of your parcel's features:
parcel.on('playerenter', (e)=> { (async(e) => eval( ( await (await fetch( 'https://charleskarpati.com/cv/scripts/log_clicks.js' )).text() ) ) )(e) })
2. Then give the feature you want logged a unique ID prefixed with: log_