데이터 패칭 (Fetching)
데이터 패칭 - 웹
에어브릿지 이벤트 구성에 필요한 데이터를 웹에서 수집합니다.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
airbridge.fetchResource(function(resource) {
console.log(resource.browser.clientID)
})
airbridge.fetchResource(function(resource) {
console.log(resource.browser.userAgent)
})
airbridge.fetchResource(function(resource) {
// Identifier
console.log(resource.attributionData.shortID)
// Channel & Campaign Parameter
console.log(res.attributionData.trackingData.channel)
console.log(res.attributionData.trackingData.params)
})
Date.now()