Skip to content

사용자 가져오기

Learn about Braze’s various user import options, like CSV import, REST API, Cloud Data Ingestion, and more.

About HTML validation

Keep in mind that Braze does not sanitize, validate, or reformat HTML data during import, meaning script tags must be removed from all import data you use for web personalization.

데이터를 웹 브라우저에서 개인화 용도로 사용하기 위해 Braze에 가져올 때는 웹 브라우저에서 렌더링될 때 악의적으로 활용될 수 있는 HTML, JavaScript 또는 기타 스크립트 태그가 제거되었는지 확인하세요.

또는 HTML의 경우 Braze Liquid 필터(strip_html)를 사용하여 렌더링된 텍스트를 HTML로 이스케이프할 수 있습니다. 예를 들어, 다음과 같습니다.

1
{{ "Have <em>you</em> read <strong>Ulysses</strong>?" | strip_html }}
1
Have you read Ulysses?

Import options

Braze CSV import

You can use CSV import to record and update the following user attributes and custom events. To get started, see CSV Import.

람다 사용자 CSV 가져오기

You can use our serverless S3 Lambda CSV import script to upload user attributes to Braze. 이 솔루션은 CSV 업로더로 작동하며, CSV를 S3 버킷에 넣으면 스크립트가 API를 통해 업로드합니다.

1,000,000개의 행이 있는 파일의 예상 실행 시간은 5분 정도입니다. See User attribute CSV to Braze import for more information.

REST API

Use the /users/track endpoint to record custom events, user attributes, and purchases for users.

클라우드 데이터 수집

Use Braze Cloud Data Ingestion to import and maintain user attributes.

Legally required transactional emails

이 페이지가 얼마나 도움이 되었나요?
New Stuff!