@@ -7,7 +7,7 @@ Feature: Rum Audience Management
77 And a valid "appKeyAuth" key in the system
88 And an instance of "RumAudienceManagement" API
99
10- @generated @skip @team:DataDog/audience-management-backend
10+ @generated @skip @team:DataDog/audience-management-backend @team:DataDog/pana-ingestion
1111 Scenario : Create connection returns "Connection created successfully" response
1212 Given operation "CreateConnection" enabled
1313 And new "CreateConnection" request
@@ -16,7 +16,7 @@ Feature: Rum Audience Management
1616 When the request is sent
1717 Then the response status is 201 Connection created successfully
1818
19- @generated @skip @team:DataDog/audience-management-backend
19+ @generated @skip @team:DataDog/audience-management-backend @team:DataDog/pana-ingestion
2020 Scenario : Delete connection returns "Connection deleted successfully" response
2121 Given operation "DeleteConnection" enabled
2222 And new "DeleteConnection" request
@@ -25,63 +25,63 @@ Feature: Rum Audience Management
2525 When the request is sent
2626 Then the response status is 204 Connection deleted successfully
2727
28- @generated @skip @team:DataDog/audience-management-backend
28+ @generated @skip @team:DataDog/audience-management-backend @team:DataDog/pana-ingestion
2929 Scenario : Get account facet info returns "Successful response with facet information" response
3030 Given operation "GetAccountFacetInfo" enabled
3131 And new "GetAccountFacetInfo" request
3232 And body with value {"data" : {"attributes" : {"facet_id" : "first_browser_name" , "limit" : 10, "search" : {"query" : "user_org_id:5001 AND first_country_code:US" }, "term_search" : {"value" : "Chrome" }}, "id" : "facet_info_request" , "type" : "users_facet_info_request" }}
3333 When the request is sent
3434 Then the response status is 200 Successful response with facet information
3535
36- @generated @skip @team:DataDog/audience-management-backend
36+ @generated @skip @team:DataDog/audience-management-backend @team:DataDog/pana-ingestion
3737 Scenario : Get mapping returns "Successful response with entity mapping configuration" response
3838 Given operation "GetMapping" enabled
3939 And new "GetMapping" request
4040 And request contains "entity" parameter from "REPLACE.ME"
4141 When the request is sent
4242 Then the response status is 200 Successful response with entity mapping configuration
4343
44- @generated @skip @team:DataDog/audience-management-backend
44+ @generated @skip @team:DataDog/audience-management-backend @team:DataDog/pana-ingestion
4545 Scenario : Get user facet info returns "Successful response with facet information" response
4646 Given operation "GetUserFacetInfo" enabled
4747 And new "GetUserFacetInfo" request
4848 And body with value {"data" : {"attributes" : {"facet_id" : "first_browser_name" , "limit" : 10, "search" : {"query" : "user_org_id:5001 AND first_country_code:US" }, "term_search" : {"value" : "Chrome" }}, "id" : "facet_info_request" , "type" : "users_facet_info_request" }}
4949 When the request is sent
5050 Then the response status is 200 Successful response with facet information
5151
52- @generated @skip @team:DataDog/audience-management-backend
52+ @generated @skip @team:DataDog/audience-management-backend @team:DataDog/pana-ingestion
5353 Scenario : List connections returns "Successful response with list of connections" response
5454 Given operation "ListConnections" enabled
5555 And new "ListConnections" request
5656 And request contains "entity" parameter from "REPLACE.ME"
5757 When the request is sent
5858 Then the response status is 200 Successful response with list of connections
5959
60- @generated @skip @team:DataDog/audience-management-backend
60+ @generated @skip @team:DataDog/audience-management-backend @team:DataDog/pana-ingestion
6161 Scenario : Query accounts returns "Successful response with account data" response
6262 Given operation "QueryAccounts" enabled
6363 And new "QueryAccounts" request
6464 And body with value {"data" : {"attributes" : {"limit" : 20, "query" : "plan_type:enterprise AND user_count:>100 AND subscription_status:active" , "select_columns" : ["account_id" , "account_name" , "user_count" , "plan_type" , "subscription_status" , "created_at" , "mrr" , "industry" ], "sort" : {"field" : "user_count" , "order" : "DESC" }, "wildcard_search_term" : "tech" }, "id" : "query_account_request" , "type" : "query_account_request" }}
6565 When the request is sent
6666 Then the response status is 200 Successful response with account data
6767
68- @generated @skip @team:DataDog/audience-management-backend
68+ @generated @skip @team:DataDog/audience-management-backend @team:DataDog/pana-ingestion
6969 Scenario : Query event filtered users returns "Successful response with filtered user data" response
7070 Given operation "QueryEventFilteredUsers" enabled
7171 And new "QueryEventFilteredUsers" request
7272 And body with value {"data" : {"attributes" : {"event_query" : {"query" : "@type:view AND @view.loading_time:>3000 AND @application.name:ecommerce-platform" , "time_frame" : {"end" : 1761309676, "start" : 1760100076}}, "include_row_count" : true, "limit" : 25, "query" : "user_org_id:5001 AND first_country_code:US AND first_browser_name:Chrome" , "select_columns" : ["user_id" , "user_email" , "first_country_code" , "first_browser_name" , "events_count" , "session_count" , "error_count" , "avg_loading_time" ]}, "id" : "query_event_filtered_users_request" , "type" : "query_event_filtered_users_request" }}
7373 When the request is sent
7474 Then the response status is 200 Successful response with filtered user data
7575
76- @generated @skip @team:DataDog/audience-management-backend
76+ @generated @skip @team:DataDog/audience-management-backend @team:DataDog/pana-ingestion
7777 Scenario : Query users returns "Successful response with user data" response
7878 Given operation "QueryUsers" enabled
7979 And new "QueryUsers" request
8080 And body with value {"data" : {"attributes" : {"limit" : 25, "query" : "user_email:*@techcorp.com AND first_country_code:US AND first_browser_name:Chrome" , "select_columns" : ["user_id" , "user_email" , "user_name" , "user_org_id" , "first_country_code" , "first_browser_name" , "first_device_type" , "last_seen" ], "sort" : {"field" : "first_seen" , "order" : "DESC" }, "wildcard_search_term" : "john" }, "id" : "query_users_request" , "type" : "query_users_request" }}
8181 When the request is sent
8282 Then the response status is 200 Successful response with user data
8383
84- @generated @skip @team:DataDog/audience-management-backend
84+ @generated @skip @team:DataDog/audience-management-backend @team:DataDog/pana-ingestion
8585 Scenario : Update connection returns "Connection updated successfully" response
8686 Given operation "UpdateConnection" enabled
8787 And new "UpdateConnection" request
0 commit comments