Get Audience Manager env value
Closed this issue · 5 comments
AUDIENCE_MANAGER_ID
is missing for the tests (this is the "profile viewer id"). Right now the test is disabled in repositories.json
JIRA issue created: https://jira.corp.adobe.com/browse/ACNA-1100
Ooh actually looks like the audience manager id is in the old travis in clear text https://travis-ci.com/github/adobe/aio-e2e-tests/settings
Will try with that one and open a PR hopefully it works 🤞
Ok that works locally, sending the PR
Looks good for passing the tests but we should know how to get this value in the future.
This id is the The Id of the profile that belongs to the data source you provided above (dataSourceId)
. https://dmp-data.adobe.io/__docs#/profile_viewer/get_profile__dataSourceId___id_
However the dataSourceId
provided in the e2e test has this comment // fake values!
https://github.com/adobe/aio-lib-audience-manager-cd/blob/3112fe03d78aeb23d5b85a79cc29cbea920c4222/e2e/e2e.js#L25
Yeah I know seen the same fake id, we will have to revisit those tests in the future 👍