Expand my Community achievements bar.

Brian_Johnson_
Brian_Johnson_
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Without seeing the implementation or knowing for sure exactly how it has been configured, it's hard to say what those represent. It could be an oddity related to a single page app, an unexpected JavaScript or cookie/storage issue, or a number of other issues. I'm assuming, though, these values are t...

    Type

    Questions

    Views

    2.9K

    Likes

    0

    Replies

    0
  • @advancedanalytics If you're using the s.getPercentPageViewed() plugin, the two values likely reflect the maximum percent of the page viewed and the percent of the page that was visible when the page initially loaded. For example:100|50 - 100% of the page was viewed, while 50% of the page was visibl...

    Type

    Questions

    Views

    2.9K

    Likes

    2

    Replies

    3
  • @Luca_Lattarini - If you're looking to track clicks on the <a> tags that are found in your list, you can do this with a Launch rule. Your rule, with CSS selector, may look something like this:Using "div#dashboard-deals li a" will pick up any/every <a> tag that falls under a <li> inside your div. Thi...

    Type

    Questions

    Views

    1.7K

    Likes

    0

    Replies

    1
  • Those values look pretty simple, so I doubt it's an issue with what you're including in the key/value columns. You might want to confirm that the data is tab-delimited and that the header (the top few rows of the file, prefixed with ##) is correct. Also, if these keys have been classified before, ma...

    Type

    Questions

    Views

    2.3K

    Likes

    0

    Replies

    0
  • @Abhinav_m - I think I understand what you're trying to do... The technical challenges here may include visitor identification (ECID will be different for different orgs), namespace conflicts (if both are using the 's' object, watch out), or page performance issues if you're loading the same code (a...

    Type

    Questions

    Views

    2.6K

    Likes

    0

    Replies

    0
  • @Abhinav_m - What are you trying to accomplish? Are you trying to send the same data to different report suites? Different data to different report suites? Are the AA instances owned by the same org, or does one belong to you and the other belongs to another org/vendor? If you can provide more conte...

    Type

    Questions

    Views

    2.7K

    Like

    1

    Replies

    2
  • @ssharanya29 - For classification rules, any data you've already collected and mapped should not be impacted. However, for any new values (those with numbers instead of alpha characters), you'll have to add classifications. If the numbers are predictable, you could update your classification rules t...

    Type

    Questions

    Views

    1.3K

    Likes

    0

    Replies

    1
  • @Evie678 - You can pass events on your page call (s.t()) if you want. Just add them to s.events before triggering the call.I also noticed that the call in your screenshot is an lnk_e call, which tells me the call is likely firing automatically when you click on a link and that the domain from the de...

    Type

    Questions

    Views

    1.6K

    Likes

    0

    Replies

    0
  • @Luca_Lattarini - Depending on what you're trying to accomplish, I'd start with Data Sources: https://experienceleague.adobe.com/docs/analytics/import/data-sources/datasrc-home.html

    Type

    Questions

    Views

    1.6K

    Likes

    0

    Replies

    0
  • Hey, @angelad64963316  -One easy way to do it would be to use the old doPlugins approach. Adding the following block of code to the "Configure Tracker Using Custom Code" section of the Adobe Analytics extension will evaluate every call to see if it is a download tracking call (s.linkType==="d"):s.us...

    Type

    Questions

    Views

    1.9K

    Likes

    2

    Replies

    0
Top badges earned by Brian_Johnson_
Customize the badges you want to showcase on your profile