Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

vibhatna
vibhatna
Online

Badges

Badges
21

Accepted Solutions

Accepted Solutions
32

Likes Received

Likes Received
62

Posts

Posts
134

Discussions

Discussions
4

Questions

Questions
130

Ideas

Ideas
0

Blog Posts

Blog Posts
2
Top badges earned by vibhatna
Customize the badges you want to showcase on your profile
Re: visitorId in Reporting API 1.4 - Adobe Analytics 02-08-2021
@prerna,DWH contains a separate column called visitorID that's why when you use source as warehouse it works but normal API does not have any such column. If you check in workspace or R&A there is no such out of the box column available which capture the visitor ID by default hence it throws an error. If you want to pull visitor ID from normal API 1.4 without using source: warehouse, you would need to capture the visitor IDs in a custom dimension(evar/prop) and fetch data for that variable.

Views

341

Likes

0

Replies

0
Re: visitorId in Reporting API 1.4 - Adobe Analytics 30-07-2021
@prerna Are you trying to pull the data for visitor ID column of DWH?Correct API element or dimension for that is visitor_id. It would give you Visitor ID data from DWH.

Views

383

Like

1

Replies

2
Re: Time Spent per Visits(seconds) - Adobe Analytics 26-07-2021
The reason there is a difference is because in Time Spent per Visits(seconds) calculation, not all visits are counted - only those that have the timespent seconds on page attribute set. This is not exactly the same as visits - bounces. For many visits, there could be no timespent set, and therefore they are not included in the avg timespent calculation. This ends up with fewer of the visits being counted than just subtracting the bounces, leading to a smaller denominator and therefore a larger c...

Views

405

Likes

2

Replies

1
Re: DCR Implementation - Adobe Analytics 16-07-2021
@bindukumari1990,DCR is based on the identifier you set on the website. You have to make sure same identifier is used in the DCR. When you fire _satellite.track("identifier") you have to make sure your overall data layer/data elements were already set up properly to show WHICH product was purchased.

Views

368

Likes

0

Replies

0
Re: No Exits in Flow analysis for a page but 32% exit rat... - Adobe Analytics 16-07-2021
@nk11339,Could you please confirm if you have applied a Hit level segment with the flow report when you do not see the exits?This generally happens when you use a hit level segment with a Flow diagram which will produce unexpected results because in its nature Flow is a multi hit diagram, using visit and visitor level segment constructs. Engineering started the below thread to get client's opinion on this:https://experienceleaguecommunities.adobe.com/t5/adobe-analytics-discussions/segmentation-i...

Views

164

Likes

0

Replies

0
Re: Count each time a send button is clicked - Adobe Analytics 15-07-2021
@Sergonza1,To check if the button click is already being tracked or not, you can check the server/network calls by clicking on this button. To check server call you can use Adobe debugger or can use chrome developer tools.- Open this page.- Open developer tools in Chrome.- Go to Network section and filter it with b/ss.- Click on the button.- Check if there is any server call generated or not.- If yes, please check for events. Make a note of which event is getting fired on this button click.- Cli...

Views

313

Like

1

Replies

0
Re: First Touch Channel Detail - Adobe Analytics 15-07-2021
@fira,First touch channel detail captures the value you have set in "Set the channel's value to" section of a Marketing Channel processing rule. Here you can set anything like QSP, page URL, referrer, referring domain etc. You can change it to anything you want which would make more sense. First touch channel details value will be captured when a visitor reaches out to your site for the very first time. After that only Last touch channel details gets updated by this section.

Views

207

Like

1

Replies

0
Re: Breakdown of Unique Visitors by Channel is Greater th... - Adobe Analytics 15-07-2021
@natmcd99,In case of UVs sum of individual line items will always be equal or higher than the total because of deduplication. Let's say a visitor reached to the site via Paid search first and later reached to your site via Affiliate channel. In this case user is same but used 2 different channel to reach out to your site so individually both the channels will get 1 UV each but in total it will be 1 UV only. So the sum will be 2 and total will be 1.

Views

194

Likes

2

Replies

0
Re: Extracting classified list variables from data wareho... - Adobe Analytics 14-07-2021
@Naira2,Are you using DataWarehouse.Request API method or Report.Queue method with "source":"warehouse"?

Views

226

Likes

0

Replies

0
Re: Data Source for uploading Missing Orders Data in AA - Adobe Analytics 14-07-2021
@bindukumari1990,If you just want to upload the orders you can use Generic as Category and Summary Data Only as the Type. If you have the transactions ID with you and would like to tie the offline orders you are uploading with online transaction IDs you can use Transaction ID Type under Generic Category. For your reference:https://experienceleague.adobe.com/docs/analytics/import/data-sources/data-types-and-categories/datasrc-categories.html?lang=en

Views

315

Like

1

Replies

0