Test a Data Structure

After creating your Data Structure, you can test it, to ensure data is retrieved correctly.

  1. Open a new tab in your browser (the same browser in which you are logged in to MXO ).
  2. Paste the API Service URL from your Structure into the Address bar.
  3. Remove the oauth2 portion of the API service URL. Your URL should look similar to the following:https://myoneserver.thunderhead.com/one/rt/api/2.0/profiles/aep?sk=ONE-BFGKOU79DI-1234&ck=
  4. Replace the {CustomerKey}placeholder with a unique customer identifier. For example:https://myoneserver.thunderhead.com/one/rt/api/2.0/profiles/aep?sk=ONE-BFGKOU79DI-1234&ck=
  5. Click Enter and review the data returned.

To test your structure using a key attribute other than the default {CustomerKey}, add the ckname parameter to reference that attribute using it's API name in MXO . For example:

https://myoneserver.thunderhead.com/one/rt/api/2.0/profiles/aep?sk=NE-BFGKOU79DI-1234&ckname=email&ck=er@emaildomain.com.