Hi @jane_12 ,
You basically want a nested breakdown in Adobe Analytics Reporting API:
Level 1: Page Name
Level 2: User ID
Metrics: Page Views and Unique Visitors
The problem is that the Reporting API v2.0 requires you to explicitly define dimension nesting (breakdowns) inside the reportDescrip...
Hi @JaniceAk ,
When you place a segment on top of the Success Metric, it filters the scope of the Success Events being attributed, not the dimension items.
Does segment on metric filter Success Events?
Yes — filters what gets attributed
Does it filter dimension items in rows?
No
Can you use ...
Hi @GauravDu1 ,
1. Geolocation-based targeting
Setup
In ContextHub, make sure the Geolocation store is enabled (/etc/cloudsettings/default/contexthub)
This store uses IP-based location via browser APIs or external services
Create a Segment
Go to Personalization → Segments
Create a new segment w...
Hi @GregoryRi ,
You're setting up the report on Monday, 7/28 and you want each report to cover the most recent Saturday - Friday period.
However, since today is Monday, the current week's Friday (8/1) hasn't happened yet so you're aiming to build a rolling window that always captures last week's S...
Hi @user70977 ,
Steps for Creating a New Classification Set (Grouping)
Go to Admin > Report Suites
Login to Adobe Analytics.
Navigate to Admin > Report Suites.
Select the Report Suite you want to work with.
Click on ‘Edit Settings’ > ‘Classification’ > ‘Classification Hierarchies’
Under this ...
Hi @John_Man ,
No, as of now, the Derived Field lookup() function in CJA does not directly support schema-level array fields as input.
However, it does support array inputs, if the array is constructed dynamically (e.g., using split() or map()).
You can submit feedback to Adobe to enhance support ...
Hi @SrinivasGa2 ,
The VEC was originally designed for multi-page apps, but Adobe has introduced support for SPAs using the Web SDK or at.js 2.x. However, Recommendations with VEC in SPAs require manual handling of view changes and mbox updates.
Best Practice:
Use triggerView() or applyOffers()
In...
Hi @GregoryRi ,
Setting up rolling dates in Customer Journey Analytics (CJA) is a bit different than in Adobe Analytics, as CJA allows for relative date ranges using rolling logic, which makes it ideal for automated weekly or daily reporting.
1. Go to your Date Range settings
In CJA:
Go to your p...
Hi @MezzoMe ,
To segment first-time purchasers in Adobe Analytics, you can isolate users who made their first-ever purchase during a specific time period by using sequential segments and optionally visitor-level logic. Here's a step-by-step guide to do this using segments, which is the most straig...
Hi @SS33 ,
Adobe Target doesn’t have an “environment selector” in the UI per activity like Launch or Analytics. Instead, environments are defined and distinguished at the implementation level.
For Web SDK or server-side APIs, the environment context is usually defined by the Mbox request context, ...