Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect supplementalDataId format #122

Open
Brontojoris opened this issue Feb 12, 2024 · 0 comments
Open

Incorrect supplementalDataId format #122

Brontojoris opened this issue Feb 12, 2024 · 0 comments

Comments

@Brontojoris
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant