All things Shopify and commerce
Bonjour j'ai un gros soucis avec mon pixel tiktok voici le message : Problème : Il manque un paramètre "value" aux événements partagés. Ce paramètre est utilisé pour calculer le ROAS pour les utilisateurs et l'offre pour tes clients les plus importants.
Je ne sais pas quoi faire avec sa c'est la premier fois que cela m'arrive ! j'ai vraiment besoin d'aide et en plus de sa je ne peux pas sélectionner aucun pixel alors que c'est connecté à mon shopify :
Terminer la configuration de la connexion de données
Aucune activité n'a été signalée à partir de cette connexion de données. Vérifiez que la configuration est complète et testez les événements.
Hi @Ywrlg!
I understand your TikTok Pixel issue, and I can help walk you through fixing both the "value" parameter problem and the connection setup. Let’s fix this step by step:
Step 1: Fix the TikTok Pixel Code in Your Shopify Theme
To fix the "value" parameter issue, add this code after your existing TikTok base pixel:
{% if first_time_accessed and order.customer %} ttq.track('Purchase', { value: {{ order.total_price | money_without_currency | times: 0.01 }}, currency: '{{ shop.currency }}', contents: [ {% for line_item in order.line_items %} { content_id: '{{ line_item.sku | escape }}', content_type: 'product', quantity: {{ line_item.quantity }}, price: {{ line_item.final_price | money_without_currency | times: 0.01 }} }{% unless forloop.last %},{% endunless %} {% endfor %} ] }); {% endif %}
This code will:
If you’re still seeing issues (e.g., "No activity has been reported"), try the following:
Let me know if you need further assistance! 😊
Cheers!
Shreya | Revize
Salut, ca me fait la même chose, tu as trouver une solution ?
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025