Expand my Community achievements bar.

Alexis_Cazes_
Alexis_Cazes_
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • I agree with @yuhuisg . In this use case you should not use multiple eVars. Send the product id in the s.product variable: s.products=";productId1,;productId2"  Product ID can be your SKU. Next in Adobe Analytics go to the Admin section under conversion and add classification and then upload your da...

    Type

    Questions

    Views

    1.2K

    Likes

    0

    Replies

    0
  • 1. You should never have 2 launch scripts on one webpage. The once loaded last will overwrite the configuration of the _satellite object.An exception is if the section of your site is in an iframe, so you can have launch in the parent and launch in the iframe, they should not interact2. You can have...

    Type

    Questions

    Views

    1.0K

    Like

    1

    Replies

    0
  • For the logs with a , these are the one from the Adobe Launch library and they are enabled by setting the flag _satellite.setDebug('true'). They should be outputted in the developer console once enabled. I usually use the Launch command extension to enable debug mode: https://chrome.google.com/webst...

    Type

    Questions

    Views

    3.6K

    Like

    1

    Replies

    1
  • SectionsDetailRule typeEBR: event based rulePLR: page load rule (top, bottom, domloaded ...)DCR: direct call ruleMultiple types of rule should be separated by a pipeEvent TypePB: page bottomPT: page topWL: window load (onload event)DE Change: data element changeCLICK: click event on a DOM elementIt ...

    Type

    Discussions

    Views

    2.2K

    Likes

    0

    Replies

    1
  • So here you have an IIFE so what you can do is take the code inside and put it in an action of a rule. I can see that you are user a data layer layer from the variable digitalData. There is 2 part to this code:You set some variables based on data layer valuesYou inject an image tag inside the DOM of...

    Type

    Questions

    Views

    1.8K

    Like

    1

    Replies

    1
  • Alright so this is what you can see in your Adobe Launch logs: [Custom Script] Failed to get previousPageName ReferenceError: getPreviousValue is not definedat Object.source (launch-EN36e7398f32914ad28e21b622457f151b.min.js:2:1372)at e.exports (launch-EN36e7398f32914ad28e21b622457f151b.min.js:2:3176...

    Type

    Questions

    Views

    3.7K

    Like

    1

    Replies

    3
  • Could you provide the URL to your dev build from Adobe Launch. Will look at source code and see how you deployed the plugin. So basically if you go to your environments and copy paste the URL library that would be enough for me to have a look at.

    Type

    Questions

    Views

    3.7K

    Likes

    0

    Replies

    5
  • What is the query you have used ?  Did you check the exclude_hit column to make sure you do not count these lines ?  If your report timestamp enabled or timestamp optional ? In some instances for mobile SDK the hits can be queued on client side and send on another day but with the timestamp of when ...

    Type

    Questions

    Views

    5.7K

    Likes

    0

    Replies

    0
  • Also as we are using classification you can use numeric values for some key=pair. like for loc we know we will have modal, you can replace each possible values by a number so modal would be 1 loc=1 etc... During classification you can translate to correct string values in the classified reports

    Type

    Questions

    Views

    2.0K

    Like

    1

    Replies

    0
  • Right so I have an implementation on my side where we need to collect the application attribute details which sometimes can be over 20 at a time. I have the same restriction as you where I should only use minimum amount of variables, in my case one. The best solution is to use an eVar as you can set...

    Type

    Questions

    Views

    2.0K

    Like

    1

    Replies

    2
Top badges earned by Alexis_Cazes_
Customize the badges you want to showcase on your profile