@@ -984,24 +984,20 @@ def operation_server_settings
984984 ] ,
985985 "v2.submit_product_analytics_event" : [
986986 {
987- url : +"https://{subdomain}.{ site}" ,
987+ url : +"https://{site}" ,
988988 description : "No description provided" ,
989989 variables : {
990990 site : {
991- description : "The regional site for customers ." ,
992- default_value : "datadoghq.com" ,
991+ description : "The intake domain for the regional site ." ,
992+ default_value : "browser-intake- datadoghq.com" ,
993993 enum_values : [
994- "datadoghq.com" ,
995- "us3. datadoghq.com" ,
996- "us5. datadoghq.com" ,
997- "ap1. datadoghq.com" ,
998- "ap2. datadoghq.com" ,
999- "datadoghq.eu"
994+ "browser-intake- datadoghq.com" ,
995+ "browser-intake- us3- datadoghq.com" ,
996+ "browser-intake- us5- datadoghq.com" ,
997+ "browser-intake- ap1- datadoghq.com" ,
998+ "browser-intake- ap2- datadoghq.com" ,
999+ "browser-intake- datadoghq.eu"
10001000 ]
1001- } ,
1002- subdomain : {
1003- description : "The subdomain where the API is deployed." ,
1004- default_value : "browser-intake" ,
10051001 }
10061002 }
10071003 } ,
@@ -1029,7 +1025,7 @@ def operation_server_settings
10291025 } ,
10301026 subdomain : {
10311027 description : "The subdomain where the API is deployed." ,
1032- default_value : "browser-intake " ,
1028+ default_value : "api " ,
10331029 }
10341030 }
10351031 }
0 commit comments