Support » 疑難雜症 » 結帳頁回傳資料給 合作銷售廣告商

  • 請問 如何抓取 data 於 完成訂單結帳後 回傳資料給銷售廣告商

    我有標注  主要1  跟主要2  這兩個資訊~~

    <script type=”text/javascript” src=”//cdn.vbtrax.com/javascripts/va.js”></script>
    <script>
    VA.remoteLoad({
    whiteLabel: { id: 8, siteId: XXXX, domain: ‘vbtrax.com’ },
    conversion: true,
    conversionData: {
    step: ‘sale’, // conversion name
    revenue: ‘CPA金額/分潤金額’, // revenue share
    orderTotal: ‘訂單總金額’, // order total <<<<<==主要1
    order: ‘名單編號’ // order number  <<<<<==主要1
    },
    locale: “en-US”, mkt: true
    });
    </script>

  • The topic ‘結帳頁回傳資料給 合作銷售廣告商’ is closed to new replies.