Expand my Community achievements bar.

Ryan_Roberts_
Ryan_Roberts_
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • So "previous page" only means the page immediately prior to the one they are currently viewing (not ANY previous page). "Landing page" means the first page of their session. I'd guess that is the condition that could be your hang up. If you want to consider anyone who's visited any /help page in the...

    Type

    Questions

    Views

    7.3K

    Likes

    0

    Replies

    0
  • Yes, each request that contains an entity.id will be understood by Recommendations as a view. Are you using the targetPageParams() or the targetPageParamsAll()? One only applies the global mbox request (or pageLoad request). The "all" version should apply to any request from the page including later...

    Type

    Questions

    Views

    4.2K

    Likes

    2

    Replies

    0
  • Which version of at.js are you using? This could be from an older one. The current versions should not.

    Type

    Questions

    Views

    7.1K

    Like

    1

    Replies

    0
  • Ah...if you are just wanting to send data into Target (e.g., visitor profile info, or event tracking) you can use the adobe.target.trackEvent() function for that. Here's the link: https://docs.adobe.com/content/help/en/target/using/implement-target/client-side/functions-overview/adobe-target-trackev...

    Type

    Questions

    Views

    8.0K

    Likes

    0

    Replies

    0
  • Hi @williamkr1,The at.js should not be downloading or including the jquery library. To my understanding Zepto (a modular jquery lite type library) is embed into the at.js, and it should be in the minified form requiring a max of 9kb. I don't believe there is a way to "strip" this from the at.js libr...

    Type

    Questions

    Views

    7.1K

    Likes

    2

    Replies

    2
  • Hi @THE_DK,If you are talking about web use then typically the global mbox (AKA pageLoad for at.js 2.x) is the way to go as it allows you to use the visual experience composer (VEC) for experience setup.Regional mboxes (AKA locations) are used in other channels/use-cases such as IOT, native mobile a...

    Type

    Questions

    Views

    8.0K

    Likes

    3

    Replies

    3
  • Hi @HariharanSubra1, One option that has worked for me is using the X-Forwarded-For header to spoof different geo's IP addresses to QA your Target activities using geo targeting. You can find extensions for Firefox or Chrome to allow you to easily apply this header to your page requests. Here's one ...

    Type

    Questions

    Views

    6.6K

    Likes

    5

    Replies

    1
  • Hi Lee,This is possible. Though you many need to define a "counter audience" to get it working properly. For example, this setup should work--XT activityGroup A audienceGroup B audienceNote "all visitors" audience is not used, so visitors not in A or B do not qualify to enter my testAB activityTarge...

    Type

    Questions

    Views

    5.7K

    Likes

    0

    Replies

    1
  • Hi @ambikaTewari_ATCI,There shouldn't be any issues passing an at_property in a conversion mbox request. However, I would expect that mbox requests would not be useable by other at_properties for conversion tracking if you have multiple in place.

    Type

    Questions

    Views

    3.8K

    Likes

    0

    Replies

    0
  • Hi @enauticss861856,Like @ambikaTewari_ATCI said the at.js 2.x equivalent of target-global-mbox (at.js 1.x, mbox.js) is the pageLoad request. Here's a link to info in help on it: https://docs.adobe.com/content/help/en/target/using/implement-target/client-side/upgrading-from-atjs-1x-to-atjs-20.html#t...

    Type

    Questions

    Views

    4.0K

    Like

    1

    Replies

    0