Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Ryan_Roberts_
Ryan_Roberts_
Offline

Badges

Badges
23

Accepted Solutions

Accepted Solutions
108

Likes Received

Likes Received
228

Posts

Posts
234

Discussions

Discussions
49

Questions

Questions
185

Ideas

Ideas
3

Blog Posts

Blog Posts
0
Top badges earned by Ryan_Roberts_
Customize the badges you want to showcase on your profile
Re: Audience and URL Targeting - Adobe Target 19-09-2017
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 Target.For a cookie that relates to a visitor I'd use a "profile." parameter because that will be sticky to the visitors profile in Target (i.e., even if you don't pass it in each request Target will stil...

Views

13.1K

Likes

0

Replies

3
Re: How to set up Customer Attributes based on a profile parameter? - Adobe Target 11-09-2017
Hi Nicholas,Would you be able to provide some clarification? Are you sending your CRM/custom visitor ID in the P25 profile? To properly use Customer Attributes data you need to pass your CRM/custom visitor ID's in via the Marketing Cloud ID service. In your MCID service implemenation is where you set the "alias id" that you also enter in the Customer Attributes data source configuation.

Views

3.9K

Like

1

Replies

0
Re: Audience and URL Targeting - Adobe Target 01-09-2017
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 you can then define an audience off of. The profile script could also check the visitors IP against a specified range of IP addresses and return a true or false it the visitors IP matches the specifi...

Views

13.1K

Like

1

Replies

5
Re: Step by step guide to add click goals via Form based composer - Adobe Target 31-08-2017
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 be wrapped around the element you want to track clicks for. Any clickable element wrapped in that mbox will count as a conversion when clicked.Use embedded trackEvent functionPick a click tracking mb...

Views

1.5K

Likes

3

Replies

0
Re: How can I get all the expriences info on my pape with javascript? - Adobe Target 16-06-2017
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.

Views

9.8K

Like

1

Replies

0
Re: Flicker Problem - Adobe Target 16-06-2017
Hi guys,If you are using Ensighten (or any other tag managment solution besides Adobe's DTM) to load Target and MCID libraries to the page it is worth noting that the libraries must be load syncronously. If you are seeing flicker it often is because the at.js file (Target library file) is loaded to the page asyncronously. Most tag managers load tags async by default so you must configure them otherwise.

Views

5.5K

Like

1

Replies

0
Re: AT.js and a HTML offer - Adobe Target 16-06-2017
Glad that helped. One other thing that might work for you in the VEC is the swap offer option. If you can select the appropriate div/container on the page that matches the scope of your API uploaded HTML offers you should be able to then pick from the uploaded offer set which one you want to replace the container you selected in the VEC.

Views

2.1K

Likes

0

Replies

0
Re: Experiences Double up when Updating GlobalMbox via DTM. - Adobe Target 15-06-2017
Hey Michael,I have some additonal questions that will help us better understand your situation:On the initial page load is Target's response returning any content changes?What mbox name is used in your update call to Target? Is it fired only once on the page?What kind of a content change is being made? Is this using the insert element edit option by chance from the Visual Composer?

Views

1.4K

Likes

0

Replies

0
Re: AT.js and a HTML offer - Adobe Target 15-06-2017
You are correct. The at.js fires the global mbox request from the HEAD of the document and so HTML content can't be rendered there. Depending on your use case there should be several options available for adding HTML with the visual composer:Use the code editor > custom code section and uncheck the "add to head" option.Find an element on the page just above to the place you want to add HTML and choose the insert element option.The global mbox was designed for the visual composer so you may find ...

Views

1.9K

Like

1

Replies

0
Re: A/B test experience does not work - Adobe Target 15-06-2017
Hi Cory,You may need to "renew" the preview links. It looks like they both show default content to me.

Views

3.3K

Likes

0

Replies

0