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

Jennifer_Dungan
Jennifer_Dungan
Online

Badges

Badges
33

Accepted Solutions

Accepted Solutions
62

Likes Received

Likes Received
180

Posts

Posts
357

Discussions

Discussions
26

Questions

Questions
331

Ideas

Ideas
21

Blog Posts

Blog Posts
2
Top badges earned by Jennifer_Dungan
Customize the badges you want to showcase on your profile
Re: Is there a dimension that lists the webpage a user was on prior to landing on the website? - Adobe Analytics 11-08-2022
To get the External Referring Domain (Instance), you need to use the correct metric. Page Views - this metric will get you all pages in the visit that were hit as a result of the referral (just like you said) Google > Page 1 of Site > Page 2 of Site > Page 3 of Site > etc Referral Instance - this metric will get you only the "instance" of the referral Google > Page 1 of Site You can even create a calculated metric PVs/Referral Instance that you can use to get the average number of pages that peo...

Views

73

Like

1

Replies

0
Re: web performance Issue with adobe launch web sdk - Adobe Analytics 10-08-2022
The JS should be loaded in the head so that it can listen for all the different events, as @yuhuisg said, you have absolute control over when the actual tracking is triggered. Async should not block the actual rendering of your content.... which is why it's placed in the head according to the instructions... there are many ways to trigger the tracking... Window Loaded DOM Ready you can even have your developers code a custom event if you need it to be at a specific time in the execution (after y...

Views

101

Likes

0

Replies

0
Re: web performance Issue with adobe launch web sdk - Adobe Analytics 10-08-2022
Yes.. but all your Rule Triggers (like your clicks) need to be available for when users click on your elements.... if the JS hasn't loaded, you will get the bad behaviour you are talking about (i.e. people clicking on elements and not getting tracking). Again, I ask... are you having your Developers triggering all you GTM events (rather than creating triggers in GTM)? Because if GTM is loaded in the footer, you should have the exact same issue there?

Views

105

Likes

0

Replies

4
Re: Histogram Bucket Size - Adobe Analytics 09-08-2022
Could you use a calculated metric to multiply your values by 10000 to get them to whole numbers for the purpose of the Histogram? Not ideal.. but might be a stop-gap solution for now?

Views

45

Likes

0

Replies

0
Re: HOW TO TRACK URL with UTMs - Adobe Analytics 09-08-2022
It's not much different... but what you do will depend on your processing rules and other factors like that, stuff we don't know about your implementation. First, I assume you are using Adobe Launch... You can create Data Elements to pick up the different UTM parameters Create a Data Element for each UTM. For your example, you will end up with "Website" in your "UTM Source" data element, and "Promo" in your "UTM Term" data element... You may have other optional UTMs.... Depending on how you have...

Views

60

Likes

0

Replies

0
Re: Tracking URL with dynamic value - Adobe Analytics 09-08-2022
Ok, then yes...this url.. when your partner posts a link to you (passing in your specified campaign parameters), you will track those campaign values when on your site, when the user enters your site. This User Group Session could help you out: https://www.youtube.com/watch?v=j4uHDORaJWY It's all about Campaign Tracking

Views

65

Likes

0

Replies

1
Re: Tracking URL with dynamic value - Adobe Analytics 09-08-2022
Is the link going from you to your partner site... or coming to your site from a link on your partner site? Basically you can only track what is happening on your own site... this is the purpose of campaign tracking... a partner, or a marketing campaign in Social Media for instance (where you cannot track) links to your site... they add some querystring parameters to the link that is opened on your site, so that you can read them, and track those PVs/Visits/Conversions/etc back to whatever campa...

Views

71

Likes

0

Replies

3
Re: Download link dimension - Adobe Analytics 09-08-2022
If you feel comfortable with doing some extra JS, you can add some props/evars to the download calls... so if the urls are too long (truncated as 255 characters), you could create one or more Data Elements to hold additional information about files (file name, type, category, whatever you need). Then in your Adobe Analytics Extension Custom Code, you can add some code: s.usePlugins = true; function s_doPlugins(s) { if (s.linkType === 'd') { s.prop1 = _satellite.getVar('download file type'); s.pr...

Views

50

Likes

0

Replies

0
Re: web performance Issue with adobe launch web sdk - Adobe Analytics 09-08-2022
May I ask why you are adding the Launch File in the footer (I mean, I understand that you are trying to add the script later in the page to avoid render blocking scripting, but the async should prevent that)? In the instructions Adobe says to add to the head... I really don't know what impacts adding that late in the page will cause... GTM is also supposed to be added to the head of a website... Just because the JS file is in the head, you can defer the actual tracking to later in the page execu...

Views

140

Likes

0

Replies

7
Re: Time Comparison QTD Last Year vs. QTD This Year - Adobe Analytics 08-08-2022
@schimmelreiter I know this thread is a bit old, but for other users who stumble across this... Not sure if maybe in the past changing your calendar didn't affect quarter definitions, but it does now... I was working on a presentation and played around with a dev suite: Quarters DO change their definitions when you change your Suite's Calendar options!

Views

19

Like

1

Replies

0