Product ideas | Community
Skip to main content

Filter by idea status

10000 Ideas

kaushikm7898467
kaushikm7898467New Participant

User friendly Quick Labeling of Segment + Metrics in WS reportNew

Hi All,After working with non -Analytics people and showing them Adobe reports I realized that they need to really dig in to understand report metrics. They are overwhelmed by stacked segments and metrics.What I was thinking, why dont we create labels by combining segments and Metrics. This idea came to me after seeing that we can rename Legends in WS graphs to simpler ones.Imagine this as the modular switches we use at homes. When a switch is fixed we see screws gaps and boxes. These bare screws are like the segments and metric that we stack on each other. Then we put a cover on them to give a clean look. This cover would be the new label that I am suggesting. In the background everything remains same.Example:Current structure : Multiple segments and metrics that make it confusing.(cant show any data due to privacy)Suggested Labels:I am suggesting that is it possible that we just select a metric and a segment or segments and then right click. There can be an option Create Label > Edit Label > Give custom name.You may say that we can create Custom Metrics. But there are 3 issues with it.1) Creating a Custom Metric is a bit time consuming. For one it may be fine but when we need to do for 5 to 6 it takes time and impedes the flow of work.2) Not always we need a custom metric.3) Too many custom metrics will confuse the user while searching in metric list.Hence, can this ability be created ?

v-tiwri
v-tiwriNew Participant

Workspace: Add ability to add description for Adobe standard variables & classification variablesNew

Current Issue:Right now, users may add custom descriptions to eVar & prop dimensions, however users cannot add custom descriptions to Adobe standard "out of the box" variables or classification dimensions. This inhibits user enablement as it may cause confusion to users who do not understand what certain dimensions are intended for. See screenshots for what I mean: Proposed Idea/Solution: The proposed idea would be to enable Admins the ability to add custom descriptions to out-of-the-box standard Adobe variables (such as Product variable) and also to attributes that are built from classification columns.Benefit/reason for request:This will help enable users to understand what the definition/description for every dimension, and will promote user adoption, especially for customized Adobe implementations. Our Adobe implementation does not leverage the "Adobe tag". Rather, we use a proprietary tagging solution, and so a lot of the standard Adobe variables are not applicable to our account, and we want to be able to flag these with a description that says "DO NOT USE". Also, some of the standard Adobe attributes have been re-purposed for other uses, and so their default use-case does not apply, and we would like the ability to update the description of them so that it reflects the actual definition according to our implementation (as the Adobe help documentation only applies for standard Adobe implementations). For example, the "server" dimension has been re-purposed in our implementation to be populated with values that represent the page domain of a page URL in our implementation. We would like to educate/enable users of this logic adding a description to the "server" attribute, however we are unable to do this. Thank you!

jdonleyNew Participant

Data Warehouse - Increase / Fix Report API FunctionalityNew

Data Warehouse had a dedicated DataWarehouse API v1.3 but has been deprecated and my understanding is due to be shelved completely sometime this year. Though, it was lacking in the features I desired anyway (read on)The current standard is to use Report.Queue  to request a Data Warehouse report. 1) DOCUMENTATION UPDATE - The reportDescription listing documentation does not show how to specify ftp info for ftp delivery.  I was able to piece this together together because the example Object output by the API Explorer includes it, and it's relatively straight forward - mostly.  Specific values I was also able to piece together from the v1.3 DataWarehouse.Request listing (not the same property names but still).  Also, the v1.4 Data Warehouse Reports documentation just gives a quick comment about referencing the Report.ReportQueue method - which doesn't even exist anymore (it points to a 404 page, and the method itself was deprecated from v1.4).  So.. this should point to the Report.Queue method, but now we've come full circle with no info detailing Data Warehouse API usage for v1.4 Report API. Can someone please update the v1.4 documentation to include Data Warehouse report pull usage?2) FEATURE REQUEST - Report.Queue only lets you make a one time report request to Data Warehouse.  It does not let you include/configure anything for scheduling a repeated/ongoing report export like you can in the interface.  Well, it's not documented, anyways.  Not even in the v1.3 version.  This is a very big pain point for several of my clients and it would be super nice if it could be added.3) FEATURE REQUEST - Also, there is no way to retrieve information about Data Warehouse reports currently in the Data Warehouse queue.  I would like to be able to make an API request to get a listing of all Data Warehouse reports in the Data Warehouse queue, whether it be one time jobs still in the queue, history of completed jobs, and - most importantly (to me, anyways) - list of Reports on an ongoing / repeating schedule.  Maybe a method to pull a list of all id/names and then another method to pull config data based on id? That would be super nice and helpful.4) FEATURE REQUEST - And following that train of thought, it would also be nice to have API methods that allow me to update configuration or cancel/delete report jobs.5) BUG FIX (?) - In the Data Warehouse interface, I am able to choose Marketing Channel Last Touch Instances as a metric. It is there. I can select it, and it shows up in the exported FTP. I can provide screenshot evidence.  But it is not available via an API pull.  I have tried generic "instances" - says this metric is not available for data warehouse pulls (what??). One trick I have found over time to get around lack of documentation is to inspect html elements on pages within the Adobe Analytics interface.  I can do this in the Data Warehouse interface screen and in the html code "@marketingchannellasttouchinstances" - does not work (with and without the leading @ sign).  I've tried many variations of that. I've tried a Report.GetMetrics API call and nothing relevant is listed, though I saw a lot of other "instance" type metrics for other elements listed with their "instance" prefix, followed by their element id, so I tried "instanceslasttouchchanneldetail"  - no joy.  I tried all kinds of combinations of these words. Reordered, added. Removed. No joy all around.  But clearly this is available as a metric within the DW interface, so it MUST be a metric available on the back-end, and the API just isn't aware of it.  Or more accurately, the Report.Queue API's data validator isn't aware of it so maybe any one those things does in fact work but is getting blocked by the API's validator because the whitelist is not comprehensive.  Whatever the case may be, can someone please add this, and while you're at it, do an audit to sync up what is available within the DW interface vs. the API!6) BUG FIX (?) - I created a segment in segment manager.  In the Data Warehouse interface the segment is available. I can schedule a DW report within the interface using the segment. I receive the exported report and the data accurately reflects what I expect.  I have verified this thoroughly.  I attempt to throw the same segment into the Report.Queue API call for Data Warehouse, and I am sent a blank file with nothing but the column header row.  The DW API request sends me all the data in the world without the segment thrown into the mix, but returns me nothing when I add it.  Scheduling the same exact thing within the DW interface sends me data.  Yes, I have triple checked that the segment id is correct. I even used that inspect html element trick I mentioned earlier to verify it both within the segment manager AND within the DW interface.  All shiny.  So this seems to me that there is some kind of bug with applying segments to Report.Queue API calls for data warehouse. Sidenote : segments applied to regular Adobe Analytics reports work just fine for me; I do those all day long for other projects. So whatever is wrong with segments via API call, I think it is Data Warehouse specific ("source":"warehouse"). Can someone please look into and fix this?