Lesson 1: The Tools of the Trade - Adobe-Marketing-Cloud/target-api-examples GitHub Wiki

##Objective

This lesson will get you familiar with the tools that will be used during the session. You will do some basic operations with each tool to make sure that the rest of the lessons can be completed without issues.

Alert: Ask for your USER NUMBER !

Please note that each lab participant will have a unique USERNUMBER, which you will use to substitute in the rest of this session!


##Exercise 1: Adobe Target – a quick intro

In this exercise, you will familiarize yourself with Adobe Target's UI. You will log into the Adobe Marketing Cloud and access Adobe Target to view a list of activities.

  • Step 4: Click on the “Target” link on left pane. After clicking the "Target" link you will see a "Target" card in the main pane. Please click the "Target" card to see the list of activities.

##Exercise 2: Your Travel Site - first look.

In this exercise, you will familiarize yourself with the example Travel Site that we will be using throughout this lab. Travel Site has already been instrumented with Target code for your convenience.

  • Step 1: Browse to the following url: http://adobe-marketing-cloud.github.io/target-api-examples/travel-demo/labuser<USERNUMBER>.html

for example: http://adobe-marketing-cloud.github.io/target-api-examples/travel-demo/labuser71.html

On the site you will see three mbox locations as shown in the image below, which will be delivering targeted content to:

  • Step 2: Navigate to the bottom of page and fill form to sign up. Enter the username to be labuser<USERNUMBER>@adobesummit.com like [email protected], and any text for password.

  • Step 3: Note that the ID that is returned will be the third party id that is used for the rest of the lab exercises.

##Exercise 3: Chrome Browser Tools : Using PostMan plugin to see APIs in action

In Exercise 3, you will get familiar with PostMan and Target APIs.

PostMan is a useful Chrome browser plugin that can be used to exercise REST api calls. We will be using this tool throughout this lab to test out various Target APIs.

(Note: If PostMan collection is missing please import it from https://www.getpostman.com/collections/d3e99db7716c5cee0122 )

  • Step 1: Click on the PostMan Icon on the Chrome browser toolbar, or access from Plugins

  • Step 2: View the collections

  • Step 3: Select the entry for “Get mbox settings” and click "Send"

Conclusion

You are now ready with all the tools needed for the rest of the lab.

⚠️ **GitHub.com Fallback** ⚠️