画面遷移イベントの送信
遷移先URL
Optional
追加パラメータ
import { metrics } from "@urth/metatell-sdk";metrics.transition("https://example.com", { position: { x: 100, y: 100, z: 100, }}); Copy
import { metrics } from "@urth/metatell-sdk";metrics.transition("https://example.com", { position: { x: 100, y: 100, z: 100, }});
画面遷移イベントの送信