この会話は、活動がないためロックされています。新しい投稿を作成してください。
この会話は、活動がないためロックされています。新しい投稿を作成してください。
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?
解決済! 解決策の投稿を見る。
表示
返信
いいね!の合計
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.
@winstonl3651471 Can you try configuring web SDK using information from
表示
返信
いいね!の合計
Thank you for the response. We think we have figured out how to handle direct calls with web sdk. Thanks again.
表示
返信
いいね!の合計
@winstonl3651471 That's great. Can you post the solution here, it would be community help for others who struck at same problem.
表示
返信
いいね!の合計
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.