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: Sending Reports & Permissions - Adobe Analytics 16-05-2022
Ah.. you are using reports... most people are using Workspaces only (particularly with Reports being sunset next year), and that is where my screenshots came from. Removing this option may have been intentional to get people to transition to Workspace... The more you create here, the more you will have to rebuild and re-schedule next year. ----- I'm willing to bet that the reason you still want to use Reports is due to the "mixed" graphing visualization that is available (bar for the current dat...

Views

123

Likes

0

Replies

1
Re: Sending Reports & Permissions - Adobe Analytics 16-05-2022
Nope, but there is a trick to making it work. I am going to assume that you entered an email or a group of emails, and you got an error message about the recipient list being empty... or you added some internal users and an external email and that email didn't stick... When you type in (or paste in an email) that isn't tied to an account, you have to hit enter to make it stick. The email address should get the grey bounding box and an email icon applied, then you can schedule the workspace. Init...

Views

135

Likes

0

Replies

3
Re: Processing rule, vista rule and classification - Adobe Analytics 16-05-2022
First Question:Now coming to classification rule builder whatever rule we build will it take effect on existing data ? Also what will happen if I delete an existing rule in classification rule builder? This is correct. When you create a classification, there is a "lookback window" that will default to 1 month, but can be extended to 6 months. Each time you modify or delete a rule, the classifications will "deactivate".. when you reactivate them they will need to reprocess (it will warn you that ...

Views

174

Like

1

Replies

0
Re: Processing rule, vista rule and classification - Adobe Analytics 15-05-2022
The first thing is to understand the order in which your tags are processed.1. Site Tags / Mobile App Context Variables2. Processing Rules (still very much relevant to tagging needs, particularly when it comes to mobile apps)3. Vista Rules (these have to be set up by Adobe and come with additional cost to configure)4. Classifications (these can be used in a non-destructive way to apply values on top of your stored data) Your actual tagging step should be pretty straight forward. You set your pro...

Views

198

Like

1

Replies

2
Re: [Segment Creation] - Adobe Analytics 13-05-2022
Product is a tricky one... the filters you apply to the product dimension apply to all the products that we part of the tracking call.Let's use a simple shopping cart example... you have a department store, and someone buys a baseball and a t-shirt (so 2 different departments). You want to provide a report to the sports department, and another report to the clothing department... but because these were made in the same purchase... if you filter for "baseball" both items are returned. I believe t...

Views

206

Likes

0

Replies

0
Re: How to set a Tracking Code (s.campaign?) for an SEO visit - Adobe Analytics 12-05-2022
LOL, very true @yuhuisg... I helped provide code, how @ddierking uses that is up to them. I will add a note of caution here... having "google" in the referrer may not all be search engine traffic... remember that the Google App, Google News, Google Showcase and other potential Google products, may use similar URL structures... This is why if you look at Referrer Types and Referring Domains, Google will appear under both Search Engine AND Other Websites... the variant is mapped to different group...

Views

164

Like

1

Replies

0
Re: Adding External User to AA Report - Adobe Analytics 12-05-2022
You're welcome... it's not immediately obvious so I completely understand. Hopefully this will help other people with the same issue.

Views

150

Likes

0

Replies

0
Re: Adding External User to AA Report - Adobe Analytics 11-05-2022
Ah, there's a little trick to this... When you type in (or paste in an email) that isn't tied to an account, you have to hit enter to make it stick. The email address should get the grey bounding box and an email icon applied, then you can schedule the workspace. Initial "non-working" state:After hitting enter "working" state:

Views

213

Likes

0

Replies

2
Re: How to set a Tracking Code (s.campaign?) for an SEO visit - Adobe Analytics 11-05-2022
You should be able to create code based on Referrer.. I assume you are using Adobe Launch (or whatever they call it now), and are using a Data Element with custom code?Something like this should work (just the referrer part, I assume you already have code to detect and parse your campaign data already):var referrer = _satellite.getVar('data-element-referrer'); // Where data-element-referrer is the name of your data element that gets the page's referrer value OR var referrer = window.document.ref...

Views

305

Like

1

Replies

2
Re: Referrer Dimension in Workspace vs. Data Feeds - Adobe Analytics 10-05-2022
Totally agree with this... the context is hugely important to being able to help. Another thing that may have been missed is that in the Raw Data feeds, you also need to ensure that you look at the Exclude Hit flag, and make sure that this data is also excluded from your data processing rules... these Exclude Hit values indicate the date that should be excluded based on your bot traffic and internal IP filter rules, so if not excluded can result in huge differences. As for "post_referrer" / "ref...

Views

209

Like

1

Replies

0