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

SarahEOwen
SarahEOwen
Offline

Badges

Badges
48

Accepted Solutions

Accepted Solutions
18

Likes Received

Likes Received
275

Posts

Posts
409

Discussions

Discussions
74

Questions

Questions
335

Ideas

Ideas
64

Blog Posts

Blog Posts
0
Top badges earned by SarahEOwen
Customize the badges you want to showcase on your profile
Re: Adobe Analytics - Create a new dimension - Adobe Analytics 30-01-2018
Hi -To get this information, you would assign location.hostname to your prop. For example, your code would look like this --> s.prop1=location.hostname;Here is a helpful article that tells you how to get the various pieces from the URL: JavaScript Window Location And here is a visual of using location.hostname to get the domain name from a page on Adobe's webiste:Have a great day -Sarah

Views

3.0K

Like

1

Replies

2
Re: Viewport - Adobe Analytics 29-01-2018
YaY!

Views

1.4K

Like

1

Replies

0
Re: Viewport - Adobe Analytics 29-01-2018
Hi -In DTM, you will want to set up an Event Based rule.In the "Conditions" , you will want to select "enters viewport" and provide the element tag/selector that needs to enter the viewport.In this example (see screen shot below), when the attribute scrolled-to enters into the viewport and is in the viewport for 2000 milliseconds, then the rule will fire off.Thanks -Sarah

Views

1.4K

Like

1

Replies

0
Re: javascript conditions in DTM custom code - Adobe Analytics 29-01-2018
Hi!I had the same problem! In my Direct Call Rule, I set up an s.tl() call in the Adobe Analytics section of the rule. I have eVars and props set in the the Global Variables section and I have eVars, props, and events being set in the Custom Code. Yet none of my events in the Custom Code were being included in the analytics call, even though the s.events variable was being correctly valued.This is how I fixed it1) in the Custom Code, you can set your s.event in any fashion (either with your s.ev...

Views

6.0K

Likes

0

Replies

0
Re: How do I create an Activity with a URL that auto-redirects??? - Adobe Target 24-01-2018
Hi Chris -Have you tried going to the site and putting something in your cart?This approach worked for me on a Shopping Cart Test I needed to set up. The elements that were in the Test would only show up if there was something in the cart. So, I went to our site and put some stuff in my cart. Then, when I opened Target to work on the Test, the shopping cart that I created earlier populated in the VEC so I could manipulate the elements.Thanks -Sarah

Views

1.4K

Like

1

Replies

0
Re: Automatically Remove End-of-Life Pixl (yes, it is a four-letter word! :p ) - Adobe Experience Platform Data Collection 22-01-2018
You and your team ROCK!!!!!!!!!!!!!!!!!!!!!

Views

6.4K

Likes

0

Replies

0
Re: Track clicks on button using DTM - Dynamic Tag Management 22-01-2018
Ahhhh, thanks Jantzen! Your kind words have made my day

Views

4.2K

Like

1

Replies

0
Re: Mobile device types - Adobe Analytics 19-01-2018
Hi -The User Agent is used to determine what the visitor is on (i.e. mobile, desktop, tablet....) when accessing your site.These articles may be helpful too:Device TypesTechnologyMarketing Cloud Help (Data Collection HTTP Headers)Have a nice day -Sarah

Views

6.3K

Likes

0

Replies

0
Re: Track clicks on button using DTM - Dynamic Tag Management 18-01-2018
Hi -Here's what I do to find a selector:1. go to the page with the thing you want to track - Seriously Ill Patitents Deserve Quality of Life | HCP | VITAS in this case2. right click on the thing you want to track (the blue Refer Online button) and select Inspect (see yellow arrow in the screen shot below) 3. The Developers' Tools will open to the Elements tab. The item will be highlighted in blue. Here you can see what selectors you have to work with.4. In this case, there is an alt tag that you...

Views

4.2K

Likes

3

Replies

0