Beta Environment beta-environment
The beta environment is for testing your Audience Manager implementation. Changes made in beta do not affect production data. Contact your Audience Manager Partner Solutions representative if you’re interested in using the beta environment.
Overview
The functionality in the bveta environment is an exact replica of the production environment, without any experimental or unreleased features. Your login credentials from the production environment are valid in the beta environment.
Update Schedule
The beta environment is updated at the end of each month during off-peak hours.
Inbound Traffic
The beta environment supports inbound traffic only for file name and content syntax validation purposes. Since there is no ID mapping taking place on the beta environment, customers will not see any segment populations.
Consequently, the Onboarding Status page will always report No matching AAM ID upon file ingestion on the beta environment.
We advise all customers to perform any inbound testing on their production environment.
Outbound Traffic
Outbound traffic is not enabled for the beta environment.
Endpoints
https://bank-beta.demdex.com
https://api-beta.demdex.com/...
Accessing the DCS in the Beta Environment access-dcs-beta-environment
-
Make a DCS call, using the curl command. Curl is a tool to transfer data from or to a server, using one of many supported protocols.
For example:
curl -v https://dcs-beta.demdex.net/event
-
Verify that your request was served by the beta DCS by looking for “sandbox” in the DCS response header.
For example:
code language-none curl -v http://dcs-beta.demdex.net/?event [...] < DCS: va6-sandbox-dcs-3.sandbox.demdex.com <release_number> [...]