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

BarryLennon
BarryLennon
Offline

Badges

Badges
16

Accepted Solutions

Accepted Solutions
3

Likes Received

Likes Received
18

Posts

Posts
41

Discussions

Discussions
8

Questions

Questions
33

Ideas

Ideas
4

Blog Posts

Blog Posts
0
Top badges earned by BarryLennon
Customize the badges you want to showcase on your profile
Creating Calculated Metrics via Adobe Analtyics API - Adobe Analytics 28-02-2018
Does anyone have any experience of this?I have come across an article that (I think) mentions that this is possible (below), but I can't find the documentation to support this.ARTICLE:New Calculated Metrics and the APIs | Adobe Developer Connection

Views

3.5K

Likes

0

Replies

3
Re: DoubleClick for Advertisers Connect to Google AdWords and Facebook Ads Manager - Adobe Advertising Cloud 28-02-2018
Hi Ramesh,When you say about contacting an Account Manager to "get this done", are you referring to the integration steps that are described in the article you linked (link below)?My reading of that article was that it instructed you how to do the entire integration from start to end independently - is this incorrect?Article:Marketing Cloud Help

Views

2.6K

Likes

0

Replies

0
Re: Numeric classification type not available - Adobe Analytics 28-02-2018
Hi Jusaha,You can only add a 'numeric' as a child of another classification (i.e. you need to add a 'text' classification and then add a 'numeric' to that).Hope this helps,Barry

Views

2.3K

Likes

0

Replies

0
Re: How to create a segment to get only Bounce Visits? - Adobe Analytics 20-11-2017
SOLUTIONThere's a fairly simple, but round-about, way of doing this: Create an event ("1st HIT (any)") that is configured with "Unique Event Recording = Record Once Per Visit" Use a Processing Rule to set the event on every server call It will now record "1st HIT (any)" for the first server call (Page View or Link-tracking Call) of every visit Create a Visit-level segment that has a Visit-level "EXCLUDE" container; within the container, add a Hit-level condition that looks for hits where "1st HI...

Views

1.7K

Likes

2

Replies

0
Re: DTM pageload timings - Dynamic Tag Management 05-09-2017
Hi Jor,Broadly speaking, the approach to this is to store the calculated value and pick it up on the next page load; the value is then analysed against "Previous Page Name" (or a dedicated "Performance Timing Page Name" variable).That's the approach taken in Adobe's performanceTiming plugin with an additional bit of functionality that picks up the measurements on Exit Link-tracking calls as well.

Views

1.2K

Likes

0

Replies

0
Re: List variable for performanceTiming plug-in - Adobe Analytics 31-08-2017
Actually, if you're only interested in the page load times (and not the asset timings), the call should just be:s.performanceTiming()You should be able to read the contents of the cookie (where the timings are stored for reading on the next page) by inspecting it in the Console before navigating:s.Util.cookieRead('s_ptc');Should look something like this:"0.00^^0.00^^0.00^^0.00^^0.09^^0.00^^6.25^^0.01^^6.36"If that cookie's not being set, you've possibly got a timing problem (we had this on our s...

Views

2.1K

Likes

0

Replies

0
Re: List variable for performanceTiming plug-in - Adobe Analytics 24-08-2017
That's right: the measurements are collected on the next page load, which is why the article instructs the setting of a "Performance Timing Page Name" variable as well (the measurements will be analysed against this variable, and ​not​ the Page Name).Do you customise s.linkTrackVars for Exit and / or Download links?Note that the measurements are also captured on Exit Link clicks, so the "Performance Timing Page Name" variable needs to be included in s.linkTrackVars if you're customising it for l...

Views

1.3K

Likes

0

Replies

0
Modifications to the 'performanceTiming' plug-in - Adobe Analytics 21-08-2017
OverviewThe 'performanceTiming' plug-in is extremely useful; however, the conditional logic triggering its s.performanceWrite function should be more robust.DetailThe s.performanceWrite function (which calculates the performance timings and writes them to a cookie) is triggered as part of an interval timer; however, the interval timer relies on the performance.timing.loadEventEnd attribute being equal to 0 for the interval timer to be started, and if the plug-in is loaded with a delay of a few s...

Views

4.9K

Likes

5

Replies

3
Re: List variable for performanceTiming plug-in - Adobe Analytics 21-08-2017
If you use a List Variable, you'll get the timing measurements for the individual assets that make up the page (e.g., individual JavaScript libraries) - this will be a lot of data.If you just configure the ten (10) events in s.pte, you'll get nine (9) calculated timings for the performance of the page as a whole, from the point that the user clicks a link to load the page up to the point that the page finishes loading; the tenth event is a counter to help with creating calculated metrics.

Views

1.3K

Likes

0

Replies

0
Re: Performance timing plugin issue - wrong request/response numbers - Adobe Analytics 18-08-2017
artemperchyk,The problem is possibly because the value of "600" is being captured; this is how "invalid" values are represented.Please see the notes at the bottom of this page:Adobe Analytics: performanceTiming plugin · alcazes/Adobe-Analytics-from-A-To-Z Wiki · GitHub You may need to exclude values equal to 600 in your calculated metrics (remembering to exclude the associated counter instances as well).

Views

1.3K

Likes

0

Replies

0