Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If the server can access your site, the next test is to change an asset in the Digizuite DAM Center and verify that the notification has been sent to Optimizely.

  1. Change the log level for the logger “Digizuite.Episerver.Helpers.Internal.Logger” to Debug or All.

  2. Reload the site.

  3. Go to the DAM Center and find an asset that is published to the Optimizely channel.

  4. Change some of the metadata, e.g. the title. The Digizuite DAM will notify all registered integration endpoints with the update.

  5. You should see the following log statement in the log file Digizuite.log. This indicates that Digizuite DAM has delivered the notification to the api controller inside Optimizely.

    Code Block
    2020-05-15 11:20:45,828 [20] DEBUG DigizuiteIntegrationController::Update: DigizuiteIntegrationinfo: Digizuite.Optimizely.Controllers.DigizuiteWebhookController[0]
          Update: DigizuiteWebhook Event, Type:1 ItemId:39581010647 AssetId:3247392

  6. Lastly, verify that the changed metadata is the same as in Optimizely.

...