Not showing in visiotr log

Hi,
i have implemented tags and triggers on title click but clicked text is not showing in visitor log as i am expecting explained in videos . What could be the reasions please assit me here .

Matomo version?
Configuration of tags and triggers?
Configuration of measurable?
HTTP requests logs on your browser (when browsing the tracked site)?

Matomo version - 4.6.2
getting following error

The method ‘loginReg’ was not found in “_paq” variable. Please have a look at the Matomo tracker documentation: https://developer.matomo.org/api-reference/tracking-javascript
ao @ matomo.shopclues.com/matomo.js:12

How can i send tag /trigger configuration ?

I feel some other trackers are implemented on website . Will this create problem ?

What is your tracking code?

No, other tracking codes do not create problems. For example, you are using Google Analytics tracking, Hotjar and matomo code, they all will work independent.

    var _paq = window._paq = window._paq || [];
    _paq.push(['setDocumentTitle', document.title]);
    _paq.push(['loginReg', s_lgncvalue]);
    _paq.push(['logintype', logintype_value]);
    _paq.push(['isloggedin', isloggedin]);
    _paq.push(['trackPageView']);

After removing above it start working

They are not Matomo commands.
If you want to track custom dimension, you can do:

_paq.push(['setCustomDimension', customDimensionId = 1, customDimensionValue = 'Member']);

https://developer.matomo.org/guides/tracking-javascript-guide