사용자 가져오기
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.
Type | Definition | Example | Maximum file size |
---|---|---|---|
Default Attributes | Reserved user attributes recognized by Braze. | first_name , email |
500 MB |
Custom Attributes | User attributes unique to your business. | last_destination_searched |
500 MB |
Custom Events | Events unique to your business that represent user actions. | trip_booked |
50 MB |
람다 사용자 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
법적으로 요구되는 거래 이메일은 전달되지 않을 가능성이 높으므로 SMS 게이트웨이로 보내지 마세요.
전화번호와 제공업체의 게이트웨이 도메인(MM3라고 함)을 사용하여 보내는 이메일은 SMS(문자) 메시지로 수신될 수 있지만, 일부 이메일 제공업체는 이 동작을 지원하지 않습니다. 예를 들어, T-Mobile 휴대폰 번호(예: “[email protected]”)로 이메일을 보내면 T-Mobile 네트워크에서 해당 휴대폰 번호를 소유한 모든 사람에게 SMS 메시지가 전송됩니다.
이러한 이메일이 SMS 게이트웨이로 전달되지 않더라도 이메일 요금 청구에 포함된다는 점에 유의하세요. 지원되지 않는 게이트웨이로 이메일을 보내지 않으려면 지원되지 않는 게이트웨이 도메인 이름 목록을 검토하세요.