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

dswest_sv
dswest_sv
Offline

Badges

Badges
6

Accepted Solutions

Accepted Solutions
1

Likes Received

Likes Received
4

Posts

Posts
6

Discussions

Discussions
0

Questions

Questions
6

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by dswest_sv
Customize the badges you want to showcase on your profile
Re: trackAction call generates pageView - Adobe Experience Manager Mobile 22-01-2021
@fredrambert have you looked trackAction method to see what it actually does? If it is what i think it is, you won't find it in the docs, only in the code. If trackAction() is simply passing arguments to another method as I suspect, then look to see if that other function handles pageview as well. I would bet that the code smell from s code t() and tl() was carried over to the mobile SDK.

Views

1.0K

Likes

0

Replies

0
Re: trackAction call generates pageView - Adobe Experience Manager Mobile 21-01-2021
@fredrambert is your third argument an empty string? See the link in my answer from a couple of years ago...i have not verified the sdk issues, but it's remarkably similar in behavior--it's logical that the same fix would work.

Views

1.0K

Likes

0

Replies

0
Re: trackAction call generates pageView - Adobe Experience Manager Mobile 11-09-2020
This looks to be related to the same bug in s code that I reported a couple of years ago. I'm betting that if you trace this you will see the same behavior noted when only two args are passed to s.tl(). Check the docs on the sdk and see if there is not a third argument for the link which expects a string (generally you would send the link address as the third argument. Since the code base is different in the sdk it might be something else--for the same use case in s code and a much more in depth...

Views

1.2K

Likes

0

Replies

0
Re: pageviews incrment in s.tl() call - Adobe Analytics 26-03-2018
Brandonthree ways, 1) pageview report shows incrementing on a call to s.tl; 2) pe/pev2 not sent in request; 3) raw dataYou can follow progress and get more details at AN-158955Daniel

Views

1.8K

Likes

0

Replies

0
Re: pageviews incrment in s.tl() call - Adobe Analytics 12-03-2018
In places, Adobe uses all caps to say s.tl will not increment a page view; client care will also tell you that it does not. In the original answer to this thread, Saurabh Kumar, an Adobe engineer, uses bold to say, "s.tl() does not increment page views metrics."It turns out that s.tl() can and does increment page view metrics under certain conditions. I generally call 'unexpected behavior' like this a bug since it is clearly documented that s.tl() does NOT increment page view--client care will g...

Views

1.7K

Likes

4

Replies

0
Re: The cost difference between s.t vs s.tl calls? - Adobe Analytics 12-03-2018
Hi @ParthaS,Not an issue of billing, but at this writing, s.tl() can increase the page view counter under the right conditions...there is a bug in the s.tl function in which, if a value for arguments two or three is an empty string (or missing), then the subsequent request created by s.track() will not include the pev2 and pe params...the result will be a page view recorded just as if you had called s.t (s.t also calls s.track()).This is particularly bad since certain adobe docs show s.tl being ...

Views

2.6K

Likes

0

Replies

0