내 커뮤니티 업적 표시줄을 확대합니다.

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

Adobe Web SDK with Direct Call Rules

Avatar

Level 3

Hello,

Hoping for some assistance.

We are in the process of migrating to Web SDK & AEP instance from current Adobe implementation.

Creating page load rules seems quite straight forward using Web SDK.

Where we are stuck is on how to configure all the direct call rules to leverage Web SDK. For example, if we have a direct call rule, that sets events and eVars for Analytics. How do we do the same with Web SDK? 

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Level 3

So, At this stage these are the steps we've taken to get direct call rule to work with web SDK.

1. Create data elements (if required) for the data required to be captured (custom code based data elements may be required if data isn't captured in data layer)

2. Create a schema (created own field group as couldn't find anything out of the box) and map the data elements to the schema

3. Replicate the existing direct call rule and use Web SDK send event call with schema created.

4. Create processing rules in Adobe Analytics to map the evar/event

 

If anyone else has a different approach, please do share it.

 

 

원본 게시물의 솔루션 보기

4 답변 개

Avatar

Employee

Avatar

Level 3

Thank you for the response. We think we have figured out how to handle direct calls with web sdk. Thanks again.

Avatar

Employee

@winstonl3651471 That's great. Can you post the solution here, it would be community help for others who struck at same problem.

Avatar

정확한 답변 작성자:
Level 3

So, At this stage these are the steps we've taken to get direct call rule to work with web SDK.

1. Create data elements (if required) for the data required to be captured (custom code based data elements may be required if data isn't captured in data layer)

2. Create a schema (created own field group as couldn't find anything out of the box) and map the data elements to the schema

3. Replicate the existing direct call rule and use Web SDK send event call with schema created.

4. Create processing rules in Adobe Analytics to map the evar/event

 

If anyone else has a different approach, please do share it.