いつもここではお世話になっています!
皆さまのお知恵を貸していただけないかとの思いで
またもや投稿させていただきました。
現在テーマ「Prestige」を利用。
☆相談内容☆
*やりたいことと経緯
チラシから特定のお客様に対して
商品URLにパラメータをつけてQRコードを発行し
https://example.myshopify.com/products/xxx?utm_source=qrcode&utm_medium=print&utm_campaign=◯◯
上記QRコードから購入したお客様に顧客タグ「◯◯」を自動付与させたい。(◯◯に入る文言は一緒)
*現在の困りごと
Sidekickを使ってshopifyFlowを自作してみましたがうまく顧客タグ「◯◯」が付与されず。
*聞きたいこと
やりたいことに対して適切なアプリなどご存知ないでしょうか?
何卒よろしくお願いいたします…!
Hey,
Thanks for sharing the details. This is a great use case for tracking offline compaigns.
The main issue is that Shopify does not natively store UTM parameters (such as utm_compaign), which is why Shopify flow cannot detect them and apply the customer tag.
A reliable solution will be to capture the UTM parameter on the storefront (via a small script,) store it as a cart attribute, and then use Shopify flow to tag the customer based on that value after the order is created.
Alternatively a simpler workaround is to use a unique discount code in the QR link (e.g, ?discount=XXX) and trigger the tagging based on that.
Google翻訳で翻訳済み
QRコードの生成機能も必要なのでない限り、テーマのカスタマイズだけで十分対応できるはずです。
もし設定作業が必要な場合は、お気軽にご連絡ください。
なお、URLパラメータがバックエンド側で利用可能(露出)な場合であっても、複数のシステムを経由する処理において不具合を避けるためには、原則としてASCII文字のみを使用するようにしてください。
English
You should be able to just do this with just theme customizations.
Unless you also need the QR code generation.
Reach out if you need it setup.
Note, even if url params were exposed on the backend you generally need to stick to ascii characters to avoid problems with process that run through multiple systems.
皆さま
アドバイスありがとうございました!
Shopify Flowでの顧客タグ解決にはなりませんでしたが
以下のアプリを使うことで
オフラインユーザー(QRコード)からの顧客の検知・管理をすることで解決できました。
Shopcodes
またよろしくお願いいたします。
翻訳:
無料なのには理由がある。レビューを見る:Reviews: Shopcodes - Market products and link to checkout with Shopify QR codes. | Shopify App Store
そのアプリが、特定のユーザーに向けたパラメータやその他のメタデータではなく、単に「顧客ごとに1回限り」という割引条件を割り当てているだけではないか、注意してください。
もし特定の顧客に対して個別のパラメータを割り当てていない場合、割引管理画面はすぐにノイズ(不要なデータ)で溢れかえってしまいます。
本来であれば、「1つの割引ルール」に対し「顧客ごとの固有パラメータ」を紐付ける形であるべきです。
また、URLやドメインの管理権限がないため、御社の顧客が他社のドメイン(例:qr.shopify.com)へ誘導されてしまうという問題もあります。
無料なのには理由がある。
English
There’s a reason it’s free, see reviews Reviews: Shopcodes - Market products and link to checkout with Shopify QR codes. | Shopify App Store
Be aware if the app is just assigning a discount used per customr, and not params or other metadata for a specific user.
If it isn’t giving specific customers specific params , then the discounts admin will pile up quickly with noise.
Instead of having a singular discount + unique param per customer
Also lack of url/domain control sending YOUR customers to some other companies domain; e.g. qr.shopify.com
There’s a reason it’s free