Skip to main content
Sitecore Documentation
  • Learn
  • Downloads
  • Changelog
  • Roadmap
PersonalizeCloud Portal
Sitecore Personalize developer documentation
  • 開発Sitecore Personalize
            • Boxever.eventCreate(イベント, コールバック, フォーマット)
            • Boxever.callFlows(フロー、コールバック)
            • Boxever.addUTMParams(イベント)
            • Boxever.browserCreate(オブジェクト, コールバック, フォーマット)
            • Boxever.browserShow(ブラウザID, clientKey, コールバック, フォーマット)
            • Boxever.getBucketNumber(コールバック)
            • Boxever.getClientKey()
            • Boxever.getCookie(クッキー名)
            • Boxever.getID()
            • Boxever.reset()
            • Boxever.setCookie(cookieName, cookieValue, expiresIn)
            • Boxever.templating()
            • Boxever.triggerExperiences()
        • トラブルシューティング
        • リリースノート
  1. 関数
  1. ストリームAPI
  2. 関数
  3. Boxever.callFlows(フロー、コールバック)

Boxever.callFlows(フロー、コールバック)

日本語翻訳に関する免責事項

このページの翻訳はAIによって自動的に行われました。可能な限り正確な翻訳を心掛けていますが、原文と異なる表現や解釈が含まれる場合があります。正確で公式な情報については、必ず英語の原文をご参照ください。

callFlows() 関数は、現在Sitecore Personalizeで公開されているインタラクティブ フル スタック エクスペリエンスまたはインタラクティブ フル スタック実験を実行します。この関数は、実行するライブ エクスペリエンスまたは実験のfriendlyIdで呼び出す必要があります。

メモ

この関数を呼び出して、ライブの対話型フルスタック エクスペリエンスまたはライブの対話型フル スタック実験のみを実行します。その他の種類のエクスペリエンスと実験 (Web、トリガー付きフルスタック) は、Boxever JavaScript Libraryによって自動的に実行されます。

friendlyIdは、Sitecore Personalizeで、ライブのインタラクティブなフルスタックエクスペリエンスまたは実験で見つけることができますSummaryをクリックします。friendlyIdはDetails > Friendly IDにあります。

パラメーター

パラメーター

種類

形容

手記

flow

オブジェクト

イベントとテストのデータ。

このオブジェクトのfriendlyIdを指定します。

callback

機能

このコールバック関数は応答を処理します。

該当なし

戻り値

オブジェクト

例

フローオブジェクトで、実行するエクスペリエンスまたは実験のfriendlyIdと、ブラウザー IDなどの1つのゲスト識別子属性を指定します。次に、オブジェクトをcallFlows() 関数に渡します。

const flowObject = {
    clientKey: Boxever.getClientKey(),
    friendlyId: "running_shoes_popup_02",
    channel: "WEB",
    language: "EN",
    currencyCode: "EUR",
    pointOfSale: "myretailsite/ireland",
    // guest identifier:
    browserId: Boxever.getID()
};

Boxever.callFlows(
    flowObject,
    response => console.log(response)
);
この記事を改善するための提案がある場合は、 お知らせください!

Documentation Assistant

This assistant uses AI to generate responses based on Sitecore documentation. While it has access to official sources, answers may be incomplete or inaccurate and should not be considered official advice or support.
Powered by
k
kapa.ai
Protected by reCAPTCHA

© Copyright 2026, Sitecore A/S or a Sitecore affiliated company.
All rights reserved.

Privacy policySitecore Trust CenterTerms of use