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: Text Values for Events - Adobe Analytics 03-05-2022
I should have also noted that you could also pass the value buzzfizz and fizzbuzz into merchandising eVars as well in the above notation (this is actually a good idea, as it's easier to create filters and segments on the merchandising eVar than on the Product).

Views

217

Like

1

Replies

0
Re: Text Values for Events - Adobe Analytics 03-05-2022
Hi, I am going to assume you are asking about event id serialization? (https://experienceleague.adobe.com/docs/analytics/implementation/vars/page-vars/events/event-serialization.html?lang=en) Events are counters, they aren't "text", but you can append text, not with an equals (=) sign, but with a colon (:). event1=x (this is used for events set up as "numerical" or "currency" to pass a custom numerical value to count by - example, let's say I wanted to track the number of search results returned...

Views

218

Likes

3

Replies

6
Re: Page Names being converted Lowercase - Adobe Analytics 03-05-2022
The other thing to remember is I believe that now in the reporting, Adobe takes the first case variation it has seen and collapses the other variations under that first one... While I specify that my code should be lowercase, I have a few older implementations that the developers were passing inconsistent cases to, and they started rolling up into one another a few years ago... though they still aren't always the case I want. I don't think this is a setting (or it was one that was automatically ...

Views

80

Likes

0

Replies

0
Re: Add 3rd party pixel - Adobe Analytics 03-05-2022
Again, this will really depend on what type of pixel you are using, and the code will be specific (with a few modifications) to that pixel. For instance, I like to initialize my variables at the start (I pull the data element values using _satellite.getVar(), just so I can use a nice short name in the code) and I like to add try/catch to ensure that if something fails, it fails more gracefully. Then I determine in one chunk of code (for page level tracking) based on page type, what pixels will f...

Views

113

Likes

0

Replies

0
Re: Is it possible to automatically export data to google sheets? - Adobe Analytics 02-05-2022
I've not tried it, but I know there is a generic data connector app for Google Sheets (https://dataconnector.app/) this should allow you to connect to API connections, and we know that Adobe has this. Give this a shot and I'd love to hear if this works out for you. The other option is to use Adobe's Report Builder in Excel (Windows only, unless you are connecting to Customer Journey Analytics), and then use Excel to connect to different sources. This may not be able to be "fully" automated. I tr...

Views

109

Likes

0

Replies

0
Re: Restoring previous versions of a dashboard - Adobe Analytics 02-05-2022
Luckily this feature was added last year. When you are in the report, under the Project menu, there should be a link called "Open previous version". This should take you to a list of all the saves (not sure how far back the versions go), but I am assuming the change you are trying to revert isn't too long ago. Select the version you want (it may take you a couple of tries to find), and I believe you can re-save the previous version of the report over the current version, making this the latest v...

Views

753

Like

1

Replies

1
Re: Major % of traffic from IP location is to another country's site - Adobe Analytics 02-05-2022
Generally when I see a high % of traffic coming from a location to an odd place, I suspect a bot. in this case, I will do a Data Warehouse export looking at IP Address, City, Browser, (you could also add device, since that is part of what you are seeing), PVs (and generally pull a full month of data - and I may do this a few times) (I know that city is IP based, but if it's a bot it will likely come from the same 2-10 IP addresses) I will sort highest to lowest to ensure that if the data truncat...

Views

90

Like

1

Replies

0
Re: Add 3rd party pixel - Adobe Analytics 02-05-2022
That is generally how I do it. If it's a pixel that fires on every page, then I will often just add a custom code after my Adobe Analytics tracking to trigger it with the same "fundamental" tracking rule... if it requires a custom trigger, then I will create a new rule. Depending on how confident you are with Javascript, I will often put some general logic into my custom code for the pixel in my fundamental tracking... for example, FB pixels... we have a pixel on each page, and some additional p...

Views

132

Likes

0

Replies

2
Re: Build a segment for "custom bouncers", where number of visits with exactly one hit OR exactly two hits is true. - Adobe Analytics 29-04-2022
You are correct the default "Bounces" is based on "single hit", and the Bounce "Rate" is bounces/entries... But if you are interested in people who came to and interacted with only a single page, you could do a segment based on Single Page Visit exists (this would cover a single page view and any number of hits on that specific page). This wouldn't however be limited to only 2 hits if you really need that. (note that in this case, hit or visit level segment shouldn't make a difference) I am not ...

Views

57

Like

1

Replies

0
Re: Why Page is not responding error found 404 - Adobe Analytics 28-04-2022
There was an identical question posted a few weeks ago with multiple solutions posted: https://experienceleaguecommunities.adobe.com/t5/adobe-analytics-questions/page-not-found-specific-page/td-p/448688

Views

121

Likes

0

Replies

0