Skip to content

Incorrect supplementalDataId format #122

@Brontojoris

Description

@Brontojoris

https://github.com/adobe/target-nodejs-sdk/blob/main/openapi/delivery/components/AnalyticsRequest.yaml specifies that
supplementalDataId format is:

Format <16 hexadecimal digits>-<16 hexadecimal digits>
maxLength: 33
minLength: 33

But then the documentation at: https://github.com/adobe/target-nodejs-sdk/blob/main/openapi/delivery/markdown/api-description.md#adobe-target-automatically-forwards-the-analytics-payload

Uses a different format.

"experienceCloud": {
        "analytics": {
          "supplementalDataId" : "23423498732598234",
          "trackingServer": "ags041.sc.omtrdc.net",
          "logging": "server_side"
        }
      }

So which is correct?

Please update documentation so it is consistent.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions