Hi All, I am working on a Adobe aepsdk sample app android. Below is the link for the sample APP https://github.com/adobe/aepsdk-sample-app-android/tree/beta-assignment-5 As per the instruction I have added all the required extension(with all the configuration,datastream,dataset etc) and have publish...
I have a form for which the form steps are captured using an event (metric). on seeing the form steps in fallout visualization (taking visitors) vs seeing the form steps in table builder /freeform table, As numbers are different for both visualization (which is obvious), how do we interpret or und...
Hello, I recently started to use classification rule builders. I am wondering do the classification rules process everyday? Casue the data that I collected two days ago still are not classified, and its unspecified. Classification Rule is working, it classifies the data successfully. But my questi...
Hello everyone, I am using API 1.4 with Datasource from external system to AA. Sometimes, the flow fails cause of special characters. Anyonone knows the complete list of special characters to be excluded during the API 1.4 call and how to exclude them. Thanks, Luca
Hi, Is it possible to set the key of the standard ad metadata keys? I would like to have request payload of the adStart event with the params to include media.ad.campaign: 'sample campaign', instead of media.ad.campaignId: 'sample campaign'. ie. have this - var adMetadata = {}; adMetadata[Med...
I want to view page views by path without creating segments for each path. e.g. domain.com/path1/domain.com/path2/etc To clarify, I want total page views of each page that occurs under /path1/, /path2/, etc created programmatically. Is there some way for Adobe Analytics to parse the URL into useable...
Hi everyone! I have a question... assume that a media publisher web page has recommended article on their pages and also has regular articles as a suggested default on same page. In this case both seem to have normal urls and it looks like a recommended link, while one is actually a regular article ...
Hi everyone, I'm trying to measure post view impressions. I know how to measure impressions https://experienceleague.adobe.com/docs/data-workbench/using/page-tagging/acquire-ext-measures/c-msr-adv-imp.html?lang=en However, is there a way to track post view conversions (without clicks). Say: ...
In adobe launch the developer has created a rule and used console.log("pageError", event.detail); in custom code section and have used evar9 set as %event.detail.formName%:%event.detail.errorText% under variables. This rule triggers in a direct call rule events. How to debug and see this in console?...