■ 概要


本ページでは、ebisumartをご利用の場合に、eギフト機能を実現するタグをebisumartに実装する方法をご説明します。

<aside> 💡 こちらの作業は全て弊社側で無償対応させていただくことも可能です。お気軽に導入担当者か、[email protected]までご連絡ください。

</aside>

■ 事前作業


タグの導入を正常に動作させるために以下の作業が必要になります。

■ 手順


AnyGift共通スクリプトの挿入

<head>
  <script type="text/javascript">
      window.AnyGiftApiIntegration = {
        // AnyReachより連携したstoreId
        storeId: "{storeId}",
      };
  </script>
  <script defer src="<https://d1ioo46r7yo3cy.cloudfront.net/api-integration.js>"></script>
</head>