カスタムイベントの送信
イベント名
Optional
追加パラメータ
import { metrics } from "@urth/metatell-sdk";metrics.sendEvent("custom_event", { event_param: "foo",}); Copy
import { metrics } from "@urth/metatell-sdk";metrics.sendEvent("custom_event", { event_param: "foo",});
カスタムイベントの送信