TikTok Pixel not loading
-
Hi! I’m updated to v1.2.2 and tested my site using the “TikTok pixel helper” and the pixel was not loading correctly.
HTML code is present but with a different value.
I’ve checked /admin/controllers/TrackingController.php, line 19:It says
echo $this->tiktok( "Option::get('ttap__id')" ) . "\n" ;
instead of
echo $this->tiktok( Option::get('ttap__id') ) . "\n" ;
I’ve changed and now it works, but I wanted to report the issue.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘TikTok Pixel not loading’ is closed to new replies.