本ページでは、ebisumartをご利用の場合に、eギフト機能を実現するタグをebisumartに実装する方法をご説明します。
<aside> 💡 こちらの作業は全て弊社側で無償対応させていただくことも可能です。お気軽に導入担当者か、[email protected]までご連絡ください。
</aside>
タグの導入を正常に動作させるために以下の作業が必要になります。
<head>
<script type="text/javascript">
window.AnyGiftApiIntegration = {
// AnyReachより連携したstoreId
storeId: "{storeId}",
};
</script>
<script defer src="<https://d1ioo46r7yo3cy.cloudfront.net/api-integration.js>"></script>
</head>