Expand my Community achievements bar.

SOLVED

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 Accepted Solution

Avatar

Correct answer by
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.

 

 

View solution in original post

4 Replies

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

Administrator

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

Avatar

Correct answer by
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.