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: Create an audience containing visitors who visits a URL containing a certain parameter - Adobe Target 21-03-2017
Hi,You would create them under Segments -> Profiles in Target, see more here :https://marketing.adobe.com/resources/help/en_US/tnt/help/c_Using_Script_Profile_Parameters.html/Løjmann

Views

684

Likes

0

Replies

0
Re: Sending an eVar after page load - Adobe Analytics 21-03-2017
Hi,According to https://marketing.adobe.com/resources/help/en_US/reference/metrics_bounce_rate.html bounce rate won't be affected, if you send in link tracking (s.tl()-function)/Løjmann

Views

178

Likes

0

Replies

0
Re: Create an audience containing visitors who visits a URL containing a certain parameter - Adobe Target 21-03-2017
Hi,in that case, you would benefit from doing a Profile Script, setting a flag in the users target profile, when a page is visits that meet your criteria.The script below, looks for the query-string parameter 'cid' and if it exists, then the value of cid are set in the profile (named, what every you name the profile script)try{ var mboxParam = page.param('cid').toLowerCase() || ""; if (mboxParam != "") { return mboxParam; }}catch(e){ // Error handling... }This script simply just take the value o...

Views

684

Likes

0

Replies

0
Re: How to implement campaign tracking code by steps using admin console in adobe analytics - Adobe Analytics 16-03-2017
Hi,If you come from a Google world, you may be used to the UTM-code generator from Google. There exists similar tools for Adobe, where you can create and structure campaign codes, as well as uplaod classifications to be able to make some more complex and interesting analysis. Have a look at http://accutics.com/ for example.../Thomas

Views

12.7K

Likes

0

Replies

0
Re: First vs Last Touch Channel Visits - Adobe Analytics 15-03-2017
Hi Talan,Yes, in that case both first and last touch channel would be the same./Thomas

Views

4.8K

Likes

0

Replies

0
Re: Adobe Summit 2017 L4210 - Data quality: Detect critical issues before they happen - Adobe Experience Cloud 15-03-2017
Hi Jantzen,Great topic, will this lab also take place at the Summit in London later this year?/Løjmann

Views

186

Likes

0

Replies

1
Re: Profile script: Has seen pages? - Adobe Target 15-03-2017
Hi Chris,I'm not sure about the 'include' method, don't know if that exists. The following would work, and since you just want to set a flag if the user sees a URL containing a certain value, I would use something like this:if (mbox.url.indexOf("contentpage") == -1) { return "Content Page"}In order to test it, I would setup a 'test experiment' where you do a combination, where both the profile need to match and you need a specific value in a query string. When I test for clients I do it that way...

Views

1.5K

Like

1

Replies

0
Re: Target multiple SKUs on an ecommerce site - Adobe Target 14-03-2017
Hi,Welcome on board! Now I don't know your data architecture, but if you have some common attributes for those 500 products, you could send that to Target via a mbox for example, and then create a segment in target.See for example this article about sending additional parameters via the global mbox: https://marketing.adobe.com/resources/help/en_US/target/?f=c_pass_parameters_to_global_mboxI would not use Analytics to setup the audience/segment, as data are up to 48 hours delayed (see https://mar...

Views

781

Likes

0

Replies

0
Re: Mobile_Id question - Adobe Analytics 08-03-2017
Hi Ilai,To identify traffic from what Adobe classify as a mobile devices (everything but desktop) then I would create a segment where Mobile Device Type exists (see attached file)./LøjmannLead Solution Architectewww.eCapacity.com

Views

206

Like

1

Replies

0
Re: Classifications in DTM? - Dynamic Tag Management 08-03-2017
Hi,You could create a data data element, that consist of JavaScript, that will check if the current domain are one of the 100 you want to trigger the specific rule for, and then return true/false based on that. Then you can setup one rule, that are using that element in the condition... Properly the best way to avoid creating that many rules.../Løjmann

Views

388

Like

1

Replies

0