aliputin
Forum Replies Created
-
Forum: Plugins
In reply to: [QR Code for WooCommerce] UTM parameters in your qr code pluginStill it doesn’t work correctly.
Forum: Plugins
In reply to: [QR Code for WooCommerce] UTM parameters in your qr code pluginAny suggestions?
Forum: Plugins
In reply to: [QR Code for WooCommerce] UTM parameters in your qr code pluginAnother issue came out. After scanning a QR code, an ampersand sign
&in a url is converted into& #038;sign. And that doesn’t allow Google analytics to read variables (except the first variable).
For example, I expected:
mysite.com?utm_source=10&utm_medium=11&utm_campaign=12&utm_content=13&utm_term=14
In fact, I’ve got:
mysite.com?utm_source=10& #038;utm_medium=11& #038;utm_campaign=12& #038;utm_content=13& #038;utm_term=14Do you know how to fix it?
* & #038; without a space between & and #
Forum: Plugins
In reply to: [QR Code for WooCommerce] UTM parameters in your qr code pluginThank you for helping.
It works now.Forum: Plugins
In reply to: [QR Code for WooCommerce] UTM parameters in your qr code pluginYes, I refreshed the qr code.
Here is my utm:
?utm_source=qr-code&utm_medium=online_homedeco&utm_campaign=0001_&utm_content=0001_&utm_term=0001_Forum: Plugins
In reply to: [QR Code for WooCommerce] UTM parameters in your qr code pluginIt doesn’t work, unfortunately.
QR code scanner shows only a url without UTM Parameters.Forum: Plugins
In reply to: [QR Code for WooCommerce] UTM parameters in your qr code pluginI created a file functions.php in the child theme folder, added the above code to this file, replaced
$utm_parametersvariable with UTM Parameters.
Do I do right? What else should I do?Forum: Plugins
In reply to: [QR Code for WooCommerce] UTM parameters in your qr code pluginThank you.
And can you explain in detail how to do that and usewcqrc_product_permalinkfilter?Forum: Plugins
In reply to: [QR Code for WooCommerce] UTM parameters in your qr code pluginI would like to know where users come from to my website: from offline marketing papers whith qr codes on them or from scanning a qr code on my website pages by a smartphone.