Here's one we use, if you never coded one beforename: testgroupif (!user.get('testgroup')) {var ran_number=Math.floor((Math.random() * 100) + 1);return ran_number;}This one is 1=100
This is a classic clickTracking problem. The page is being forwarded on too quickly for the response to be sent out. The browser can't send it out in time and aborts it. I bet you see this being pretty sporadic depending on how quick the next page is loading. I've used a delay anchor with the clickT...
You can totally use it without having Recommendations. It is an out of the box feature of Target Standard. If you aren't seeing what you'd expect for "Category Affinity" targeting check out this doc on how it populates Category Affinity I've used it on all types of mboxes from global, regional, and ...
Hi Chris - I should've provided a little more detail. eVars are Adobe Analytics variables that you would have to implement in your Target offers. They would make a request to Adobe Analytics and the data would appear there. We use a simple onClick with javascript or jquery to populate and call the...
Chris - We just fire and eVar with click actions since we are using A4T. So for example....If the user clicked on the new nav you could fire "eVar99=newnav" and they click an option you would fire "eVar99-newnav_element1" This would give you the ability to look in AA to see what the visitors for eac...
Nope. These are to only 3 fields that you can pass data to the Target DB, audit tables. Here is a couple hacks/work-arounds we used.1. Pass more than one parameter in orderId and productPurchasedID. We've passed strings like this "12345677|abcsedee|dfdf123uejjs" into the orderId and then parsed them...