AXON Pixel Shopify Integration
このコンテンツはまだ日本語訳がありません。
The AXON Shopify Pixel uses Shopify’s built-in Web Pixels API.
Integrate AXON Customer Events
-
Select Settings.
-
Select Customer events.
-
Click the Add custom pixel button.
-
Type “AXON Shopify Pixel” as the Pixel name and click Add pixel.
-
Copy the code below and paste it into the Code field. Replace “«your-event-key»” with your AXON Event Key. Click Save.
var AXON_EVENT_KEY='«your-event-key»';(function(w,d){var u='https://s.axon.ai/s/pixel.js';if(w.axon_s)return;var s=w.axon_s=function(){s.performOperation?s.performOperation.apply(s,arguments):s.operationQueue.push(arguments)};s.operationQueue=[];s.ts=Date.now();s.eventKey=AXON_EVENT_KEY;var f=d.getElementsByTagName('script')[0],e=d.createElement('script');e.async=!0;e.src=u;f.parentNode.insertBefore(e,f)})(window,document);axon_s('init');analytics.subscribe('all_events',async e=>axon_s('track',e,init)); -
Click Connect. The Connect Axon Shopify Pixel to Quickstart dialog appears.
-
Click Connect.
-
Validate that your Pixel Status is Connected.
Integrate AXON Script
-
Click Themes.
-
Click Add section.
-
Click Custom Liquid.
-
Paste the following script code into the input field. Replace “«your-event-key»” with your AXON Event Key. Drag the Top padding and Bottom padding sliders to set each of them to 0 px. Click Save
<script>window.ALBSS = {event_key: '«your-event-key»'};</script><script src="https://c.albss.com/p/l/loader.iife.js" async></script>