AWS AI Services Programming Series - Part7 (Personalize)

   Go back to the Task List

  « 5. Create a Solution    7: Setup Development Environment »

6. Create Campaign

In this step, Amazon Personalize will create a campaign which is used to get recommendation of movies for the customer.

  1. On Amazon Personalize dashboard, click on the Create new campaign button under the Launch campaigns.

    Personalize

  2. On the next screen, type in dojo_campaign as the name. Select dojo_solution for the solution. Keep rest of the fields as the default. Click on the Create campaign button.

    Personalize

  3. The campaign creation will start and it will take some time to finish. Wait till it finishes.

    Personalize

  4. Meanwhile, make note of the Campaign ARN as you need it later when building a code based client.

    Personalize

  5. Once the campaign is ready, the Test campaign results form becomes visible which is used to test recommendations for the customer. In the Test campaign results form, type in the user id as 1. Keep filter as None and click on the Get recommendations button.

    Personalize

  6. It will show list of movies recommended for the customer (1) with a score attached.

    Personalize

  7. Great to see the recommendations. Time to build a client which can call the campaign to get movies recommendation for the customers programmatically.