Expand my Community achievements bar.

Pankaj_Sabharwal
Pankaj_Sabharwal
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Hi @bindukumari90  The Web SDK allows you to send data to Adobe Experience Platform (AEP) and load Target by using a "send event" command. To tell different types of requests apart, you can use a field called "xdm.eventType" in the event data. If you only need to load Target at the top of the page w...

    Type

    Questions

    Views

    34

    Likes

    0

    Replies

    0
  • The number of rows returned in a single API call is determined by the API itself. The ability to increase the row limit may depend on your Adobe Analytics subscription and permissions.Agreeing with @Jennifer_Dungan , if your API supports pagination then you might be able to increase additional rows ...

    Type

    Questions

    Views

    263

    Likes

    0

    Replies

    0
  • @RonWoodRoff   Select the Report Suite: Choose the specific report suite that you want to extract data from. Date Range: Set the date range for the past 30 days. You can usually specify the date range in the report or dashboard interface.Create a Custom Report: If the standard reports do not contain...

    Type

    Questions

    Views

    1.0K

    Like

    1

    Replies

    3
  • @AEM_Forum  Webapp Integration with Adobe Analytics: JavaScript Library: For web applications, Adobe Analytics uses JavaScript libraries to collect and send data to the Adobe Analytics server. This includes the AppMeasurement library, which you can customize to track page views, events, and user int...

    Type

    Questions

    Views

    321

    Likes

    0

    Replies

    0
  • Hi @cparthasarathy  Adobe Analytics primarily focuses on segmenting visitors, not specific pages, so you might need to consider an alternative approach to achieve your goals.You can use Adobe Analytics classifications to classify your pages with the word "map" in them. 1. Create a Classification Rul...

    Type

    Questions

    Views

    395

    Likes

    0

    Replies

    0
  • Hi @evan9  To find a question mark followed by a second question mark, you can use a regular expression. Adobe Analytics supports regular expressions in segments. You can use a regular expression like this:  \?.*\? This regular expression matches a question mark followed by any characters and then f...

    Type

    Questions

    Views

    553

    Likes

    0

    Replies

    1
  • Hi @watwatwat  Adobe Analytics provides access to its APIs using OAuth 2.0 for authentication and authorization. Regarding your specific query: OAuth 2.0 Redirect: Adobe Analytics typically requires you to specify a predefined redirect URI when setting up OAuth 2.0 authorization. Using a white label...

    Type

    Questions

    Views

    549

    Likes

    0

    Replies

    1
  • Hi @Swathilakshmi  Adobe Analytics does not provide any way to check who has viewed the project we shared.  However, there are other tools and approaches that can be used in order to track viewers.You can use external email tracking, third-party analytics, or other tracking tools to find this.

    Type

    Questions

    Views

    1.1K

    Likes

    0

    Replies

    0
  • Hi @Tulassi  In order to measure the time spent from an entry page to an exit page using calculated metrics, you can use “Exit Page Timestamp” and “Entry Page Timestamp” for each user session. Metric Type: TimeFormula: [Exit Page Timestamp] - [Entry Page Timestamp] The "Exit Page Timestamp" and "Ent...

    Type

    Questions

    Views

    543

    Likes

    0

    Replies

    0
  • Hi @peeyushbansal  Here's an example of how you can use JavaScript to measure page load time and send it as a custom event to Adobe Analytics: // Measure Page Load Timevar startTime = new Date().getTime();window.addEventListener('load', function() {    var endTime = new Date().getTime();    var page...

    Type

    Questions

    Views

    1.9K

    Likes

    0

    Replies

    2
Top badges earned by Pankaj_Sabharwal
Customize the badges you want to showcase on your profile