Hi @UtsavMu ,
Have you tried changing your email ID in AA account with email from Federated account by visiting https://account.adobe.com/profile? Maybe this can bring all your Adobe solutions under the same login. I'm not 100% sure though but you can give it a try.
Cheers!
Hi @RuttalaLi ,
If the exclusion rules are setup correctly, you shouldn't see the data from those IPs anymore. Please make sure you follow the instructions given in Adobe documentation here https://experienceleague.adobe.com/en/docs/analytics/admin/admin-tools/exclude-ip specially the notes section,...
Hi @Adobe_WanKenobi ,
The preview data should be accurate and you can verify this correctly by running a report with the segment and 90 days reporting period,
As long as you are looking at the same data view and reporting period, the numbers should match in preview and reports for the given segmen...
Hi @NicoleHa7 ,You can create a derived field in CJA to count number of SKUs in and event like below,
Then you can use this field in segments like "Where Product Count == 1 AND Product Name == Professional Membership". Similar segments can be created for other products of your choice.
Thanks,Harvee...
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...