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

yuhuisg
yuhuisg
Online

Badges

Badges
50

Accepted Solutions

Accepted Solutions
257

Likes Received

Likes Received
476

Posts

Posts
1194

Discussions

Discussions
57

Questions

Questions
1142

Ideas

Ideas
27

Blog Posts

Blog Posts
17
Top badges earned by yuhuisg
Customize the badges you want to showcase on your profile
Re: Referrer TYPE = Social Networks | Traffic is very LOW. - Adobe Analytics 02-10-2020
I can't comment on Adobe's method of classifying referral traffic under "Social Network".But if you are running a campaign in LinkedIn, then I think you should be using Campaign Tracking Codes with those links. You should then be able to report their performance with Marketing Channels.

Views

428

Like

1

Replies

4
Re: Page URLs with double slashes under Workspace - Adobe Analytics 02-10-2020
What URL dimension in your reports?In my case, I track the page URL to a prop. When I broke down the Referrer dimension by that prop, I got the correctly formatted URLs. When I report on the prop itself, I also get the correctly formatted URLs.

Views

1.1K

Likes

0

Replies

7
Re: Browser dimension and IE 11 - two entries, what's the... - Adobe Analytics 02-10-2020
 Looks like one is desktop IE, the other is mobile phone/tablet IE.

Views

194

Likes

0

Replies

0
Re: Track Exit Users - Adobe Analytics 01-10-2020
I don't think you can track "why" with AA. I imagine you'd need to ask your users for their reasons, which a survey might be more appropriate for.

Views

162

Likes

0

Replies

0
Re: Turning Hit based expiry into visit using segmentation - Adobe Analytics 30-09-2020
Wouldn't your segment work for you as you've described?i.e. Visit segment that has eVar A exists

Views

264

Likes

0

Replies

0
Re: iPad traffic classed as desktop due to iOS setting - Adobe Analytics 30-09-2020
Sure, you can use the solution provided in that linked article.Include the code in the section "The Fix - Intel vs Apple".In your AA implementation, set the appropriate eVars. E.g. if you have setup eVar18 to be the "Device Type" and eVar19 to be the "User-Agent", then you can do this: // assuming you use the code as-provided in the article s.eVar18 = window.deviceType; s.eVar19 = navigator.userAgent;​

Views

715

Likes

0

Replies

1
Re: Identify EXIT Link - Adobe Experience Platform Data Collection 29-09-2020
Actually, you might be more interested in this other input box:This lets you specify the domains that you don't want to track as exit links, i.e. your internal domains. So any link that takes you to a domain not in this list will be tracked as an exit link automatically.

Views

368

Like

1

Replies

0
Re: How to find out next page visited? Not instances, not... - Adobe Analytics 28-09-2020
Use the Flow visualisation.It shows you the next (and previous) pages (or values from another dimension) from a starting point, ranked by Path Views.

Views

233

Likes

0

Replies

0
Re: Read Cookie Adobe Launch - Adobe Experience Platform Data Collection 27-09-2020
Cookie values can only be strings. I haven't personally tried storing non-text values in cookies using _satellite.cookie.set(), but if it's working for you, then that means Launch is able to stringify the object before storing it as a JSON value in the cookie._satellite.cookie.get() would return the cookie's value as-is, i.e. as a string. To convert it back to its original type, use `JSON.parse()`.E.g.var digitalDataString = _satellite.cookie.get("digitalData"); var digitalData = JSON.parse(digi...

Views

340

Likes

2

Replies

0
Re: Building customer journey segments - Adobe Analytics 27-09-2020
If you have pages or links that correspond with each journey stage, you can fire success events with them to "mark" their stages. You can then visualise the journey with a Freeform table or build a Fallout chart. You could also use these success events with Marketing Channels to see which channels have more conversions per stage.

Views

290

Likes

0

Replies

0