Adobe Campaign Standard 사용 using_campaign_action
Adobe Campaign Standard이 있는 경우 다음과 같은 기본 작업 활동을 사용할 수 있습니다. Email, Push 및 SMS.
이러한 각 채널에 대해 Adobe Campaign Standard 트랜잭션 메시지 템플릿 을(를) 선택합니다. Journey Orchestration은(는) 메시지 전송 솔루션이 아닙니다. 기본 제공 이메일, SMS 및 푸시 채널의 경우 트랜잭션 메시지를 사용하여 메시지 전송을 실행합니다. 즉, 여정에서 특정 메시지 템플릿을 사용하려면 Adobe Campaign Standard에 게시해야 합니다. 이 기능을 사용하는 방법에 대해 알아보려면 이 페이지를 참조하세요.
이벤트(실시간 이라고도 함) 또는 프로필 트랜잭션 메시지 템플릿을 사용할 수 있습니다.
템플릿을 선택하면 메시지 페이로드에 필요한 모든 필드가 Address 및 Personalization Data 아래의 활동 구성 창에 표시됩니다. 이러한 각 필드를 이벤트 또는 데이터 소스에서 사용할 필드에 매핑해야 합니다. You can also use the advanced expression editor to pass a value manually, perform data manipulation on retrieved information (for example convert a string to uppercase) or use functions such as "if, then, else". 이 페이지를 참조하십시오.
Email and SMS section_asc_51g_nhb
For Email and SMS, the parameters are identical.
First, you need to choose a transactional messaging template. 이 페이지를 참조하십시오.
Two categories are available: Address and Personalization Data.
You can easily define where to retrieve the Address or the Personalization Data using the interface. You can browse through events and available data source's fields. You can also use the advanced expression editor for more advanced use cases such as using a data source that requires the passing of parameters or performing manipulations. 이 페이지를 참조하십시오.
Address
시스템이 메시지를 보낼 위치를 알아야 하는 필드입니다. 이메일 템플릿의 경우 이메일 주소입니다. SMS의 경우 휴대폰 번호입니다.
Personalization Data
Adobe Campaign Standard 메시지에서 예상하는 필드입니다. 이러한 필드는 메시지를 개인화하거나, 조건부 서식을 적용하거나, 특정 메시지 변형을 선택하는 데 사용할 수 있습니다.
푸시 section_im3_hvf_nhb
푸시 활동을 사용하기 전에 푸시 알림을 전송하기 위해 Campaign Standard과 함께 모바일 앱을 구성해야 합니다. 이 article을(를) 사용하여 모바일에 필요한 구현 단계를 수행하십시오.
먼저 드롭다운 목록에서 모바일 앱을 선택하고 트랜잭션 메시지를 표시해야 합니다. 이 페이지를 참조하십시오.
Two categories are available: Target and Personalization Data.
Target
In this section, you need to define the Push platform. The drop-down list allows you to select Apple Push Notification Server (iOS) or Firebase Cloud Messaging (Android). You can alternatively select a specific field from an event or a data source, or define an advanced expression.
You also need to define the Registration Token. The expression depends on how the token is defined in the event payload or in other Journey Orchestration information. 토큰이 예를 들어 컬렉션에 정의된 경우 단순 필드 또는 더 복잡한 식이 될 수 있습니다.
@{Event_push._experience.campaign.message.profileSnapshot.pushNotificationTokens.first().token}
Personalization Data
Adobe Campaign Standard 메시지에 사용된 트랜잭션 템플릿에서 예상하는 필드입니다. 이 필드를 사용하여 메시지를 개인화하거나, 조건부 서식을 적용하거나, 특정 메시지 변형을 선택할 수 있습니다.