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: Passing IP Address using Single Profile API - Adobe Target 01-06-2017
Using the host: mycompanyname.tt.omtrdc.net is a valid method. If desired you can update the profile directly where it resides with the mboxedge##.tt.omtrdc.net host. In North America there are at least 3 different servers, more globally though I don't have the exact number.The user is still associated with your account because the folder, not the subdomain defines this. See the example API Profile Update call from the documentation:https://CLIENT.tt.omtrdc.net/m2/CLIENT/profile/update?mboxPC=13...

Views

1.3K

Likes

0

Replies

0
Re: rawbox location - Adobe Target 30-05-2017
Hi Geeta,You can create an "mbox" or location in Target by simply adding an mbox to a page and loading that page in a browser. Alternatively, you can fire an mbox request in your browser to create an mbox in your Target account. Here is a sample mbox request you can modify to create an mbox/rawbox for your Campaign purposes. Replace CLIENT with your Target account client code. Replace MBOX with the name you choose for your mbox/rawbox - it can be what ever you choose so long as it's alphanumberi...

Views

1.4K

Likes

0

Replies

0
Re: How can I disable all Activities/Test just for my current session - Adobe Target 19-05-2017
If you are using the latest at.js (version 0.9.6 or later) you can set a session cookie that will disable mboxes. From the browser console you can run: document.cookie = "mboxDisable=1; path=/";Hope that helps!

Views

4.4K

Likes

2

Replies

0
Re: Passing IP Address using Single Profile API - Adobe Target 19-05-2017
james hartley wrote... ...Do you know what delay times are to be expected when using the profile update API? When you use the mboxedge## subdomain method I describe above, updates should be real time. I just tested and verified this. If you don't use the mboxedge## subdomain I would guess that could be 30 min for updates to propigate to the other servers, if needed. Though I haven't tested this one personally for timing.Using the mboxTrace debugging tool (https://marketing.adobe.com/resources/he...

Views

1.4K

Likes

0

Replies

0
Re: Passing IP Address using Single Profile API - Adobe Target 18-05-2017
Ah, that is for content delivery. If you have a server-side implemenation of Target and you want Target to use the end users IP (rather than your server's IP) to perform geo segmentation off of you can add that to a deliver API call. It doesn't apply to the profile update API though.

Views

1.4K

Likes

0

Replies

0
Re: Issue with A/B experience test - Adobe Target 18-05-2017
Thanks Emily. I'd like to take a closer look. Would you send the URL to view the test? You can direct message it to me if you prefer.

Views

9.3K

Likes

0

Replies

0
Re: Target Audience Based on Cookie Value - Adobe Target 17-05-2017
Hi Marshall,As bhawkins showed above you can modify your mbox.js or at.js to pick up a cookie(s) value and pass it into Target for defining audiences off of. Target doesn't pick up your sites cookies by default, which I'm betting is by design for privacy reasons. However, you have the abilty to implement Target so it always see's certain cookies.

Views

3.9K

Likes

0

Replies

0
Re: Issue with A/B experience test - Adobe Target 17-05-2017
Hi Emily,First I'd try a different browser. Perhaps for some reason your browser is not firing the Target mbox request on the page.You can verify this by adding the "&mboxDebug=1" parameter to your url. It needs to go in the query portion of the URL. So after the "?". You can add a question mark at the end of the URL if one doesn't exist. Something like this: http://www.sb.com/lounge/?mboxDebug=1 or like this: http://www.sb.com/lounge/?param=value&mboxDebug=1If you are using at.js you'll need to...

Views

9.3K

Likes

0

Replies

3
Re: Passing IP Address using Single Profile API - Adobe Target 17-05-2017
Hi James,I do not know of a method to pass the IP of a visitor into the API you are mentioning. However, you shouldn't need to. But if you prefer, you can send your profile update API call to the Target server where that visitor's profile lives. This works well if you are using the PCID update method. The mboxPC will identify which server to update.For example, mboxPC=1368007744041-575948.01_00 the 2 digits between the "." and the "_" are the server ID of that visitor. You can make your API call...

Views

1.4K

Likes

0

Replies

0
Re: Excluding certain site sections from a Test Experience - Adobe Target 17-05-2017
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 please share the other rules. You may want to do the "exclusion" part in an audience (on the target step) if this is the case.

Views

3.4K

Likes

0

Replies

1