Expand my Community achievements bar.

Ryan_Roberts_
Ryan_Roberts_
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Yes, that is how I'd setup it up with 2 activities. That code looks right to me.

    Type

    Discussions

    Views

    8.5K

    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

    17.4K

    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

    17.4K

    Likes

    0

    Replies

    5
  • If you want to share the URL I'm happy to try prototyping it to see if there is something else that will work? You can direct message the URL to me if you prefer.

    Type

    Questions

    Views

    4.3K

    Likes

    0

    Replies

    0
  • 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

    17.4K

    Likes

    0

    Replies

    1
  • Hi CSAnderson,Please submit a ticket to ClientCare about this (please include your versions of at.js, MCID and appmeasurement.js). I have seen the Target graph view y-axis labels not match the tabular results in the past. Could be a bug causing that. On comparing the Target Tabular with the Analytic...

    Type

    Questions

    Views

    1.9K

    Likes

    0

    Replies

    0
  • Hi Hayley,CSS can sometimes be a little tricky because of its cascading effect. So a change to your CSS from Target might be getting overridden by other CSS on the page sometimes. I've found 2 useful ways to overcome this:Get more specific with your CSS selector. Instead of just using the class (.ex...

    Type

    Questions

    Views

    4.3K

    Like

    1

    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

    17.4K

    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

    17.4K

    Like

    1

    Replies

    5
  • Here are 2 options I can think of off the top of my head:Use "clicked an mbox" option.On the Goal & Settings step choose conversion for your goal metric.Choose Clicked an mbox in the drop down.Choose the mbox that is wrapped around the content you want to track clicks against.Caveate: Your mbox must...

    Type

    Questions

    Views

    2.4K

    Likes

    3

    Replies

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