Hi @CBSIMP ,
Computed attributes are created using the XDM fields from all the different schemas in your sandbox and the data in these attributes will show up if you have those XDM attributes are collecting any data in any of the datasets in sandbox. If you only have schemas and no datasets are setu...
Hey @bjoern__koth ,
In that case it is most probably related to the expression.value field. Can you try one of these,
"value": "count(web.webpagedetails.pageViews) >= 1" OR
"value": "sum(web.webpagedetails.pageViews.value) >= 1" or
"value": "count(web.webpagedetails.pageViews.value) >= 1"
Cheer...
Hi @William83 ,
You have setup the variable with correct type. I'm assuming the variable value is getting cleared in Launch (either by clear vars or data element storage duration) on every interaction.
To track it correctly you'll have to increment the eVar value in Launch by 1 (something like s.eVa...
Hi @Uwe_Moeller-Goebel ,
I understand why you'd expect an app implementation through Adobe Launch to behave the same way as it does for web but that is not possible as the Launch/Tags library for web runs inside the page’s JavaScript context. It can observe the DOM, attach listeners, and trigger rul...
Hi @Prabhakar_The_Analyst ,
When you use query service and use "select *" in your query it returns the first level of hierarchies in the XDM. If there are multiple sub-fields under the first level hierarchy it will show up values from all the sub-fields in a curly brackets as shown in your screen sh...
Hi @DarinRi ,
Here is the link to AA Cloud API which will help you manage Locations and Accounts - https://developer.adobe.com/analytics-apis/docs/2.0/guides/endpoints/cloudloc/
Cheers!
Hey @Pradeep-Jaiswal ,
When you create an audience in CJA and publish it to AEP, it creates it's own schema and dataset in AEP with name containing "CJA Audiences Profile Dataset" in it. This schema and dataset both are profile enabled and the audience is based on these, not the original schema and ...
Hi @suyashkansal ,
Any actions that you need to take using event forwarding needs the data to land to Adobe Edge Network and that can happen using either a client-side data collection method which is WebSDK/Mobile SDK or server-side data collection which is Edge Network Server API. So in order to us...