You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ability to configure the run schedule for an Audience is limited to Linked Audiences (audienceType = LINKED). Note that if a Linked Audience remains disabled for 90 days Segment will delete the associated schedule and a new schedule will need to be created. • This endpoint is in **Alpha** testing. Please submit any feedback by sending an email to friends@segment.com. • In order to successfully call this endpoint, the specified Workspace needs to have the Audience feature enabled. Please reach out to your customer success manager for more information. The rate limit for this endpoint is 50 requests per minute, which is lower than the default due to access pattern restrictions. Once reached, this endpoint will respond with the 429 HTTP status code with headers indicating the limit parameters. See [Rate Limiting](/#tag/Rate-Limits) for more information.
30
+
The ability to configure the run schedule for an Audience is limited to Linked Audiences (audienceType = LINKED). Note that if a Linked Audience remains disabled for 90 days Segment will delete the associated schedule and a new schedule will need to be created. • In order to successfully call this endpoint, the specified Workspace needs to have the Audience feature enabled. Please reach out to your customer success manager for more information. The rate limit for this endpoint is 50 requests per minute, which is lower than the default due to access pattern restrictions. Once reached, this endpoint will respond with the 429 HTTP status code with headers indicating the limit parameters. See [Rate Limiting](/#tag/Rate-Limits) for more information.
31
31
32
32
### Example
33
33
@@ -37,7 +37,7 @@ import time
37
37
import os
38
38
import segment_public_api
39
39
from segment_public_api.models.add_audience_schedule_to_audience200_response import AddAudienceScheduleToAudience200Response
40
-
from segment_public_api.models.add_audience_schedule_to_audience_alpha_inputimportAddAudienceScheduleToAudienceAlphaInput
40
+
from segment_public_api.models.add_audience_schedule_to_audience_inputimportAddAudienceScheduleToAudienceInput
41
41
from segment_public_api.rest import ApiException
42
42
from pprint import pprint
43
43
@@ -54,11 +54,11 @@ with segment_public_api.ApiClient(configuration) as api_client:
@@ -484,7 +484,7 @@ Name | Type | Description | Notes
484
484
485
485
Get Audience Schedule from Space And Audience
486
486
487
-
Returns the schedule for the given audience and scheduleId. • This endpoint is in **Alpha** testing. Please submit any feedback by sending an email to friends@segment.com. • In order to successfully call this endpoint, the specified Workspace needs to have the Audience feature enabled. Please reach out to your customer success manager for more information.
487
+
Returns the schedule for the given audience and scheduleId. • In order to successfully call this endpoint, the specified Workspace needs to have the Audience feature enabled. Please reach out to your customer success manager for more information.
488
488
489
489
### Example
490
490
@@ -542,7 +542,7 @@ Name | Type | Description | Notes
@@ -645,7 +645,7 @@ Name | Type | Description | Notes
645
645
646
646
List Audience Schedules from Space And Audience
647
647
648
-
Returns the list of schedules for the given audience. • This endpoint is in **Alpha** testing. Please submit any feedback by sending an email to friends@segment.com. • In order to successfully call this endpoint, the specified Workspace needs to have the Audience feature enabled. Please reach out to your customer success manager for more information.
648
+
Returns the list of schedules for the given audience. • In order to successfully call this endpoint, the specified Workspace needs to have the Audience feature enabled. Please reach out to your customer success manager for more information.
649
649
650
650
### Example
651
651
@@ -701,7 +701,7 @@ Name | Type | Description | Notes
@@ -876,7 +876,7 @@ Name | Type | Description | Notes
876
876
877
877
Remove Audience Schedule from Audience
878
878
879
-
Deletes an audience schedule for a Linked Audience (audienceType = LINKED). • This endpoint is in **Alpha** testing. Please submit any feedback by sending an email to friends@segment.com. • In order to successfully call this endpoint, the specified Workspace needs to have the Audience feature enabled. Please reach out to your customer success manager for more information. The rate limit for this endpoint is 50 requests per minute, which is lower than the default due to access pattern restrictions. Once reached, this endpoint will respond with the 429 HTTP status code with headers indicating the limit parameters. See [Rate Limiting](/#tag/Rate-Limits) for more information.
879
+
Deletes an audience schedule for a Linked Audience (audienceType = LINKED). • In order to successfully call this endpoint, the specified Workspace needs to have the Audience feature enabled. Please reach out to your customer success manager for more information. The rate limit for this endpoint is 50 requests per minute, which is lower than the default due to access pattern restrictions. Once reached, this endpoint will respond with the 429 HTTP status code with headers indicating the limit parameters. See [Rate Limiting](/#tag/Rate-Limits) for more information.
880
880
881
881
### Example
882
882
@@ -934,7 +934,7 @@ Name | Type | Description | Notes
Updates an audience schedule for a Linked Audience (audienceType = LINKED). • This endpoint is in **Alpha** testing. Please submit any feedback by sending an email to friends@segment.com. • In order to successfully call this endpoint, the specified Workspace needs to have the Audience feature enabled. Please reach out to your customer success manager for more information. The rate limit for this endpoint is 50 requests per minute, which is lower than the default due to access pattern restrictions. Once reached, this endpoint will respond with the 429 HTTP status code with headers indicating the limit parameters. See [Rate Limiting](/#tag/Rate-Limits) for more information.
1034
+
Updates an audience schedule for a Linked Audience (audienceType = LINKED). • In order to successfully call this endpoint, the specified Workspace needs to have the Audience feature enabled. Please reach out to your customer success manager for more information. The rate limit for this endpoint is 50 requests per minute, which is lower than the default due to access pattern restrictions. Once reached, this endpoint will respond with the 429 HTTP status code with headers indicating the limit parameters. See [Rate Limiting](/#tag/Rate-Limits) for more information.
1035
1035
1036
1036
### Example
1037
1037
@@ -1041,7 +1041,7 @@ import time
1041
1041
import os
1042
1042
import segment_public_api
1043
1043
from segment_public_api.models.update_audience_schedule_for_audience200_response import UpdateAudienceScheduleForAudience200Response
1044
-
from segment_public_api.models.update_audience_schedule_for_audience_alpha_inputimportUpdateAudienceScheduleForAudienceAlphaInput
1044
+
from segment_public_api.models.update_audience_schedule_for_audience_inputimportUpdateAudienceScheduleForAudienceInput
1045
1045
from segment_public_api.rest import ApiException
1046
1046
from pprint import pprint
1047
1047
@@ -1059,11 +1059,11 @@ with segment_public_api.ApiClient(configuration) as api_client:
0 commit comments