SQL 테이블 참조
이 페이지는 다음 Braze 도구에서 사용할 수 있는 Snowflake SQL 테이블 및 열에 대한 참조입니다.
대부분의 테이블은 세 가지 도구 모두에서 사용할 수 있습니다. Snowflake 데이터 공유 전용으로 표시된 테이블은 Snowflake 데이터 공유에서만 사용할 수 있으며, 쿼리 빌더 또는 SQL 세그먼트 확장에서는 접근할 수 없습니다.

이 SQL 테이블은 Currents 이벤트 용어집에 문서화된 이벤트에 해당합니다. 예를 들어, SQL 테이블 USERS_MESSAGES_EMAIL_SEND_SHARED는 Currents 이벤트 users.messages.email.Send에 해당합니다. JSON 이벤트 스키마 또는 파트너별 형식(Amplitude, Mixpanel, Segment)이 필요한 경우 Currents 용어집을 참조하세요.
목차
에이전트 콘솔

에이전트 콘솔 테이블은 Snowflake 데이터 공유에서만 사용할 수 있습니다.
AGENTCONSOLE_AGENTEXECUTED_SHARED
| 필드 | 유형 | 설명 |
|---|---|---|
id |
string |
이 이벤트의 글로벌 고유 ID |
invocation_id |
string |
이 메시지의 글로벌 고유 ID |
request_id |
string |
이 전체 LLM 요청 및 완전한 실행에 대한 고유 ID |
duration |
int |
세션 지속 시간(초) |
prompt_tokens |
int |
이 요청에서 사용한 프롬프트 토큰 수 |
completion_tokens |
int |
이 요청에서 사용한 완성 토큰 수 |
total_tokens |
int |
이 요청에서 사용한 총 토큰 수 |
cache_tokens |
int |
이 요청에서 사용한 캐시 토큰 수 |
reasoning_tokens |
int |
이 요청에서 사용한 추론 토큰 수 |
time |
int |
이벤트가 발생한 UNIX 타임스탬프 |
app_group_id |
string |
이 사용자가 속한 앱 그룹의 BSON ID |
agent_id |
string |
CustomerDefinedAgent의 BSON ID |
agent_name |
string |
CustomerDefinedAgent의 이름 |
model_provider |
string |
LLM 모델 제공업체 이름 |
model_name |
string |
이 요청에서 사용된 LLM 모델 이름 |
provider_request_id |
string |
API 호출에 대해 모델 제공업체가 부여한 요청 ID |
cache_hit |
boolean |
이 요청이 캐시를 사용하여 응답을 반환했는지 여부 |
llm_owned_by_customer |
boolean |
true이면 고객의 API 키가 사용되었고, false이면 Braze의 키가 사용됨 |
is_error |
boolean |
이 요청에서 오류가 발생했는지 여부 |
canvas_api_id |
null, string |
이 이벤트가 속한 Canvas의 API ID |
canvas_variation_api_id |
null, string |
이 이벤트가 속한 Canvas 배리언트의 API ID |
canvas_step_api_id |
null, string |
이 이벤트가 속한 캔버스 단계의 API ID |
user_id |
string |
[PII] 이 이벤트를 수행한 사용자의 Braze 사용자 ID |
external_user_id |
null, string |
[PII] 사용자의 외부 ID |
input |
null, string |
[PII] LLM에 대한 입력 |
output |
null, string |
[PII] LLM의 응답 |
invocation_source |
null, string |
LLM 요청을 호출한 Ruby 오브젝트 |
sf_created_at |
timestamp, null |
이 이벤트가 Snowpipe에 의해 수집된 시점 |
AGENTCONSOLE_RAWLLMREQUEST_SHARED
| 필드 | 유형 | 설명 |
|---|---|---|
id |
string |
이 이벤트의 글로벌 고유 ID |
invocation_id |
string |
이 메시지의 글로벌 고유 ID |
request_id |
string |
이 전체 LLM 요청 및 완전한 실행에 대한 고유 ID |
time |
int |
이벤트가 발생한 UNIX 타임스탬프 |
app_group_id |
string |
이 이벤트가 속한 앱 그룹의 BSON ID |
agent_id |
string |
CustomerDefinedAgent의 BSON ID |
agent_name |
string |
CustomerDefinedAgent의 이름 |
model_provider |
string |
LLM 모델 제공업체 이름 |
model_name |
string |
이 요청에서 사용된 LLM 모델 이름 |
duration |
int, null |
세션 지속 시간(초) |
request |
string |
[PII] 요청에 사용된 프롬프트 |
http_status_code |
int, null |
응답의 HTTP 상태 코드 |
response_body |
string, null |
[PII] LLM의 응답 |
sf_created_at |
timestamp, null |
이 이벤트가 Snowpipe에 의해 수집된 시점 |
AGENTCONSOLE_TOOLINVOCATION_SHARED
| 필드 | 유형 | 설명 |
|---|---|---|
id |
string |
이 이벤트의 글로벌 고유 ID |
tool_call_id |
string |
이 도구 호출의 글로벌 고유 ID |
duration |
int |
세션 지속 시간(초) |
time |
int |
이벤트가 발생한 UNIX 타임스탬프 |
app_group_id |
string |
이 사용자가 속한 앱 그룹의 BSON ID |
agent_id |
string |
CustomerDefinedAgent의 BSON ID |
agent_name |
string |
CustomerDefinedAgent의 이름 |
is_error |
boolean |
이 요청에서 오류가 발생했는지 여부 |
tool_name |
string |
도구 이름 |
tool_arguments |
null, string |
[PII] 도구 인수의 JSON |
invocation_source |
null, string |
LLM 요청을 호출한 Ruby 오브젝트 |
sf_created_at |
timestamp, null |
이 이벤트가 Snowpipe에 의해 수집된 시점 |
사용자 프로필 속성 뷰
USER_CUSTOM_ATTRIBUTES_VIEW_SHARED
| 필드 | 유형 | 설명 |
|---|---|---|
app_group_id |
string |
워크스페이스의 BSON ID |
app_id |
string |
앱의 BSON ID |
user_id |
string |
[PII] Braze 사용자 ID |
time |
int |
프로필 업데이트의 UNIX 타임스탬프(백필된 행의 경우 백필 시점) |
update_source |
string |
프로필 업데이트의 소스 |
sf_updated_at |
timestamp |
이 행이 Snowflake에서 업데이트된 시점 |
custom_attributes |
variant |
[PII] JSON 오브젝트 형태의 커스텀 속성 |
USER_DEFAULT_ATTRIBUTES_VIEW_SHARED
| 필드 | 유형 | 설명 |
|---|---|---|
app_group_id |
string |
워크스페이스의 BSON ID |
app_id |
string |
앱의 BSON ID |
user_id |
string |
[PII] Braze 사용자 ID |
time |
int |
프로필 업데이트의 UNIX 타임스탬프(백필된 행의 경우 백필 시점) |
update_source |
string |
프로필 업데이트의 소스 |
sf_updated_at |
timestamp |
이 행이 Snowflake에서 업데이트된 시점 |
external_id |
string |
[PII] 사용자의 외부 ID |
first_name |
string |
[PII] 이름 |
last_name |
string |
[PII] 성 |
email |
string |
[PII] 이메일 주소 |
gender |
string |
[PII] 성별 |
phone |
string |
[PII] 전화번호 |
dob |
string |
[PII] 생년월일 |
time_zone |
string |
[PII] 시간대 |
home_city |
string |
[PII] 거주 도시 |
country |
string |
[PII] 국가 |
language |
string |
[PII] 언어 |
USER_DEFAULT_ATTRIBUTES_HISTORY_VIEW_SHARED
| 필드 | 유형 | 설명 |
|---|---|---|
app_group_id |
string |
워크스페이스의 BSON ID |
user_id |
string |
[PII] Braze 사용자 ID |
app_id |
string |
앱의 BSON ID |
time |
int |
프로필 업데이트의 UNIX 타임스탬프(백필된 행의 경우 백필 시점) |
update_source |
string |
프로필 업데이트의 소스 |
sf_updated_at |
timestamp |
이 행이 Snowflake에서 업데이트된 시점 |
external_id |
string |
[PII] 사용자의 외부 ID |
first_name |
string |
[PII] 이름 |
last_name |
string |
[PII] 성 |
email |
string |
[PII] 이메일 주소 |
gender |
string |
[PII] 성별 |
phone |
string |
[PII] 전화번호 |
dob |
string |
[PII] 생년월일 |
time_zone |
string |
[PII] 시간대 |
home_city |
string |
[PII] 거주 도시 |
country |
string |
[PII] 국가 |
language |
string |
[PII] 언어 |
eff_dt |
timestamp |
이 속성 상태가 유효했던 구간의 시작 |
end_dt |
timestamp |
해당 구간의 종료 |
USER_LATEST_STATE_DEFAULT_ATTRIBUTES_VIEW_SHARED
| 필드 | 유형 | 설명 |
|---|---|---|
app_group_id |
string |
워크스페이스의 BSON ID |
app_id |
string |
앱의 BSON ID |
user_id |
string |
[PII] Braze 사용자 ID |
time |
int |
프로필 업데이트의 UNIX 타임스탬프(백필된 행의 경우 백필 시점) |
update_source |
string |
프로필 업데이트의 소스 |
sf_updated_at |
timestamp |
이 행이 Snowflake에서 업데이트된 시점 |
external_id |
string |
[PII] 사용자의 외부 ID |
first_name |
string |
[PII] 이름 |
last_name |
string |
[PII] 성 |
email |
string |
[PII] 이메일 주소 |
gender |
string |
[PII] 성별 |
phone |
string |
[PII] 전화번호 |
dob |
string |
[PII] 생년월일 |
home_city |
string |
[PII] 거주 도시 |
country |
string |
[PII] 국가 |
language |
string |
[PII] 언어 |
time_zone |
string |
[PII] 시간대 |
카탈로그
CATALOGS_ITEMS_SHARED
| 필드 | 유형 | 설명 |
|---|---|---|
catalog_id |
string |
카탈로그의 BSON ID |
item_id |
string |
카탈로그 항목의 BSON ID |
app_group_id |
null, string |
앱 그룹의 BSON ID |
app_group_api_id |
null, string |
앱 그룹의 API ID |
field_name |
null, string |
필드 이름 |
field_value |
null, string |
필드 값 |
체인지로그
CHANGELOGS_GLOBALCONTROLGROUP_SHARED
| 필드 | 유형 | 설명 |
|---|---|---|
id |
string |
이 이벤트의 글로벌 고유 ID |
app_group_id |
null, string |
이 사용자가 속한 앱 그룹의 BSON ID |
app_group_api_id |
null, string |
이 사용자가 속한 앱 그룹의 API ID |
time |
int |
이벤트가 발생한 UNIX 타임스탬프 |
random_bucket_number |
null, int |
새 무작위 버킷 번호 |
global_control_group |
null, boolean |
이 변경으로 해당 버킷 번호가 글로벌 컨트롤 그룹에 포함됨 |
previous_global_control_group |
null, boolean |
이 변경 이전에 해당 버킷 번호가 글로벌 컨트롤 그룹에 포함되어 있었으나 더 이상 포함되지 않음 |
sf_created_at |
timestamp, null |
이 이벤트가 Snowpipe에 의해 수집된 시점 |
CHANGELOGS_CAMPAIGN_SHARED

이 테이블은 Snowflake 데이터 공유에서만 사용할 수 있습니다.
| 필드 | 유형 | 설명 |
|---|---|---|
id |
string |
이 이벤트의 글로벌 고유 ID |
time |
int |
이벤트가 발생한 UNIX 타임스탬프 |
app_group_id |
string |
이 사용자가 속한 앱 그룹의 BSON ID |
api_id |
string |
Campaign의 API ID |
name |
null, string |
Campaign의 이름 |
conversion_behaviors |
null, string |
Campaign의 전환 동작 |
actions |
null, string |
Campaign의 동작 |
CHANGELOGS_CANVAS_SHARED

이 테이블은 Snowflake 데이터 공유에서만 사용할 수 있습니다.
| 필드 | 유형 | 설명 |
|---|---|---|
id |
string |
이 이벤트의 글로벌 고유 ID |
time |
int |
이벤트가 발생한 UNIX 타임스탬프 |
app_group_id |
string |
이 사용자가 속한 앱 그룹의 BSON ID |
api_id |
string |
Canvas의 API ID |
name |
null, string |
Canvas의 이름 |
conversion_behaviors |
null, string |
Canvas의 전환 동작 |
variations |
null, string |
Canvas의 배리언트 |
동작
USERS_BEHAVIORS_CUSTOMEVENT_SHARED
| 필드 | 유형 | 설명 |
|---|---|---|
id |
string |
이 이벤트의 글로벌 고유 ID |
user_id |
string |
이벤트를 수행한 사용자의 Braze ID |
external_user_id |
null, string |
[PII] 사용자의 외부 사용자 ID |
app_group_api_id |
null, string |
이 사용자가 속한 워크스페이스의 API ID |
app_api_id |
null, string |
이 동작이 발생한 앱의 API ID |
time |
int |
사용자가 이벤트를 수행한 Unix 타임스탬프 |
gender |
null, string |
[PII] 사용자의 성별 |
country |
null, string |
[PII] 사용자의 국가 |
timezone |
null, string |
사용자의 시간대 |
language |
null, string |
[PII] 사용자의 언어 |
device_id |
null, string |
커스텀 이벤트가 발생한 기기의 ID |
sdk_version |
null, string |
이벤트 당시 사용 중인 Braze SDK 버전 |
platform |
null, string |
기기의 플랫폼 |
os_version |
null, string |
기기의 운영체제 버전 |
device_model |
null, string |
기기의 모델 |
name |
string |
커스텀 이벤트의 이름 |
properties |
string |
JSON 인코딩 문자열로 저장된 이벤트의 커스텀 등록정보 |
ad_id |
null, string |
[PII] 광고 식별자 |
ad_id_type |
null, string |
ios_idfa, google_ad_id, windows_ad_id 또는 roku_ad_id 중 하나 |
ad_tracking_enabled |
null, boolean |
기기에서 광고 추적이 활성화되어 있는지 여부 |
app_group_id |
null, string |
이 사용자가 속한 앱 그룹의 BSON ID |
sf_created_at |
timestamp, null |
이 이벤트가 Snowpipe에 의해 수집된 시점 |
USERS_BEHAVIORS_INSTALLATTRIBUTION_SHARED
| 필드 | 유형 | 설명 |
|---|---|---|
id |
string |
이 이벤트의 글로벌 고유 ID |
user_id |
string |
설치를 수행한 사용자의 Braze ID |
external_user_id |
null, string |
[PII] 사용자의 외부 사용자 ID |
device_id |
null, string |
사용자가 익명인 경우 이 사용자에게 연결된 device_id |
app_group_api_id |
null, string |
이 사용자가 속한 워크스페이스의 API ID |
time |
int |
사용자가 설치한 Unix 타임스탬프 |
source |
string |
기여도의 소스 |
app_group_id |
null, string |
이 사용자가 속한 앱 그룹의 BSON ID |
sf_created_at |
timestamp, null |
이 이벤트가 Snowpipe에 의해 수집된 시점 |
USERS_BEHAVIORS_LOCATION_SHARED
| 필드 | 유형 | 설명 |
|---|---|---|
id |
string |
이 이벤트의 글로벌 고유 ID |
user_id |
string |
위치를 기록한 사용자의 Braze ID |
external_user_id |
null, string |
[PII] 사용자의 외부 사용자 ID |
app_group_api_id |
null, string |
이 사용자가 속한 워크스페이스의 API ID |
app_api_id |
null, string |
이 위치가 기록된 앱의 API ID |
time |
int |
위치가 기록된 Unix 타임스탬프 |
latitude |
float |
[PII] 기록된 위치의 위도 |
longitude |
float |
[PII] 기록된 위치의 경도 |
altitude |
null, float |
[PII] 기록된 위치의 고도 |
ll_accuracy |
null, float |
기록된 위치의 위도 및 경도 정확도 |
alt_accuracy |
null, float |
기록된 위치의 고도 정확도 |
device_id |
null, string |
위치가 기록된 기기의 ID |
sdk_version |
null, string |
위치가 기록될 당시 사용 중인 Braze SDK 버전 |
platform |
null, string |
기기의 플랫폼 |
os_version |
null, string |
기기의 운영체제 버전 |
device_model |
null, string |
기기의 모델 |
ad_id |
null, string |
[PII] 광고 식별자 |
ad_id_type |
null, string |
ios_idfa, google_ad_id, windows_ad_id 또는 roku_ad_id 중 하나 |
ad_tracking_enabled |
null, boolean |
기기에서 광고 추적이 활성화되어 있는지 여부 |
app_group_id |
null, string |
이 사용자가 속한 앱 그룹의 BSON ID |
sf_created_at |
timestamp, null |
이 이벤트가 Snowpipe에 의해 수집된 시점 |
USERS_BEHAVIORS_PURCHASE_SHARED
| 필드 | 유형 | 설명 |
|---|---|---|
id |
string |
이 이벤트의 글로벌 고유 ID |
user_id |
string |
구매를 수행한 사용자의 Braze ID |
external_user_id |
null, string |
[PII] 사용자의 외부 사용자 ID |
app_group_api_id |
null, string |
이 사용자가 속한 워크스페이스의 API ID |
app_api_id |
null, string |
구매가 발생한 앱의 API ID |
time |
int |
사용자가 구매한 Unix 타임스탬프 |
device_id |
null, string |
구매가 발생한 기기의 ID |
sdk_version |
null, string |
구매 당시 사용 중인 Braze SDK 버전 |
platform |
null, string |
기기의 플랫폼 |
os_version |
null, string |
기기의 운영체제 버전 |
device_model |
null, string |
기기의 모델 |
product_id |
string |
구매한 제품의 ID |
price |
float |
구매 가격 |
currency |
string |
구매 통화 |
properties |
string |
JSON 인코딩 문자열로 저장된 구매의 커스텀 등록정보 |
ad_id |
null, string |
[PII] 광고 식별자 |
ad_id_type |
null, string |
ios_idfa, google_ad_id, windows_ad_id 또는 roku_ad_id 중 하나 |
ad_tracking_enabled |
null, boolean |
기기에서 광고 추적이 활성화되어 있는지 여부 |
app_group_id |
null, string |
이 사용자가 속한 앱 그룹의 BSON ID |
sf_created_at |
timestamp, null |
이 이벤트가 Snowpipe에 의해 수집된 시점 |
USERS_BEHAVIORS_UNINSTALL_SHARED
| 필드 | 유형 | 설명 |
|---|---|---|
id |
string |
이 이벤트의 글로벌 고유 ID |
user_id |
string |
앱을 삭제한 사용자의 Braze ID |
external_user_id |
null, string |
[PII] 사용자의 외부 사용자 ID |
device_id |
null, string |
사용자가 익명인 경우 이 사용자에게 연결된 device_id |
app_group_api_id |
null, string |
이 사용자가 속한 워크스페이스의 API ID |
app_api_id |
null, string |
삭제된 앱의 API ID |
time |
int |
사용자가 앱을 삭제한 Unix 타임스탬프 |
app_group_id |
null, string |
이 사용자가 속한 앱 그룹의 BSON ID |
sf_created_at |
timestamp, null |
이 이벤트가 Snowpipe에 의해 수집된 시점 |
USERS_BEHAVIORS_UPGRADEDAPP_SHARED
| 필드 | 유형 | 설명 |
|---|---|---|
id |
string |
이 이벤트의 글로벌 고유 ID |
user_id |
string |
앱을 업그레이드한 사용자의 Braze ID |
external_user_id |
null, string |
[PII] 사용자의 외부 사용자 ID |
app_group_api_id |
null, string |
이 사용자가 속한 워크스페이스의 API ID |
app_api_id |
null, string |
사용자가 업그레이드한 앱의 API ID |
time |
int |
사용자가 앱을 업그레이드한 Unix 타임스탬프 |
device_id |
null, string |
사용자가 앱을 업그레이드한 기기의 ID |
sdk_version |
null, string |
사용 중인 Braze SDK 버전 |
platform |
null, string |
기기의 플랫폼 |
os_version |
null, string |
기기의 운영체제 버전 |
device_model |
null, string |
기기의 모델 |
old_app_version |
null, string |
앱의 이전 버전 |
new_app_version |
null, string |
앱의 새 버전 |
app_group_id |
null, string |
이 사용자가 속한 앱 그룹의 BSON ID |
sf_created_at |
timestamp, null |
이 이벤트가 Snowpipe에 의해 수집된 시점 |
USERS_BEHAVIORS_APP_FIRSTSESSION_SHARED
| 필드 | 유형 | 설명 |
|---|---|---|
id |
string |
이 이벤트의 글로벌 고유 ID |
user_id |
string |
이 동작을 수행한 사용자의 Braze ID |
external_user_id |
null, string |
[PII] 사용자의 외부 사용자 ID |
app_group_api_id |
null, string |
이 사용자가 속한 워크스페이스의 API ID |
app_api_id |
null, string |
이 세션이 발생한 앱의 API ID |
time |
int |
세션이 시작된 Unix 타임스탬프 |
session_id |
string |
세션의 UUID |
gender |
null, string |
[PII] 사용자의 성별 |
country |
null, string |
[PII] 사용자의 국가 |
timezone |
null, string |
사용자의 시간대 |
language |
null, string |
[PII] 사용자의 언어 |
device_id |
null, string |
세션이 발생한 기기의 ID |
sdk_version |
null, string |
세션 중 사용 중인 Braze SDK 버전 |
platform |
null, string |
기기의 플랫폼 |
os_version |
null, string |
기기의 운영체제 버전 |
device_model |
null, string |
기기의 모델 |
app_group_id |
null, string |
이 사용자가 속한 앱 그룹의 BSON ID |
sf_created_at |
timestamp, null |
이 이벤트가 Snowpipe에 의해 수집된 시점 |
USERS_BEHAVIORS_APP_NEWSFEEDIMPRESSION_SHARED
| 필드 | 유형 | 설명 |
|---|---|---|
id |
string |
이 이벤트의 글로벌 고유 ID |
user_id |
string |
이 이벤트를 수행한 사용자의 Braze 사용자 ID |
external_user_id |
null, string |
[PII] 사용자의 외부 ID |
app_group_id |
null, string |
이 사용자가 속한 앱 그룹의 BSON ID |
app_group_api_id |
null, string |
이 사용자가 속한 앱 그룹의 API ID |
app_api_id |
null, string |
이 이벤트가 발생한 앱의 API ID |
time |
int |
이벤트가 발생한 UNIX 타임스탬프 |
device_id |
null, string |
이벤트가 발생한 기기의 ID |
sdk_version |
null, string |
이벤트 당시 사용 중인 Braze SDK 버전 |
platform |
null, string |
기기의 플랫폼 |
os_version |
null, string |
기기의 운영체제 버전 |
device_model |
null, string |
기기의 모델 |
sf_created_at |
timestamp, null |
이 이벤트가 Snowpipe에 의해 수집된 시점 |
USERS_BEHAVIORS_APP_SESSIONEND_SHARED
| 필드 | 유형 | 설명 |
|---|---|---|
id |
string |
이 이벤트의 글로벌 고유 ID |
user_id |
string |
이 동작을 수행한 사용자의 Braze ID |
external_user_id |
null, string |
[PII] 사용자의 외부 사용자 ID |
app_group_api_id |
null, string |
이 사용자가 속한 워크스페이스의 API ID |
app_api_id |
null, string |
이 세션이 발생한 앱의 API ID |
time |
int |
세션이 종료된 Unix 타임스탬프 |
duration |
null, float |
세션 지속 시간(초) |
session_id |
string |
세션의 UUID |
device_id |
null, string |
세션이 발생한 기기의 ID |
sdk_version |
null, string |
세션 중 사용 중인 Braze SDK 버전 |
platform |
null, string |
기기의 플랫폼 |
os_version |
null, string |
기기의 운영체제 버전 |
device_model |
null, string |
기기의 모델 |
app_group_id |
null, string |
이 사용자가 속한 앱 그룹의 BSON ID |
sf_created_at |
timestamp, null |
이 이벤트가 Snowpipe에 의해 수집된 시점 |
USERS_BEHAVIORS_APP_SESSIONSTART_SHARED
| 필드 | 유형 | 설명 |
|---|---|---|
id |
string |
이 이벤트의 글로벌 고유 ID |
user_id |
string |
이 동작을 수행한 사용자의 Braze ID |
external_user_id |
null, string |
[PII] 사용자의 외부 사용자 ID |
app_api_id |
null, string |
이 세션이 발생한 앱의 API ID |
app_group_api_id |
null, string |
이 사용자가 속한 워크스페이스의 API ID |
time |
int |
세션이 시작된 Unix 타임스탬프 |
session_id |
string |
세션의 UUID |
device_id |
null, string |
세션이 발생한 기기의 ID |
sdk_version |
null, string |
세션 중 사용 중인 Braze SDK 버전 |
platform |
null, string |
기기의 플랫폼 |
os_version |
null, string |
기기의 운영체제 버전 |
device_model |
null, string |
기기의 모델 |
app_group_id |
null, string |
이 사용자가 속한 앱 그룹의 BSON ID |
sf_created_at |
timestamp, null |
이 이벤트가 Snowpipe에 의해 수집된 시점 |
USERS_BEHAVIORS_GEOFENCE_DATAEVENT_SHARED
| 필드 | 유형 | 설명 |
|---|---|---|
id |
string |
이 이벤트의 글로벌 고유 ID |
user_id |
string |
이벤트를 수행한 사용자의 Braze ID |
external_user_id |
null, string |
[PII] 사용자의 외부 사용자 ID |
app_group_api_id |
null, string |
이 사용자가 속한 워크스페이스의 API ID |
app_api_id |
null, string |
이 동작이 발생한 앱의 API ID |
time |
int |
사용자가 이벤트를 수행한 Unix 타임스탬프 |
device_id |
null, string |
커스텀 이벤트가 발생한 기기의 ID |
sdk_version |
null, string |
이벤트 당시 사용 중인 Braze SDK 버전 |
platform |
null, string |
기기의 플랫폼 |
os_version |
null, string |
기기의 운영체제 버전 |
device_model |
null, string |
기기의 모델 |
event_type |
string |
트리거된 지오펜스 이벤트의 종류(예: ‘enter’ 또는 ‘exit’) |
location_set_id |
string |
트리거된 지오펜스의 위치 세트 ID |
geofence_id |
string |
트리거된 지오펜스의 ID |
app_group_id |
null, string |
이 사용자가 속한 앱 그룹의 BSON ID |
sf_created_at |
timestamp, null |
이 이벤트가 Snowpipe에 의해 수집된 시점 |
USERS_BEHAVIORS_GEOFENCE_RECORDEVENT_SHARED
| 필드 | 유형 | 설명 |
|---|---|---|
id |
string |
이 이벤트의 글로벌 고유 ID |
user_id |
string |
이벤트를 수행한 사용자의 Braze ID |
external_user_id |
null, string |
[PII] 사용자의 외부 사용자 ID |
app_group_api_id |
null, string |
이 사용자가 속한 워크스페이스의 API ID |
app_api_id |
null, string |
이 동작이 발생한 앱의 API ID |
time |
int |
사용자가 이벤트를 수행한 Unix 타임스탬프 |
device_id |
null, string |
커스텀 이벤트가 발생한 기기의 ID |
sdk_version |
null, string |
이벤트 당시 사용 중인 Braze SDK 버전 |
platform |
null, string |
기기의 플랫폼 |
os_version |
null, string |
기기의 운영체제 버전 |
device_model |
null, string |
기기의 모델 |
event_type |
string |
트리거된 지오펜스 이벤트의 종류(예: ‘enter’ 또는 ‘exit’) |
location_set_id |
string |
트리거된 지오펜스의 위치 세트 ID |
geofence_id |
string |
트리거된 지오펜스의 ID |
app_group_id |
null, string |
이 사용자가 속한 앱 그룹의 BSON ID |
sf_created_at |
timestamp, null |
이 이벤트가 Snowpipe에 의해 수집된 시점 |
USERS_BEHAVIORS_LIVEACTIVITY_PUSHTOSTARTTOKENCHANGE_SHARED
| 필드 | 유형 | 설명 |
|---|---|---|
id |
string |
이 이벤트의 글로벌 고유 ID |
user_id |
string |
이 이벤트를 수행한 사용자의 Braze 사용자 ID |
external_user_id |
null, string |
[PII] 사용자의 외부 ID |
time |
int |
이벤트가 발생한 UNIX 타임스탬프 |
app_group_id |
null, string |
이 사용자가 속한 앱 그룹의 BSON ID |
activity_attributes_type |
null, string |
라이브 활동 속성 유형 |
push_to_start_token |
null, string |
라이브 활동 push-to-start 토큰 |
device_id |
null, string |
이벤트가 발생한 기기의 ID |
sdk_version |
null, string |
이벤트 당시 사용 중인 Braze SDK 버전 |
ios_push_token_apns_gateway |
null, int |
푸시 토큰의 APNS 게이트웨이, iOS 푸시 토큰에만 적용, 1은 개발용, 2는 프로덕션용 |
push_token_state_change_type |
null, string |
푸시 토큰 상태 변경 유형에 대한 설명 |
app_group_api_id |
null, string |
이 사용자가 속한 앱 그룹의 API ID |
app_api_id |
null, string |
이 이벤트가 발생한 앱의 API ID |
sf_created_at |
timestamp, null |
이 이벤트가 Snowpipe에 의해 수집된 시점 |
USERS_BEHAVIORS_LIVEACTIVITY_UPDATETOKENCHANGE_SHARED
| 필드 | 유형 | 설명 |
|---|---|---|
id |
string |
이 이벤트의 글로벌 고유 ID |
user_id |
string |
이 이벤트를 수행한 사용자의 Braze 사용자 ID |
external_user_id |
null, string |
[PII] 사용자의 외부 ID |
time |
int |
이벤트가 발생한 UNIX 타임스탬프 |
app_group_id |
null, string |
이 사용자가 속한 앱 그룹의 BSON ID |
activity_id |
null, string |
라이브 활동 식별자 |
update_token |
null, string |
라이브 활동 업데이트 토큰 |
device_id |
null, string |
이벤트가 발생한 기기의 ID |
sdk_version |
null, string |
이벤트 당시 사용 중인 Braze SDK 버전 |
ios_push_token_apns_gateway |
null, int |
푸시 토큰의 APNS 게이트웨이, iOS 푸시 토큰에만 적용, 1은 개발용, 2는 프로덕션용 |
push_token_state_change_type |
null, string |
푸시 토큰 상태 변경 유형에 대한 설명 |
app_group_api_id |
null, string |
이 사용자가 속한 앱 그룹의 API ID |
app_api_id |
null, string |
이 이벤트가 발생한 앱의 API ID |
sf_created_at |
timestamp, null |
이 이벤트가 Snowpipe에 의해 수집된 시점 |
USERS_BEHAVIORS_PUSHNOTIFICATION_TOKENSTATECHANGE_SHARED
| 필드 | 유형 | 설명 |
|---|---|---|
id |
string |
이 이벤트의 글로벌 고유 ID |
time |
int |
이벤트가 발생한 UNIX 타임스탬프 |
time_ms |
int |
이벤트가 발생한 시간(밀리초) |
user_id |
string |
이 이벤트를 수행한 사용자의 Braze 사용자 ID |
external_user_id |
null, string |
[PII] 사용자의 외부 ID |
sdk_version |
null, string |
이벤트 당시 사용 중인 Braze SDK 버전 |
platform |
null, string |
기기의 플랫폼 |
app_group_id |
null, string |
이 사용자가 속한 앱 그룹의 BSON ID |
push_token |
null, string |
이벤트의 푸시 토큰 |
push_token_created_at |
null, int |
푸시 토큰이 생성된 UNIX 타임스탬프 |
push_token_updated_at |
null, int |
푸시 토큰이 마지막으로 업데이트된 UNIX 타임스탬프 |
push_token_foreground_push_disabled |
null, boolean |
푸시 토큰의 포그라운드 푸시 비활성화 플래그 |
push_token_device_id |
null, string |
푸시 토큰의 기기 ID |
push_token_provisionally_opted_in |
null, boolean |
푸시 토큰의 임시 옵트인 플래그 |
ios_push_token_apns_gateway |
null, int |
푸시 토큰의 APNS 게이트웨이, iOS 푸시 토큰에만 적용, 1은 개발용, 2는 프로덕션용 |
web_push_token_public_key |
null, string |
푸시 토큰의 공개 키, 웹 푸시 토큰에만 적용 |
web_push_token_user_auth |
null, string |
푸시 토큰의 사용자 인증, 웹 푸시 토큰에만 적용 |
web_push_token_vapid_public_key |
null, string |
푸시 토큰의 VAPID 공개 키, 웹 푸시 토큰에만 적용 |
push_token_state_change_type |
null, string |
푸시 토큰 상태 변경 유형에 대한 설명 |
app_group_api_id |
null, string |
이 사용자가 속한 앱 그룹의 API ID |
app_api_id |
null, string |
이 이벤트가 발생한 앱의 API ID |
sf_created_at |
timestamp, null |
이 이벤트가 Snowpipe에 의해 수집된 시점 |
USERS_BEHAVIORS_SUBSCRIPTION_GLOBALSTATECHANGE_SHARED
| 필드 | 유형 | 설명 |
|---|---|---|
id |
string |
이 이벤트의 글로벌 고유 ID |
user_id |
string |
영향을 받은 사용자의 Braze ID |
external_user_id |
null, string |
[PII] 사용자의 외부 사용자 ID |
email_address |
null, string |
[PII] 사용자의 이메일 주소 |
state_change_source |
null, string |
상태 변경의 소스(REST, SDK, 대시보드 등) |
subscription_status |
string |
구독 상태: ‘Subscribed’, ‘Unsubscribed’ 또는 ‘Opted In’ |
channel |
null, string |
이메일 등 글로벌 구독 상태의 채널 |
time |
int |
구독 상태가 변경된 Unix 타임스탬프 |
timezone |
null, string |
사용자의 시간대 |
app_group_api_id |
null, string |
이 사용자가 속한 워크스페이스의 API ID |
app_api_id |
null, string |
이벤트가 속한 앱의 API ID |
campaign_id |
null, string |
이 이벤트가 속한 Campaign의 내부용 Braze ID |
campaign_api_id |
null, string |
이 이벤트가 속한 Campaign의 API ID |
message_variation_api_id |
null, string |
이 이벤트가 속한 메시지 변형의 API ID |
canvas_id |
null, string |
이 이벤트가 속한 Canvas의 내부용 Braze ID |
canvas_api_id |
null, string |
이 이벤트가 속한 Canvas의 API ID |
canvas_variation_api_id |
null, string |
이 이벤트가 속한 Canvas 배리에이션의 API ID |
canvas_step_api_id |
null, string |
이 이벤트가 속한 캔버스 단계의 API ID |
send_id |
null, string |
이 구독 상태 변경 동작이 발생한 메시지 전송 ID |
app_group_id |
null, string |
이 사용자가 속한 앱 그룹의 BSON ID |
channel_identifier |
null, string |
[PII] 이벤트가 해당하는 채널에서의 사용자 식별자 |
sf_created_at |
timestamp, null |
이 이벤트가 Snowpipe에 의해 수집된 시점 |
USERS_BEHAVIORS_SUBSCRIPTIONGROUP_STATECHANGE_SHARED
| 필드 | 유형 | 설명 |
|---|---|---|
id |
string |
이 이벤트의 글로벌 고유 ID |
user_id |
string |
영향을 받은 사용자의 Braze ID |
external_user_id |
null, string |
[PII] 사용자의 외부 사용자 ID |
device_id |
null, string |
사용자가 익명인 경우 이 사용자에게 연결된 device_id |
app_group_api_id |
null, string |
이 사용자가 속한 워크스페이스의 API ID |
email_address |
null, string |
[PII] 사용자의 이메일 주소 |
phone_number |
null, string |
[PII] e164 형식의 사용자 전화번호 |
app_api_id |
null, string |
이벤트가 속한 앱의 API ID |
campaign_id |
null, string |
이 이벤트가 속한 Campaign의 내부용 Braze ID |
campaign_api_id |
null, string |
이 이벤트가 속한 Campaign의 API ID |
message_variation_api_id |
null, string |
이 이벤트가 속한 메시지 변형의 API ID |
canvas_id |
null, string |
이 이벤트가 속한 Canvas의 내부용 Braze ID |
canvas_api_id |
null, string |
이 이벤트가 속한 Canvas의 API ID |
canvas_variation_api_id |
null, string |
이 이벤트가 속한 Canvas 배리에이션의 API ID |
canvas_step_api_id |
null, string |
이 이벤트가 속한 캔버스 단계의 API ID |
subscription_group_api_id |
string |
구독 그룹 API ID |
channel |
null, string |
채널: 구독 그룹의 채널 유형에 따라 ‘email’ 또는 ‘sms’ |
subscription_status |
string |
구독 상태: ‘Subscribed’, ‘Unsubscribed’ 또는 ‘Opted In’ |
time |
int |
구독 상태가 변경된 Unix 타임스탬프 |
timezone |
null, string |
사용자의 시간대 |
send_id |
null, string |
이 구독 상태 변경 동작이 발생한 메시지 전송 ID |
state_change_source |
null, string |
상태 변경의 소스(REST, SDK, 대시보드 등) |
app_group_id |
null, string |
이 사용자가 속한 앱 그룹의 BSON ID |
dispatch_id |
null, string |
이 메시지가 속한 디스패치의 ID |
channel_identifier |
null, string |
[PII] 이벤트가 해당하는 채널에서의 사용자 식별자 |
sf_created_at |
timestamp, null |
이 이벤트가 Snowpipe에 의해 수집된 시점 |
Campaigns
USERS_CAMPAIGNS_CONVERSION_SHARED
| 필드 | 유형 | 설명 |
|---|---|---|
id |
string |
이 이벤트의 글로벌 고유 ID |
user_id |
string |
이 이벤트를 수행한 사용자의 Braze ID |
external_user_id |
null, string |
[PII] 사용자의 외부 사용자 ID |
device_id |
null, string |
사용자가 익명인 경우 이 사용자에게 연결된 device_id |
app_group_api_id |
null, string |
이 사용자가 속한 워크스페이스의 API ID |
time |
int |
이벤트가 발생한 Unix 타임스탬프 |
app_api_id |
null, string |
이 이벤트가 발생한 앱의 API ID |
dispatch_id |
null, string |
이 메시지가 속한 디스패치의 ID |
send_id |
null, string |
이 메시지가 속한 메시지 전송 ID |
campaign_id |
string |
이 이벤트가 속한 Campaign의 내부용 Braze ID |
campaign_api_id |
null, string |
이 이벤트가 속한 Campaign의 API ID |
message_variation_api_id |
null, string |
이 사용자가 수신한 메시지 변형의 API ID |
conversion_behavior_index |
null, int |
전환 동작의 인덱스 |
gender |
null, string |
[PII] 사용자의 성별 |
country |
null, string |
[PII] 사용자의 국가 |
timezone |
null, string |
사용자의 시간대 |
language |
null, string |
[PII] 사용자의 언어 |
app_group_id |
null, string |
이 사용자가 속한 앱 그룹의 BSON ID |
sf_created_at |
timestamp, null |
이 이벤트가 Snowpipe에 의해 수집된 시점 |
USERS_CAMPAIGNS_ENROLLINCONTROL_SHARED
| 필드 | 유형 | 설명 |
|---|---|---|
id |
string |
이 이벤트의 글로벌 고유 ID |
user_id |
string |
이 이벤트를 수행한 사용자의 Braze ID |
external_user_id |
null, string |
[PII] 사용자의 외부 사용자 ID |
device_id |
null, string |
사용자가 익명인 경우 이 사용자에게 연결된 device_id |
app_group_api_id |
null, string |
이 사용자가 속한 워크스페이스의 API ID |
time |
int |
이벤트가 발생한 Unix 타임스탬프 |
app_api_id |
null, string |
이 이벤트가 발생한 앱의 API ID |
dispatch_id |
null, string |
이 메시지가 속한 디스패치의 ID |
send_id |
null, string |
이 메시지가 속한 메시지 전송 ID |
campaign_id |
string |
이 이벤트가 속한 Campaign의 내부용 Braze ID |
campaign_api_id |
null, string |
이 이벤트가 속한 Campaign의 API ID |
message_variation_api_id |
null, string |
이 사용자가 수신한 메시지 변형의 API ID |
gender |
null, string |
[PII] 사용자의 성별 |
country |
null, string |
[PII] 사용자의 국가 |
timezone |
null, string |
사용자의 시간대 |
language |
null, string |
[PII] 사용자의 언어 |
app_group_id |
null, string |
이 사용자가 속한 앱 그룹의 BSON ID |
sf_created_at |
timestamp, null |
이 이벤트가 Snowpipe에 의해 수집된 시점 |
USERS_CAMPAIGNS_FREQUENCYCAP_SHARED
| 필드 | 유형 | 설명 |
|---|---|---|
id |
string |
이 이벤트의 글로벌 고유 ID |
user_id |
string |
이 이벤트를 수행한 사용자의 Braze ID |
external_user_id |
null, string |
[PII] 사용자의 외부 사용자 ID |
device_id |
null, string |
사용자가 익명인 경우 이 사용자에게 연결된 device_id |
app_group_api_id |
null, string |
이 사용자가 속한 워크스페이스의 API ID |
time |
int |
이벤트가 발생한 Unix 타임스탬프 |
dispatch_id |
null, string |
이 메시지가 속한 디스패치의 ID |
send_id |
null, string |
이 메시지가 속한 메시지 전송 ID |
campaign_id |
string |
이 이벤트가 속한 Campaign의 내부용 Braze ID |
campaign_api_id |
null, string |
이 이벤트가 속한 Campaign의 API ID |
message_variation_api_id |
null, string |
이 사용자가 수신한 메시지 변형의 API ID |
channel |
null, string |
이 이벤트가 속한 채널 |
gender |
null, string |
[PII] 사용자의 성별 |
country |
null, string |
[PII] 사용자의 국가 |
timezone |
null, string |
사용자의 시간대 |
language |
null, string |
[PII] 사용자의 언어 |
app_group_id |
null, string |
이 사용자가 속한 앱 그룹의 BSON ID |
sf_created_at |
timestamp, null |
이 이벤트가 Snowpipe에 의해 수집된 시점 |
USERS_CAMPAIGNS_REVENUE_SHARED
| 필드 | 유형 | 설명 |
|---|---|---|
id |
string |
이 이벤트의 글로벌 고유 ID |
user_id |
string |
이 이벤트를 수행한 사용자의 Braze ID |
external_user_id |
null, string |
[PII] 사용자의 외부 사용자 ID |
device_id |
null, string |
사용자가 익명인 경우 이 사용자에게 연결된 device_id |
app_group_api_id |
null, string |
이 사용자가 속한 워크스페이스의 API ID |
time |
int |
이벤트가 발생한 Unix 타임스탬프 |
app_api_id |
null, string |
이 이벤트가 발생한 앱의 API ID |
dispatch_id |
null, string |
이 메시지가 속한 디스패치의 ID |
send_id |
null, string |
이 메시지가 속한 메시지 전송 ID |
campaign_id |
string |
이 이벤트가 속한 Campaign의 내부용 Braze ID |
campaign_api_id |
null, string |
이 이벤트가 속한 Campaign의 API ID |
message_variation_api_id |
null, string |
이 사용자가 수신한 메시지 변형의 API ID |
gender |
null, string |
[PII] 사용자의 성별 |
country |
null, string |
[PII] 사용자의 국가 |
timezone |
null, string |
사용자의 시간대 |
language |
null, string |
[PII] 사용자의 언어 |
revenue |
long |
생성된 USD 매출 금액(센트 단위) |
app_group_id |
null, string |
이 사용자가 속한 앱 그룹의 BSON ID |
sf_created_at |
timestamp, null |
이 이벤트가 Snowpipe에 의해 수집된 시점 |
Canvas
USERS_CANVASSTEP_PROGRESSION_SHARED
| 필드 | 유형 | 설명 |
|---|---|---|
id |
string, null |
이 이벤트의 글로벌 고유 ID |
user_id |
string, null |
이 이벤트를 수행한 사용자의 Braze ID |
external_user_id |
string, null |
[PII] 사용자의 외부 사용자 ID |
device_id |
string, null |
사용자가 익명인 경우 이 사용자에게 연결된 기기의 ID |
app_group_id |
string, null |
이 사용자가 속한 워크스페이스의 Braze ID |
app_group_api_id |
string, null |
이 사용자가 속한 워크스페이스의 API ID |
time |
int, null |
이벤트가 발생한 Unix 타임스탬프 |
canvas_id |
string, null |
(Braze 내부용) 이 이벤트가 속한 Canvas의 ID |
canvas_api_id |
string, null |
이 이벤트가 속한 Canvas의 API ID |
canvas_variation_api_id |
string, null |
이 이벤트가 속한 Canvas 변형의 API ID |
canvas_step_api_id |
string, null |
이 이벤트가 속한 캔버스 단계의 API ID |
progression_type |
string, null |
단계 진행 이벤트의 유형 |
is_canvas_entry |
boolean, null |
Canvas의 첫 번째 단계에 진입한 것인지 여부 |
exit_reason |
string, null |
이것이 이탈인 경우, 해당 단계에서 사용자가 Canvas를 이탈한 이유 |
canvas_entry_id |
string, null |
Canvas에서 이 사용자 인스턴스의 고유 식별자 |
next_step_id |
string, null |
Canvas의 다음 단계의 BSON ID |
next_step_api_id |
string, null |
Canvas의 다음 단계의 API ID |
sf_created_at |
timestamp, null |
이 이벤트가 Snowpipe에 의해 수집된 시점 |
USERS_CANVAS_CONVERSION_SHARED
| 필드 | 유형 | 설명 |
|---|---|---|
id |
string, null |
이 이벤트의 글로벌 고유 ID |
user_id |
string, null |
이 이벤트를 수행한 사용자의 Braze ID |
external_user_id |
string, null |
[PII] 사용자의 외부 사용자 ID |
device_id |
string, null |
사용자가 익명인 경우 이 사용자에게 연결된 기기의 ID |
app_group_id |
string, null |
이 사용자가 속한 워크스페이스의 Braze ID |
app_group_api_id |
string, null |
이 사용자가 속한 워크스페이스의 API ID |
time |
int, null |
이벤트가 발생한 Unix 타임스탬프 |
app_api_id |
string, null |
이 이벤트가 발생한 앱의 API ID |
canvas_id |
string, null |
(Braze 내부용) 이 이벤트가 속한 Canvas의 ID |
canvas_api_id |
string, null |
이 이벤트가 속한 Canvas의 API ID |
canvas_variation_api_id |
string, null |
이 이벤트가 속한 Canvas 변형의 API ID |
canvas_step_api_id |
string, null |
이 이벤트가 속한 캔버스 단계의 API ID |
canvas_step_message_variation_api_id |
string, null |
이 사용자가 수신한 캔버스 단계 메시지 변형의 API ID |
conversion_behavior_index |
int, null |
사용자가 수행한 전환 이벤트의 유형으로, “0”은 주요 전환, “1”은 보조 전환을 나타냅니다 |
gender |
string, null |
[PII] 사용자의 성별 |
country |
string, null |
[PII] 사용자의 국가 |
timezone |
string, null |
사용자의 시간대 |
language |
string, null |
[PII] 사용자의 언어 |
sf_created_at |
timestamp, null |
이 이벤트가 Snowpipe에 의해 수집된 시점 |
USERS_CANVAS_ENTRY_SHARED
| 필드 | 유형 | 설명 |
|---|---|---|
id |
string, null |
이 이벤트의 글로벌 고유 ID |
user_id |
string, null |
이 이벤트를 수행한 사용자의 Braze ID |
external_user_id |
string, null |
[PII] 사용자의 외부 사용자 ID |
device_id |
string, null |
사용자가 익명인 경우 이 사용자에게 연결된 기기의 ID |
app_group_id |
string, null |
이 사용자가 속한 워크스페이스의 Braze ID |
app_group_api_id |
string, null |
이 사용자가 속한 워크스페이스의 API ID |
time |
int, null |
이벤트가 발생한 Unix 타임스탬프 |
canvas_id |
string, null |
(Braze 내부용) 이 이벤트가 속한 Canvas의 ID |
canvas_api_id |
string, null |
이 이벤트가 속한 Canvas의 API ID |
canvas_variation_api_id |
string, null |
이 이벤트가 속한 Canvas 변형의 API ID |
canvas_step_api_id |
string, null |
[지원 중단됨] 이 이벤트가 속한 캔버스 단계의 API ID |
gender |
string, null |
[PII] 사용자의 성별 |
country |
string, null |
[PII] 사용자의 국가 |
timezone |
string, null |
사용자의 시간대 |
language |
string, null |
[PII] 사용자의 언어 |
in_control_group |
boolean, null |
사용자가 대조군에 등록되었는지 여부(True) |
sf_created_at |
timestamp, null |
이 이벤트가 Snowpipe에 의해 수집된 시점 |
USERS_CANVAS_EXIT_MATCHEDAUDIENCE_SHARED
| 필드 | 유형 | 설명 |
|---|---|---|
id |
string, null |
이 이벤트의 글로벌 고유 ID |
user_id |
string, null |
이 이벤트를 수행한 사용자의 Braze ID |
external_user_id |
string, null |
[PII] 사용자의 외부 사용자 ID |
app_group_id |
string, null |
이 사용자가 속한 워크스페이스의 Braze ID |
app_group_api_id |
string, null |
이 사용자가 속한 워크스페이스의 API ID |
time |
int, null |
이벤트가 발생한 Unix 타임스탬프 |
canvas_id |
string, null |
(Braze 내부용) 이 이벤트가 속한 Canvas의 ID |
canvas_api_id |
string, null |
이 이벤트가 속한 Canvas의 API ID |
canvas_variation_api_id |
string, null |
이 이벤트가 속한 Canvas 변형의 API ID |
canvas_step_api_id |
string, null |
이 이벤트가 속한 캔버스 단계의 API ID |
sf_created_at |
timestamp, null |
이 이벤트가 Snowpipe에 의해 수집된 시점 |
USERS_CANVAS_EXIT_PERFORMEDEVENT_SHARED
| 필드 | 유형 | 설명 |
|---|---|---|
id |
string, null |
이 이벤트의 글로벌 고유 ID |
user_id |
string, null |
이 이벤트를 수행한 사용자의 Braze ID |
external_user_id |
string, null |
[PII] 사용자의 외부 사용자 ID |
app_group_id |
string, null |
이 사용자가 속한 워크스페이스의 Braze ID |
app_group_api_id |
string, null |
이 사용자가 속한 워크스페이스의 API ID |
time |
int, null |
이벤트가 발생한 Unix 타임스탬프 |
canvas_id |
string, null |
(Braze 내부용) 이 이벤트가 속한 Canvas의 ID |
canvas_api_id |
string, null |
이 이벤트가 속한 Canvas의 API ID |
canvas_variation_api_id |
string, null |
이 이벤트가 속한 Canvas 변형의 API ID |
canvas_step_api_id |
string, null |
이 이벤트가 속한 캔버스 단계의 API ID |
sf_created_at |
timestamp, null |
이 이벤트가 Snowpipe에 의해 수집된 시점 |
USERS_CANVAS_EXPERIMENTSTEP_CONVERSION_SHARED
| 필드 | 유형 | 설명 |
|---|---|---|
id |
string, null |
이 이벤트의 글로벌 고유 ID |
user_id |
string, null |
이 이벤트를 수행한 사용자의 Braze ID |
external_user_id |
string, null |
[PII] 사용자의 외부 사용자 ID |
app_group_id |
string, null |
이 사용자가 속한 워크스페이스의 Braze ID |
time |
int, null |
이벤트가 발생한 Unix 타임스탬프 |
app_api_id |
string, null |
이 이벤트가 발생한 앱의 API ID |
canvas_id |
string, null |
(Braze 내부용) 이 이벤트가 속한 Canvas의 ID |
canvas_api_id |
string, null |
이 이벤트가 속한 Canvas의 API ID |
canvas_variation_api_id |
string, null |
이 이벤트가 속한 Canvas 변형의 API ID |
canvas_step_api_id |
string, null |
이 이벤트가 속한 캔버스 단계의 API ID |
experiment_step_api_id |
string, null |
이 이벤트가 속한 실험 단계의 API ID |
conversion_behavior_index |
int, null |
사용자가 수행한 전환 이벤트의 유형으로, “0”은 주요 전환, “1”은 보조 전환을 나타냅니다 |
sf_created_at |
timestamp, null |
이 이벤트가 Snowpipe에 의해 수집된 시점 |
experiment_split_api_id |
string, null |
사용자가 등록된 실험 분할의 API ID |
USERS_CANVAS_EXPERIMENTSTEP_SPLITENTRY_SHARED
| 필드 | 유형 | 설명 |
|---|---|---|
id |
string, null |
이 이벤트의 글로벌 고유 ID |
user_id |
string, null |
이 이벤트를 수행한 사용자의 Braze ID |
external_user_id |
string, null |
[PII] 사용자의 외부 사용자 ID |
app_group_id |
string, null |
이 사용자가 속한 워크스페이스의 Braze ID |
time |
int, null |
이벤트가 발생한 Unix 타임스탬프 |
canvas_id |
string, null |
(Braze 내부용) 이 이벤트가 속한 Canvas의 ID |
canvas_api_id |
string, null |
이 이벤트가 속한 Canvas의 API ID |
canvas_variation_api_id |
string, null |
이 이벤트가 속한 Canvas 변형의 API ID |
canvas_step_api_id |
string, null |
이 이벤트가 속한 캔버스 단계의 API ID |
experiment_step_api_id |
string, null |
이 이벤트가 속한 실험 단계의 API ID |
in_control_group |
boolean, null |
사용자가 대조군에 등록되었는지 여부(True) |
sf_created_at |
timestamp, null |
이 이벤트가 Snowpipe에 의해 수집된 시점 |
experiment_split_api_id |
string, null |
사용자가 등록된 실험 분할의 API ID |
USERS_CANVAS_FREQUENCYCAP_SHARED
| 필드 | 유형 | 설명 |
|---|---|---|
id |
string, null |
이 이벤트의 글로벌 고유 ID |
user_id |
string, null |
이 이벤트를 수행한 사용자의 Braze ID |
external_user_id |
string, null |
[PII] 사용자의 외부 사용자 ID |
device_id |
string, null |
사용자가 익명인 경우 이 사용자에게 연결된 기기의 ID |
app_group_id |
string, null |
이 사용자가 속한 워크스페이스의 Braze ID |
app_group_api_id |
string, null |
이 사용자가 속한 워크스페이스의 API ID |
time |
int, null |
이벤트가 발생한 Unix 타임스탬프 |
canvas_id |
string, null |
(Braze 내부용) 이 이벤트가 속한 Canvas의 ID |
canvas_api_id |
string, null |
이 이벤트가 속한 Canvas의 API ID |
canvas_variation_api_id |
string, null |
이 이벤트가 속한 Canvas 변형의 API ID |
canvas_step_api_id |
string, null |
이 이벤트가 속한 캔버스 단계의 API ID |
canvas_step_message_variation_api_id |
string, null |
이 사용자가 수신한 캔버스 단계 메시지 변형의 API ID |
channel |
string, null |
이 이벤트가 속한 메시징 채널(이메일, 푸시 등) |
gender |
string, null |
[PII] 사용자의 성별 |
country |
string, null |
[PII] 사용자의 국가 |
timezone |
string, null |
사용자의 시간대 |
language |
string, null |
[PII] 사용자의 언어 |
sf_created_at |
timestamp, null |
이 이벤트가 Snowpipe에 의해 수집된 시점 |
USERS_CANVAS_REVENUE_SHARED
| 필드 | 유형 | 설명 |
|---|---|---|
id |
string, null |
이 이벤트의 글로벌 고유 ID |
user_id |
string, null |
이 이벤트를 수행한 사용자의 Braze ID |
external_user_id |
string, null |
[PII] 사용자의 외부 사용자 ID |
device_id |
string, null |
사용자가 익명인 경우 이 사용자에게 연결된 기기의 ID |
app_group_id |
string, null |
이 사용자가 속한 워크스페이스의 Braze ID |
app_group_api_id |
string, null |
이 사용자가 속한 워크스페이스의 API ID |
time |
int, null |
이벤트가 발생한 Unix 타임스탬프 |
canvas_id |
string, null |
(Braze 내부용) 이 이벤트가 속한 Canvas의 ID |
canvas_api_id |
string, null |
이 이벤트가 속한 Canvas의 API ID |
canvas_variation_api_id |
string, null |
이 이벤트가 속한 Canvas 변형의 API ID |
canvas_step_api_id |
string, null |
이 이벤트가 속한 캔버스 단계의 API ID |
canvas_step_message_variation_api_id |
string, null |
이 사용자가 수신한 캔버스 단계 메시지 변형의 API ID |
gender |
string, null |
[PII] 사용자의 성별 |
country |
string, null |
[PII] 사용자의 국가 |
timezone |
string, null |
사용자의 시간대 |
language |
string, null |
[PII] 사용자의 언어 |
revenue |
int, null |
생성된 USD 매출 금액(센트 단위) |
sf_created_at |
timestamp, null |
이 이벤트가 Snowpipe에 의해 수집된 시점 |
app_api_id |
string, null |
이 이벤트가 발생한 앱의 API ID |
메시지
USERS_MESSAGES_BANNER_ABORT_SHARED
| 필드 | 유형 | 설명 |
|---|---|---|
id |
string |
이 이벤트의 글로벌 고유 ID |
user_id |
string |
이 이벤트를 수행한 사용자의 Braze 사용자 ID |
external_user_id |
null, string |
[PII] 사용자의 외부 ID |
app_group_id |
null, string |
이 사용자가 속한 앱 그룹의 BSON ID |
app_group_api_id |
null, string |
이 사용자가 속한 앱 그룹의 API ID |
time |
int |
이벤트가 발생한 UNIX 타임스탬프 |
app_api_id |
null, string |
이 이벤트가 발생한 앱의 API ID |
campaign_id |
null, string |
이 이벤트가 속한 Campaign의 BSON ID |
campaign_api_id |
null, string |
이 이벤트가 속한 Campaign의 API ID |
message_variation_api_id |
null, string |
이 사용자가 수신한 메시지 배리언트의 API ID |
gender |
null, string |
[PII] 사용자의 성별 |
country |
null, string |
[PII] 사용자의 국가 |
timezone |
null, string |
사용자의 시간대 |
language |
null, string |
[PII] 사용자의 언어 |
device_id |
null, string |
이벤트가 발생한 기기의 ID |
sdk_version |
null, string |
이벤트 발생 시 사용 중인 Braze SDK 버전 |
platform |
null, string |
기기의 플랫폼 |
os_version |
null, string |
기기 운영체제의 버전 |
device_model |
null, string |
기기의 모델 |
resolution |
null, string |
기기의 해상도 |
carrier |
null, string |
기기의 통신사 |
browser |
null, string |
기기 브라우저 - user_agent에서 추출 - 열기가 발생한 브라우저 |
ad_id |
null, string |
[PII] 광고 식별자 |
ad_id_type |
null, string |
[‘ios_idfa’, ‘google_ad_id’, ‘windows_ad_id’, ‘roku_ad_id’] 중 하나 |
ad_tracking_enabled |
null, boolean |
기기에서 광고 추적이 활성화되어 있는지 여부 |
abort_type |
null, string |
중단 유형. 값 목록은 중단 유형을 참조하세요. |
abort_log |
null, string |
[PII] 중단 세부 정보를 설명하는 로그 메시지 (최대 128자) |
banner_placement_id |
null, string |
고객이 지정한 배너 배치 ID |
sf_created_at |
timestamp, null |
이 이벤트가 Snowpipe에 의해 수집된 시점 |
USERS_MESSAGES_BANNER_CLICK_SHARED
| 필드 | 유형 | 설명 |
|---|---|---|
id |
string |
이 이벤트의 글로벌 고유 ID |
user_id |
string |
이 이벤트를 수행한 사용자의 Braze 사용자 ID |
external_user_id |
null, string |
[PII] 사용자의 외부 ID |
app_group_id |
null, string |
이 사용자가 속한 앱 그룹의 BSON ID |
app_group_api_id |
null, string |
이 사용자가 속한 앱 그룹의 API ID |
time |
int |
이벤트가 발생한 UNIX 타임스탬프 |
app_api_id |
null, string |
이 이벤트가 발생한 앱의 API ID |
campaign_id |
null, string |
이 이벤트가 속한 Campaign의 BSON ID |
campaign_api_id |
null, string |
이 이벤트가 속한 Campaign의 API ID |
message_variation_api_id |
null, string |
이 사용자가 수신한 메시지 배리언트의 API ID |
gender |
null, string |
[PII] 사용자의 성별 |
country |
null, string |
[PII] 사용자의 국가 |
timezone |
null, string |
사용자의 시간대 |
language |
null, string |
[PII] 사용자의 언어 |
device_id |
null, string |
이벤트가 발생한 기기의 ID |
sdk_version |
null, string |
이벤트 발생 시 사용 중인 Braze SDK 버전 |
platform |
null, string |
기기의 플랫폼 |
os_version |
null, string |
기기 운영체제의 버전 |
device_model |
null, string |
기기의 모델 |
resolution |
null, string |
기기의 해상도 |
carrier |
null, string |
기기의 통신사 |
browser |
null, string |
기기 브라우저 - user_agent에서 추출 - 열기가 발생한 브라우저 |
button_id |
null, string |
클릭된 버튼의 ID (이 클릭이 버튼 클릭인 경우) |
ad_id |
null, string |
[PII] 광고 식별자 |
ad_id_type |
null, string |
[‘ios_idfa’, ‘google_ad_id’, ‘windows_ad_id’, ‘roku_ad_id’] 중 하나 |
ad_tracking_enabled |
null, boolean |
기기에서 광고 추적이 활성화되어 있는지 여부 |
banner_placement_id |
null, string |
고객이 지정한 배너 배치 ID |
sf_created_at |
timestamp, null |
이 이벤트가 Snowpipe에 의해 수집된 시점 |
USERS_MESSAGES_BANNER_IMPRESSION_SHARED
| 필드 | 유형 | 설명 |
|---|---|---|
id |
string |
이 이벤트의 글로벌 고유 ID |
user_id |
string |
이 이벤트를 수행한 사용자의 Braze 사용자 ID |
external_user_id |
null, string |
[PII] 사용자의 외부 ID |
app_group_id |
null, string |
이 사용자가 속한 앱 그룹의 BSON ID |
app_group_api_id |
null, string |
이 사용자가 속한 앱 그룹의 API ID |
time |
int |
이벤트가 발생한 UNIX 타임스탬프 |
app_api_id |
null, string |
이 이벤트가 발생한 앱의 API ID |
campaign_id |
null, string |
이 이벤트가 속한 Campaign의 BSON ID |
campaign_api_id |
null, string |
이 이벤트가 속한 Campaign의 API ID |
message_variation_api_id |
null, string |
이 사용자가 수신한 메시지 배리언트의 API ID |
gender |
null, string |
[PII] 사용자의 성별 |
country |
null, string |
[PII] 사용자의 국가 |
timezone |
null, string |
사용자의 시간대 |
language |
null, string |
[PII] 사용자의 언어 |
device_id |
null, string |
이벤트가 발생한 기기의 ID |
sdk_version |
null, string |
이벤트 발생 시 사용 중인 Braze SDK 버전 |
platform |
null, string |
기기의 플랫폼 |
os_version |
null, string |
기기 운영체제의 버전 |
device_model |
null, string |
기기의 모델 |
resolution |
null, string |
기기의 해상도 |
carrier |
null, string |
기기의 통신사 |
browser |
null, string |
기기 브라우저 - user_agent에서 추출 - 열기가 발생한 브라우저 |
ad_id |
null, string |
[PII] 광고 식별자 |
ad_id_type |
null, string |
[‘ios_idfa’, ‘google_ad_id’, ‘windows_ad_id’, ‘roku_ad_id’] 중 하나 |
ad_tracking_enabled |
null, boolean |
기기에서 광고 추적이 활성화되어 있는지 여부 |
banner_placement_id |
null, string |
고객이 지정한 배너 배치 ID |
sf_created_at |
timestamp, null |
이 이벤트가 Snowpipe에 의해 수집된 시점 |
USERS_MESSAGES_CONTENTCARD_ABORT_SHARED
| 필드 | 유형 | 설명 |
|---|---|---|
id |
string |
이 이벤트의 글로벌 고유 ID |
user_id |
string |
이 이벤트를 수행한 사용자의 Braze ID |
external_user_id |
null, string |
[PII] 사용자의 외부 사용자 ID |
device_id |
null, string |
사용자가 익명인 경우 이 사용자에게 연결된 device_id |
app_group_api_id |
null, string |
이 사용자가 속한 워크스페이스의 API ID |
time |
int |
이벤트가 발생한 Unix 타임스탬프 |
dispatch_id |
null, string |
이 메시지가 속한 디스패치의 ID |
send_id |
null, string |
이 메시지가 속한 메시지 발송 ID |
campaign_id |
null, string |
이 이벤트가 속한 Campaign의 내부 사용 Braze ID |
campaign_api_id |
null, string |
이 이벤트가 속한 Campaign의 API ID |
message_variation_api_id |
null, string |
이 사용자가 수신한 메시지 배리언트의 API ID |
canvas_id |
null, string |
이 이벤트가 속한 Canvas의 내부 사용 Braze ID |
canvas_api_id |
null, string |
이 이벤트가 속한 Canvas의 API ID |
canvas_variation_api_id |
null, string |
이 이벤트가 속한 Canvas 배리언트의 API ID |
canvas_step_api_id |
null, string |
이 이벤트가 속한 캔버스 단계의 API ID |
canvas_step_message_variation_api_id |
null, string |
이 사용자가 수신한 캔버스 단계 메시지 배리언트의 API ID |
gender |
null, string |
[PII] 사용자의 성별 |
country |
null, string |
[PII] 사용자의 국가 |
timezone |
null, string |
사용자의 시간대 |
language |
null, string |
[PII] 사용자의 언어 |
abort_type |
null, string |
중단 유형. 값 목록은 중단 유형을 참조하세요. |
abort_log |
null, string |
[PII] 중단 세부 정보를 설명하는 로그 메시지 (최대 2,000자) |
app_group_id |
null, string |
이 사용자가 속한 앱 그룹의 BSON ID |
sf_created_at |
timestamp, null |
이 이벤트가 Snowpipe에 의해 수집된 시점 |
USERS_MESSAGES_CONTENTCARD_CLICK_SHARED
| 필드 | 유형 | 설명 |
|---|---|---|
id |
string |
이 이벤트의 글로벌 고유 ID |
user_id |
string |
이 이벤트를 수행한 사용자의 Braze ID |
content_card_id |
string |
이 이벤트를 생성한 카드의 ID |
external_user_id |
null, string |
[PII] 사용자의 외부 사용자 ID |
app_group_api_id |
null, string |
이 사용자가 속한 워크스페이스의 API ID |
time |
int |
이벤트가 발생한 Unix 타임스탬프 |
app_api_id |
null, string |
이 이벤트가 발생한 앱의 API ID |
dispatch_id |
null, string |
이 메시지가 속한 디스패치의 ID |
send_id |
null, string |
이 메시지가 속한 메시지 발송 ID |
campaign_id |
null, string |
이 이벤트가 속한 Campaign의 내부 사용 Braze ID |
campaign_api_id |
null, string |
이 이벤트가 속한 Campaign의 API ID |
message_variation_api_id |
null, string |
이 사용자가 수신한 메시지 배리언트의 API ID |
canvas_id |
null, string |
이 이벤트가 속한 Canvas의 내부 사용 Braze ID |
canvas_api_id |
null, string |
이 이벤트가 속한 Canvas의 API ID |
canvas_variation_api_id |
null, string |
이 이벤트가 속한 Canvas 배리언트의 API ID |
canvas_step_api_id |
null, string |
이 이벤트가 속한 캔버스 단계의 API ID |
canvas_step_message_variation_api_id |
null, string |
이 사용자가 수신한 캔버스 단계 메시지 배리언트의 API ID |
gender |
null, string |
[PII] 사용자의 성별 |
country |
null, string |
[PII] 사용자의 국가 |
timezone |
null, string |
사용자의 시간대 |
language |
null, string |
[PII] 사용자의 언어 |
device_id |
null, string |
이벤트가 발생한 기기의 ID |
sdk_version |
null, string |
이벤트 발생 시 사용 중인 Braze SDK 버전 |
platform |
null, string |
기기의 플랫폼 |
os_version |
null, string |
기기 운영체제의 버전 |
device_model |
null, string |
기기의 모델 |
resolution |
null, string |
기기의 해상도 |
carrier |
null, string |
기기의 통신사 |
browser |
null, string |
기기의 브라우저 |
ad_id |
null, string |
[PII] 광고 식별자 |
ad_id_type |
null, string |
ios_idfa, google_ad_id, windows_ad_id 또는 roku_ad_id 중 하나 |
ad_tracking_enabled |
null, boolean |
기기에서 광고 추적이 활성화되어 있는지 여부 |
app_group_id |
null, string |
이 사용자가 속한 앱 그룹의 BSON ID |
sf_created_at |
timestamp, null |
이 이벤트가 Snowpipe에 의해 수집된 시점 |
USERS_MESSAGES_CONTENTCARD_DISMISS_SHARED
| 필드 | 유형 | 설명 |
|---|---|---|
id |
string |
이 이벤트의 글로벌 고유 ID |
user_id |
string |
이 이벤트를 수행한 사용자의 Braze ID |
content_card_id |
string |
이 이벤트를 생성한 카드의 ID |
external_user_id |
null, string |
[PII] 사용자의 외부 사용자 ID |
app_group_api_id |
null, string |
이 사용자가 속한 워크스페이스의 API ID |
time |
int |
이벤트가 발생한 Unix 타임스탬프 |
app_api_id |
null, string |
이 이벤트가 발생한 앱의 API ID |
dispatch_id |
null, string |
이 메시지가 속한 디스패치의 ID |
send_id |
null, string |
이 메시지가 속한 메시지 발송 ID |
campaign_id |
null, string |
이 이벤트가 속한 Campaign의 내부 사용 Braze ID |
campaign_api_id |
null, string |
이 이벤트가 속한 Campaign의 API ID |
message_variation_api_id |
null, string |
이 사용자가 수신한 메시지 배리언트의 API ID |
canvas_id |
null, string |
이 이벤트가 속한 Canvas의 내부 사용 Braze ID |
canvas_api_id |
null, string |
이 이벤트가 속한 Canvas의 API ID |
canvas_variation_api_id |
null, string |
이 이벤트가 속한 Canvas 배리언트의 API ID |
canvas_step_api_id |
null, string |
이 이벤트가 속한 캔버스 단계의 API ID |
canvas_step_message_variation_api_id |
null, string |
이 사용자가 수신한 캔버스 단계 메시지 배리언트의 API ID |
gender |
null, string |
[PII] 사용자의 성별 |
country |
null, string |
[PII] 사용자의 국가 |
timezone |
null, string |
사용자의 시간대 |
language |
null, string |
[PII] 사용자의 언어 |
device_id |
null, string |
이벤트가 발생한 기기의 ID |
sdk_version |
null, string |
이벤트 발생 시 사용 중인 Braze SDK 버전 |
platform |
null, string |
기기의 플랫폼 |
os_version |
null, string |
기기 운영체제의 버전 |
device_model |
null, string |
기기의 모델 |
resolution |
null, string |
기기의 해상도 |
carrier |
null, string |
기기의 통신사 |
browser |
null, string |
기기의 브라우저 |
ad_id |
null, string |
[PII] 광고 식별자 |
ad_id_type |
null, string |
ios_idfa, google_ad_id, windows_ad_id 또는 roku_ad_id 중 하나 |
ad_tracking_enabled |
null, boolean |
기기에서 광고 추적이 활성화되어 있는지 여부 |
app_group_id |
null, string |
이 사용자가 속한 앱 그룹의 BSON ID |
sf_created_at |
timestamp, null |
이 이벤트가 Snowpipe에 의해 수집된 시점 |
USERS_MESSAGES_CONTENTCARD_IMPRESSION_SHARED
| 필드 | 유형 | 설명 |
|---|---|---|
id |
string |
이 이벤트의 글로벌 고유 ID |
user_id |
string |
이 이벤트를 수행한 사용자의 Braze ID |
content_card_id |
string |
이 이벤트를 생성한 카드의 ID |
external_user_id |
null, string |
[PII] 사용자의 외부 사용자 ID |
app_group_api_id |
null, string |
이 사용자가 속한 워크스페이스의 API ID |
time |
int |
이벤트가 발생한 Unix 타임스탬프 |
app_api_id |
null, string |
이 이벤트가 발생한 앱의 API ID |
dispatch_id |
null, string |
이 메시지가 속한 디스패치의 ID |
send_id |
null, string |
이 메시지가 속한 메시지 발송 ID |
campaign_id |
null, string |
이 이벤트가 속한 Campaign의 내부 사용 Braze ID |
campaign_api_id |
null, string |
이 이벤트가 속한 Campaign의 API ID |
message_variation_api_id |
null, string |
이 사용자가 수신한 메시지 배리언트의 API ID |
canvas_id |
null, string |
이 이벤트가 속한 Canvas의 내부 사용 Braze ID |
canvas_api_id |
null, string |
이 이벤트가 속한 Canvas의 API ID |
canvas_variation_api_id |
null, string |
이 이벤트가 속한 Canvas 배리언트의 API ID |
canvas_step_api_id |
null, string |
이 이벤트가 속한 캔버스 단계의 API ID |
canvas_step_message_variation_api_id |
null, string |
이 사용자가 수신한 캔버스 단계 메시지 배리언트의 API ID |
gender |
null, string |
[PII] 사용자의 성별 |
country |
null, string |
[PII] 사용자의 국가 |
timezone |
null, string |
사용자의 시간대 |
language |
null, string |
[PII] 사용자의 언어 |
device_id |
null, string |
이벤트가 발생한 기기의 ID |
sdk_version |
null, string |
이벤트 발생 시 사용 중인 Braze SDK 버전 |
platform |
null, string |
기기의 플랫폼 |
os_version |
null, string |
기기 운영체제의 버전 |
device_model |
null, string |
기기의 모델 |
resolution |
null, string |
기기의 해상도 |
carrier |
null, string |
기기의 통신사 |
browser |
null, string |
기기의 브라우저 |
ad_id |
null, string |
[PII] 광고 식별자 |
ad_id_type |
null, string |
ios_idfa, google_ad_id, windows_ad_id 또는 roku_ad_id 중 하나 |
ad_tracking_enabled |
null, boolean |
기기에서 광고 추적이 활성화되어 있는지 여부 |
app_group_id |
null, string |
이 사용자가 속한 앱 그룹의 BSON ID |
sf_created_at |
timestamp, null |
이 이벤트가 Snowpipe에 의해 수집된 시점 |
USERS_MESSAGES_CONTENTCARD_SEND_SHARED
| 필드 | 유형 | 설명 |
|---|---|---|
id |
string |
이 이벤트의 글로벌 고유 ID |
user_id |
string |
이 이벤트를 수행한 사용자의 Braze ID |
external_user_id |
null, string |
[PII] 사용자의 외부 사용자 ID |
device_id |
null, string |
사용자가 익명인 경우 이 사용자에게 연결된 device_id |
app_group_api_id |
null, string |
이 사용자가 속한 워크스페이스의 API ID |
time |
int |
이벤트가 발생한 Unix 타임스탬프 |
dispatch_id |
null, string |
이 메시지가 속한 디스패치의 ID |
send_id |
null, string |
이 메시지가 속한 메시지 발송 ID |
campaign_id |
null, string |
이 이벤트가 속한 Campaign의 내부 사용 Braze ID |
campaign_api_id |
null, string |
이 이벤트가 속한 Campaign의 API ID |
message_variation_api_id |
null, string |
이 사용자가 수신한 메시지 배리언트의 API ID |
canvas_id |
null, string |
이 이벤트가 속한 Canvas의 내부 사용 Braze ID |
canvas_api_id |
null, string |
이 이벤트가 속한 Canvas의 API ID |
canvas_variation_api_id |
null, string |
이 이벤트가 속한 Canvas 배리언트의 API ID |
canvas_step_api_id |
null, string |
이 이벤트가 속한 캔버스 단계의 API ID |
canvas_step_message_variation_api_id |
null, string |
이 사용자가 수신한 캔버스 단계 메시지 배리언트의 API ID |
gender |
null, string |
[PII] 사용자의 성별 |
country |
null, string |
[PII] 사용자의 국가 |
timezone |
null, string |
사용자의 시간대 |
language |
null, string |
[PII] 사용자의 언어 |
content_card_id |
string |
이 이벤트를 생성한 카드의 ID |
app_group_id |
null, string |
이 사용자가 속한 앱 그룹의 BSON ID |
message_extras |
null, string |
[PII] Liquid 렌더링 중 태그된 키-값 페어의 JSON 문자열 |
sf_created_at |
timestamp, null |
이 이벤트가 Snowpipe에 의해 수집된 시점 |
USERS_MESSAGES_EMAIL_ABORT_SHARED
| 필드 | 유형 | 설명 |
|---|---|---|
id |
string |
이 이벤트의 글로벌 고유 ID |
user_id |
string |
이 이벤트를 수행한 사용자의 Braze ID |
external_user_id |
null, string |
[PII] 사용자의 외부 사용자 ID |
device_id |
null, string |
사용자가 익명인 경우 이 사용자에게 연결된 device_id |
app_group_api_id |
null, string |
이 사용자가 속한 워크스페이스의 API ID |
time |
int |
이벤트가 발생한 Unix 타임스탬프 |
dispatch_id |
null, string |
이 메시지가 속한 디스패치의 ID |
send_id |
null, string |
이 메시지가 속한 메시지 발송 ID |
campaign_id |
null, string |
이 이벤트가 속한 Campaign의 내부 사용 Braze ID |
campaign_api_id |
null, string |
이 이벤트가 속한 Campaign의 API ID |
message_variation_api_id |
null, string |
이 사용자가 수신한 메시지 배리언트의 API ID |
canvas_id |
null, string |
이 이벤트가 속한 Canvas의 내부 사용 Braze ID |
canvas_api_id |
null, string |
이 이벤트가 속한 Canvas의 API ID |
canvas_variation_api_id |
null, string |
이 이벤트가 속한 Canvas 배리언트의 API ID |
canvas_step_api_id |
null, string |
이 이벤트가 속한 캔버스 단계의 API ID |
canvas_step_message_variation_api_id |
null, string |
이 사용자가 수신한 캔버스 단계 메시지 배리언트의 API ID |
gender |
null, string |
[PII] 사용자의 성별 |
country |
null, string |
[PII] 사용자의 국가 |
timezone |
null, string |
사용자의 시간대 |
language |
null, string |
[PII] 사용자의 언어 |
email_address |
string |
[PII] 사용자의 이메일 주소 |
ip_pool |
null, string |
이메일 발송에 사용된 IP 풀 |
abort_type |
null, string |
중단 유형. 값 목록은 중단 유형을 참조하세요. |
abort_log |
null, string |
[PII] 중단 세부 정보를 설명하는 로그 메시지 (최대 2,000자) |
app_group_id |
null, string |
이 사용자가 속한 앱 그룹의 BSON ID |
sf_created_at |
timestamp, null |
이 이벤트가 Snowpipe에 의해 수집된 시점 |
USERS_MESSAGES_EMAIL_BOUNCE_SHARED
| 필드 | 유형 | 설명 |
|---|---|---|
id |
string |
이 이벤트의 글로벌 고유 ID |
user_id |
string |
이 이벤트를 수행한 사용자의 Braze ID |
external_user_id |
null, string |
[PII] 사용자의 외부 사용자 ID |
device_id |
null, string |
사용자가 익명인 경우 이 사용자에게 연결된 device_id |
app_group_api_id |
null, string |
이 사용자가 속한 워크스페이스의 API ID |
time |
int |
이벤트가 발생한 Unix 타임스탬프 |
dispatch_id |
null, string |
이 메시지가 속한 디스패치의 ID |
send_id |
null, string |
이 메시지가 속한 메시지 발송 ID |
campaign_id |
null, string |
이 이벤트가 속한 Campaign의 내부 사용 Braze ID |
campaign_api_id |
null, string |
이 이벤트가 속한 Campaign의 API ID |
message_variation_api_id |
null, string |
이 사용자가 수신한 메시지 배리언트의 API ID |
canvas_id |
null, string |
이 이벤트가 속한 Canvas의 내부 사용 Braze ID |
canvas_api_id |
null, string |
이 이벤트가 속한 Canvas의 API ID |
canvas_variation_api_id |
null, string |
이 이벤트가 속한 Canvas 배리언트의 API ID |
canvas_step_api_id |
null, string |
이 이벤트가 속한 캔버스 단계의 API ID |
canvas_step_message_variation_api_id |
null, string |
이 사용자가 수신한 캔버스 단계 메시지 배리언트의 API ID |
gender |
null, string |
[PII] 사용자의 성별 |
country |
null, string |
[PII] 사용자의 국가 |
timezone |
null, string |
사용자의 시간대 |
language |
null, string |
[PII] 사용자의 언어 |
email_address |
string |
[PII] 사용자의 이메일 주소 |
sending_ip |
null, string |
이메일 발송에 사용된 IP 주소 |
ip_pool |
null, string |
이메일 발송에 사용된 IP 풀 |
bounce_reason |
null, string |
[PII] 이 반송 이벤트에 대해 수신된 SMTP 사유 코드 및 사용자 친화적 메시지 |
esp |
null, string |
이벤트와 관련된 ESP (SparkPost, SendGrid 또는 Amazon SES) |
from_domain |
null, string |
이메일의 발신 도메인 |
is_drop |
null, boolean |
이 이벤트가 드롭 이벤트로 집계되는지 여부를 나타냅니다 |
app_group_id |
null, string |
이 사용자가 속한 앱 그룹의 BSON ID |
sf_created_at |
timestamp, null |
이 이벤트가 Snowpipe에 의해 수집된 시점 |
USERS_MESSAGES_EMAIL_CLICK_SHARED
| 필드 | 유형 | 설명 |
|---|---|---|
id |
string |
이 이벤트의 글로벌 고유 ID |
user_id |
string |
이 이벤트를 수행한 사용자의 Braze ID |
external_user_id |
null, string |
[PII] 사용자의 외부 사용자 ID |
device_id |
null, string |
사용자가 익명인 경우 이 사용자에게 연결된 device_id |
app_group_api_id |
null, string |
이 사용자가 속한 워크스페이스의 API ID |
time |
int |
이벤트가 발생한 Unix 타임스탬프 |
dispatch_id |
null, string |
이 메시지가 속한 디스패치의 ID |
send_id |
null, string |
이 메시지가 속한 메시지 발송 ID |
campaign_id |
null, string |
이 이벤트가 속한 Campaign의 내부 사용 Braze ID |
campaign_api_id |
null, string |
이 이벤트가 속한 Campaign의 API ID |
message_variation_api_id |
null, string |
이 사용자가 수신한 메시지 배리언트의 API ID |
canvas_id |
null, string |
이 이벤트가 속한 Canvas의 내부 사용 Braze ID |
canvas_api_id |
null, string |
이 이벤트가 속한 Canvas의 API ID |
canvas_variation_api_id |
null, string |
이 이벤트가 속한 Canvas 배리언트의 API ID |
canvas_step_api_id |
null, string |
이 이벤트가 속한 캔버스 단계의 API ID |
canvas_step_message_variation_api_id |
null, string |
이 사용자가 수신한 캔버스 단계 메시지 배리언트의 API ID |
gender |
null, string |
[PII] 사용자의 성별 |
country |
null, string |
[PII] 사용자의 국가 |
timezone |
null, string |
사용자의 시간대 |
language |
null, string |
[PII] 사용자의 언어 |
email_address |
string |
[PII] 사용자의 이메일 주소 |
url |
null, string |
사용자가 클릭한 URL |
user_agent |
null, string |
클릭이 발생한 사용자 에이전트 |
ip_pool |
null, string |
이메일 발송에 사용된 IP 풀 |
link_id |
null, string |
Braze에서 생성한 클릭된 링크의 고유 ID |
link_alias |
null, string |
이 링크 ID와 연결된 별칭 |
esp |
null, string |
이벤트와 관련된 ESP (SparkPost, SendGrid 또는 Amazon SES) |
from_domain |
null, string |
이메일의 발신 도메인 |
is_amp |
null, boolean |
이것이 AMP 이벤트인지 여부를 나타냅니다 |
app_group_id |
null, string |
이 사용자가 속한 앱 그룹의 BSON ID |
is_suspected_bot_click |
null, boolean |
이 이벤트가 봇 이벤트로 처리되었는지 여부 |
suspected_bot_click_reason |
null, object |
이 이벤트가 봇으로 분류된 이유 |
sf_created_at |
timestamp, null |
이 이벤트가 Snowpipe에 의해 수집된 시점 |
USERS_MESSAGES_EMAIL_DEFERRAL_SHARED
| 필드 | 유형 | 설명 |
|---|---|---|
id |
string |
이 이벤트의 글로벌 고유 ID |
time |
int |
이벤트가 발생한 UNIX 타임스탬프 |
user_id |
string |
이 이벤트를 수행한 사용자의 Braze 사용자 ID |
external_user_id |
null, string |
[PII] 사용자의 외부 ID |
app_group_id |
null, string |
이 사용자가 속한 앱 그룹의 BSON ID |
app_group_api_id |
null, string |
이 사용자가 속한 앱 그룹의 API ID |
send_id |
null, string |
이 메시지가 속한 메시지 발송 ID |
campaign_id |
null, string |
이 이벤트가 속한 Campaign의 BSON ID |
campaign_api_id |
null, string |
이 이벤트가 속한 Campaign의 API ID |
message_variation_api_id |
null, string |
이 사용자가 수신한 메시지 배리언트의 API ID |
canvas_id |
null, string |
이 이벤트가 속한 Canvas의 BSON ID |
canvas_api_id |
null, string |
이 이벤트가 속한 Canvas의 API ID |
canvas_variation_api_id |
null, string |
이 이벤트가 속한 Canvas 배리언트의 API ID |
canvas_step_api_id |
null, string |
이 이벤트가 속한 캔버스 단계의 API ID |
canvas_step_message_variation_api_id |
null, string |
이 사용자가 수신한 캔버스 단계 메시지 배리언트의 API ID |
dispatch_id |
null, string |
이 메시지가 속한 디스패치의 ID |
email_address |
null, string |
[PII] 사용자의 이메일 주소 |
recipient_domain |
null, string |
수신자의 이메일 도메인 |
esp |
null, string |
이벤트와 관련된 ESP (Sparkpost, Sendgrid 또는 Amazon SES) |
from_domain |
null, string |
이메일의 발신 도메인 |
ip_pool |
null, string |
이메일 발송에 사용된 IP 풀 |
sending_ip |
null, string |
이메일 발송에 사용된 IP 주소 |
timezone |
null, string |
사용자의 시간대 |
deferral_reason |
null, string |
[PII] 이 지연 이벤트에 대해 수신된 SMTP 사유 코드 및 사용자 친화적 메시지 |
attempt_count |
null, int |
메시지 발송 시도 횟수 |
sf_created_at |
timestamp, null |
이 이벤트가 Snowpipe에 의해 수집된 시점 |
USERS_MESSAGES_EMAIL_DELIVERY_SHARED
| 필드 | 유형 | 설명 |
|---|---|---|
id |
string |
이 이벤트의 글로벌 고유 ID |
user_id |
string |
이 이벤트를 수행한 사용자의 Braze ID |
external_user_id |
null, string |
[PII] 사용자의 외부 사용자 ID |
device_id |
null, string |
사용자가 익명인 경우 이 사용자에게 연결된 device_id |
app_group_api_id |
null, string |
이 사용자가 속한 워크스페이스의 API ID |
time |
int |
이벤트가 발생한 Unix 타임스탬프 |
dispatch_id |
null, string |
이 메시지가 속한 디스패치의 ID |
send_id |
null, string |
이 메시지가 속한 메시지 발송 ID |
campaign_id |
null, string |
이 이벤트가 속한 Campaign의 내부 사용 Braze ID |
campaign_api_id |
null, string |
이 이벤트가 속한 Campaign의 API ID |
message_variation_api_id |
null, string |
이 사용자가 수신한 메시지 배리언트의 API ID |
canvas_id |
null, string |
이 이벤트가 속한 Canvas의 내부 사용 Braze ID |
canvas_api_id |
null, string |
이 이벤트가 속한 Canvas의 API ID |
canvas_variation_api_id |
null, string |
이 이벤트가 속한 Canvas 배리언트의 API ID |
canvas_step_api_id |
null, string |
이 이벤트가 속한 캔버스 단계의 API ID |
canvas_step_message_variation_api_id |
null, string |
이 사용자가 수신한 캔버스 단계 메시지 배리언트의 API ID |
gender |
null, string |
[PII] 사용자의 성별 |
country |
null, string |
[PII] 사용자의 국가 |
timezone |
null, string |
사용자의 시간대 |
language |
null, string |
[PII] 사용자의 언어 |
email_address |
string |
[PII] 사용자의 이메일 주소 |
sending_ip |
null, string |
이메일이 발송된 IP 주소 |
ip_pool |
null, string |
이메일 발송에 사용된 IP 풀 |
esp |
null, string |
이벤트와 관련된 ESP (SparkPost, SendGrid 또는 Amazon SES) |
from_domain |
null, string |
이메일의 발신 도메인 |
app_group_id |
null, string |
이 사용자가 속한 앱 그룹의 BSON ID |
sf_created_at |
timestamp, null |
이 이벤트가 Snowpipe에 의해 수집된 시점 |
USERS_MESSAGES_EMAIL_MARKASSPAM_SHARED
| 필드 | 유형 | 설명 |
|---|---|---|
id |
string |
이 이벤트의 글로벌 고유 ID |
user_id |
string |
이 이벤트를 수행한 사용자의 Braze ID |
external_user_id |
null, string |
[PII] 사용자의 외부 사용자 ID |
device_id |
null, string |
사용자가 익명인 경우 이 사용자에게 연결된 device_id |
app_group_api_id |
null, string |
이 사용자가 속한 워크스페이스의 API ID |
time |
int |
이벤트가 발생한 Unix 타임스탬프 |
dispatch_id |
null, string |
이 메시지가 속한 디스패치의 ID |
send_id |
null, string |
이 메시지가 속한 메시지 발송 ID |
campaign_id |
null, string |
이 이벤트가 속한 Campaign의 내부 사용 Braze ID |
campaign_api_id |
null, string |
이 이벤트가 속한 Campaign의 API ID |
message_variation_api_id |
null, string |
이 사용자가 수신한 메시지 배리언트의 API ID |
canvas_id |
null, string |
이 이벤트가 속한 Canvas의 내부 사용 Braze ID |
canvas_api_id |
null, string |
이 이벤트가 속한 Canvas의 API ID |
canvas_variation_api_id |
null, string |
이 이벤트가 속한 Canvas 배리언트의 API ID |
canvas_step_api_id |
null, string |
이 이벤트가 속한 캔버스 단계의 API ID |
canvas_step_message_variation_api_id |
null, string |
이 사용자가 수신한 캔버스 단계 메시지 배리언트의 API ID |
gender |
null, string |
[PII] 사용자의 성별 |
country |
null, string |
[PII] 사용자의 국가 |
timezone |
null, string |
사용자의 시간대 |
language |
null, string |
[PII] 사용자의 언어 |
email_address |
string |
[PII] 사용자의 이메일 주소 |
user_agent |
null, string |
스팸 신고가 발생한 사용자 에이전트 |
ip_pool |
null, string |
이메일 발송에 사용된 IP 풀 |
esp |
null, string |
이벤트와 관련된 ESP (SparkPost, SendGrid 또는 Amazon SES) |
from_domain |
null, string |
이메일의 발신 도메인 |
app_group_id |
null, string |
이 사용자가 속한 앱 그룹의 BSON ID |
sf_created_at |
timestamp, null |
이 이벤트가 Snowpipe에 의해 수집된 시점 |
USERS_MESSAGES_EMAIL_OPEN_SHARED
| 필드 | 유형 | 설명 |
|---|---|---|
id |
string |
이 이벤트의 글로벌 고유 ID |
user_id |
string |
이 이벤트를 수행한 사용자의 Braze ID |
external_user_id |
null, string |
[PII] 사용자의 외부 사용자 ID |
device_id |
null, string |
사용자가 익명인 경우 이 사용자에게 연결된 device_id |
app_group_api_id |
null, string |
이 사용자가 속한 워크스페이스의 API ID |
time |
int |
이벤트가 발생한 Unix 타임스탬프 |
dispatch_id |
null, string |
이 메시지가 속한 디스패치의 ID |
send_id |
null, string |
이 메시지가 속한 메시지 발송 ID |
campaign_id |
null, string |
이 이벤트가 속한 Campaign의 내부 사용 Braze ID |
campaign_api_id |
null, string |
이 이벤트가 속한 Campaign의 API ID |
message_variation_api_id |
null, string |
이 사용자가 수신한 메시지 배리언트의 API ID |
canvas_id |
null, string |
이 이벤트가 속한 Canvas의 내부 사용 Braze ID |
canvas_api_id |
null, string |
이 이벤트가 속한 Canvas의 API ID |
canvas_variation_api_id |
null, string |
이 이벤트가 속한 Canvas 배리언트의 API ID |
canvas_step_api_id |
null, string |
이 이벤트가 속한 캔버스 단계의 API ID |
canvas_step_message_variation_api_id |
null, string |
이 사용자가 수신한 캔버스 단계 메시지 배리언트의 API ID |
gender |
null, string |
[PII] 사용자의 성별 |
country |
null, string |
[PII] 사용자의 국가 |
timezone |
null, string |
사용자의 시간대 |
language |
null, string |
[PII] 사용자의 언어 |
email_address |
string |
[PII] 사용자의 이메일 주소 |
user_agent |
null, string |
열기가 발생한 사용자 에이전트 |
ip_pool |
null, string |
이메일 발송에 사용된 IP 풀 |
machine_open |
null, string |
사용자 참여 없이 열기 이벤트가 트리거된 경우 ‘true’로 채워집니다. 예를 들어 MPP가 활성화된 Apple 기기에서 발생합니다. 값은 시간이 지남에 따라 더 세분화될 수 있습니다. |
esp |
null, string |
이벤트와 관련된 ESP (SparkPost, SendGrid 또는 Amazon SES) |
from_domain |
null, string |
이메일의 발신 도메인 |
is_amp |
null, boolean |
이것이 AMP 이벤트인지 여부를 나타냅니다 |
app_group_id |
null, string |
이 사용자가 속한 앱 그룹의 BSON ID |
sf_created_at |
timestamp, null |
이 이벤트가 Snowpipe에 의해 수집된 시점 |
USERS_MESSAGES_EMAIL_SEND_SHARED
| 필드 | 유형 | 설명 |
|---|---|---|
id |
string |
이 이벤트의 글로벌 고유 ID |
user_id |
string |
이 이벤트를 수행한 사용자의 Braze ID |
external_user_id |
null, string |
[PII] 사용자의 외부 사용자 ID |
device_id |
null, string |
사용자가 익명인 경우 이 사용자에게 연결된 device_id |
app_group_api_id |
null, string |
이 사용자가 속한 워크스페이스의 API ID |
time |
int |
이벤트가 발생한 Unix 타임스탬프 |
dispatch_id |
null, string |
이 메시지가 속한 디스패치의 ID |
send_id |
null, string |
이 메시지가 속한 메시지 발송 ID |
campaign_id |
null, string |
이 이벤트가 속한 Campaign의 내부 사용 Braze ID |
campaign_api_id |
null, string |
이 이벤트가 속한 Campaign의 API ID |
message_variation_api_id |
null, string |
이 사용자가 수신한 메시지 배리언트의 API ID |
canvas_id |
null, string |
이 이벤트가 속한 Canvas의 내부 사용 Braze ID |
canvas_api_id |
null, string |
이 이벤트가 속한 Canvas의 API ID |
canvas_variation_api_id |
null, string |
이 이벤트가 속한 Canvas 배리언트의 API ID |
canvas_step_api_id |
null, string |
이 이벤트가 속한 캔버스 단계의 API ID |
canvas_step_message_variation_api_id |
null, string |
이 사용자가 수신한 캔버스 단계 메시지 배리언트의 API ID |
gender |
null, string |
[PII] 사용자의 성별 |
country |
null, string |
[PII] 사용자의 국가 |
timezone |
null, string |
사용자의 시간대 |
language |
null, string |
[PII] 사용자의 언어 |
email_address |
string |
[PII] 사용자의 이메일 주소 |
ip_pool |
null, string |
이메일 발송에 사용된 IP 풀 |
message_extras |
null, string |
[PII] Liquid 렌더링 중 태그된 키-값 페어의 JSON 문자열 |
esp |
null, string |
이벤트와 관련된 ESP (SparkPost, SendGrid 또는 Amazon SES) |
from_domain |
null, string |
이메일의 발신 도메인 |
sf_created_at |
timestamp, null |
이 이벤트가 Snowpipe에 의해 수집된 시점 |
app_group_id |
null, string |
이 사용자가 속한 앱 그룹의 BSON ID |
USERS_MESSAGES_EMAIL_SOFTBOUNCE_SHARED
| 필드 | 유형 | 설명 |
|---|---|---|
id |
string |
이 이벤트의 글로벌 고유 ID |
user_id |
string |
이 이벤트를 수행한 사용자의 Braze ID |
external_user_id |
null, string |
[PII] 사용자의 외부 사용자 ID |
device_id |
null, string |
사용자가 익명인 경우 이 사용자에게 연결된 device_id |
app_group_api_id |
null, string |
이 사용자가 속한 워크스페이스의 API ID |
time |
int |
이벤트가 발생한 Unix 타임스탬프 |
dispatch_id |
null, string |
이 메시지가 속한 디스패치의 ID |
send_id |
null, string |
이 메시지가 속한 메시지 발송 ID |
campaign_id |
null, string |
이 이벤트가 속한 Campaign의 내부 사용 Braze ID |
campaign_api_id |
null, string |
이 이벤트가 속한 Campaign의 API ID |
message_variation_api_id |
null, string |
이 사용자가 수신한 메시지 배리언트의 API ID |
canvas_id |
null, string |
이 이벤트가 속한 Canvas의 내부 사용 Braze ID |
canvas_api_id |
null, string |
이 이벤트가 속한 Canvas의 API ID |
canvas_variation_api_id |
null, string |
이 이벤트가 속한 Canvas 배리언트의 API ID |
canvas_step_api_id |
null, string |
이 이벤트가 속한 캔버스 단계의 API ID |
canvas_step_message_variation_api_id |
null, string |
이 사용자가 수신한 캔버스 단계 메시지 배리언트의 API ID |
gender |
null, string |
[PII] 사용자의 성별 |
country |
null, string |
[PII] 사용자의 국가 |
timezone |
null, string |
사용자의 시간대 |
language |
null, string |
[PII] 사용자의 언어 |
email_address |
string |
[PII] 사용자의 이메일 주소 |
sending_ip |
null, string |
이메일 발송에 사용된 IP 주소 |
ip_pool |
null, string |
이메일 발송에 사용된 IP 풀 |
bounce_reason |
null, string |
[PII] 이 반송 이벤트에 대해 수신된 SMTP 사유 코드 및 사용자 친화적 메시지 |
esp |
null, string |
이벤트와 관련된 ESP (SparkPost, SendGrid 또는 Amazon SES) |
from_domain |
null, string |
이메일의 발신 도메인 |
app_group_id |
null, string |
이 사용자가 속한 앱 그룹의 BSON ID |
sf_created_at |
timestamp, null |
이 이벤트가 Snowpipe에 의해 수집된 시점 |
USERS_MESSAGES_EMAIL_UNSUBSCRIBE_SHARED
| 필드 | 유형 | 설명 |
|---|---|---|
id |
string |
이 이벤트의 글로벌 고유 ID |
user_id |
string |
이 이벤트를 수행한 사용자의 Braze ID |
external_user_id |
null, string |
[PII] 사용자의 외부 사용자 ID |
device_id |
null, string |
사용자가 익명인 경우 이 사용자에게 연결된 device_id |
app_group_api_id |
null, string |
이 사용자가 속한 워크스페이스의 API ID |
time |
int |
이벤트가 발생한 Unix 타임스탬프 |
dispatch_id |
null, string |
이 메시지가 속한 디스패치의 ID |
send_id |
null, string |
이 메시지가 속한 메시지 발송 ID |
campaign_id |
null, string |
이 이벤트가 속한 Campaign의 내부 사용 Braze ID |
campaign_api_id |
null, string |
이 이벤트가 속한 Campaign의 API ID |
message_variation_api_id |
null, string |
이 사용자가 수신한 메시지 배리언트의 API ID |
canvas_id |
null, string |
이 이벤트가 속한 Canvas의 내부 사용 Braze ID |
canvas_api_id |
null, string |
이 이벤트가 속한 Canvas의 API ID |
canvas_variation_api_id |
null, string |
이 이벤트가 속한 Canvas 배리언트의 API ID |
canvas_step_api_id |
null, string |
이 이벤트가 속한 캔버스 단계의 API ID |
canvas_step_message_variation_api_id |
null, string |
이 사용자가 수신한 캔버스 단계 메시지 배리언트의 API ID |
gender |
null, string |
[PII] 사용자의 성별 |
country |
null, string |
[PII] 사용자의 국가 |
timezone |
null, string |
사용자의 시간대 |
language |
null, string |
[PII] 사용자의 언어 |
email_address |
string |
[PII] 사용자의 이메일 주소 |
ip_pool |
null, string |
이메일 발송에 사용된 IP 풀 |
app_group_id |
null, string |
이 사용자가 속한 앱 그룹의 BSON ID |
sf_created_at |
timestamp, null |
이 이벤트가 Snowpipe에 의해 수집된 시점 |
USERS_MESSAGES_EMAIL_RETRY_SHARED

이 테이블은 Snowflake 데이터 공유에서만 사용할 수 있습니다.
이 이벤트는 메시지가 우선순위가 낮아지거나 빈도 제한이 적용되어 설정된 재시도 기간 내에 나중에 재시도될 때 발생합니다.
| 필드 | 유형 | 설명 |
|---|---|---|
id |
string |
이 이벤트의 글로벌 고유 ID |
user_id |
string |
[PII] 이 이벤트를 수행한 사용자의 Braze 사용자 ID |
external_user_id |
null, string |
[PII] 사용자의 외부 ID |
app_group_id |
null, string |
이 사용자가 속한 앱 그룹의 BSON ID |
app_group_api_id |
null, string |
이 사용자가 속한 앱 그룹의 API ID |
time |
int |
이벤트가 발생한 UNIX 타임스탬프 |
retry_type |
null, string |
재시도 유형 |
retry_log |
null, string |
재시도 세부 정보를 설명하는 로그 메시지 |
send_id |
null, string |
이 메시지가 속한 메시지 발송 ID |
dispatch_id |
null, string |
이 메시지가 속한 디스패치의 ID |
campaign_id |
null, string |
이 이벤트가 속한 Campaign의 BSON ID |
campaign_api_id |
null, string |
이 이벤트가 속한 Campaign의 API ID |
message_variation_api_id |
null, string |
이 사용자가 수신한 메시지 배리언트의 API ID |
canvas_id |
null, string |
이 이벤트가 속한 Canvas의 BSON ID |
canvas_api_id |
null, string |
이 이벤트가 속한 Canvas의 API ID |
canvas_variation_api_id |
null, string |
이 이벤트가 속한 Canvas 배리언트의 API ID |
canvas_step_api_id |
null, string |
이 이벤트가 속한 캔버스 단계의 API ID |
canvas_step_message_variation_api_id |
null, string |
이 사용자가 수신한 캔버스 단계 메시지 배리언트의 API ID |
gender |
null, string |
[PII] 사용자의 성별 |
country |
null, string |
[PII] 사용자의 국가 |
timezone |
null, string |
사용자의 시간대 |
language |
null, string |
[PII] 사용자의 언어 |
email_address |
null, string |
[PII] 사용자의 이메일 주소 |
ip_pool |
null, string |
이메일 발송에 사용된 IP 풀 |
device_id |
null, string |
이벤트가 발생한 기기의 ID |
sf_created_at |
timestamp, null |
이 이벤트가 Snowpipe에 의해 수집된 시점 |
USERS_MESSAGES_FEATUREFLAG_IMPRESSION_SHARED
| 필드 | 유형 | 설명 |
|---|---|---|
id |
string |
이 이벤트의 글로벌 고유 ID |
app_api_id |
null, string |
이 이벤트가 발생한 앱의 API ID |
app_group_id |
null, string |
이 사용자가 속한 앱 그룹의 BSON ID |
app_group_api_id |
null, string |
이 사용자가 속한 앱 그룹의 API ID |
campaign_api_id |
null, string |
이 이벤트가 속한 Campaign의 API ID |
campaign_id |
null, string |
이 이벤트가 속한 Campaign의 BSON ID |
canvas_api_id |
null, string |
이 이벤트가 속한 Canvas의 API ID |
canvas_id |
null, string |
이 이벤트가 속한 Canvas의 BSON ID |
canvas_step_api_id |
null, string |
이 이벤트가 속한 캔버스 단계의 API ID |
canvas_step_message_variation_api_id |
null, string |
이 사용자가 수신한 캔버스 단계 메시지 배리언트의 API ID |
canvas_variation_api_id |
null, string |
이 이벤트가 속한 Canvas 배리언트의 API ID |
feature_flag_id_name |
null, string |
피처 플래그 롤아웃 식별자 |
message_variation_api_id |
null, string |
이 사용자가 수신한 메시지 배리언트의 API ID |
external_user_id |
null, string |
[PII] 사용자의 외부 ID |
device_id |
null, string |
이벤트가 발생한 기기의 ID |
time |
int |
이벤트가 발생한 UNIX 타임스탬프 |
gender |
null, string |
[PII] 사용자의 성별 |
browser |
null, string |
기기 브라우저 - user_agent에서 추출 - 열기가 발생한 브라우저 |
carrier |
null, string |
기기의 통신사 |
country |
null, string |
[PII] 사용자의 국가 |
device_model |
null, string |
기기의 모델 |
language |
null, string |
[PII] 사용자의 언어 |
os_version |
null, string |
기기 운영체제의 버전 |
platform |
null, string |
기기의 플랫폼 |
resolution |
null, string |
기기의 해상도 |
sdk_version |
null, string |
이벤트 발생 시 사용 중인 Braze SDK 버전 |
timezone |
null, string |
사용자의 시간대 |
user_id |
string |
이 이벤트를 수행한 사용자의 Braze 사용자 ID |
sf_created_at |
timestamp, null |
이 이벤트가 Snowpipe에 의해 수집된 시점 |
USERS_MESSAGES_INAPPMESSAGE_ABORT_SHARED
| 필드 | 유형 | 설명 |
|---|---|---|
id |
string |
이 이벤트의 글로벌 고유 ID |
user_id |
string |
이 이벤트를 수행한 사용자의 Braze ID |
external_user_id |
null, string |
[PII] 사용자의 외부 사용자 ID |
app_group_api_id |
null, string |
이 사용자가 속한 워크스페이스의 API ID |
time |
int |
이벤트가 발생한 Unix 타임스탬프 |
app_api_id |
null, string |
이 이벤트가 발생한 앱의 API ID |
card_api_id |
null, string |
카드의 API ID |
dispatch_id |
null, string |
이 메시지가 속한 디스패치의 ID |
send_id |
null, string |
이 메시지가 속한 메시지 발송 ID |
campaign_id |
null, string |
이 이벤트가 속한 Campaign의 내부 사용 Braze ID |
campaign_api_id |
null, string |
이 이벤트가 속한 Campaign의 API ID |
message_variation_api_id |
null, string |
이 사용자가 수신한 메시지 배리언트의 API ID |
canvas_id |
null, string |
이 이벤트가 속한 Canvas의 내부 사용 Braze ID |
canvas_api_id |
null, string |
이 이벤트가 속한 Canvas의 API ID |
canvas_variation_api_id |
null, string |
이 이벤트가 속한 Canvas 배리언트의 API ID |
canvas_step_api_id |
null, string |
이 이벤트가 속한 캔버스 단계의 API ID |
canvas_step_message_variation_api_id |
null, string |
이 사용자가 수신한 캔버스 단계 메시지 배리언트의 API ID |
gender |
null, string |
[PII] 사용자의 성별 |
country |
null, string |
[PII] 사용자의 국가 |
timezone |
null, string |
사용자의 시간대 |
language |
null, string |
[PII] 사용자의 언어 |
device_id |
null, string |
이벤트가 발생한 기기의 ID |
sdk_version |
null, string |
이벤트 발생 시 사용 중인 Braze SDK 버전 |
platform |
null, string |
기기의 플랫폼 |
os_version |
null, string |
기기 운영체제의 버전 |
device_model |
null, string |
기기의 모델 |
resolution |
null, string |
기기의 해상도 |
carrier |
null, string |
기기의 통신사 |
browser |
null, string |
기기의 브라우저 |
version |
string |
인앱 메시지의 버전 (레거시 또는 트리거) |
ad_id |
null, string |
[PII] 광고 식별자 |
ad_id_type |
null, string |
ios_idfa, google_ad_id, windows_ad_id 또는 roku_ad_id 중 하나 |
ad_tracking_enabled |
null, boolean |
기기에서 광고 추적이 활성화되어 있는지 여부 |
abort_type |
null, string |
중단 유형. 값 목록은 중단 유형을 참조하세요. |
abort_log |
null, string |
[PII] 중단 세부 정보를 설명하는 로그 메시지 (최대 2,000자) |
app_group_id |
null, string |
이 사용자가 속한 앱 그룹의 BSON ID |
sf_created_at |
timestamp, null |
이 이벤트가 Snowpipe에 의해 수집된 시점 |
USERS_MESSAGES_INAPPMESSAGE_CLICK_SHARED
| 필드 | 유형 | 설명 |
|---|---|---|
id |
string |
이 이벤트의 글로벌 고유 ID |
user_id |
string |
이 이벤트를 수행한 사용자의 Braze ID |
external_user_id |
null, string |
[PII] 사용자의 외부 사용자 ID |
app_group_api_id |
null, string |
이 사용자가 속한 워크스페이스의 API ID |
time |
int |
이벤트가 발생한 Unix 타임스탬프 |
app_api_id |
null, string |
이 이벤트가 발생한 앱의 API ID |
card_api_id |
null, string |
카드의 API ID |
send_id |
null, string |
이 메시지가 속한 메시지 발송 ID |
campaign_id |
null, string |
이 이벤트가 속한 Campaign의 내부 사용 Braze ID |
campaign_api_id |
null, string |
이 이벤트가 속한 Campaign의 API ID |
message_variation_api_id |
null, string |
이 사용자가 수신한 메시지 배리언트의 API ID |
canvas_id |
null, string |
이 이벤트가 속한 Canvas의 내부 사용 Braze ID |
canvas_api_id |
null, string |
이 이벤트가 속한 Canvas의 API ID |
canvas_variation_api_id |
null, string |
이 이벤트가 속한 Canvas 배리언트의 API ID |
canvas_step_api_id |
null, string |
이 이벤트가 속한 캔버스 단계의 API ID |
canvas_step_message_variation_api_id |
null, string |
이 사용자가 수신한 캔버스 단계 메시지 배리언트의 API ID |
gender |
null, string |
[PII] 사용자의 성별 |
country |
null, string |
[PII] 사용자의 국가 |
timezone |
null, string |
사용자의 시간대 |
language |
null, string |
[PII] 사용자의 언어 |
device_id |
null, string |
이벤트가 발생한 기기의 ID |
sdk_version |
null, string |
이벤트 발생 시 사용 중인 Braze SDK 버전 |
platform |
null, string |
기기의 플랫폼 |
os_version |
null, string |
기기 운영체제의 버전 |
device_model |
null, string |
기기의 모델 |
resolution |
null, string |
기기의 해상도 |
carrier |
null, string |
기기의 통신사 |
browser |
null, string |
기기의 브라우저 |
version |
string |
인앱 메시지의 버전 (레거시 또는 트리거) |
button_id |
null, string |
클릭된 버튼의 ID (이 클릭이 버튼 클릭인 경우) |
ad_id |
null, string |
[PII] 광고 식별자 |
ad_id_type |
null, string |
ios_idfa, google_ad_id, windows_ad_id 또는 roku_ad_id 중 하나 |
ad_tracking_enabled |
null, boolean |
기기에서 광고 추적이 활성화되어 있는지 여부 |
app_group_id |
null, string |
이 사용자가 속한 앱 그룹의 BSON ID |
sf_created_at |
timestamp, null |
이 이벤트가 Snowpipe에 의해 수집된 시점 |
USERS_MESSAGES_INAPPMESSAGE_IMPRESSION_SHARED
| 필드 | 유형 | 설명 |
|---|---|---|
id |
string |
이 이벤트의 글로벌 고유 ID |
user_id |
string |
이 이벤트를 수행한 사용자의 Braze ID |
external_user_id |
null, string |
[PII] 사용자의 외부 사용자 ID |
app_group_api_id |
null, string |
이 사용자가 속한 워크스페이스의 API ID |
time |
int |
이벤트가 발생한 Unix 타임스탬프 |
app_api_id |
null, string |
이 이벤트가 발생한 앱의 API ID |
card_api_id |
null, string |
카드의 API ID |
send_id |
null, string |
이 메시지가 속한 메시지 발송 ID |
campaign_id |
null, string |
이 이벤트가 속한 Campaign의 내부 사용 Braze ID |
campaign_api_id |
null, string |
이 이벤트가 속한 Campaign의 API ID |
message_variation_api_id |
null, string |
이 사용자가 수신한 메시지 배리언트의 API ID |
canvas_id |
null, string |
이 이벤트가 속한 Canvas의 내부 사용 Braze ID |
canvas_api_id |
null, string |
이 이벤트가 속한 Canvas의 API ID |
canvas_variation_api_id |
null, string |
이 이벤트가 속한 Canvas 배리언트의 API ID |
canvas_step_api_id |
null, string |
이 이벤트가 속한 캔버스 단계의 API ID |
canvas_step_message_variation_api_id |
null, string |
이 사용자가 수신한 캔버스 단계 메시지 배리언트의 API ID |
gender |
null, string |
[PII] 사용자의 성별 |
country |
null, string |
[PII] 사용자의 국가 |
timezone |
null, string |
사용자의 시간대 |
language |
null, string |
[PII] 사용자의 언어 |
device_id |
null, string |
이벤트가 발생한 기기의 ID |
sdk_version |
null, string |
이벤트 발생 시 사용 중인 Braze SDK 버전 |
platform |
null, string |
기기의 플랫폼 |
os_version |
null, string |
기기 운영체제의 버전 |
device_model |
null, string |
기기의 모델 |
resolution |
null, string |
기기의 해상도 |
carrier |
null, string |
기기의 통신사 |
browser |
null, string |
기기의 브라우저 |
version |
string |
인앱 메시지의 버전 (레거시 또는 트리거) |
ad_id |
null, string |
[PII] 광고 식별자 |
ad_id_type |
null, string |
ios_idfa, google_ad_id, windows_ad_id 또는 roku_ad_id 중 하나 |
ad_tracking_enabled |
null, boolean |
기기에서 광고 추적이 활성화되어 있는지 여부 |
app_group_id |
null, string |
이 사용자가 속한 앱 그룹의 BSON ID |
message_extras |
null, string |
[PII] Liquid 렌더링 중 태그된 키-값 페어의 JSON 문자열 |
locale_key |
null, string |
[PII] 이 메시지를 작성하는 데 사용된 번역에 해당하는 키 (예: ‘en-us’) (기본값의 경우 null) |
sf_created_at |
timestamp, null |
이 이벤트가 Snowpipe에 의해 수집된 시점 |
USERS_MESSAGES_LINE_ABORT_SHARED
| 필드 | 유형 | 설명 |
|---|---|---|
app_group_api_id |
null, string |
이 사용자가 속한 앱 그룹의 API ID |
app_group_id |
null, string |
이 사용자가 속한 앱 그룹의 BSON ID |
external_user_id |
null, string |
[PII] 사용자의 외부 ID |
id |
string |
이 이벤트의 글로벌 고유 ID |
time |
int |
이벤트가 발생한 UNIX 타임스탬프 |
user_id |
string |
이 이벤트를 수행한 사용자의 Braze 사용자 ID |
abort_log |
null, string |
[PII] 중단 세부 정보를 설명하는 로그 메시지 (최대 128자) |
abort_type |
null, string |
중단 유형. 값 목록은 중단 유형을 참조하세요. |
campaign_api_id |
null, string |
이 이벤트가 속한 Campaign의 API ID |
canvas_step_api_id |
null, string |
이 이벤트가 속한 캔버스 단계의 API ID |
canvas_step_message_variation_api_id |
null, string |
이 사용자가 수신한 캔버스 단계 메시지 배리언트의 API ID |
device_id |
null, string |
이벤트가 발생한 기기의 ID |
dispatch_id |
null, string |
이 메시지가 속한 디스패치의 ID |
line_channel_id |
null, string |
메시지가 발송되거나 수신된 LINE 채널 ID |
line_channel_name |
null, string |
메시지가 발송되거나 수신된 LINE 채널 이름 |
message_variation_api_id |
null, string |
이 사용자가 수신한 메시지 배리언트의 API ID |
native_line_id |
null, string |
[PII] 메시지가 발송되거나 수신된 사용자의 Line ID |
send_id |
null, string |
이 메시지가 속한 메시지 발송 ID |
subscription_group_api_id |
string |
구독 그룹 API ID |
timezone |
null, string |
사용자의 시간대 |
campaign_name |
null, string |
Campaign의 이름 |
canvas_step_name |
null, string |
캔버스 단계의 이름 |
canvas_variation_api_id |
null, string |
이 이벤트가 속한 Canvas 배리언트의 API ID |
canvas_api_id |
null, string |
이 이벤트가 속한 Canvas의 API ID |
sf_created_at |
timestamp, null |
이 이벤트가 Snowpipe에 의해 수집된 시점 |
USERS_MESSAGES_LINE_CLICK_SHARED
| 필드 | 유형 | 설명 |
|---|---|---|
app_group_api_id |
null, string |
이 사용자가 속한 앱 그룹의 API ID |
app_group_id |
null, string |
이 사용자가 속한 앱 그룹의 BSON ID |
external_user_id |
null, string |
[PII] 사용자의 외부 ID |
id |
string |
이 이벤트의 글로벌 고유 ID |
time |
int |
이벤트가 발생한 UNIX 타임스탬프 |
user_id |
string |
이 이벤트를 수행한 사용자의 Braze 사용자 ID |
timezone |
null, string |
사용자의 시간대 |
native_line_id |
null, string |
[PII] 메시지가 발송되거나 수신된 사용자의 Line ID |
line_channel_id |
null, string |
메시지가 발송되거나 수신된 LINE 채널 ID |
line_channel_name |
null, string |
메시지가 발송되거나 수신된 LINE 채널 이름 |
subscription_group_api_id |
string |
구독 그룹 API ID |
campaign_api_id |
null, string |
이 이벤트가 속한 Campaign의 API ID |
campaign_name |
null, string |
Campaign의 이름 |
message_variation_api_id |
null, string |
이 사용자가 수신한 메시지 배리언트의 API ID |
canvas_api_id |
null, string |
이 이벤트가 속한 Canvas의 API ID |
canvas_variation_api_id |
null, string |
이 이벤트가 속한 Canvas 배리언트의 API ID |
canvas_step_api_id |
null, string |
이 이벤트가 속한 캔버스 단계의 API ID |
canvas_step_message_variation_api_id |
null, string |
이 사용자가 수신한 캔버스 단계 메시지 배리언트의 API ID |
canvas_step_name |
null, string |
캔버스 단계의 이름 |
dispatch_id |
null, string |
이 메시지가 속한 디스패치의 ID |
device_id |
null, string |
이벤트가 발생한 기기의 ID |
send_id |
null, string |
이 메시지가 속한 메시지 발송 ID |
is_suspected_bot_click |
null, boolean |
이 이벤트가 봇 이벤트로 처리되었는지 여부 |
short_url |
null, string |
클릭된 단축 URL |
url |
null, string |
사용자가 클릭한 URL |
user_agent |
null, string |
스팸 신고가 발생한 사용자 에이전트 |
sf_created_at |
timestamp, null |
이 이벤트가 Snowpipe에 의해 수집된 시점 |
USERS_MESSAGES_LINE_INBOUNDRECEIVE_SHARED
| 필드 | 유형 | 설명 |
|---|---|---|
app_group_api_id |
null, string |
이 사용자가 속한 앱 그룹의 API ID |
app_group_id |
null, string |
이 사용자가 속한 앱 그룹의 BSON ID |
external_user_id |
null, string |
[PII] 사용자의 외부 ID |
id |
string |
이 이벤트의 글로벌 고유 ID |
time |
int |
이벤트가 발생한 UNIX 타임스탬프 |
user_id |
string |
이 이벤트를 수행한 사용자의 Braze 사용자 ID |
campaign_api_id |
null, string |
이 이벤트가 속한 Campaign의 API ID |
campaign_name |
null, string |
Campaign의 이름 |
canvas_api_id |
null, string |
이 이벤트가 속한 Canvas의 API ID |
canvas_step_api_id |
null, string |
이 이벤트가 속한 캔버스 단계의 API ID |
canvas_step_message_variation_api_id |
null, string |
이 사용자가 수신한 캔버스 단계 메시지 배리언트의 API ID |
canvas_step_name |
null, string |
캔버스 단계의 이름 |
canvas_variation_api_id |
null, string |
이 이벤트가 속한 Canvas 배리언트의 API ID |
device_id |
null, string |
이벤트가 발생한 기기의 ID |
dispatch_id |
null, string |
이 메시지가 속한 디스패치의 ID |
line_channel_id |
null, string |
메시지가 발송되거나 수신된 LINE 채널 ID |
line_channel_name |
null, string |
메시지가 발송되거나 수신된 LINE 채널 이름 |
media_id |
null, string |
LINE에서 인바운드 미디어를 검색하는 데 사용할 수 있는 LINE 생성 ID |
message_body |
null, string |
사용자가 입력한 응답 |
message_variation_api_id |
null, string |
이 사용자가 수신한 메시지 배리언트의 API ID |
native_line_id |
null, string |
[PII] 메시지가 발송되거나 수신된 사용자의 Line ID |
send_id |
null, string |
이 메시지가 속한 메시지 발송 ID |
subscription_group_api_id |
string |
구독 그룹 API ID |
timezone |
null, string |
사용자의 시간대 |
sf_created_at |
timestamp, null |
이 이벤트가 Snowpipe에 의해 수집된 시점 |
USERS_MESSAGES_LINE_SEND_SHARED
| 필드 | 유형 | 설명 |
|---|---|---|
app_group_api_id |
null, string |
이 사용자가 속한 앱 그룹의 API ID |
app_group_id |
null, string |
이 사용자가 속한 앱 그룹의 BSON ID |
external_user_id |
null, string |
[PII] 사용자의 외부 ID |
id |
string |
이 이벤트의 글로벌 고유 ID |
time |
int |
이벤트가 발생한 UNIX 타임스탬프 |
user_id |
string |
이 이벤트를 수행한 사용자의 Braze 사용자 ID |
campaign_api_id |
null, string |
이 이벤트가 속한 Campaign의 API ID |
campaign_name |
null, string |
Campaign의 이름 |
canvas_api_id |
null, string |
이 이벤트가 속한 Canvas의 API ID |
canvas_step_api_id |
null, string |
이 이벤트가 속한 캔버스 단계의 API ID |
canvas_step_message_variation_api_id |
null, string |
이 사용자가 수신한 캔버스 단계 메시지 배리언트의 API ID |
canvas_step_name |
null, string |
캔버스 단계의 이름 |
canvas_variation_api_id |
null, string |
이 이벤트가 속한 Canvas 배리언트의 API ID |
device_id |
null, string |
이벤트가 발생한 기기의 ID |
dispatch_id |
null, string |
이 메시지가 속한 디스패치의 ID |
line_channel_id |
null, string |
메시지가 발송되거나 수신된 LINE 채널 ID |
line_channel_name |
null, string |
메시지가 발송되거나 수신된 LINE 채널 이름 |
message_extras |
null, string |
[PII] Liquid 렌더링 중 태그된 키-값 페어의 JSON 문자열 |
message_variation_api_id |
null, string |
이 사용자가 수신한 메시지 배리언트의 API ID |
native_line_id |
null, string |
[PII] 메시지가 발송되거나 수신된 사용자의 Line ID |
send_id |
null, string |
이 메시지가 속한 메시지 발송 ID |
subscription_group_api_id |
string |
구독 그룹 API ID |
timezone |
null, string |
사용자의 시간대 |
sf_created_at |
timestamp, null |
이 이벤트가 Snowpipe에 의해 수집된 시점 |
USERS_MESSAGES_LINE_RETRY_SHARED

이 테이블은 Snowflake 데이터 공유에서만 사용할 수 있습니다.
이 이벤트는 메시지가 우선순위가 낮아지거나 빈도 제한이 적용되어 설정된 재시도 기간 내에 나중에 재시도될 때 발생합니다.
| 필드 | 유형 | 설명 |
|---|---|---|
id |
string |
이 이벤트의 글로벌 고유 ID |
user_id |
string |
[PII] 이 이벤트를 수행한 사용자의 Braze 사용자 ID |
external_user_id |
null, string |
[PII] 사용자의 외부 ID |
app_group_id |
null, string |
이 사용자가 속한 앱 그룹의 BSON ID |
app_group_api_id |
null, string |
이 사용자가 속한 앱 그룹의 API ID |
time |
int |
이벤트가 발생한 UNIX 타임스탬프 |
retry_type |
null, string |
재시도 유형 |
retry_log |
null, string |
재시도 세부 정보를 설명하는 로그 메시지 |
send_id |
null, string |
이 메시지가 속한 메시지 발송 ID |
dispatch_id |
null, string |
이 메시지가 속한 디스패치의 ID |
campaign_id |
null, string |
이 이벤트가 속한 Campaign의 BSON ID |
campaign_api_id |
null, string |
이 이벤트가 속한 Campaign의 API ID |
message_variation_api_id |
null, string |
이 사용자가 수신한 메시지 배리언트의 API ID |
canvas_id |
null, string |
이 이벤트가 속한 Canvas의 BSON ID |
canvas_api_id |
null, string |
이 이벤트가 속한 Canvas의 API ID |
canvas_variation_api_id |
null, string |
이 이벤트가 속한 Canvas 배리언트의 API ID |
canvas_step_api_id |
null, string |
이 이벤트가 속한 캔버스 단계의 API ID |
canvas_step_message_variation_api_id |
null, string |
이 사용자가 수신한 캔버스 단계 메시지 배리언트의 API ID |
device_id |
null, string |
이벤트가 발생한 기기의 ID |
line_channel_id |
null, string |
메시지가 발송되거나 수신된 LINE 채널 ID |
line_channel_name |
null, string |
메시지가 발송되거나 수신된 LINE 채널 이름 |
native_line_id |
null, string |
[PII] 메시지가 발송되거나 수신된 사용자의 Line ID |
subscription_group_api_id |
null, string |
구독 그룹 API ID |
timezone |
null, string |
사용자의 시간대 |
sf_created_at |
timestamp, null |
이 이벤트가 Snowpipe에 의해 수집된 시점 |
USERS_MESSAGES_LIVEACTIVITY_OUTCOME_SHARED
| 필드 | 유형 | 설명 |
|---|---|---|
id |
string |
이 이벤트의 글로벌 고유 ID |
user_id |
string |
이 이벤트를 수행한 사용자의 Braze 사용자 ID |
external_user_id |
null, string |
[PII] 사용자의 외부 ID |
time |
int |
이벤트가 발생한 UNIX 타임스탬프 |
app_group_id |
null, string |
이 사용자가 속한 앱 그룹의 BSON ID |
activity_id |
null, string |
라이브 활동 식별자 |
activity_attributes_type |
null, string |
라이브 활동 속성 유형 |
push_to_start_token |
null, string |
라이브 활동 시작 푸시 토큰 |
update_token |
null, string |
라이브 활동 업데이트 토큰 |
live_activity_event_type |
null, string |
라이브 활동의 이벤트 유형. [‘start’, ‘update’, ‘end’] 중 하나 |
live_activity_event_outcome |
null, string |
라이브 활동 이벤트의 결과 |
app_group_api_id |
null, string |
이 사용자가 속한 앱 그룹의 API ID |
app_api_id |
null, string |
이 이벤트가 발생한 앱의 API ID |
sf_created_at |
timestamp, null |
이 이벤트가 Snowpipe에 의해 수집된 시점 |
USERS_MESSAGES_LIVEACTIVITY_SEND_SHARED
| 필드 | 유형 | 설명 |
|---|---|---|
id |
string |
이 이벤트의 글로벌 고유 ID |
user_id |
string |
이 이벤트를 수행한 사용자의 Braze 사용자 ID |
external_user_id |
null, string |
[PII] 사용자의 외부 ID |
time |
int |
이벤트가 발생한 UNIX 타임스탬프 |
app_group_id |
null, string |
이 사용자가 속한 앱 그룹의 BSON ID |
activity_id |
null, string |
라이브 활동 식별자 |
activity_attributes_type |
null, string |
라이브 활동 속성 유형 |
push_to_start_token |
null, string |
라이브 활동 시작 푸시 토큰 |
update_token |
null, string |
라이브 활동 업데이트 토큰 |
live_activity_event_type |
null, string |
라이브 활동의 이벤트 유형. [‘start’, ‘update’, ‘end’] 중 하나 |
app_group_api_id |
null, string |
이 사용자가 속한 앱 그룹의 API ID |
app_api_id |
null, string |
이 이벤트가 발생한 앱의 API ID |
sf_created_at |
timestamp, null |
이 이벤트가 Snowpipe에 의해 수집된 시점 |
USERS_MESSAGES_NEWSFEEDCARD_ABORT_SHARED
| 필드 | 유형 | 설명 |
|---|---|---|
id |
string |
이 이벤트의 글로벌 고유 ID |
user_id |
string |
이 이벤트를 수행한 사용자의 Braze 사용자 ID |
external_user_id |
null, string |
[PII] 사용자의 외부 ID |
app_group_id |
null, string |
이 사용자가 속한 앱 그룹의 BSON ID |
app_group_api_id |
null, string |
이 사용자가 속한 앱 그룹의 API ID |
time |
int |
이벤트가 발생한 UNIX 타임스탬프 |
app_api_id |
null, string |
이 이벤트가 발생한 앱의 API ID |
card_api_id |
null, string |
카드의 API ID |
gender |
null, string |
[PII] 사용자의 성별 |
country |
null, string |
[PII] 사용자의 국가 |
timezone |
null, string |
사용자의 시간대 |
language |
null, string |
[PII] 사용자의 언어 |
device_id |
null, string |
이벤트가 발생한 기기의 ID |
sdk_version |
null, string |
이벤트 발생 시 사용 중인 Braze SDK 버전 |
platform |
null, string |
기기의 플랫폼 |
os_version |
null, string |
기기 운영체제의 버전 |
device_model |
null, string |
기기의 모델 |
resolution |
null, string |
기기의 해상도 |
carrier |
null, string |
기기의 통신사 |
browser |
null, string |
기기 브라우저 - user_agent에서 추출 - 열기가 발생한 브라우저 |
abort_type |
null, string |
중단 유형. 값 목록은 중단 유형을 참조하세요. |
abort_log |
null, string |
[PII] 중단 세부 정보를 설명하는 로그 메시지 (최대 128자) |
sf_created_at |
timestamp, null |
이 이벤트가 Snowpipe에 의해 수집된 시점 |
USERS_MESSAGES_NEWSFEEDCARD_CLICK_SHARED
| 필드 | 유형 | 설명 |
|---|---|---|
id |
string |
이 이벤트의 글로벌 고유 ID |
user_id |
string |
이 이벤트를 수행한 사용자의 Braze 사용자 ID |
external_user_id |
null, string |
[PII] 사용자의 외부 ID |
app_group_id |
null, string |
이 사용자가 속한 앱 그룹의 BSON ID |
app_group_api_id |
null, string |
이 사용자가 속한 앱 그룹의 API ID |
time |
int |
이벤트가 발생한 UNIX 타임스탬프 |
app_api_id |
null, string |
이 이벤트가 발생한 앱의 API ID |
card_api_id |
null, string |
카드의 API ID |
gender |
null, string |
[PII] 사용자의 성별 |
country |
null, string |
[PII] 사용자의 국가 |
timezone |
null, string |
사용자의 시간대 |
language |
null, string |
[PII] 사용자의 언어 |
device_id |
null, string |
이벤트가 발생한 기기의 ID |
sdk_version |
null, string |
이벤트 발생 시 사용 중인 Braze SDK 버전 |
platform |
null, string |
기기의 플랫폼 |
os_version |
null, string |
기기 운영체제의 버전 |
device_model |
null, string |
기기의 모델 |
resolution |
null, string |
기기의 해상도 |
carrier |
null, string |
기기의 통신사 |
browser |
null, string |
기기 브라우저 - user_agent에서 추출 - 열기가 발생한 브라우저 |
sf_created_at |
timestamp, null |
이 이벤트가 Snowpipe에 의해 수집된 시점 |
USERS_MESSAGES_NEWSFEEDCARD_IMPRESSION_SHARED
| 필드 | 유형 | 설명 |
|---|---|---|
id |
string |
이 이벤트의 글로벌 고유 ID |
user_id |
string |
이 이벤트를 수행한 사용자의 Braze 사용자 ID |
external_user_id |
null, string |
[PII] 사용자의 외부 ID |
app_group_id |
null, string |
이 사용자가 속한 앱 그룹의 BSON ID |
app_group_api_id |
null, string |
이 사용자가 속한 앱 그룹의 API ID |
time |
int |
이벤트가 발생한 UNIX 타임스탬프 |
app_api_id |
null, string |
이 이벤트가 발생한 앱의 API ID |
card_api_id |
null, string |
카드의 API ID |
gender |
null, string |
[PII] 사용자의 성별 |
country |
null, string |
[PII] 사용자의 국가 |
timezone |
null, string |
사용자의 시간대 |
language |
null, string |
[PII] 사용자의 언어 |
device_id |
null, string |
이벤트가 발생한 기기의 ID |
sdk_version |
null, string |
이벤트 발생 시 사용 중인 Braze SDK 버전 |
platform |
null, string |
기기의 플랫폼 |
os_version |
null, string |
기기 운영체제의 버전 |
device_model |
null, string |
기기의 모델 |
resolution |
null, string |
기기의 해상도 |
carrier |
null, string |
기기의 통신사 |
browser |
null, string |
기기 브라우저 - user_agent에서 추출 - 열기가 발생한 브라우저 |
sf_created_at |
timestamp, null |
이 이벤트가 Snowpipe에 의해 수집된 시점 |
USERS_MESSAGES_PUSHNOTIFICATION_ABORT_SHARED
| 필드 | 유형 | 설명 |
|---|---|---|
id |
string |
이 이벤트의 글로벌 고유 ID |
user_id |
string |
이 이벤트를 수행한 사용자의 Braze ID |
external_user_id |
null, string |
[PII] 사용자의 외부 사용자 ID |
device_id |
null, string |
전달을 시도한 device_id |
app_group_api_id |
null, string |
이 사용자가 속한 워크스페이스의 API ID |
time |
int |
이벤트가 발생한 Unix 타임스탬프 |
app_api_id |
null, string |
이 이벤트가 발생한 앱의 API ID |
dispatch_id |
null, string |
이 메시지가 속한 디스패치의 ID |
send_id |
null, string |
이 메시지가 속한 메시지 발송 ID |
campaign_id |
null, string |
이 이벤트가 속한 Campaign의 내부 사용 Braze ID |
campaign_api_id |
null, string |
이 이벤트가 속한 Campaign의 API ID |
message_variation_api_id |
null, string |
이 사용자가 수신한 메시지 배리언트의 API ID |
canvas_id |
null, string |
이 이벤트가 속한 Canvas의 내부 사용 Braze ID |
canvas_api_id |
null, string |
이 이벤트가 속한 Canvas의 API ID |
canvas_variation_api_id |
null, string |
이 이벤트가 속한 Canvas 배리언트의 API ID |
canvas_step_api_id |
null, string |
이 이벤트가 속한 캔버스 단계의 API ID |
canvas_step_message_variation_api_id |
null, string |
이 사용자가 수신한 캔버스 단계 메시지 배리언트의 API ID |
gender |
null, string |
[PII] 사용자의 성별 |
country |
null, string |
[PII] 사용자의 국가 |
timezone |
null, string |
사용자의 시간대 |
language |
null, string |
[PII] 사용자의 언어 |
platform |
string |
기기의 플랫폼 |
abort_type |
null, string |
중단 유형. 값 목록은 중단 유형을 참조하세요. |
abort_log |
null, string |
[PII] 중단 세부 정보를 설명하는 로그 메시지 (최대 2,000자) |
app_group_id |
null, string |
이 사용자가 속한 앱 그룹의 BSON ID |
sf_created_at |
timestamp, null |
이 이벤트가 Snowpipe에 의해 수집된 시점 |
USERS_MESSAGES_PUSHNOTIFICATION_BOUNCE_SHARED
| 필드 | 유형 | 설명 |
|---|---|---|
id |
string |
이 이벤트의 글로벌 고유 ID |
user_id |
string |
이 이벤트를 수행한 사용자의 Braze ID |
external_user_id |
null, string |
[PII] 사용자의 외부 사용자 ID |
push_token |
null, string |
반송된 푸시 토큰 |
device_id |
null, string |
전달을 시도했으나 반송된 device_id |
app_group_api_id |
null, string |
이 사용자가 속한 워크스페이스의 API ID |
time |
int |
이벤트가 발생한 Unix 타임스탬프 |
app_api_id |
null, string |
이 이벤트가 발생한 앱의 API ID |
dispatch_id |
null, string |
이 메시지가 속한 디스패치의 ID |
send_id |
null, string |
이 메시지가 속한 메시지 발송 ID |
campaign_id |
null, string |
이 이벤트가 속한 Campaign의 내부 사용 Braze ID |
campaign_api_id |
null, string |
이 이벤트가 속한 Campaign의 API ID |
message_variation_api_id |
null, string |
이 사용자가 수신한 메시지 배리언트의 API ID |
canvas_id |
null, string |
이 이벤트가 속한 Canvas의 내부 사용 Braze ID |
canvas_api_id |
null, string |
이 이벤트가 속한 Canvas의 API ID |
canvas_variation_api_id |
null, string |
이 이벤트가 속한 Canvas 배리언트의 API ID |
canvas_step_api_id |
null, string |
이 이벤트가 속한 캔버스 단계의 API ID |
canvas_step_message_variation_api_id |
null, string |
이 사용자가 수신한 캔버스 단계 메시지 배리언트의 API ID |
gender |
null, string |
[PII] 사용자의 성별 |
country |
null, string |
[PII] 사용자의 국가 |
timezone |
null, string |
사용자의 시간대 |
language |
null, string |
[PII] 사용자의 언어 |
platform |
null, string |
기기의 플랫폼 |
ad_id |
null, string |
[PII] 전달을 시도한 기기의 광고 ID |
ad_id_type |
null, string |
광고 ID의 유형 |
ad_tracking_enabled |
null, boolean |
광고 추적이 활성화되어 있는지 여부 |
app_group_id |
null, string |
이 사용자가 속한 앱 그룹의 BSON ID |
sf_created_at |
timestamp, null |
이 이벤트가 Snowpipe에 의해 수집된 시점 |
USERS_MESSAGES_PUSHNOTIFICATION_INFLUENCEDOPEN_SHARED
| 필드 | 유형 | 설명 |
|---|---|---|
id |
string |
이 이벤트의 글로벌 고유 ID |
user_id |
string |
이 이벤트를 수행한 사용자의 Braze ID |
external_user_id |
null, string |
[PII] 사용자의 외부 사용자 ID |
app_group_api_id |
null, string |
이 사용자가 속한 워크스페이스의 API ID |
time |
int |
이벤트가 발생한 Unix 타임스탬프 |
app_api_id |
null, string |
이 이벤트가 발생한 앱의 API ID |
dispatch_id |
null, string |
이 메시지가 속한 디스패치의 ID |
send_id |
null, string |
이 메시지가 속한 메시지 발송 ID |
campaign_id |
null, string |
이 이벤트가 속한 Campaign의 내부 사용 Braze ID |
campaign_api_id |
null, string |
이 이벤트가 속한 Campaign의 API ID |
message_variation_api_id |
null, string |
이 사용자가 수신한 메시지 배리언트의 API ID |
canvas_id |
null, string |
이 이벤트가 속한 Canvas의 내부 사용 Braze ID |
canvas_api_id |
null, string |
이 이벤트가 속한 Canvas의 API ID |
canvas_variation_api_id |
null, string |
이 이벤트가 속한 Canvas 배리언트의 API ID |
canvas_step_api_id |
null, string |
이 이벤트가 속한 캔버스 단계의 API ID |
canvas_step_message_variation_api_id |
null, string |
이 사용자가 수신한 캔버스 단계 메시지 배리언트의 API ID |
gender |
null, string |
[PII] 사용자의 성별 |
country |
null, string |
[PII] 사용자의 국가 |
timezone |
null, string |
사용자의 시간대 |
language |
null, string |
[PII] 사용자의 언어 |
device_id |
null, string |
이벤트가 발생한 기기의 ID |
sdk_version |
null, string |
이벤트 발생 시 사용 중인 Braze SDK 버전 |
platform |
null, string |
기기의 플랫폼 |
os_version |
null, string |
기기 운영체제의 버전 |
device_model |
null, string |
기기의 모델 |
resolution |
null, string |
기기의 해상도 |
carrier |
null, string |
기기의 통신사 |
browser |
null, string |
기기의 브라우저 |
app_group_id |
null, string |
이 사용자가 속한 앱 그룹의 BSON ID |
sf_created_at |
timestamp, null |
이 이벤트가 Snowpipe에 의해 수집된 시점 |
USERS_MESSAGES_PUSHNOTIFICATION_IOSFOREGROUND_SHARED
| 필드 | 유형 | 설명 |
|---|---|---|
id |
string |
이 이벤트의 글로벌 고유 ID |
user_id |
string |
이 이벤트를 수행한 사용자의 Braze ID |
external_user_id |
null, string |
[PII] 사용자의 외부 사용자 ID |
app_group_api_id |
null, string |
이 사용자가 속한 워크스페이스의 API ID |
time |
int |
이벤트가 발생한 Unix 타임스탬프 |
app_api_id |
null, string |
이 이벤트가 발생한 앱의 API ID |
dispatch_id |
null, string |
이 메시지가 속한 디스패치의 ID |
send_id |
null, string |
이 메시지가 속한 메시지 발송 ID |
campaign_id |
null, string |
이 이벤트가 속한 Campaign의 내부 사용 Braze ID |
campaign_api_id |
null, string |
이 이벤트가 속한 Campaign의 API ID |
message_variation_api_id |
null, string |
이 사용자가 수신한 메시지 배리언트의 API ID |
canvas_id |
null, string |
이 이벤트가 속한 Canvas의 내부 사용 Braze ID |
canvas_api_id |
null, string |
이 이벤트가 속한 Canvas의 API ID |
canvas_variation_api_id |
null, string |
이 이벤트가 속한 Canvas 배리언트의 API ID |
canvas_step_api_id |
null, string |
이 이벤트가 속한 캔버스 단계의 API ID |
canvas_step_message_variation_api_id |
null, string |
이 사용자가 수신한 캔버스 단계 메시지 배리언트의 API ID |
gender |
null, string |
[PII] 사용자의 성별 |
country |
null, string |
[PII] 사용자의 국가 |
timezone |
null, string |
사용자의 시간대 |
language |
null, string |
[PII] 사용자의 언어 |
device_id |
null, string |
이벤트가 발생한 기기의 ID |
sdk_version |
null, string |
이벤트 발생 시 사용 중인 Braze SDK 버전 |
platform |
null, string |
기기의 플랫폼 |
os_version |
null, string |
기기 운영체제의 버전 |
device_model |
null, string |
기기의 모델 |
resolution |
null, string |
기기의 해상도 |
carrier |
null, string |
기기의 통신사 |
browser |
null, string |
기기의 브라우저 |
ad_id |
null, string |
[PII] 전달을 시도한 기기의 광고 ID |
ad_id_type |
null, string |
광고 ID의 유형 |
ad_tracking_enabled |
null, boolean |
광고 추적이 활성화되어 있는지 여부 |
app_group_id |
null, string |
이 사용자가 속한 앱 그룹의 BSON ID |
sf_created_at |
timestamp, null |
이 이벤트가 Snowpipe에 의해 수집된 시점 |
USERS_MESSAGES_PUSHNOTIFICATION_OPEN_SHARED
| 필드 | 유형 | 설명 |
|---|---|---|
id |
string |
이 이벤트의 글로벌 고유 ID |
user_id |
string |
이 이벤트를 수행한 사용자의 Braze ID |
external_user_id |
null, string |
[PII] 사용자의 외부 사용자 ID |
app_group_api_id |
null, string |
이 사용자가 속한 워크스페이스의 API ID |
time |
int |
이벤트가 발생한 Unix 타임스탬프 |
app_api_id |
null, string |
이 이벤트가 발생한 앱의 API ID |
dispatch_id |
null, string |
이 메시지가 속한 디스패치의 ID |
send_id |
null, string |
이 메시지가 속한 메시지 발송 ID |
campaign_id |
null, string |
이 이벤트가 속한 Campaign의 내부 사용 Braze ID |
campaign_api_id |
null, string |
이 이벤트가 속한 Campaign의 API ID |
message_variation_api_id |
null, string |
이 사용자가 수신한 메시지 배리언트의 API ID |
canvas_id |
null, string |
이 이벤트가 속한 Canvas의 내부 사용 Braze ID |
canvas_api_id |
null, string |
이 이벤트가 속한 Canvas의 API ID |
canvas_variation_api_id |
null, string |
이 이벤트가 속한 Canvas 배리언트의 API ID |
canvas_step_api_id |
null, string |
이 이벤트가 속한 캔버스 단계의 API ID |
canvas_step_message_variation_api_id |
null, string |
이 사용자가 수신한 캔버스 단계 메시지 배리언트의 API ID |
gender |
null, string |
[PII] 사용자의 성별 |
country |
null, string |
[PII] 사용자의 국가 |
timezone |
null, string |
사용자의 시간대 |
language |
null, string |
[PII] 사용자의 언어 |
device_id |
null, string |
이벤트가 발생한 기기의 ID |
sdk_version |
null, string |
이벤트 발생 시 사용 중인 Braze SDK 버전 |
platform |
null, string |
기기의 플랫폼 |
os_version |
null, string |
기기 운영체제의 버전 |
device_model |
null, string |
기기의 모델 |
resolution |
null, string |
기기의 해상도 |
carrier |
null, string |
기기의 통신사 |
browser |
null, string |
기기의 브라우저 |
button_string |
null, string |
클릭된 푸시 알림 버튼의 식별자(button_string). 버튼 클릭이 아닌 경우 null |
button_action_type |
null, string |
푸시 알림 버튼의 동작 유형. [URI, DEEP_LINK, NONE, CLOSE] 중 하나. 버튼 클릭이 아닌 경우 null |
slide_id |
null, string |
사용자가 클릭한 푸시 캐러셀 슬라이드의 슬라이드 식별자 |
slide_action_type |
null, string |
푸시 캐러셀 슬라이드의 동작 유형 |
ad_id |
null, string |
[PII] 전달을 시도한 기기의 광고 ID |
ad_id_type |
null, string |
광고 ID의 유형 |
ad_tracking_enabled |
null, boolean |
광고 추적이 활성화되어 있는지 여부 |
app_group_id |
null, string |
이 사용자가 속한 앱 그룹의 BSON ID |
sf_created_at |
timestamp, null |
이 이벤트가 Snowpipe에 의해 수집된 시점 |
USERS_MESSAGES_PUSHNOTIFICATION_SEND_SHARED
| 필드 | 유형 | 설명 |
|---|---|---|
id |
string |
이 이벤트의 글로벌 고유 ID |
user_id |
string |
이 이벤트를 수행한 사용자의 Braze ID |
external_user_id |
null, string |
[PII] 사용자의 외부 사용자 ID |
push_token |
null, string |
전달을 시도한 푸시 토큰 |
device_id |
null, string |
전달을 시도한 device_id |
app_group_api_id |
null, string |
이 사용자가 속한 워크스페이스의 API ID |
time |
int |
이벤트가 발생한 Unix 타임스탬프 |
app_api_id |
null, string |
이 이벤트가 발생한 앱의 API ID |
dispatch_id |
null, string |
이 메시지가 속한 디스패치의 ID |
send_id |
null, string |
이 메시지가 속한 메시지 발송 ID |
campaign_id |
null, string |
이 이벤트가 속한 Campaign의 내부 사용 Braze ID |
campaign_api_id |
null, string |
이 이벤트가 속한 Campaign의 API ID |
message_variation_api_id |
null, string |
이 사용자가 수신한 메시지 배리언트의 API ID |
canvas_id |
null, string |
이 이벤트가 속한 Canvas의 내부 사용 Braze ID |
canvas_api_id |
null, string |
이 이벤트가 속한 Canvas의 API ID |
canvas_variation_api_id |
null, string |
이 이벤트가 속한 Canvas 배리언트의 API ID |
canvas_step_api_id |
null, string |
이 이벤트가 속한 캔버스 단계의 API ID |
canvas_step_message_variation_api_id |
null, string |
이 사용자가 수신한 캔버스 단계 메시지 배리언트의 API ID |
gender |
null, string |
[PII] 사용자의 성별 |
country |
null, string |
[PII] 사용자의 국가 |
timezone |
null, string |
사용자의 시간대 |
language |
null, string |
[PII] 사용자의 언어 |
platform |
string |
기기의 플랫폼 |
ad_id |
null, string |
[PII] 전달을 시도한 기기의 광고 ID |
ad_id_type |
null, string |
광고 ID의 유형 |
ad_tracking_enabled |
null, boolean |
광고 추적이 활성화되어 있는지 여부 |
app_group_id |
null, string |
이 사용자가 속한 앱 그룹의 BSON ID |
message_extras |
null, string |
[PII] Liquid 렌더링 중 태그된 키-값 페어의 JSON 문자열 |
is_sampled |
null, string |
푸시 발송이 샘플링되었으며 전달 이벤트가 예상되는지 여부를 나타냅니다 |
locale_key |
null, string |
[PII] 이 메시지를 작성하는 데 사용된 번역에 해당하는 키 (예: ‘en-us’) (기본값의 경우 null) |
sf_created_at |
timestamp, null |
이 이벤트가 Snowpipe에 의해 수집된 시점 |
USERS_MESSAGES_RCS_ABORT_SHARED
| 필드 | 유형 | 설명 |
|---|---|---|
app_group_api_id |
null, string |
이 사용자가 속한 앱 그룹의 API ID |
app_group_id |
null, string |
이 사용자가 속한 앱 그룹의 BSON ID |
external_user_id |
null, string |
[PII] 사용자의 외부 ID |
id |
string |
이 이벤트의 글로벌 고유 ID |
time |
int |
이벤트가 발생한 UNIX 타임스탬프 |
user_id |
string |
이 이벤트를 수행한 사용자의 Braze 사용자 ID |
abort_log |
null, string |
[PII] 중단 세부 정보를 설명하는 로그 메시지 (최대 128자) |
abort_type |
null, string |
중단 유형. 값 목록은 중단 유형을 참조하세요. |
campaign_name |
null, string |
Campaign의 이름 |
canvas_id |
null, string |
이 이벤트가 속한 Canvas의 BSON ID |
canvas_name |
null, string |
Canvas의 이름 |
canvas_step_name |
null, string |
캔버스 단계의 이름 |
canvas_variation_name |
null, string |
이 사용자가 수신한 Canvas 배리언트의 이름 |
message_variation_name |
null, string |
메시지 배리언트의 이름 |
subscription_group_api_id |
string |
구독 그룹 API ID |
message_variation_api_id |
null, string |
이 사용자가 수신한 메시지 배리언트의 API ID |
canvas_variation_api_id |
null, string |
이 이벤트가 속한 Canvas 배리언트의 API ID |
canvas_step_api_id |
null, string |
이 이벤트가 속한 캔버스 단계의 API ID |
canvas_step_message_variation_api_id |
null, string |
이 사용자가 수신한 캔버스 단계 메시지 배리언트의 API ID |
campaign_api_id |
null, string |
이 이벤트가 속한 Campaign의 API ID |
sf_created_at |
timestamp, null |
이 이벤트가 Snowpipe에 의해 수집된 시점 |
USERS_MESSAGES_RCS_CLICK_SHARED
| 필드 | 유형 | 설명 |
|---|---|---|
app_group_api_id |
null, string |
이 사용자가 속한 앱 그룹의 API ID |
app_group_id |
null, string |
이 사용자가 속한 앱 그룹의 BSON ID |
external_user_id |
null, string |
[PII] 사용자의 외부 ID |
id |
string |
이 이벤트의 글로벌 고유 ID |
time |
int |
이벤트가 발생한 UNIX 타임스탬프 |
user_id |
string |
이 이벤트를 수행한 사용자의 Braze 사용자 ID |
campaign_name |
null, string |
Campaign의 이름 |
canvas_id |
null, string |
이 이벤트가 속한 Canvas의 BSON ID |
canvas_name |
null, string |
Canvas의 이름 |
canvas_step_name |
null, string |
캔버스 단계의 이름 |
device_id |
null, string |
이벤트가 발생한 기기의 ID |
is_suspected_bot_click |
null, boolean |
이 이벤트가 봇 이벤트로 처리되었는지 여부 |
message_variation_name |
null, string |
메시지 배리언트의 이름 |
send_id |
null, string |
이 메시지가 속한 메시지 발송 ID |
short_url |
null, string |
클릭된 단축 URL |
suspected_bot_click_reason |
null, string |
이 이벤트가 봇으로 분류된 이유 |
user_agent |
null, string |
스팸 신고가 발생한 사용자 에이전트 |
user_phone_number |
null, string |
[PII] 메시지를 수신한 사용자의 전화번호 |
message_variation_api_id |
null, string |
이 사용자가 수신한 메시지 배리언트의 API ID |
canvas_variation_api_id |
null, string |
이 이벤트가 속한 Canvas 배리언트의 API ID |
canvas_step_api_id |
null, string |
이 이벤트가 속한 캔버스 단계의 API ID |
canvas_step_message_variation_api_id |
null, string |
이 사용자가 수신한 캔버스 단계 메시지 배리언트의 API ID |
interaction_type |
null, string |
클릭을 생성한 상호작용 유형. 예시 문자열 값: Text URL, Reply, OpenURL |
element_label |
null, string |
클릭된 요소에 대한 선택적 세부 정보 (예: 추천 답장 또는 버튼의 텍스트) |
element_type |
null, string |
추천과 버튼에 공통적인 interaction_type이 추천에서 왔는지 버튼에서 왔는지를 지정합니다. 예시: Suggestion, Button |
campaign_api_id |
null, string |
이 이벤트가 속한 Campaign의 API ID |
url |
null, string |
사용자가 클릭한 URL |
subscription_group_api_id |
string |
구독 그룹 API ID |
canvas_variation_name |
null, string |
이 사용자가 수신한 Canvas 배리언트의 이름 |
sf_created_at |
timestamp, null |
이 이벤트가 Snowpipe에 의해 수집된 시점 |
USERS_MESSAGES_RCS_DELIVERY_SHARED
| 필드 | 유형 | 설명 |
|---|---|---|
app_group_api_id |
null, string |
이 사용자가 속한 앱 그룹의 API ID |
app_group_id |
null, string |
이 사용자가 속한 앱 그룹의 BSON ID |
external_user_id |
null, string |
[PII] 사용자의 외부 ID |
id |
string |
이 이벤트의 글로벌 고유 ID |
time |
int |
이벤트가 발생한 UNIX 타임스탬프 |
user_id |
string |
이 이벤트를 수행한 사용자의 Braze 사용자 ID |
campaign_name |
null, string |
Campaign의 이름 |
canvas_id |
null, string |
이 이벤트가 속한 Canvas의 BSON ID |
canvas_name |
null, string |
Canvas의 이름 |
canvas_step_name |
null, string |
캔버스 단계의 이름 |
canvas_variation_name |
null, string |
이 사용자가 수신한 Canvas 배리언트의 이름 |
device_id |
null, string |
이벤트가 발생한 기기의 ID |
dispatch_id |
null, string |
이 메시지가 속한 디스패치의 ID |
message_variation_name |
null, string |
메시지 배리언트의 이름 |
send_id |
null, string |
이 메시지가 속한 메시지 발송 ID |
subscription_group_api_id |
string |
구독 그룹 API ID |
to_phone_number |
null, string |
[PII] 메시지를 수신하는 사용자의 전화번호 (e.164 형식, 예: +14155552671) |
message_variation_api_id |
null, string |
이 사용자가 수신한 메시지 배리언트의 API ID |
canvas_variation_api_id |
null, string |
이 이벤트가 속한 Canvas 배리언트의 API ID |
canvas_step_api_id |
null, string |
이 이벤트가 속한 캔버스 단계의 API ID |
canvas_step_message_variation_api_id |
null, string |
이 사용자가 수신한 캔버스 단계 메시지 배리언트의 API ID |
campaign_api_id |
null, string |
이 이벤트가 속한 Campaign의 API ID |
from_rcs_sender |
null, string |
메시지를 발송하는 데 사용된 RCS 발신자 ID 또는 에이전트 이름 |
sf_created_at |
timestamp, null |
이 이벤트가 Snowpipe에 의해 수집된 시점 |
USERS_MESSAGES_RCS_INBOUNDRECEIVE_SHARED
| 필드 | 유형 | 설명 |
|---|---|---|
app_group_api_id |
null, string |
이 사용자가 속한 앱 그룹의 API ID |
app_group_id |
null, string |
이 사용자가 속한 앱 그룹의 BSON ID |
external_user_id |
null, string |
[PII] 사용자의 외부 ID |
id |
string |
이 이벤트의 글로벌 고유 ID |
time |
int |
이벤트가 발생한 UNIX 타임스탬프 |
user_id |
string |
이 이벤트를 수행한 사용자의 Braze 사용자 ID |
action |
null, string |
이 메시지에 대한 응답으로 취한 동작 (예: Subscribed, Unsubscribed 또는 None) |
campaign_name |
null, string |
Campaign의 이름 |
canvas_id |
null, string |
이 이벤트가 속한 Canvas의 BSON ID |
canvas_name |
null, string |
Canvas의 이름 |
canvas_step_name |
null, string |
캔버스 단계의 이름 |
media_urls |
null, string |
사용자의 미디어 URL |
message_variation_name |
null, string |
메시지 배리언트의 이름 |
send_id |
null, string |
이 메시지가 속한 메시지 발송 ID |
user_phone_number |
null, string |
[PII] 메시지를 수신한 사용자의 전화번호 |
subscription_group_api_id |
string |
구독 그룹 API ID |
message_body |
null, string |
사용자가 입력한 응답 |
to_rcs_sender |
null, string |
메시지가 발송된 인바운드 RCS 발신자 |
message_variation_api_id |
null, string |
이 사용자가 수신한 메시지 배리언트의 API ID |
canvas_step_api_id |
null, string |
이 이벤트가 속한 캔버스 단계의 API ID |
canvas_variation_api_id |
null, string |
이 이벤트가 속한 Canvas 배리언트의 API ID |
canvas_step_message_variation_api_id |
null, string |
이 사용자가 수신한 캔버스 단계 메시지 배리언트의 API ID |
campaign_api_id |
null, string |
이 이벤트가 속한 Campaign의 API ID |
campaign_id |
null, string |
이 이벤트가 속한 Campaign의 BSON ID |
sf_created_at |
timestamp, null |
이 이벤트가 Snowpipe에 의해 수집된 시점 |
USERS_MESSAGES_RCS_READ_SHARED
| 필드 | 유형 | 설명 |
|---|---|---|
app_group_api_id |
null, string |
이 사용자가 속한 앱 그룹의 API ID |
app_group_id |
null, string |
이 사용자가 속한 앱 그룹의 BSON ID |
external_user_id |
null, string |
[PII] 사용자의 외부 ID |
id |
string |
이 이벤트의 글로벌 고유 ID |
time |
int |
이벤트가 발생한 UNIX 타임스탬프 |
user_id |
string |
이 이벤트를 수행한 사용자의 Braze 사용자 ID |
campaign_name |
null, string |
Campaign의 이름 |
canvas_id |
null, string |
이 이벤트가 속한 Canvas의 BSON ID |
canvas_name |
null, string |
Canvas의 이름 |
canvas_step_name |
null, string |
캔버스 단계의 이름 |
canvas_variation_name |
null, string |
이 사용자가 수신한 Canvas 배리언트의 이름 |
message_variation_name |
null, string |
메시지 배리언트의 이름 |
to_phone_number |
null, string |
[PII] 메시지를 수신하는 사용자의 전화번호 (e.164 형식, 예: +14155552671) |
message_variation_api_id |
null, string |
이 사용자가 수신한 메시지 배리언트의 API ID |
canvas_variation_api_id |
null, string |
이 이벤트가 속한 Canvas 배리언트의 API ID |
canvas_step_api_id |
null, string |
이 이벤트가 속한 캔버스 단계의 API ID |
canvas_step_message_variation_api_id |
null, string |
이 사용자가 수신한 캔버스 단계 메시지 배리언트의 API ID |
campaign_api_id |
null, string |
이 이벤트가 속한 Campaign의 API ID |
sf_created_at |
timestamp, null |
이 이벤트가 Snowpipe에 의해 수집된 시점 |
USERS_MESSAGES_RCS_REJECTION_SHARED
| 필드 | 유형 | 설명 |
|---|---|---|
app_group_api_id |
null, string |
이 사용자가 속한 앱 그룹의 API ID |
app_group_id |
null, string |
이 사용자가 속한 앱 그룹의 BSON ID |
external_user_id |
null, string |
[PII] 사용자의 외부 ID |
id |
string |
이 이벤트의 글로벌 고유 ID |
time |
int |
이벤트가 발생한 UNIX 타임스탬프 |
user_id |
string |
이 이벤트를 수행한 사용자의 Braze 사용자 ID |
campaign_name |
null, string |
Campaign의 이름 |
canvas_id |
null, string |
이 이벤트가 속한 Canvas의 BSON ID |
canvas_name |
null, string |
Canvas의 이름 |
canvas_step_name |
null, string |
캔버스 단계의 이름 |
canvas_variation_name |
null, string |
이 사용자가 수신한 Canvas 배리언트의 이름 |
device_id |
null, string |
이벤트가 발생한 기기의 ID |
dispatch_id |
null, string |
이 메시지가 속한 디스패치의 ID |
error |
null, string |
오류 이름 |
from_rcs_sender |
null, string |
메시지를 발송하는 데 사용된 RCS 발신자 ID 또는 에이전트 이름 |
is_sms_fallback |
null, boolean |
이 거부된 RCS 메시지에 대해 SMS 대체가 시도되었는지 여부를 나타냅니다. SMS 전달 이벤트와 연결/페어링됩니다 |
message_variation_name |
null, string |
메시지 배리언트의 이름 |
provider_error_code |
null, string |
제공업체의 오류 코드 |
send_id |
null, string |
이 메시지가 속한 메시지 발송 ID |
subscription_group_api_id |
string |
구독 그룹 API ID |
message_variation_api_id |
null, string |
이 사용자가 수신한 메시지 배리언트의 API ID |
canvas_variation_api_id |
null, string |
이 이벤트가 속한 Canvas 배리언트의 API ID |
canvas_step_api_id |
null, string |
이 이벤트가 속한 캔버스 단계의 API ID |
to_phone_number |
null, string |
[PII] 메시지를 수신하는 사용자의 전화번호 (e.164 형식, 예: +14155552671) |
campaign_api_id |
null, string |
이 이벤트가 속한 Campaign의 API ID |
canvas_step_message_variation_api_id |
null, string |
이 사용자가 수신한 캔버스 단계 메시지 배리언트의 API ID |
sf_created_at |
timestamp, null |
이 이벤트가 Snowpipe에 의해 수집된 시점 |
USERS_MESSAGES_RCS_SEND_SHARED
| 필드 | 유형 | 설명 |
|---|---|---|
app_group_api_id |
null, string |
이 사용자가 속한 앱 그룹의 API ID |
app_group_id |
null, string |
이 사용자가 속한 앱 그룹의 BSON ID |
external_user_id |
null, string |
[PII] 사용자의 외부 ID |
id |
string |
이 이벤트의 글로벌 고유 ID |
time |
int |
이벤트가 발생한 UNIX 타임스탬프 |
user_id |
string |
이 이벤트를 수행한 사용자의 Braze 사용자 ID |
campaign_name |
null, string |
Campaign의 이름 |
canvas_id |
null, string |
이 이벤트가 속한 Canvas의 BSON ID |
canvas_name |
null, string |
Canvas의 이름 |
canvas_step_name |
null, string |
캔버스 단계의 이름 |
canvas_variation_name |
null, string |
이 사용자가 수신한 Canvas 배리언트의 이름 |
category |
null, string |
키워드 카테고리 이름 (자동 응답 메시지에만 채워짐): ‘opt-in’, ‘opt-out’, ‘help’ 또는 커스텀 값 |
device_id |
null, string |
이벤트가 발생한 기기의 ID |
dispatch_id |
null, string |
이 메시지가 속한 디스패치의 ID |
from_rcs_sender |
null, string |
메시지를 발송하는 데 사용된 RCS 발신자 ID 또는 에이전트 이름 |
message_extras |
null, string |
Liquid 렌더링 중 태그된 키-값 페어의 JSON 문자열 |
message_variation_name |
null, string |
메시지 배리언트의 이름 |
send_id |
null, string |
이 메시지가 속한 메시지 발송 ID |
subscription_group_api_id |
string |
구독 그룹 API ID |
to_phone_number |
null, string |
[PII] 메시지를 수신하는 사용자의 전화번호 (e.164 형식, 예: +14155552671) |
message_variation_api_id |
null, string |
이 사용자가 수신한 메시지 배리언트의 API ID |
canvas_variation_api_id |
null, string |
이 이벤트가 속한 Canvas 배리언트의 API ID |
canvas_step_message_variation_api_id |
null, string |
이 사용자가 수신한 캔버스 단계 메시지 배리언트의 API ID |
canvas_step_api_id |
null, string |
이 이벤트가 속한 캔버스 단계의 API ID |
campaign_api_id |
null, string |
이 이벤트가 속한 Campaign의 API ID |
sf_created_at |
timestamp, null |
이 이벤트가 Snowpipe에 의해 수집된 시점 |
SMS 메시지 이벤트 및 삭제된 사용자 프로필

USERS_MESSAGES_SMS_* 공유 테이블(USERS_MESSAGES_SMS_REJECTION_SHARED, USERS_MESSAGES_SMS_DELIVERY_SHARED, USERS_MESSAGES_SMS_DELIVERYFAILURE_SHARED 포함)의 경우, Braze는 이벤트가 Snowflake 데이터 공유 및 Currents용으로 처리될 때 워크스페이스에 Braze 사용자 프로필이 아직 존재하는 경우에만 행을 기록합니다. 처리가 완료되기 전에 해당 사용자가 삭제된 경우, 대시보드의 SMS 워크스페이스 측정기준이 Braze의 보고 경로에서 집계 수를 여전히 반영하더라도 해당 이벤트는 Snowflake 또는 Currents 내보내기에 나타나지 않습니다. 해당 Currents 동작에 대해서는 동일 용어집의 SMS 거부 이벤트 및 관련 SMS 이벤트 유형을 참조하세요.
USERS_MESSAGES_SMS_ABORT_SHARED
| 필드 | 유형 | 설명 |
|---|---|---|
id |
string |
이 이벤트의 글로벌 고유 ID |
user_id |
string |
이 이벤트를 수행한 사용자의 Braze ID |
external_user_id |
null, string |
[PII] 사용자의 외부 사용자 ID |
app_group_api_id |
null, string |
이 사용자가 속한 워크스페이스의 API ID |
time |
int |
이벤트가 발생한 Unix 타임스탬프 |
campaign_id |
null, string |
이 이벤트가 속한 Campaign의 내부용 Braze ID |
campaign_api_id |
null, string |
이 이벤트가 속한 Campaign의 API ID |
message_variation_api_id |
null, string |
이 사용자가 수신한 메시지 배리언트의 API ID |
canvas_id |
null, string |
이 이벤트가 속한 Canvas의 내부용 Braze ID |
canvas_api_id |
null, string |
이 이벤트가 속한 Canvas의 API ID |
canvas_variation_api_id |
null, string |
이 이벤트가 속한 Canvas 배리언트의 API ID |
canvas_step_api_id |
null, string |
이 이벤트가 속한 캔버스 단계의 API ID |
canvas_step_message_variation_api_id |
null, string |
이 사용자가 수신한 캔버스 단계 메시지 배리언트의 API ID |
subscription_group_api_id |
null, string |
구독 그룹의 외부 ID |
abort_type |
null, string |
중단 유형. 값 목록은 중단 유형을 참조하세요. |
abort_log |
null, string |
[PII] 중단 세부 정보를 설명하는 로그 메시지(최대 2,000자) |
app_group_id |
null, string |
이 사용자가 속한 앱 그룹의 BSON ID |
sf_created_at |
timestamp, null |
이 이벤트가 Snowpipe에 의해 수집된 시점 |
USERS_MESSAGES_SMS_CARRIERSEND_SHARED
| 필드 | 유형 | 설명 |
|---|---|---|
id |
string |
이 이벤트의 글로벌 고유 ID |
user_id |
string |
이 이벤트를 수행한 사용자의 Braze ID |
external_user_id |
null, string |
[PII] 사용자의 외부 사용자 ID |
device_id |
null, string |
사용자가 익명인 경우 이 사용자에게 연결된 device_id |
app_group_api_id |
null, string |
이 사용자가 속한 워크스페이스의 API ID |
time |
int |
이벤트가 발생한 Unix 타임스탬프 |
dispatch_id |
null, string |
이 메시지가 속한 디스패치의 ID |
send_id |
null, string |
이 메시지가 속한 메시지 발송 ID |
campaign_id |
null, string |
이 이벤트가 속한 Campaign의 내부용 Braze ID |
campaign_api_id |
null, string |
이 이벤트가 속한 Campaign의 API ID |
message_variation_api_id |
null, string |
이 사용자가 수신한 메시지 배리언트의 API ID |
canvas_id |
null, string |
이 이벤트가 속한 Canvas의 내부용 Braze ID |
canvas_api_id |
null, string |
이 이벤트가 속한 Canvas의 API ID |
canvas_variation_api_id |
null, string |
이 이벤트가 속한 Canvas 배리언트의 API ID |
canvas_step_api_id |
null, string |
이 이벤트가 속한 캔버스 단계의 API ID |
canvas_step_message_variation_api_id |
null, string |
이 사용자가 수신한 캔버스 단계 메시지 배리언트의 API ID |
gender |
null, string |
[PII] 사용자의 성별 |
country |
null, string |
[PII] 사용자의 국가 |
timezone |
null, string |
사용자의 시간대 |
language |
null, string |
[PII] 사용자의 언어 |
to_phone_number |
null, string |
[PII] 수신자의 전화번호 |
from_phone_number |
null, string |
SMS 메시지가 발송된 전화번호 |
subscription_group_api_id |
null, string |
구독 그룹의 외부 ID |
app_group_id |
null, string |
이 사용자가 속한 앱 그룹의 BSON ID |
sf_created_at |
timestamp, null |
이 이벤트가 Snowpipe에 의해 수집된 시점 |
USERS_MESSAGES_SMS_DELIVERY_SHARED
| 필드 | 유형 | 설명 |
|---|---|---|
id |
string |
이 이벤트의 글로벌 고유 ID |
user_id |
string |
이 이벤트를 수행한 사용자의 Braze ID |
external_user_id |
null, string |
[PII] 사용자의 외부 사용자 ID |
device_id |
null, string |
사용자가 익명인 경우 이 사용자에게 연결된 device_id |
app_group_api_id |
null, string |
이 사용자가 속한 워크스페이스의 API ID |
time |
int |
이벤트가 발생한 Unix 타임스탬프 |
dispatch_id |
null, string |
이 메시지가 속한 디스패치의 ID |
send_id |
null, string |
이 메시지가 속한 메시지 발송 ID |
campaign_id |
null, string |
이 이벤트가 속한 Campaign의 내부용 Braze ID |
campaign_api_id |
null, string |
이 이벤트가 속한 Campaign의 API ID |
message_variation_api_id |
null, string |
이 사용자가 수신한 메시지 배리언트의 API ID |
canvas_id |
null, string |
이 이벤트가 속한 Canvas의 내부용 Braze ID |
canvas_api_id |
null, string |
이 이벤트가 속한 Canvas의 API ID |
canvas_variation_api_id |
null, string |
이 이벤트가 속한 Canvas 배리언트의 API ID |
canvas_step_api_id |
null, string |
이 이벤트가 속한 캔버스 단계의 API ID |
canvas_step_message_variation_api_id |
null, string |
이 사용자가 수신한 캔버스 단계 메시지 배리언트의 API ID |
gender |
null, string |
[PII] 사용자의 성별 |
country |
null, string |
[PII] 사용자의 국가 |
timezone |
null, string |
사용자의 시간대 |
language |
null, string |
[PII] 사용자의 언어 |
to_phone_number |
null, string |
[PII] 수신자의 전화번호 |
from_phone_number |
null, string |
SMS 메시지가 발송된 전화번호 |
subscription_group_api_id |
null, string |
구독 그룹의 외부 ID |
app_group_id |
null, string |
이 사용자가 속한 앱 그룹의 BSON ID |
is_sms_fallback |
null, boolean |
거부된 RCS 메시지에 대해 SMS 대체 발송이 시도되었는지 여부를 나타냅니다. SMS 전달 이벤트와 연결/페어링됩니다. |
sf_created_at |
timestamp, null |
이 이벤트가 Snowpipe에 의해 수집된 시점 |
USERS_MESSAGES_SMS_DELIVERYFAILURE_SHARED
| 필드 | 유형 | 설명 |
|---|---|---|
id |
string |
이 이벤트의 글로벌 고유 ID |
user_id |
string |
이 이벤트를 수행한 사용자의 Braze ID |
external_user_id |
null, string |
[PII] 사용자의 외부 사용자 ID |
device_id |
null, string |
사용자가 익명인 경우 이 사용자에게 연결된 device_id |
app_group_api_id |
null, string |
이 사용자가 속한 워크스페이스의 API ID |
time |
int |
이벤트가 발생한 Unix 타임스탬프 |
dispatch_id |
null, string |
이 메시지가 속한 디스패치의 ID |
send_id |
null, string |
이 메시지가 속한 메시지 발송 ID |
campaign_id |
null, string |
이 이벤트가 속한 Campaign의 내부용 Braze ID |
campaign_api_id |
null, string |
이 이벤트가 속한 Campaign의 API ID |
message_variation_api_id |
null, string |
이 사용자가 수신한 메시지 배리언트의 API ID |
canvas_id |
null, string |
이 이벤트가 속한 Canvas의 내부용 Braze ID |
canvas_api_id |
null, string |
이 이벤트가 속한 Canvas의 API ID |
canvas_variation_api_id |
null, string |
이 이벤트가 속한 Canvas 배리언트의 API ID |
canvas_step_api_id |
null, string |
이 이벤트가 속한 캔버스 단계의 API ID |
canvas_step_message_variation_api_id |
null, string |
이 사용자가 수신한 캔버스 단계 메시지 배리언트의 API ID |
gender |
null, string |
[PII] 사용자의 성별 |
country |
null, string |
[PII] 사용자의 국가 |
timezone |
null, string |
사용자의 시간대 |
language |
null, string |
[PII] 사용자의 언어 |
to_phone_number |
null, string |
[PII] 수신자의 전화번호 |
subscription_group_api_id |
null, string |
구독 그룹의 외부 ID |
error |
null, string |
오류 이름 |
provider_error_code |
null, string |
SMS 서비스 제공업체의 오류 코드 |
app_group_id |
null, string |
이 사용자가 속한 앱 그룹의 BSON ID |
is_sms_fallback |
null, boolean |
거부된 RCS 메시지에 대해 SMS 대체 발송이 시도되었는지 여부를 나타냅니다. SMS 전달 이벤트와 연결/페어링됩니다. |
sf_created_at |
timestamp, null |
이 이벤트가 Snowpipe에 의해 수집된 시점 |
USERS_MESSAGES_SMS_INBOUNDRECEIVE_SHARED
| 필드 | 유형 | 설명 |
|---|---|---|
id |
string |
이 이벤트의 글로벌 고유 ID |
user_id |
null, string |
이 이벤트를 수행한 사용자의 Braze ID |
external_user_id |
null, string |
[PII] 사용자의 외부 사용자 ID |
app_group_api_id |
null, string |
수신 전화번호와 연결된 워크스페이스의 API ID |
time |
int |
이벤트가 발생한 Unix 타임스탬프 |
user_phone_number |
string |
[PII] 메시지가 수신된 사용자의 전화번호 |
subscription_group_id |
null, string |
이 SMS 메시지의 대상 구독 그룹 ID |
subscription_group_api_id |
null, string |
이 SMS 메시지의 대상 구독 그룹 API ID |
inbound_phone_number |
string |
메시지가 전송된 수신 번호 |
action |
string |
이 메시지에 대한 응답으로 수행된 동작. 예: Subscribed, Unsubscribed 또는 None. |
message_body |
string |
사용자의 응답 |
media_urls |
null, {"type"=>"array", "items"=>["null", "string"]} |
사용자의 미디어 URL |
campaign_id |
null, string |
이 이벤트가 속한 Campaign의 내부용 Braze ID |
campaign_api_id |
null, string |
이 이벤트가 속한 Campaign의 API ID |
message_variation_api_id |
null, string |
이 이벤트가 속한 메시지 배리언트의 API ID |
canvas_id |
null, string |
이 이벤트가 속한 Canvas의 내부용 Braze ID |
canvas_api_id |
null, string |
이 이벤트가 속한 Canvas의 API ID |
canvas_variation_api_id |
null, string |
이 이벤트가 속한 Canvas 배리언트의 API ID |
canvas_step_api_id |
null, string |
이 이벤트가 속한 캔버스 단계의 API ID |
canvas_step_message_variation_api_id |
null, string |
이 이벤트가 속한 캔버스 단계 메시지 배리언트의 API ID |
app_group_id |
null, string |
이 사용자가 속한 앱 그룹의 BSON ID |
sf_created_at |
timestamp, null |
이 이벤트가 Snowpipe에 의해 수집된 시점 |
USERS_MESSAGES_SMS_REJECTION_SHARED
| 필드 | 유형 | 설명 |
|---|---|---|
id |
string |
이 이벤트의 글로벌 고유 ID |
user_id |
string |
이 이벤트를 수행한 사용자의 Braze ID |
external_user_id |
null, string |
[PII] 사용자의 외부 사용자 ID |
device_id |
null, string |
사용자가 익명인 경우 이 사용자에게 연결된 device_id |
app_group_api_id |
null, string |
이 사용자가 속한 워크스페이스의 API ID |
time |
int |
이벤트가 발생한 Unix 타임스탬프 |
dispatch_id |
null, string |
이 메시지가 속한 디스패치의 ID |
send_id |
null, string |
이 메시지가 속한 메시지 발송 ID |
campaign_id |
null, string |
이 이벤트가 속한 Campaign의 내부용 Braze ID |
campaign_api_id |
null, string |
이 이벤트가 속한 Campaign의 API ID |
message_variation_api_id |
null, string |
이 사용자가 수신한 메시지 배리언트의 API ID |
canvas_id |
null, string |
이 이벤트가 속한 Canvas의 내부용 Braze ID |
canvas_api_id |
null, string |
이 이벤트가 속한 Canvas의 API ID |
canvas_variation_api_id |
null, string |
이 이벤트가 속한 Canvas 배리언트의 API ID |
canvas_step_api_id |
null, string |
이 이벤트가 속한 캔버스 단계의 API ID |
canvas_step_message_variation_api_id |
null, string |
이 사용자가 수신한 캔버스 단계 메시지 배리언트의 API ID |
gender |
null, string |
[PII] 사용자의 성별 |
country |
null, string |
[PII] 사용자의 국가 |
timezone |
null, string |
사용자의 시간대 |
language |
null, string |
[PII] 사용자의 언어 |
to_phone_number |
null, string |
[PII] 수신자의 전화번호 |
from_phone_number |
null, string |
SMS 메시지가 발송된 전화번호 |
subscription_group_api_id |
null, string |
구독 그룹의 외부 ID |
error |
null, string |
오류 이름 |
provider_error_code |
null, string |
SMS 서비스 제공업체의 오류 코드 |
app_group_id |
null, string |
이 사용자가 속한 앱 그룹의 BSON ID |
is_sms_fallback |
null, boolean |
거부된 RCS 메시지에 대해 SMS 대체 발송이 시도되었는지 여부를 나타냅니다. SMS 전달 이벤트와 연결/페어링됩니다. |
sf_created_at |
timestamp, null |
이 이벤트가 Snowpipe에 의해 수집된 시점 |
USERS_MESSAGES_SMS_SEND_SHARED
| 필드 | 유형 | 설명 |
|---|---|---|
id |
string |
이 이벤트의 글로벌 고유 ID |
user_id |
string |
이 이벤트를 수행한 사용자의 Braze ID |
external_user_id |
null, string |
[PII] 사용자의 외부 사용자 ID |
device_id |
null, string |
사용자가 익명인 경우 이 사용자에게 연결된 device_id |
app_group_api_id |
null, string |
이 사용자가 속한 워크스페이스의 API ID |
time |
int |
이벤트가 발생한 Unix 타임스탬프 |
dispatch_id |
null, string |
이 메시지가 속한 디스패치의 ID |
send_id |
null, string |
이 메시지가 속한 메시지 발송 ID |
campaign_id |
null, string |
이 이벤트가 속한 Campaign의 내부용 Braze ID |
campaign_api_id |
null, string |
이 이벤트가 속한 Campaign의 API ID |
message_variation_api_id |
null, string |
이 사용자가 수신한 메시지 배리언트의 API ID |
canvas_id |
null, string |
이 이벤트가 속한 Canvas의 내부용 Braze ID |
canvas_api_id |
null, string |
이 이벤트가 속한 Canvas의 API ID |
canvas_variation_api_id |
null, string |
이 이벤트가 속한 Canvas 배리언트의 API ID |
canvas_step_api_id |
null, string |
이 이벤트가 속한 캔버스 단계의 API ID |
canvas_step_message_variation_api_id |
null, string |
이 사용자가 수신한 캔버스 단계 메시지 배리언트의 API ID |
gender |
null, string |
[PII] 사용자의 성별 |
country |
null, string |
[PII] 사용자의 국가 |
timezone |
null, string |
사용자의 시간대 |
language |
null, string |
[PII] 사용자의 언어 |
to_phone_number |
null, string |
[PII] 수신자의 전화번호 |
subscription_group_api_id |
null, string |
구독 그룹의 외부 ID |
category |
null, string |
키워드 카테고리 이름으로, 자동 응답 메시지에만 채워집니다: ‘Opt-in’, ‘Opt-out’, ‘Help’ 또는 커스텀 값 |
app_group_id |
null, string |
이 사용자가 속한 앱 그룹의 BSON ID |
message_extras |
null, string |
[PII] Liquid 렌더링 중 태그된 키-값 페어의 JSON 문자열 |
sf_created_at |
timestamp, null |
이 이벤트가 Snowpipe에 의해 수집된 시점 |
USERS_MESSAGES_SMS_SHORTLINKCLICK_SHARED
| 필드 | 유형 | 설명 |
|---|---|---|
id |
string |
이 이벤트의 글로벌 고유 ID |
user_id |
null, string |
short_url의 대상 사용자의 Braze ID. short_url이 사용자 클릭 추적을 사용하지 않은 경우 null |
external_user_id |
null, string |
[PII] short_url의 대상 사용자의 외부 ID(존재하는 경우). short_url이 사용자 클릭 추적을 사용하지 않은 경우 null |
app_group_api_id |
null, string |
short_url을 생성하는 데 사용된 워크스페이스의 API ID |
time |
int |
short_url이 클릭된 Unix 타임스탬프 |
timezone |
null, string |
사용자의 시간대 |
campaign_id |
null, string |
short_url이 생성된 Campaign의 Braze ID. Campaign에서 생성되지 않은 경우 null |
campaign_api_id |
null, string |
short_url이 생성된 Campaign의 API ID. Campaign에서 생성되지 않은 경우 null |
message_variation_api_id |
null, string |
short_url이 생성된 메시지 배리언트의 API ID. Campaign에서 생성되지 않은 경우 null |
canvas_id |
null, string |
short_url이 생성된 Canvas의 Braze ID. Canvas에서 생성되지 않은 경우 null |
canvas_api_id |
null, string |
short_url이 생성된 Canvas의 API ID. Canvas에서 생성되지 않은 경우 null |
canvas_variation_api_id |
null, string |
short_url이 생성된 Canvas 배리언트의 API ID. Canvas에서 생성되지 않은 경우 null |
canvas_step_api_id |
null, string |
short_url이 생성된 캔버스 단계의 API ID. Canvas에서 생성되지 않은 경우 null |
canvas_step_message_variation_api_id |
null, string |
short_url이 생성된 캔버스 단계 메시지 배리언트의 API ID. Canvas에서 생성되지 않은 경우 null |
url |
string |
short_url에 의해 리디렉션되는 메시지에 포함된 원본 URL |
short_url |
string |
클릭된 단축 URL |
user_agent |
null, string |
short_url을 요청한 사용자 에이전트 |
user_phone_number |
string |
[PII] 사용자의 전화번호 |
device_id |
null, string |
이벤트가 발생한 기기의 ID |
app_group_id |
null, string |
이 사용자가 속한 앱 그룹의 BSON ID |
is_suspected_bot_click |
null, boolean |
이 이벤트가 봇 이벤트로 처리되었는지 여부 |
suspected_bot_click_reason |
null, object |
이 이벤트가 봇으로 분류된 이유 |
sf_created_at |
timestamp, null |
이 이벤트가 Snowpipe에 의해 수집된 시점 |
USERS_MESSAGES_SMS_RETRY_SHARED

이 테이블은 Snowflake 데이터 공유에서만 사용할 수 있습니다.
이 이벤트는 메시지의 우선순위가 낮아지거나 빈도 제한이 적용되어 설정된 재시도 기간 내에 나중에 재시도될 때 발생합니다.
| 필드 | 유형 | 설명 |
|---|---|---|
id |
string |
이 이벤트의 글로벌 고유 ID |
user_id |
string |
[PII] 이 이벤트를 수행한 사용자의 Braze 사용자 ID |
external_user_id |
null, string |
[PII] 사용자의 외부 ID |
app_group_id |
null, string |
이 사용자가 속한 앱 그룹의 BSON ID |
app_group_api_id |
null, string |
이 사용자가 속한 앱 그룹의 API ID |
time |
int |
이벤트가 발생한 UNIX 타임스탬프 |
campaign_id |
null, string |
이 이벤트가 속한 Campaign의 BSON ID |
campaign_api_id |
null, string |
이 이벤트가 속한 Campaign의 API ID |
message_variation_api_id |
null, string |
이 사용자가 수신한 메시지 배리언트의 API ID |
canvas_id |
null, string |
이 이벤트가 속한 Canvas의 BSON ID |
canvas_api_id |
null, string |
이 이벤트가 속한 Canvas의 API ID |
canvas_variation_api_id |
null, string |
이 이벤트가 속한 Canvas 배리언트의 API ID |
canvas_step_api_id |
null, string |
이 이벤트가 속한 캔버스 단계의 API ID |
canvas_step_message_variation_api_id |
null, string |
이 사용자가 수신한 캔버스 단계 메시지 배리언트의 API ID |
subscription_group_api_id |
null, string |
구독 그룹 API ID |
retry_type |
null, string |
재시도 유형 |
retry_log |
null, string |
재시도 세부 정보를 설명하는 로그 메시지 |
sf_created_at |
timestamp, null |
이 이벤트가 Snowpipe에 의해 수집된 시점 |
USERS_MESSAGES_WEBHOOK_ABORT_SHARED
| 필드 | 유형 | 설명 |
|---|---|---|
id |
string |
이 이벤트의 글로벌 고유 ID |
user_id |
string |
이 이벤트를 수행한 사용자의 Braze ID |
external_user_id |
null, string |
[PII] 사용자의 외부 사용자 ID |
device_id |
null, string |
사용자가 익명인 경우 이 사용자에게 연결된 device_id |
app_group_api_id |
null, string |
이 사용자가 속한 워크스페이스의 API ID |
time |
int |
이벤트가 발생한 Unix 타임스탬프 |
dispatch_id |
null, string |
이 메시지가 속한 디스패치의 ID |
send_id |
null, string |
이 메시지가 속한 메시지 발송 ID |
campaign_id |
null, string |
이 이벤트가 속한 Campaign의 내부용 Braze ID |
campaign_api_id |
null, string |
이 이벤트가 속한 Campaign의 API ID |
message_variation_api_id |
null, string |
이 사용자가 수신한 메시지 배리언트의 API ID |
canvas_id |
null, string |
이 이벤트가 속한 Canvas의 내부용 Braze ID |
canvas_api_id |
null, string |
이 이벤트가 속한 Canvas의 API ID |
canvas_variation_api_id |
null, string |
이 이벤트가 속한 Canvas 배리언트의 API ID |
canvas_step_api_id |
null, string |
이 이벤트가 속한 캔버스 단계의 API ID |
canvas_step_message_variation_api_id |
null, string |
이 사용자가 수신한 캔버스 단계 메시지 배리언트의 API ID |
gender |
null, string |
[PII] 사용자의 성별 |
country |
null, string |
[PII] 사용자의 국가 |
timezone |
null, string |
사용자의 시간대 |
language |
null, string |
[PII] 사용자의 언어 |
abort_type |
null, string |
중단 유형. 값 목록은 중단 유형을 참조하세요. |
abort_log |
null, string |
[PII] 중단 세부 정보를 설명하는 로그 메시지(최대 2,000자) |
app_group_id |
null, string |
이 사용자가 속한 앱 그룹의 BSON ID |
sf_created_at |
timestamp, null |
이 이벤트가 Snowpipe에 의해 수집된 시점 |
USERS_MESSAGES_WEBHOOK_FAILURE_SHARED
| 필드 | 유형 | 설명 |
|---|---|---|
http_status_code |
null, int |
응답의 HTTP 상태 코드 |
endpoint_url |
null, string |
요청 중인 엔드포인트 URL |
app_group_api_id |
null, string |
이 사용자가 속한 앱 그룹의 API ID |
app_group_id |
null, string |
이 사용자가 속한 앱 그룹의 BSON ID |
campaign_api_id |
null, string |
이 이벤트가 속한 Campaign의 API ID |
campaign_id |
null, string |
이 이벤트가 속한 Campaign의 BSON ID |
canvas_api_id |
null, string |
이 이벤트가 속한 Canvas의 API ID |
canvas_id |
null, string |
이 이벤트가 속한 Canvas의 BSON ID |
canvas_step_api_id |
null, string |
이 이벤트가 속한 캔버스 단계의 API ID |
canvas_step_message_variation_api_id |
null, string |
이 사용자가 수신한 캔버스 단계 메시지 배리언트의 API ID |
canvas_variation_api_id |
null, string |
이 이벤트가 속한 Canvas 배리언트의 API ID |
content_length |
null, int |
응답의 콘텐츠 길이 |
dispatch_id |
null, string |
이 메시지가 속한 디스패치의 ID |
external_user_id |
null, string |
[PII] 사용자의 외부 ID |
host |
null, string |
요청의 호스트 |
id |
string |
이 이벤트의 글로벌 고유 ID |
message_variation_api_id |
null, string |
이 사용자가 수신한 메시지 배리언트의 API ID |
raw_response |
null, string |
엔드포인트의 잘린 원시 응답 |
retry_count |
null, int |
시도된 재시도 횟수 |
send_id |
null, string |
이 메시지가 속한 메시지 발송 ID |
time |
int |
이벤트가 발생한 UNIX 타임스탬프 |
url_path |
null, string |
요청 중인 URL의 경로 |
user_id |
string |
이 이벤트를 수행한 사용자의 Braze 사용자 ID |
webhook_duration |
null, int |
이 요청의 총 소요 시간(밀리초) |
webhook_failure_source |
null, string |
오류가 Braze에 의해 생성되었는지 엔드포인트 자체에 의해 생성되었는지를 나타냅니다. 소스 필드는 External Endpoint, Treat no status code to host unreachable일 수 있습니다. |
is_terminal |
null, boolean |
이 이벤트가 발송의 최종 시도였는지 여부 |
sf_created_at |
timestamp, null |
이 이벤트가 Snowpipe에 의해 수집된 시점 |
USERS_MESSAGES_WEBHOOK_SEND_SHARED
| 필드 | 유형 | 설명 |
|---|---|---|
id |
string |
이 이벤트의 글로벌 고유 ID |
user_id |
string |
이 이벤트를 수행한 사용자의 Braze ID |
external_user_id |
null, string |
[PII] 사용자의 외부 사용자 ID |
device_id |
null, string |
사용자가 익명인 경우 이 사용자에게 연결된 device_id |
app_group_api_id |
null, string |
이 사용자가 속한 워크스페이스의 API ID |
time |
int |
이벤트가 발생한 Unix 타임스탬프 |
dispatch_id |
null, string |
이 메시지가 속한 디스패치의 ID |
send_id |
null, string |
이 메시지가 속한 메시지 발송 ID |
campaign_id |
null, string |
이 이벤트가 속한 Campaign의 내부용 Braze ID |
campaign_api_id |
null, string |
이 이벤트가 속한 Campaign의 API ID |
message_variation_api_id |
null, string |
이 사용자가 수신한 메시지 배리언트의 API ID |
canvas_id |
null, string |
이 이벤트가 속한 Canvas의 내부용 Braze ID |
canvas_api_id |
null, string |
이 이벤트가 속한 Canvas의 API ID |
canvas_variation_api_id |
null, string |
이 이벤트가 속한 Canvas 배리언트의 API ID |
canvas_step_api_id |
null, string |
이 이벤트가 속한 캔버스 단계의 API ID |
canvas_step_message_variation_api_id |
null, string |
이 사용자가 수신한 캔버스 단계 메시지 배리언트의 API ID |
campaign_name |
null, string |
Campaign의 이름 |
message_variation_name |
null, string |
메시지 배리언트의 이름 |
canvas_name |
null, string |
Canvas의 이름 |
canvas_variation_name |
null, string |
이 사용자가 수신한 Canvas 배리언트의 이름 |
canvas_step_name |
null, string |
캔버스 단계의 이름 |
gender |
null, string |
[PII] 사용자의 성별 |
country |
null, string |
[PII] 사용자의 국가 |
timezone |
null, string |
사용자의 시간대 |
language |
null, string |
[PII] 사용자의 언어 |
app_group_id |
null, string |
이 사용자가 속한 앱 그룹의 BSON ID |
message_extras |
null, string |
[PII] Liquid 렌더링 중 태그된 키-값 페어의 JSON 문자열 |
sf_created_at |
timestamp, null |
이 이벤트가 Snowpipe에 의해 수집된 시점 |
USERS_MESSAGES_WEBHOOK_RETRY_SHARED

이 테이블은 Snowflake 데이터 공유에서만 사용할 수 있습니다.
이 이벤트는 메시지의 우선순위가 낮아지거나 빈도 제한이 적용되어 설정된 재시도 기간 내에 나중에 재시도될 때 발생합니다.
| 필드 | 유형 | 설명 |
|---|---|---|
id |
string |
이 이벤트의 글로벌 고유 ID |
user_id |
string |
[PII] 이 이벤트를 수행한 사용자의 Braze 사용자 ID |
external_user_id |
null, string |
[PII] 사용자의 외부 ID |
app_group_id |
null, string |
이 사용자가 속한 앱 그룹의 BSON ID |
app_group_api_id |
null, string |
이 사용자가 속한 앱 그룹의 API ID |
time |
int |
이벤트가 발생한 UNIX 타임스탬프 |
device_id |
null, string |
이벤트가 발생한 기기의 ID |
dispatch_id |
null, string |
이 메시지가 속한 디스패치의 ID |
send_id |
null, string |
이 메시지가 속한 메시지 발송 ID |
campaign_id |
null, string |
이 이벤트가 속한 Campaign의 BSON ID |
campaign_api_id |
null, string |
이 이벤트가 속한 Campaign의 API ID |
message_variation_api_id |
null, string |
이 사용자가 수신한 메시지 배리언트의 API ID |
canvas_id |
null, string |
이 이벤트가 속한 Canvas의 BSON ID |
canvas_api_id |
null, string |
이 이벤트가 속한 Canvas의 API ID |
canvas_variation_api_id |
null, string |
이 이벤트가 속한 Canvas 배리언트의 API ID |
canvas_step_api_id |
null, string |
이 이벤트가 속한 캔버스 단계의 API ID |
canvas_step_message_variation_api_id |
null, string |
이 사용자가 수신한 캔버스 단계 메시지 배리언트의 API ID |
gender |
null, string |
[PII] 사용자의 성별 |
country |
null, string |
[PII] 사용자의 국가 |
timezone |
null, string |
사용자의 시간대 |
language |
null, string |
[PII] 사용자의 언어 |
retry_type |
null, string |
재시도 유형 |
retry_log |
null, string |
재시도 세부 정보를 설명하는 로그 메시지 |
sf_created_at |
timestamp, null |
이 이벤트가 Snowpipe에 의해 수집된 시점 |
USERS_MESSAGES_WHATSAPP_ABORT_SHARED
| 필드 | 유형 | 설명 |
|---|---|---|
id |
string |
이 이벤트의 글로벌 고유 ID |
time |
int |
이벤트가 발생한 Unix 타임스탬프 |
to_phone_number |
null, string |
[PII] 수신자의 전화번호 |
user_id |
string |
이 이벤트를 수행한 사용자의 Braze ID |
external_user_id |
null, string |
[PII] 사용자의 외부 사용자 ID |
device_id |
null, string |
사용자가 익명인 경우 이 사용자에게 연결된 device_id |
timezone |
null, string |
사용자의 시간대 |
app_group_id |
null, string |
이 사용자가 속한 워크스페이스의 ID |
app_group_api_id |
null, string |
이 사용자가 속한 워크스페이스의 API ID |
subscription_group_api_id |
string |
구독 그룹 API ID |
campaign_id |
null, string |
이 이벤트가 속한 Campaign의 내부용 Braze ID |
campaign_api_id |
null, string |
이 이벤트가 속한 Campaign의 API ID |
message_variation_api_id |
null, string |
이 사용자가 수신한 메시지 배리언트의 API ID |
canvas_id |
null, string |
이 이벤트가 속한 Canvas의 내부용 Braze ID |
canvas_api_id |
null, string |
이 이벤트가 속한 Canvas의 API ID |
canvas_variation_api_id |
null, string |
이 이벤트가 속한 Canvas 배리언트의 API ID |
canvas_step_api_id |
null, string |
이 이벤트가 속한 캔버스 단계의 API ID |
canvas_step_message_variation_api_id |
null, string |
이 사용자가 수신한 캔버스 단계 메시지 배리언트의 API ID |
dispatch_id |
null, string |
이 메시지가 속한 디스패치의 ID |
abort_type |
null, string |
중단 유형. 값 목록은 중단 유형을 참조하세요. |
abort_log |
null, string |
[PII] 중단 세부 정보를 설명하는 로그 메시지(최대 2,000자) |
sf_created_at |
timestamp, null |
이 이벤트가 Snowpipe에 의해 수집된 시점 |
USERS_MESSAGES_WHATSAPP_CLICK_SHARED
| 필드 | 유형 | 설명 |
|---|---|---|
id |
string |
이 이벤트의 글로벌 고유 ID |
user_id |
string |
이 이벤트를 수행한 사용자의 Braze 사용자 ID |
external_user_id |
null, string |
[PII] 사용자의 외부 ID |
device_id |
null, string |
이벤트가 발생한 기기의 ID |
app_group_id |
null, string |
이 사용자가 속한 앱 그룹의 BSON ID |
app_group_api_id |
null, string |
이 사용자가 속한 앱 그룹의 API ID |
time |
int |
이벤트가 발생한 UNIX 타임스탬프 |
timezone |
null, string |
사용자의 시간대 |
campaign_id |
null, string |
이 이벤트가 속한 Campaign의 BSON ID |
campaign_api_id |
null, string |
이 이벤트가 속한 Campaign의 API ID |
message_variation_api_id |
null, string |
이 사용자가 수신한 메시지 배리언트의 API ID |
canvas_id |
null, string |
이 이벤트가 속한 Canvas의 BSON ID |
canvas_api_id |
null, string |
이 이벤트가 속한 Canvas의 API ID |
canvas_variation_api_id |
null, string |
이 이벤트가 속한 Canvas 배리언트의 API ID |
canvas_step_api_id |
null, string |
이 이벤트가 속한 캔버스 단계의 API ID |
canvas_step_message_variation_api_id |
null, string |
이 사용자가 수신한 캔버스 단계 메시지 배리언트의 API ID |
url |
null, string |
사용자가 클릭한 URL |
short_url |
null, string |
클릭된 단축 URL |
user_agent |
null, string |
스팸 신고가 발생한 사용자 에이전트 |
user_phone_number |
null, string |
[PII] 메시지가 수신된 사용자의 전화번호 |
sf_created_at |
timestamp, null |
이 이벤트가 Snowpipe에 의해 수집된 시점 |
USERS_MESSAGES_WHATSAPP_DELIVERY_SHARED
| 필드 | 유형 | 설명 |
|---|---|---|
id |
string |
이 이벤트의 글로벌 고유 ID |
time |
int |
이벤트가 발생한 Unix 타임스탬프 |
to_phone_number |
null, string |
[PII] 수신자의 전화번호 |
user_id |
string |
이 이벤트를 수행한 사용자의 Braze ID |
external_user_id |
null, string |
[PII] 사용자의 외부 사용자 ID |
device_id |
null, string |
사용자가 익명인 경우 이 사용자에게 연결된 device_id |
timezone |
null, string |
사용자의 시간대 |
from_phone_number |
null, string |
WhatsApp 메시지가 발송된 전화번호 |
app_group_id |
null, string |
이 사용자가 속한 워크스페이스의 ID |
app_group_api_id |
null, string |
이 사용자가 속한 워크스페이스의 API ID |
subscription_group_api_id |
string |
구독 그룹 API ID |
campaign_id |
null, string |
이 이벤트가 속한 Campaign의 내부용 Braze ID |
campaign_api_id |
null, string |
이 이벤트가 속한 Campaign의 API ID |
message_variation_api_id |
null, string |
이 사용자가 수신한 메시지 배리언트의 API ID |
canvas_id |
null, string |
이 이벤트가 속한 Canvas의 내부용 Braze ID |
canvas_api_id |
null, string |
이 이벤트가 속한 Canvas의 API ID |
canvas_variation_api_id |
null, string |
이 이벤트가 속한 Canvas 배리언트의 API ID |
canvas_step_api_id |
null, string |
이 이벤트가 속한 캔버스 단계의 API ID |
canvas_step_message_variation_api_id |
null, string |
이 사용자가 수신한 캔버스 단계 메시지 배리언트의 API ID |
dispatch_id |
null, string |
이 메시지가 속한 디스패치의 ID |
sf_created_at |
timestamp, null |
이 이벤트가 Snowpipe에 의해 수집된 시점 |
send_id |
null, string |
이 메시지가 속한 메시지 발송 ID |
flow_id |
null, string |
WhatsApp Manager에서 Flow의 고유 ID. 사용자가 WhatsApp Flow에 응답하는 경우 존재합니다. |
template_name |
null, string |
[PII] WhatsApp Manager에서 템플릿의 이름. 템플릿 메시지를 발송하는 경우 존재합니다. |
message_id |
null, string |
Meta에서 이 메시지에 대해 생성한 고유 ID |
USERS_MESSAGES_WHATSAPP_FAILURE_SHARED
| 필드 | 유형 | 설명 |
|---|---|---|
id |
string |
이 이벤트의 글로벌 고유 ID |
time |
int |
이벤트가 발생한 Unix 타임스탬프 |
to_phone_number |
null, string |
[PII] 수신자의 전화번호 |
user_id |
string |
이 이벤트를 수행한 사용자의 Braze ID |
external_user_id |
null, string |
[PII] 사용자의 외부 사용자 ID |
device_id |
null, string |
사용자가 익명인 경우 이 사용자에게 연결된 device_id |
timezone |
null, string |
사용자의 시간대 |
from_phone_number |
null, string |
WhatsApp 메시지가 발송된 전화번호 |
app_group_id |
null, string |
이 사용자가 속한 워크스페이스의 ID |
app_group_api_id |
null, string |
이 사용자가 속한 워크스페이스의 API ID |
subscription_group_api_id |
string |
구독 그룹 API ID |
campaign_id |
null, string |
이 이벤트가 속한 Campaign의 내부용 Braze ID |
campaign_api_id |
null, string |
이 이벤트가 속한 Campaign의 API ID |
message_variation_api_id |
null, string |
이 사용자가 수신한 메시지 배리언트의 API ID |
canvas_id |
null, string |
이 이벤트가 속한 Canvas의 내부용 Braze ID |
canvas_api_id |
null, string |
이 이벤트가 속한 Canvas의 API ID |
canvas_variation_api_id |
null, string |
이 이벤트가 속한 Canvas 배리언트의 API ID |
canvas_step_api_id |
null, string |
이 이벤트가 속한 캔버스 단계의 API ID |
canvas_step_message_variation_api_id |
null, string |
이 사용자가 수신한 캔버스 단계 메시지 배리언트의 API ID |
dispatch_id |
null, string |
이 메시지가 속한 디스패치의 ID |
provider_error_code |
null, string |
WhatsApp의 오류 코드 |
provider_error_title |
null, string |
WhatsApp의 오류 제목 |
sf_created_at |
timestamp, null |
이 이벤트가 Snowpipe에 의해 수집된 시점 |
send_id |
null, string |
이 메시지가 속한 메시지 발송 ID |
message_id |
null, string |
Meta에서 이 메시지에 대해 생성한 고유 ID |
template_name |
null, string |
[PII] WhatsApp Manager에서 템플릿의 이름. 템플릿 메시지를 발송하는 경우 존재합니다. |
flow_id |
null, string |
WhatsApp Manager에서 Flow의 고유 ID. 사용자가 WhatsApp Flow에 응답하는 경우 존재합니다. |
USERS_MESSAGES_WHATSAPP_INBOUNDRECEIVE_SHARED
| 필드 | 유형 | 설명 |
|---|---|---|
id |
string |
이 이벤트의 글로벌 고유 ID |
time |
int |
이벤트가 발생한 Unix 타임스탬프 |
user_phone_number |
string |
[PII] 메시지가 수신된 사용자의 전화번호 |
user_id |
string |
이 이벤트를 수행한 사용자의 Braze ID |
external_user_id |
null, string |
[PII] 사용자의 외부 사용자 ID |
inbound_phone_number |
string |
메시지가 전송된 수신 번호 |
device_id |
null, string |
사용자가 익명인 경우 이 사용자에게 연결된 device_id |
timezone |
null, string |
사용자의 시간대 |
app_group_id |
null, string |
이 사용자가 속한 워크스페이스의 ID |
app_group_api_id |
null, string |
이 사용자가 속한 워크스페이스의 API ID |
subscription_group_api_id |
string |
구독 그룹 API ID |
campaign_id |
null, string |
이 이벤트가 속한 Campaign의 내부용 Braze ID |
campaign_api_id |
null, string |
이 이벤트가 속한 Campaign의 API ID |
message_variation_api_id |
null, string |
이 사용자가 수신한 메시지 배리언트의 API ID |
canvas_id |
null, string |
이 이벤트가 속한 Canvas의 내부용 Braze ID |
canvas_api_id |
null, string |
이 이벤트가 속한 Canvas의 API ID |
canvas_variation_api_id |
null, string |
이 이벤트가 속한 Canvas 배리언트의 API ID |
canvas_step_api_id |
null, string |
이 이벤트가 속한 캔버스 단계의 API ID |
canvas_step_message_variation_api_id |
null, string |
이 사용자가 수신한 캔버스 단계 메시지 배리언트의 API ID |
message_body |
string |
사용자의 응답 |
quick_reply_text |
string |
사용자가 누른 버튼의 텍스트 |
media_urls |
null, {"type"=>"array", "items"=>["null", "string"]} |
사용자의 미디어 URL |
action |
string |
이 메시지에 대한 응답으로 수행된 동작. 예: Subscribed, Unsubscribed 또는 None. |
sf_created_at |
timestamp, null |
이 이벤트가 Snowpipe에 의해 수집된 시점 |
catalog_id |
null, string |
수신 메시지에서 제품이 참조된 경우 해당 제품의 카탈로그 ID. 그렇지 않으면 비어 있습니다. |
product_id |
null, string |
구매한 제품의 ID |
flow_id |
null, string |
WhatsApp Manager에서 Flow의 고유 ID. 사용자가 WhatsApp Flow에 응답하는 경우 존재합니다. |
flow_response_json |
null, string |
[PII] 사용자가 응답한 양식 값. 사용자가 WhatsApp Flow에 응답하는 경우 존재합니다. |
message_id |
null, string |
Meta에서 이 메시지에 대해 생성한 고유 ID |
in_reply_to |
null, string |
이 메시지가 답장한 메시지의 message_id |
USERS_MESSAGES_WHATSAPP_READ_SHARED
| 필드 | 유형 | 설명 |
|---|---|---|
id |
string |
이 이벤트의 글로벌 고유 ID |
time |
int |
이벤트가 발생한 Unix 타임스탬프 |
to_phone_number |
null, string |
[PII] 수신자의 전화번호 |
user_id |
string |
이 이벤트를 수행한 사용자의 Braze ID |
external_user_id |
null, string |
[PII] 사용자의 외부 사용자 ID |
device_id |
null, string |
사용자가 익명인 경우 이 사용자에게 연결된 device_id |
timezone |
null, string |
사용자의 시간대 |
from_phone_number |
null, string |
WhatsApp 메시지가 발송된 전화번호 |
app_group_id |
null, string |
이 사용자가 속한 워크스페이스의 ID |
app_group_api_id |
null, string |
이 사용자가 속한 워크스페이스의 API ID |
subscription_group_api_id |
string |
구독 그룹 API ID |
campaign_id |
null, string |
이 이벤트가 속한 Campaign의 내부용 Braze ID |
campaign_api_id |
null, string |
이 이벤트가 속한 Campaign의 API ID |
message_variation_api_id |
null, string |
이 사용자가 수신한 메시지 배리언트의 API ID |
canvas_id |
null, string |
이 이벤트가 속한 Canvas의 내부용 Braze ID |
canvas_api_id |
null, string |
이 이벤트가 속한 Canvas의 API ID |
canvas_variation_api_id |
null, string |
이 이벤트가 속한 Canvas 배리언트의 API ID |
canvas_step_api_id |
null, string |
이 이벤트가 속한 캔버스 단계의 API ID |
canvas_step_message_variation_api_id |
null, string |
이 사용자가 수신한 캔버스 단계 메시지 배리언트의 API ID |
dispatch_id |
null, string |
이 메시지가 속한 디스패치의 ID |
sf_created_at |
timestamp, null |
이 이벤트가 Snowpipe에 의해 수집된 시점 |
send_id |
null, string |
이 메시지가 속한 메시지 발송 ID |
template_name |
null, string |
[PII] WhatsApp Manager에서 템플릿의 이름. 템플릿 메시지를 발송하는 경우 존재합니다. |
message_id |
null, string |
Meta에서 이 메시지에 대해 생성한 고유 ID |
flow_id |
null, string |
WhatsApp Manager에서 Flow의 고유 ID. 사용자가 WhatsApp Flow에 응답하는 경우 존재합니다. |
USERS_MESSAGES_WHATSAPP_SEND_SHARED
| 필드 | 유형 | 설명 |
|---|---|---|
id |
string |
이 이벤트의 글로벌 고유 ID |
time |
int |
이벤트가 발생한 Unix 타임스탬프 |
to_phone_number |
null, string |
[PII] 수신자의 전화번호 |
user_id |
string |
이 이벤트를 수행한 사용자의 Braze ID |
external_user_id |
null, string |
[PII] 사용자의 외부 사용자 ID |
device_id |
null, string |
사용자가 익명인 경우 이 사용자에게 연결된 device_id |
timezone |
null, string |
사용자의 시간대 |
from_phone_number |
null, string |
WhatsApp 메시지가 발송된 전화번호 |
app_group_id |
null, string |
이 사용자가 속한 워크스페이스의 ID |
app_group_api_id |
null, string |
이 사용자가 속한 워크스페이스의 API ID |
subscription_group_api_id |
string |
구독 그룹 API ID |
campaign_id |
null, string |
이 이벤트가 속한 Campaign의 내부용 Braze ID |
campaign_api_id |
null, string |
이 이벤트가 속한 Campaign의 API ID |
message_variation_api_id |
null, string |
이 사용자가 수신한 메시지 배리언트의 API ID |
canvas_id |
null, string |
이 이벤트가 속한 Canvas의 내부용 Braze ID |
canvas_api_id |
null, string |
이 이벤트가 속한 Canvas의 API ID |
canvas_variation_api_id |
null, string |
이 이벤트가 속한 Canvas 배리언트의 API ID |
canvas_step_api_id |
null, string |
이 이벤트가 속한 캔버스 단계의 API ID |
canvas_step_message_variation_api_id |
null, string |
이 사용자가 수신한 캔버스 단계 메시지 배리언트의 API ID |
dispatch_id |
null, string |
이 메시지가 속한 디스패치의 ID |
message_extras |
null, string |
[PII] Liquid 렌더링 중 태그된 키-값 페어의 JSON 문자열 |
sf_created_at |
timestamp, null |
이 이벤트가 Snowpipe에 의해 수집된 시점 |
send_id |
null, string |
이 메시지가 속한 메시지 발송 ID |
flow_id |
null, string |
WhatsApp Manager에서 Flow의 고유 ID. 사용자가 WhatsApp Flow에 응답하는 경우 존재합니다. |
template_name |
null, string |
[PII] WhatsApp Manager에서 템플릿의 이름. 템플릿 메시지를 발송하는 경우 존재합니다. |
message_id |
null, string |
Meta에서 이 메시지에 대해 생성한 고유 ID |
USERS_MESSAGES_WHATSAPP_RETRY_SHARED

이 테이블은 Snowflake 데이터 공유에서만 사용할 수 있습니다.
이 이벤트는 메시지의 우선순위가 낮아지거나 빈도 제한이 적용되어 설정된 재시도 기간 내에 나중에 재시도될 때 발생합니다.
| 필드 | 유형 | 설명 |
|---|---|---|
id |
string |
이 이벤트의 글로벌 고유 ID |
user_id |
string |
[PII] 이 이벤트를 수행한 사용자의 Braze 사용자 ID |
external_user_id |
null, string |
[PII] 사용자의 외부 ID |
app_group_id |
null, string |
이 사용자가 속한 앱 그룹의 BSON ID |
app_group_api_id |
null, string |
이 사용자가 속한 앱 그룹의 API ID |
time |
int |
이벤트가 발생한 UNIX 타임스탬프 |
to_phone_number |
null, string |
[PII] e.164 형식으로 메시지를 수신하는 사용자의 전화번호 |
device_id |
null, string |
이벤트가 발생한 기기의 ID |
timezone |
null, string |
사용자의 시간대 |
subscription_group_api_id |
null, string |
구독 그룹 API ID |
campaign_id |
null, string |
이 이벤트가 속한 Campaign의 BSON ID |
campaign_api_id |
null, string |
이 이벤트가 속한 Campaign의 API ID |
message_variation_api_id |
null, string |
이 사용자가 수신한 메시지 배리언트의 API ID |
canvas_id |
null, string |
이 이벤트가 속한 Canvas의 BSON ID |
canvas_api_id |
null, string |
이 이벤트가 속한 Canvas의 API ID |
canvas_variation_api_id |
null, string |
이 이벤트가 속한 Canvas 배리언트의 API ID |
canvas_step_api_id |
null, string |
이 이벤트가 속한 캔버스 단계의 API ID |
canvas_step_message_variation_api_id |
null, string |
이 사용자가 수신한 캔버스 단계 메시지 배리언트의 API ID |
dispatch_id |
null, string |
이 메시지가 속한 디스패치의 ID |
retry_type |
null, string |
재시도 유형 |
retry_log |
null, string |
재시도 세부 정보를 설명하는 로그 메시지 |
sf_created_at |
timestamp, null |
이 이벤트가 Snowpipe에 의해 수집된 시점 |
사용자
USERS_RANDOMBUCKETNUMBERUPDATE_SHARED
| 필드 | 유형 | 설명 |
|---|---|---|
id |
string, null |
이 이벤트의 글로벌 고유 ID |
app_group_id |
string, null |
이 사용자가 속한 워크스페이스의 Braze ID |
app_group_api_id |
string, null |
이 사용자가 속한 워크스페이스의 API ID |
user_id |
string, null |
이 이벤트를 수행한 사용자의 Braze ID |
external_user_id |
string, null |
[PII] 사용자의 외부 사용자 ID |
time |
int, null |
이벤트가 발생한 Unix 타임스탬프 |
random_bucket_number |
int, null |
사용자에게 할당된 현재 무작위 버킷 번호 |
prev_random_bucket_number |
int, null |
사용자에게 할당된 이전 무작위 버킷 번호 |
sf_created_at |
timestamp, null |
이 이벤트가 Snowpipe에 의해 수집된 시점 |
USERS_USERDELETEREQUEST_SHARED
| 필드 | 유형 | 설명 |
|---|---|---|
id |
string, null |
이 이벤트의 글로벌 고유 ID |
user_id |
string, null |
삭제된 사용자의 Braze ID |
app_group_id |
string, null |
이 사용자가 속한 워크스페이스의 Braze ID |
app_group_api_id |
string, null |
이 사용자가 속한 워크스페이스의 API ID |
time |
int, null |
사용자 삭제 요청이 처리된 Unix 타임스탬프 |
sf_created_at |
timestamp, null |
이 이벤트가 Snowpipe에 의해 수집된 시점 |
USERS_USERORPHAN_SHARED
| 필드 | 유형 | 설명 |
|---|---|---|
id |
string, null |
이 이벤트의 글로벌 고유 ID |
user_id |
string, null |
고아 처리된 사용자의 Braze ID |
external_user_id |
string, null |
[PII] 사용자의 외부 사용자 ID |
device_id |
string, null |
이 사용자에게 연결된 기기의 ID(사용자가 익명인 경우) |
app_group_id |
string, null |
이 사용자가 속한 워크스페이스의 Braze ID |
app_group_api_id |
string, null |
이 사용자가 속한 워크스페이스의 API ID |
app_api_id |
string, null |
고아 처리된 사용자가 속했던 앱의 API ID |
time |
int, null |
사용자가 고아 처리된 Unix 타임스탬프 |
orphaned_by_id |
string, null |
고아 처리된 사용자의 프로필과 병합된 사용자의 Braze ID |
sf_created_at |
timestamp, null |
이 이벤트가 Snowpipe에 의해 수집된 시점 |
스냅샷

스냅샷 테이블은 Snowflake 데이터 공유에서만 사용할 수 있습니다.
SNAPSHOTS_APP_SHARED
| 필드 | 유형 | 설명 |
|---|---|---|
id |
string |
이 이벤트의 글로벌 고유 ID |
time |
int |
이벤트가 발생한 UNIX 타임스탬프 |
app_group_id |
string |
이 사용자가 속한 앱 그룹의 BSON ID |
api_id |
string |
앱의 API ID |
name |
null, string |
앱의 이름 |
SNAPSHOTS_CAMPAIGN_MESSAGE_VARIATION_SHARED
| 필드 | 유형 | 설명 |
|---|---|---|
id |
string |
이 이벤트의 글로벌 고유 ID |
time |
int |
이벤트가 발생한 UNIX 타임스탬프 |
app_group_id |
string |
이 사용자가 속한 앱 그룹의 BSON ID |
api_id |
string |
Campaign 메시지 변형의 API ID |
name |
null, string |
Campaign 메시지 변형의 이름 |
SNAPSHOTS_CANVAS_FLOW_STEP_SHARED
| 필드 | 유형 | 설명 |
|---|---|---|
id |
string |
이 이벤트의 글로벌 고유 ID |
time |
int |
이벤트가 발생한 UNIX 타임스탬프 |
app_group_id |
string |
이 사용자가 속한 앱 그룹의 BSON ID |
type |
null, string |
Canvas Flow 단계의 유형 |
api_step_id |
string |
Canvas 단계의 API ID |
experiment_splits |
null, string |
단계의 실험 분할 |
conversion_behaviors |
null, string |
단계의 전환 동작 |
name |
null, string |
Canvas Flow 단계의 이름 |
SNAPSHOTS_CANVAS_STEP_SHARED
| 필드 | 유형 | 설명 |
|---|---|---|
id |
string |
이 이벤트의 글로벌 고유 ID |
time |
int |
이벤트가 발생한 UNIX 타임스탬프 |
app_group_id |
string |
이 사용자가 속한 앱 그룹의 BSON ID |
api_id |
string |
Canvas 단계의 API ID |
name |
null, string |
Canvas 단계의 이름 |
actions |
null, string |
Canvas 단계의 동작 |
SNAPSHOTS_CANVAS_VARIATION_SHARED
| 필드 | 유형 | 설명 |
|---|---|---|
id |
string |
이 이벤트의 글로벌 고유 ID |
time |
int |
이벤트가 발생한 UNIX 타임스탬프 |
app_group_id |
string |
이 사용자가 속한 앱 그룹의 BSON ID |
api_id |
string |
Canvas 변형의 API ID |
name |
null, string |
Canvas 변형의 이름 |
SNAPSHOTS_EXPERIMENT_STEP_SHARED
| 필드 | 유형 | 설명 |
|---|---|---|
id |
string |
이 이벤트의 글로벌 고유 ID |
time |
int |
이벤트가 발생한 UNIX 타임스탬프 |
app_group_id |
string |
이 사용자가 속한 앱 그룹의 BSON ID |
type |
null, string |
실험 단계의 유형 |
api_step_id |
string |
실험 단계의 API ID |
experiment_splits |
null, string |
단계의 실험 분할 |
conversion_behaviors |
null, string |
단계의 전환 동작 |
name |
null, string |
실험 단계의 이름 |
중단 유형
The following table lists the possible abort_type values. An abort type describes the specific reason a message was not sent.
General
These abort types can occur on any messaging channel.
abort_type value |
Description |
|---|---|
liquid_abort_message |
The abort_message Liquid tag was called, so the send was canceled. |
template_parse_error |
The message template could not be parsed due to a syntax or rendering error, so the send was canceled. |
rate_limit |
The message was aborted because it exceeded the configured rate limit. |
campaign_disabled |
The campaign was disabled before the message could be sent. |
campaign_does_not_exist |
The campaign associated with this message no longer exists. |
campaign_action_does_not_exist |
The campaign action associated with this message no longer exists. |
message_variation_does_not_exist |
The message variation assigned to this user no longer exists. |
user_not_in_segment |
The user is not in the target segment, so the message was not sent. |
trigger_event_blacklisted |
The trigger event is blocklisted, so the message was not sent. |
exhausted_retries |
The message could not be sent after the maximum number of retry attempts. |
frequency_capped |
The user already received the maximum number of messages allowed by your workspace’s frequency capping rules. |
Content and rendering
abort_type value |
Description |
|---|---|
exhausted_cc_retries |
Connected Content failed after the maximum number of retries, so the message was aborted. |
connected_content_not_supported |
Connected Content is not supported in this context, so the message was aborted. |
promo_codes_not_supported |
Promotion codes are not supported in this context, so the message was aborted. |
catalog_items_rerender_not_supported |
Catalog item re-rendering is not supported in this context, so the message was aborted. |
| blacklisted_media_url | The media URL is blocklisted and cannot be used in messages. |
| blocked_media_url | The media URL was blocked by security policies. |
| invalid_media_url | The media URL is not valid or could not be resolved. |
| ssl_error | An SSL error occurred while making a request. |
| invalid_http_status | An HTTP request returned a non-successful status code. |
| http_timeout | An HTTP request timed out before receiving a response. |
| missing_hostname | The request URL is missing a hostname. |
abort_type value |
Description |
|---|---|
exhausted_link_shortening_retries |
Link shortening failed after the maximum number of retries. |
missing_email |
The user does not have an email address on their profile. |
invalid_domain |
The email address has an invalid domain. |
Push
abort_type value |
Description |
|---|---|
invalid_push_payload |
The push notification payload is invalid or malformed. |
sdk_not_supported |
The SDK version on the user’s device does not support this type of push notification. |
SMS/MMS
abort_type value |
Description |
|---|---|
exhausted_link_shortening_retries |
Link shortening failed after the maximum number of retries. |
sms_empty_payload |
The SMS message body is empty. |
sms_no_sending_numbers |
No sending phone numbers are available for this subscription group. |
sms_fatal_provider_error |
A fatal error occurred with the SMS provider, preventing message delivery. |
sms_gateway_domain_not_allowed |
The SMS gateway domain is not on the allowlist. |
blocked_recipient_country |
The recipient’s phone number is in a country that is blocked by your geographic permissions. |
mms_not_supported |
MMS is not supported for this recipient or sending number. |
no_current_messaging_service |
No active messaging service is configured for this subscription group. |
abort_type value |
Description |
|---|---|
whats_app_no_sending_numbers |
No sending phone numbers are available for this WhatsApp subscription group. |
whats_app_invalid_template_message |
The WhatsApp template message is invalid or not approved. |
whats_app_invalid_response_message |
The WhatsApp response message is invalid. |
whats_app_fatal_provider_error |
A fatal error occurred with the WhatsApp provider, preventing message delivery. |
LINE
abort_type value |
Description |
|---|---|
line_fatal_provider_error |
A fatal error occurred with the LINE provider, preventing message delivery. |
Kakao
abort_type value |
Description |
|---|---|
kakao_fatal_provider_error |
A fatal error occurred with the Kakao provider, preventing message delivery. |
Content Cards
abort_type value |
Description |
|---|---|
content_card_size_exceeded |
The Content Card payload exceeds the maximum size limit (2 KB). |
content_card_content_invalid |
The Content Card content is invalid or contains unsupported characters. |
content_card_expiration_invalid |
The Content Card expiration date is invalid. |
content_card_general |
The Content Card could not be created due to a general error. |
In-app messages
abort_type value |
Description |
|---|---|
no_longer_in_availability_window |
The message could not be sent within the configured availability window, so it was aborted. |
maximum_impressions_reached |
The in-app message has already reached its maximum number of impressions. |
Webhooks
abort_type value |
Description |
|---|---|
blocked_webhook_url |
The webhook URL was blocked by security policies. |
