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

Løjmann
Løjmann
Offline

Badges

Badges
20

Accepted Solutions

Accepted Solutions
44

Likes Received

Likes Received
36

Posts

Posts
117

Discussions

Discussions
13

Questions

Questions
104

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Løjmann
Customize the badges you want to showcase on your profile
Re: Session Refresh as Last Touch Channel Issue - Adobe Analytics 03-04-2017
Hi Rob,The rule are setup correctly, the only thing I can think of are that something is wrong setting correct visitor ID's on your site. Are you setting visitor ID your self (via s.visitorID)?If you want, post the website URL here that has the issue and I will take a quick look at it for you./Løjmann

Views

2.1K

Likes

0

Replies

0
Re: Is Visitor ID separate if the same person comes from different browsers or device types - Adobe Analytics 02-04-2017
Hi,Take a look at https://marketing.adobe.com/resources/help/en_US/sc/implement/xdevice_visid.html and https://marketing.adobe.com/resources/help/en_US/sc/implement/xdevice_connecting.html to read more about it. But as Paige says, if your visitors do not authenticate you can't do it...Alternatively, if they perform an action that in your backend identify them (but this data isn't stored in analytics), you can send the visitor ID to your backend and then perform visitor stitching in your business...

Views

1.0K

Likes

0

Replies

0
Re: Session Refresh as Last Touch Channel Issue - Adobe Analytics 02-04-2017
Hi,Did you allow the 'Session Refresh' channel, to override other channels in your setup, I would strongly recommend you to verify that you did not... Please also post Marketing Channel setup and the specific rule here, to allowing to verify your setup./Løjmann

Views

2.1K

Likes

0

Replies

0
Re: Visits and entries do not match - Adobe Analytics 29-03-2017
Hi,I guess you have more visits per line item, than entries? Have you looked at https://marketing.adobe.com/resources/help/en_US/reference/metrics_entries.html - that is expected...?/Løjmann

Views

894

Likes

0

Replies

0
Re: Visitor ID storing two values - Adobe Analytics 28-03-2017
hi,If you want to control the Visitor ID your self to identify same user across devices, you should use the s.visitorID variable, see more here: https://marketing.adobe.com/resources/help/en_US/sc/implement/xdevice_connecting.htmlAn alternative are to store the CRM ID in an eVar, and the perform the user-stitching your self in a 3rd party data warehouse (or data workbench, if you are premium customer)/Løjmann

Views

793

Likes

0

Replies

0
Re: Create an audience containing visitors who visits a URL containing a certain parameter - Adobe Target 22-03-2017
Hi,I would say that it should work. Are the profile script activated? Another thing could be casing, if the query are Referidos and the script are looking for referidos, then it won't work.../Løjmann

Views

827

Likes

0

Replies

0
Re: Typed/Bookmarked in all the channels. - Adobe Analytics 21-03-2017
Hi Monkia,You should break down 'Last Touch Channel' with "Last Touch Channel Details", then you can see the dimension you specified when setting up the rules. The dimension may vary from marketing channel to marketing channel...When you break down by other dimensions such as 'Referring Domains' or 'Tracking Code', you will see more than you expect (all values set within a visit)/Løjmann

Views

359

Likes

0

Replies

0
Re: Sending an eVar after page load - Adobe Analytics 21-03-2017
Try create a calculated metric where you say "Single Page Visits / Entries" - that should help you... Too long time since I've been digging into that part (https://marketing.adobe.com/resources/help/kb/en_US/analytics/kb/comparing-bounces-and-single-access.html)/Løjmann

Views

317

Likes

0

Replies

0
Re: Adobe Summit 2017 S3860 - Meet the new DTM solution - Dynamic Tag Management 21-03-2017
Yes, please share more information - can't wait till Summit in London later this year, to get the details /Løjmann

Views

2.4K

Like

1

Replies

0
Re: Create an audience containing visitors who visits a URL containing a certain parameter - Adobe Target 21-03-2017
Hi,No, you would need to add the full code. I would wrap it in a try-catch, to avoid errors (even so the code are running server-side)try{ var mboxParam = page.param('referidos').toLowerCase() || ""; if (mboxParam != "") { return mboxParam; } }}catch(e){ // Error handling... }Then the profile parameter are only set, if the querystring referidos exists, and it get's the value of the query string (value = 's', in your example URL)/Løjmann

Views

830

Likes

0

Replies

0