이 페이지는 AI로 자동 번역되었으며 부정확한 내용이 포함될 수 있습니다. 번역 오류를 신고하려면 GitHub에서 이슈를 생성해 주세요.
Liftigniter
LiftIgniter는 기업이 모든 터치포인트에서 실시간 개인화를 통해 고객 경험을 혁신할 수 있도록 지원하는 선도적인 개인화 플랫폼입니다.
This integration is maintained by Liftigniter.
통합 정보
LiftIgniter와 Braze의 통합은 연결된 콘텐츠를 사용하여 뉴스 기사, 의류, 기타 리테일 아이템 및 동영상과 같은 흥미로운 주제를 추천할 수 있도록 합니다.
필수 조건
| Requirement | Description |
|---|---|
| LiftIgniter account | A LiftIgniter account is required to take advantage of this partnership. |
| LiftIgniter API integration | You must integrate LiftIgniter into your site or app to be able to pull recommendations from there. |
Integration
Use LiftIgniter’s REST API to insert personalized content into your messages. After you have your LiftIgniter account and LiftIgniter is integrated into your app, add the following template into your message composer to call content into your messages, replacing information as needed (x-api-key, theapikey, etc.).
1
{% connected_content https://query.petametrics.com/v3/lkdk9usg5av95fvs/userId/model :method post :headers {"x-api-key": "theapikey"} :body "UseActivity"=false :content_type application/json :save json %}
Next, write your message, defining the content you would like to call with JSON. For example, {{json.items[0].title}}.

이 메시지를 작성기 본문에 입력하면 메시지를 미리 볼 수 있습니다. 다음 예시와 같이 이미지를 가져올 수도 있습니다:

New Stuff!
GitHub 에서 이 페이지를 편집합니다.