Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Turnint AI のセッションイベントを Braze に送信する方法
window.braze
braze.logCustomEvent
braze.logCustomEvent("turnint_started", { type: "started" });
<script type="text/javascript"> +function(a,p,P,b,y){a.braze={};a.brazeQueue=[];for(var s=["subscribeToContentCardsUpdates","subscribeToFeatureFlagsUpdates","subscribeToInAppMessage","subscribeToSdkAuthenticationFailures","toggleLogging","logCustomEvent","logPurchase","logCardImpressions","logCardClick","logCardDismissal","logContentCardImpressions","logContentCardClick","logContentCardDismissal","logFeatureFlagImpression","requestPushPermission","wipeData","stopWebTracking","resumeWebTracking","destroy","getDeviceId","changeUser","getUser","openSession","requestImmediateDataFlush","requestContentCardsRefresh","getCachedContentCards","getFeatureFlag","getAllFeatureFlags","logFeatureFlagImpression","refreshFeatureFlags"],i=0;i<s.length;i++){for(var m=s[i],k=a.braze,l=m.split("."),j=0;j<l.length-1;j++){k=k[l[j]]}k[l[j]]=(new Function("return function "+m.replace(/\./g,"_")+"(){window.brazeQueue.push(arguments); return true}"))()}window.brazeQueue.push=function(e){window.brazeQueue.push(e);braze._fetchData()};a.braze._fetchData=function(){var t=p.createElement("script");t.type="text/javascript";t.src="https://js.appboycdn.com/web-sdk/5.7/braze.min.js";t.async=1;t.onload=function(){for(var t=window.brazeQueue,i=0;i<t.length;i++){braze[t[i][0]].apply(braze,Array.prototype.slice.call(t[i],1))}};p.head.appendChild(t)}}(window,document); braze.initialize("YOUR_API_KEY", { baseUrl: "YOUR_SDK_ENDPOINT" }); braze.openSession(); </script>