nghiahuynh
Forum Replies Created
-
Where do you put these code?
I second this.
Also, WooCommerce deep linking failed to trigger variation image change with this plugin.Forum: Plugins
In reply to: [W3 Total Cache] wp-admin login Error 500 when Enable Object cache with redisYes the redis server is working properly at port 6379
root@teeplus:/var/www/rocketstack# service redis status
● redis-server.service – Advanced key-value store
Loaded: loaded (/lib/systemd/system/redis-server.service; enabled; vendor preset: enabled)
Active: active (running) since Sat 2018-08-18 03:54:17 UTC; 1 weeks 6 days ago
Docs: https://redis.io/documentation,
man:redis-server(1)
Process: 19030 ExecStopPost=/bin/run-parts –verbose /etc/redis/redis-server.post-down.d (code=exited, status=0/SUCCESS)
Process: 19026 ExecStop=/bin/kill -s TERM $MAINPID (code=exited, status=0/SUCCESS)
Process: 19020 ExecStop=/bin/run-parts –verbose /etc/redis/redis-server.pre-down.d (code=exited, status=0/SUCCESS)
Process: 19139 ExecStartPost=/bin/run-parts –verbose /etc/redis/redis-server.post-up.d (code=exited, status=0/SUCCESS)
Process: 19134 ExecStart=/usr/bin/redis-server /etc/redis/redis.conf (code=exited, status=0/SUCCESS)
Process: 19130 ExecStartPre=/bin/run-parts –verbose /etc/redis/redis-server.pre-up.d (code=exited, status=0/SUCCESS)
Main PID: 19138 (redis-server)
Tasks: 3
Memory: 153.4M
CPU: 8h 40min 51.468s
CGroup: /system.slice/redis-server.service
└─19138 /usr/bin/redis-server 127.0.0.1:6379Warning: Journal has been rotated since unit was started. Log output is incomplete or unavailable.
Thanks for the response. It seems to relate to my user being logged in to the shop or not. When I logged out and load the page, the remarketing plugin seem to fire tags. But then I found another problem:
This is the result showed up in the Tag assistant:ecomm_prodid 309721
ecomm_category Guns don’t Kill People Grandpas with Granddaughters;ecomm_pagetype=product;ecomm_totalvalue=35.99You can see that the ecomm_prodid showed up correctly. But somehow the ecomm_pagetype and ecomm_totalvalue entries are bundled into the ecomm_category entry value.
Maybe it is because you are pushing an array to ecomm_category, while according to Google specs: “ecomm_category This parameter contains a string specifying the category of the currently viewed product or category pages. The string can be any value and does not need to conform to any specific naming convention.”
Regarding to the “not firing” problem, I think the tags should fire regardless of the user logged in or not, right?Regards,
Nghia Huynh.