Expand my Community achievements bar.

Ben_Bytheway
Ben_Bytheway
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • As far as I can tell, right now the only way to set the products variable is through code.  There is no interface that allows you to set s.products for DTM UI.If your code above were run on the global scope, you could set your products variables by simply assigning the s.products variable to a conca...

    Type

    Questions

    Views

    3.1K

    Likes

    0

    Replies

    0
  • Hi Todd,If you are using DTM, you can always using regular event-based rules:https://marketing.adobe.com/resources/help/en_US/dtm/t_rules_event_conditions.htmlThanks,Ben

    Type

    Questions

    Views

    2.9K

    Likes

    0

    Replies

    0
  • Hi Eric,You would have to write some custom code in your s_code file that aborts the request.You would also need to access some flag from javascript that distinguishes the scanner from a real visitor.  I'm not sure if you can configure your scanner tool to set any cookies or make any data available ...

    Type

    Questions

    Views

    1.1K

    Likes

    0

    Replies

    0
  • Here are a few that I am aware of: iOS 4.x SDK:https://marketing.adobe.com/resources/help/en_US/mobile/ios/states.html (see Sending Additional Data section)Android 4.x SDK:https://marketing.adobe.com/resources/help/en_US/mobile/android/states.html (see Sending Additional Data section)Windows Phone 8...

    Type

    Questions

    Views

    1.7K

    Likes

    0

    Replies

    0
  • Hi Matt,Just a follow up on this.  The s_cc and s_sq cookies are set and read within AppMeasurement code.  I don't believe there is anything that checks s_cc or s_sq on the server's end.  What this means is I don't think that you would be able to change how these cookies are set (httpOnly or secure)...

    Type

    Questions

    Views

    3.1K

    Likes

    0

    Replies

    0
  • Hi Mike,I could be wrong in my assumptions, but I have always understood this method as a way to simply host DTM functionality on your own servers for downtime/uptime/SLA reasons.    Meaning, you would want to go with this option simply because you need to ensure that DTM embed urls/scripts never e...

    Type

    Questions

    Views

    974

    Like

    1

    Replies

    0
  • Hey Paul,I don't have any documentation or best practices, but we have done a little bit of tracking with angular and this has come in handy for "page views":http://michalostruszka.pl/blog/2013/09/24/angularjs-in-browsers-console/In other words, if you want to hook into a view change event with angu...

    Type

    Questions

    Views

    2.5K

    Like

    1

    Replies

    0
  • I may be wrong, but I believe scAdd, scPurchase, and scRemove are all custom implementation events and are not captured by default.  So, I believe you may be talking about reporting on these events inside of Adobe Analytics.  Could you clarify if you are looking for these parameters in Reporting and...

    Type

    Questions

    Views

    1.8K

    Likes

    0

    Replies

    0
  • Sure thing.  When you put tracking on your pages and you enable click map, the code will basically say, "Give me all links on the page (i.e. give me all anchor tags on the page), then loop through each of them and pass them each individually through the function s_getObjectID to get the ID that I sh...

    Type

    Questions

    Views

    1.3K

    Likes

    2

    Replies

    0
  • Hi Sanmeet,I believe this function is used for clickmap.  It is a callback to get the unique ID of the link.  When it is called, the parameter "o" refers to the anchor tag (i.e. <a href="http://adobe.com/"></a>).  So, o.href refers to the href attribute/property of the anchor tag.  Anyone correct me...

    Type

    Questions

    Views

    1.2K

    Likes

    3

    Replies

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