Adobe Web SDK with Direct Call Rules | Community
Skip to main content
winstonl3651471
Level 3
September 6, 2021
Solved

Adobe Web SDK with Direct Call Rules

  • September 6, 2021
  • 2 replies
  • 2522 views

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? 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by winstonl3651471

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.

 

 

2 replies

NimashaJain
Adobe Employee
Adobe Employee
September 7, 2021
winstonl3651471
Level 3
September 7, 2021

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

NimashaJain
Adobe Employee
Adobe Employee
September 13, 2021

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

winstonl3651471
winstonl3651471AuthorAccepted solution
Level 3
September 14, 2021

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.