resshin
Forum Replies Created
-
Forum: Plugins
In reply to: [Web Stories] How to track FB pixel event on specific pages / postsThanks for your reply, do you mean that it can’t be achieved by using snippet only?
Wow! Thank you so much, I’m gonna try and let you know the result.
Hi @uncannyowl , thank you. I will wait for the upcoming release.
Okay, here is the screenshot of my recipe that I used for pabbly connect too.
I have tried to use trigger “A user’s changes to Customer” too. But it still not working.
I’m sorry my bad.
I meant added to the user not switched because I use the free version. And that’s happens with Pabbly too, because Pabbly added the user role, not switched.
So how to solve this problem? Thanks in advanced.
Yes, I finally resolved this issue.
I execute this command on my ubuntu server:
cd /usr/local/share/ca-certificates && sudo curl http://curl.haxx.se/ca/cacert.pem -o cacert.crt && sudo update-ca-certificates && sudo update-ca-certificates –fresh
And added .curlrc file with this line:
capath=/etc/ssl/certs/
cafile=/etc/ssl/certs/cacert.pemIt finally resolved my issue. Thanks.