Expand my Community achievements bar.

Ryan_Roberts_
Ryan_Roberts_
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Hi Daniel,There isn't a "variation" cookie or variable stored client-side to do something like this. Target manages this stuff server-side. If you are looking to QA a test experience or force yourself in to a given version you can use the QA links. Essentially, you can copy a link to the test page w...

    Type

    Discussions

    Views

    7.0K

    Likes

    4

    Replies

    3
  • Hi,When you mouse over the image you want to change does the VEC blue outline wrapper identify that image as "image" or something else, like "container"? If it's container that likely means that image is a CSS background image. The VEC doesn't currently offer "swap image" on those types of images. Y...

    Type

    Discussions

    Views

    3.1K

    Like

    1

    Replies

    0
  • Yes, that is how I'd setup it up with 2 activities. That code looks right to me.

    Type

    Discussions

    Views

    6.8K

    Likes

    0

    Replies

    1
  • Great to hear!So you can't use the targetPageParams() function from within Target itself. It adds parameters to the very first call to Target so anything returned by that Target request would be too late. You can however, fire an adobe.target.TrackEvent() function ​from custom HTML offer or custom c...

    Type

    Discussions

    Views

    15.7K

    Like

    1

    Replies

    3
  • That code looks good. It worked for me in my sandbox site. I also see the "profile.premiumUsers" in my mbox request when viewing the network tab in the browser dev tools. I also see the premiumUsers show up in the visitor profile drop down. Your audience definition should look like this:If you aren'...

    Type

    Discussions

    Views

    15.7K

    Likes

    0

    Replies

    5
  • 1- It doesn't have to be in the at.js file itself (though adding it to the top of the at.js is usually easiest); however, it must be on the page before the at.js loads. So either way you'll need to make a change to your header I think.2- Yes profile.premiumUsers will be an availalbe attribute/token ...

    Type

    Discussions

    Views

    15.7K

    Likes

    0

    Replies

    1
  • I can't speak to the code sample above specifically, but once you have the cookie reading and parsing code figured out you can use the targetPageParams() function (for at.js, if using mbox.js you want to use mboxParameters()​ function) to turn the cookie values into key pairs that get passed to Targ...

    Type

    Discussions

    Views

    15.7K

    Likes

    0

    Replies

    3
  • Hello.There is quite a lot of ways to create targeting rules and define audiences in Target. Here are some ways to solve your specific use cases.To audience off of a visitors specific IP you can use a profile script (Target > Audiences > Profile Scripts) to store a visitors IP address as a parameter...

    Type

    Discussions

    Views

    15.7K

    Like

    1

    Replies

    5
  • Hi Tut,Are you asking how to see your Experience A and/or B on your page? For QA purposes? If so you can use the preview experiences links found on the overview tab of an activity. That will load the page and render the chosen experience. Please add more details if I'm misunderstanding your question...

    Type

    Discussions

    Views

    10.7K

    Like

    1

    Replies

    0
  • Hi John,Is the URL condition that says "doesn't contain" /local/ your only template page rule (create step > configure > URL)? If so can you confirm the operator is set to AND instead of OR.If you are actually using an OR condition and then trying to layer an exclusion on top of the OR condition ple...

    Type

    Discussions

    Views

    3.9K

    Likes

    0

    Replies

    1