コミュニティアチーブメントバーを展開する。

Adobe Experience Platform (AEP) & Apps User Groups are live to Network, learn, and share in your regional locations.

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.