criteo-api-marketingsolutions-sdk 0.0.240808__py3-none-any.whl → 0.0.250129__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of criteo-api-marketingsolutions-sdk might be problematic. Click here for more details.

Files changed (109) hide show
  1. criteo_api_marketingsolutions_preview/__init__.py +1 -1
  2. criteo_api_marketingsolutions_preview/api/analytics_api.py +10 -8
  3. criteo_api_marketingsolutions_preview/api/audience_api.py +139 -431
  4. criteo_api_marketingsolutions_preview/api/campaign_api.py +57 -934
  5. criteo_api_marketingsolutions_preview/api/creative_api.py +89 -89
  6. criteo_api_marketingsolutions_preview/api_client.py +1 -1
  7. criteo_api_marketingsolutions_preview/configuration.py +1 -1
  8. criteo_api_marketingsolutions_preview/model/{ad_set_delivery_limitations_v24_q1.py → ad_set_delivery_limitations_v24_q3.py} +3 -3
  9. criteo_api_marketingsolutions_preview/model/{ad_set_frequency_capping_v24_q1.py → ad_set_frequency_capping_v24_q3.py} +3 -3
  10. criteo_api_marketingsolutions_preview/model/{ad_set_geo_location_v24_q1.py → ad_set_geo_location_v24_q3.py} +14 -14
  11. criteo_api_marketingsolutions_preview/model/{ad_set_search_filter_v24_q1.py → ad_set_search_filter_v24_q3.py} +3 -3
  12. criteo_api_marketingsolutions_preview/model/{ad_set_search_request_v24_q1.py → ad_set_search_request_v24_q3.py} +8 -8
  13. criteo_api_marketingsolutions_preview/model/{ad_set_targeting_rule_v24_q1.py → ad_set_targeting_rule_v24_q3.py} +3 -3
  14. criteo_api_marketingsolutions_preview/model/{ad_set_targeting_v24_q1.py → ad_set_targeting_v24_q3.py} +18 -18
  15. criteo_api_marketingsolutions_preview/model/ad_set_targeting_video_positioning.py +13 -0
  16. criteo_api_marketingsolutions_preview/model/adaptive_attributes.py +0 -10
  17. criteo_api_marketingsolutions_preview/model/adaptive_write_attributes.py +0 -4
  18. criteo_api_marketingsolutions_preview/model/contactlist_amendment_attributes.py +2 -3
  19. criteo_api_marketingsolutions_preview/model/contactlist_with_attributes_amendment_attributes.py +0 -1
  20. criteo_api_marketingsolutions_preview/model/coupon.py +0 -2
  21. criteo_api_marketingsolutions_preview/model/coupon_supported_sizes.py +0 -4
  22. criteo_api_marketingsolutions_preview/model/create_ad_set_attribution_configuration_v24_q3.py +284 -0
  23. criteo_api_marketingsolutions_preview/model/{create_ad_set_bidding_v24_q1.py → create_ad_set_bidding_v24_q3.py} +4 -4
  24. criteo_api_marketingsolutions_preview/model/{create_ad_set_budget_v24_q1.py → create_ad_set_budget_v24_q3.py} +3 -3
  25. criteo_api_marketingsolutions_preview/model/{create_ad_set_geo_location_v24_q1.py → create_ad_set_geo_location_v24_q3.py} +14 -14
  26. criteo_api_marketingsolutions_preview/model/{create_ad_set_schedule_v24_q1.py → create_ad_set_schedule_v24_q3.py} +3 -3
  27. criteo_api_marketingsolutions_preview/model/{create_ad_set_targeting_v24_q1.py → create_ad_set_targeting_v24_q3.py} +18 -18
  28. criteo_api_marketingsolutions_preview/model/{create_ad_set_v24_q1.py → create_ad_set_v24_q3.py} +31 -25
  29. criteo_api_marketingsolutions_preview/model/{create_ad_set_v24_q1_request.py → create_ad_set_v24_q3_request.py} +8 -8
  30. criteo_api_marketingsolutions_preview/model/{create_ad_set_v24_q1_resource.py → create_ad_set_v24_q3_resource.py} +8 -8
  31. criteo_api_marketingsolutions_preview/model/create_coupon.py +0 -2
  32. criteo_api_marketingsolutions_preview/model/create_image_slide.py +0 -2
  33. criteo_api_marketingsolutions_preview/model/dynamic_attributes.py +0 -4
  34. criteo_api_marketingsolutions_preview/model/dynamic_write_attributes.py +6 -6
  35. criteo_api_marketingsolutions_preview/model/html_tag_attributes.py +0 -2
  36. criteo_api_marketingsolutions_preview/model/html_tag_write_attributes.py +0 -2
  37. criteo_api_marketingsolutions_preview/model/image_attributes.py +0 -2
  38. criteo_api_marketingsolutions_preview/model/image_set.py +0 -2
  39. criteo_api_marketingsolutions_preview/model/image_slide.py +0 -2
  40. criteo_api_marketingsolutions_preview/model/json_report_rows.py +3 -3
  41. criteo_api_marketingsolutions_preview/model/{nillable_ad_set_targeting_rule_v24_q1.py → nillable_ad_set_targeting_rule_v24_q3.py} +8 -8
  42. criteo_api_marketingsolutions_preview/model/{nillable_ad_set_targeting_rule_v24_q1_value.py → nillable_ad_set_targeting_rule_v24_q3_value.py} +6 -6
  43. criteo_api_marketingsolutions_preview/model/nillable_lookback_window_v24_q3.py +271 -0
  44. criteo_api_marketingsolutions_preview/model/patch_ad_set_attribution_configuration_v24_q3.py +282 -0
  45. criteo_api_marketingsolutions_preview/model/{patch_ad_set_bidding_v24_q1.py → patch_ad_set_bidding_v24_q3.py} +3 -3
  46. criteo_api_marketingsolutions_preview/model/{patch_ad_set_budget_v24_q1.py → patch_ad_set_budget_v24_q3.py} +3 -3
  47. criteo_api_marketingsolutions_preview/model/{patch_ad_set_scheduling_v24_q1.py → patch_ad_set_scheduling_v24_q3.py} +3 -3
  48. criteo_api_marketingsolutions_preview/model/{patch_ad_set_v24_q1.py → patch_ad_set_v24_q3.py} +31 -25
  49. criteo_api_marketingsolutions_preview/model/product.py +4 -0
  50. criteo_api_marketingsolutions_preview/model/read_ad_set_attribution_configuration_v24_q3.py +284 -0
  51. criteo_api_marketingsolutions_preview/model/{read_ad_set_bidding_v24_q1.py → read_ad_set_bidding_v24_q3.py} +4 -4
  52. criteo_api_marketingsolutions_preview/model/{read_ad_set_budget_v24_q1.py → read_ad_set_budget_v24_q3.py} +3 -3
  53. criteo_api_marketingsolutions_preview/model/{read_ad_set_schedule_v24_q1.py → read_ad_set_schedule_v24_q3.py} +3 -3
  54. criteo_api_marketingsolutions_preview/model/{read_ad_set_v24_q1.py → read_ad_set_v24_q3.py} +31 -25
  55. criteo_api_marketingsolutions_preview/model/{read_model_ad_set_id_v24_q1.py → read_model_ad_set_id_v24_q3.py} +3 -3
  56. criteo_api_marketingsolutions_preview/model/{read_model_read_ad_set_v24_q1.py → read_model_read_ad_set_v24_q3.py} +8 -8
  57. criteo_api_marketingsolutions_preview/model/{user_profile_identifier_model.py → report_detail_warning.py} +21 -11
  58. criteo_api_marketingsolutions_preview/model/{delete_user_profile_model_resource.py → report_detail_warnings.py} +23 -15
  59. criteo_api_marketingsolutions_preview/model/report_ok_response.py +31 -17
  60. criteo_api_marketingsolutions_preview/model/{requests_patch_ad_set_v24_q1.py → requests_patch_ad_set_v24_q3.py} +8 -8
  61. criteo_api_marketingsolutions_preview/model/{creative_response.py → resource_collection_outcome_of_ad.py} +8 -12
  62. criteo_api_marketingsolutions_preview/model/resource_collection_outcome_of_coupon.py +281 -0
  63. criteo_api_marketingsolutions_preview/model/{ad_list_response.py → resource_collection_outcome_of_creative.py} +8 -14
  64. criteo_api_marketingsolutions_preview/model/{ad_write_request.py → resource_input_of_ad_write.py} +8 -8
  65. criteo_api_marketingsolutions_preview/model/{create_coupon_request.py → resource_input_of_create_coupon.py} +8 -8
  66. criteo_api_marketingsolutions_preview/model/{creative_write_request.py → resource_input_of_creative_write.py} +8 -8
  67. criteo_api_marketingsolutions_preview/model/{update_coupon_request.py → resource_input_of_update_coupon.py} +8 -8
  68. criteo_api_marketingsolutions_preview/model/{ad_resource.py → resource_of_ad.py} +5 -5
  69. criteo_api_marketingsolutions_preview/model/{ad_write_resource.py → resource_of_ad_write.py} +5 -5
  70. criteo_api_marketingsolutions_preview/model/{coupon_resource.py → resource_of_coupon.py} +5 -5
  71. criteo_api_marketingsolutions_preview/model/{coupon_supported_sizes_resource.py → resource_of_coupon_supported_sizes.py} +5 -5
  72. criteo_api_marketingsolutions_preview/model/{create_coupon_resource.py → resource_of_create_coupon.py} +5 -5
  73. criteo_api_marketingsolutions_preview/model/{creative_resource.py → resource_of_creative.py} +5 -5
  74. criteo_api_marketingsolutions_preview/model/{creative_write_resource.py → resource_of_creative_write.py} +5 -5
  75. criteo_api_marketingsolutions_preview/model/{update_coupon_resource.py → resource_of_update_coupon.py} +5 -5
  76. criteo_api_marketingsolutions_preview/model/{ad_response.py → resource_outcome_of_ad.py} +8 -12
  77. criteo_api_marketingsolutions_preview/model/{coupon_response.py → resource_outcome_of_coupon.py} +8 -12
  78. criteo_api_marketingsolutions_preview/model/{coupon_list_response.py → resource_outcome_of_coupon_supported_sizes.py} +8 -14
  79. criteo_api_marketingsolutions_preview/model/resource_outcome_of_creative.py +281 -0
  80. criteo_api_marketingsolutions_preview/model/{response_read_ad_set_v24_q1.py → response_read_ad_set_v24_q3.py} +8 -8
  81. criteo_api_marketingsolutions_preview/model/{responses_ad_set_id_v24_q1.py → responses_ad_set_id_v24_q3.py} +8 -8
  82. criteo_api_marketingsolutions_preview/model/{responses_read_ad_set_v24_q1.py → responses_read_ad_set_v24_q3.py} +8 -8
  83. criteo_api_marketingsolutions_preview/model/set_ad_set_targeting_video_positioning.py +13 -0
  84. criteo_api_marketingsolutions_preview/model/{write_model_patch_ad_set_v24_q1.py → write_model_patch_ad_set_v24_q3.py} +8 -8
  85. criteo_api_marketingsolutions_preview/models/__init__.py +57 -71
  86. {criteo_api_marketingsolutions_sdk-0.0.240808.dist-info → criteo_api_marketingsolutions_sdk-0.0.250129.dist-info}/METADATA +14 -5
  87. {criteo_api_marketingsolutions_sdk-0.0.240808.dist-info → criteo_api_marketingsolutions_sdk-0.0.250129.dist-info}/RECORD +89 -103
  88. {criteo_api_marketingsolutions_sdk-0.0.240808.dist-info → criteo_api_marketingsolutions_sdk-0.0.250129.dist-info}/WHEEL +1 -1
  89. criteo_api_marketingsolutions_preview/model/coupon_supported_sizes_response.py +0 -285
  90. criteo_api_marketingsolutions_preview/model/creative_list_response.py +0 -287
  91. criteo_api_marketingsolutions_preview/model/delete_user_profile_model.py +0 -273
  92. criteo_api_marketingsolutions_preview/model/delete_user_profile_model_list_request.py +0 -271
  93. criteo_api_marketingsolutions_preview/model/oci_brand_safety_response.py +0 -279
  94. criteo_api_marketingsolutions_preview/model/oci_brand_safety_response_data.py +0 -287
  95. criteo_api_marketingsolutions_preview/model/oci_brand_safety_rule.py +0 -275
  96. criteo_api_marketingsolutions_preview/model/oci_brand_safety_segment.py +0 -320
  97. criteo_api_marketingsolutions_preview/model/oci_targeting_node.py +0 -277
  98. criteo_api_marketingsolutions_preview/model/oci_targeting_response.py +0 -279
  99. criteo_api_marketingsolutions_preview/model/oci_targeting_response_data.py +0 -287
  100. criteo_api_marketingsolutions_preview/model/oci_targeting_rule.py +0 -275
  101. criteo_api_marketingsolutions_preview/model/set_user_profile_model.py +0 -293
  102. criteo_api_marketingsolutions_preview/model/set_user_profile_model_list_request.py +0 -271
  103. criteo_api_marketingsolutions_preview/model/set_user_profile_model_resource.py +0 -273
  104. criteo_api_marketingsolutions_preview/model/target.py +0 -274
  105. criteo_api_marketingsolutions_preview/model/target_type.py +0 -290
  106. criteo_api_marketingsolutions_preview/model/targeting_error_model.py +0 -299
  107. criteo_api_marketingsolutions_preview/model/targeting_operator.py +0 -292
  108. criteo_api_marketingsolutions_preview/model/user_profile_attribute_model.py +0 -275
  109. {criteo_api_marketingsolutions_sdk-0.0.240808.dist-info → criteo_api_marketingsolutions_sdk-0.0.250129.dist-info}/top_level.txt +0 -0
@@ -47,12 +47,10 @@ from criteo_api_marketingsolutions_preview.model.contact_list_statistics_entity_
47
47
  from criteo_api_marketingsolutions_preview.model.contactlist_amendment_request import ContactlistAmendmentRequest
48
48
  from criteo_api_marketingsolutions_preview.model.contactlist_with_attributes_amendment_request import ContactlistWithAttributesAmendmentRequest
49
49
  from criteo_api_marketingsolutions_preview.model.delete_audience_contact_list_response import DeleteAudienceContactListResponse
50
- from criteo_api_marketingsolutions_preview.model.delete_user_profile_model_list_request import DeleteUserProfileModelListRequest
51
50
  from criteo_api_marketingsolutions_preview.model.error_code_response import ErrorCodeResponse
52
51
  from criteo_api_marketingsolutions_preview.model.in_market_audience_segment_brand_entity_v1_list_response import InMarketAudienceSegmentBrandEntityV1ListResponse
53
52
  from criteo_api_marketingsolutions_preview.model.in_market_audience_segment_interest_entity_v1_list_response import InMarketAudienceSegmentInterestEntityV1ListResponse
54
53
  from criteo_api_marketingsolutions_preview.model.modify_audience_response import ModifyAudienceResponse
55
- from criteo_api_marketingsolutions_preview.model.set_user_profile_model_list_request import SetUserProfileModelListRequest
56
54
 
57
55
 
58
56
  class AudienceApi(object):
@@ -530,119 +528,6 @@ class AudienceApi(object):
530
528
  },
531
529
  api_client=api_client
532
530
  )
533
- self.delete_contact_list_identifiers_endpoint = _Endpoint(
534
- settings={
535
- 'response_type': (DeleteAudienceContactListResponse,),
536
- 'auth': [
537
- 'oauth',
538
- 'oauth'
539
- ],
540
- 'endpoint_path': '/preview/marketing-solutions/audience-segments/{audience-segment-id}/contact-list',
541
- 'operation_id': 'delete_contact_list_identifiers',
542
- 'http_method': 'DELETE',
543
- 'servers': None,
544
- },
545
- params_map={
546
- 'all': [
547
- 'audience_segment_id',
548
- ],
549
- 'required': [
550
- 'audience_segment_id',
551
- ],
552
- 'nullable': [
553
- ],
554
- 'enum': [
555
- ],
556
- 'validation': [
557
- ]
558
- },
559
- root_map={
560
- 'validations': {
561
- },
562
- 'allowed_values': {
563
- },
564
- 'openapi_types': {
565
- 'audience_segment_id':
566
- (str,),
567
- },
568
- 'attribute_map': {
569
- 'audience_segment_id': 'audience-segment-id',
570
- },
571
- 'location_map': {
572
- 'audience_segment_id': 'path',
573
- },
574
- 'collection_format_map': {
575
- }
576
- },
577
- headers_map={
578
- 'accept': [
579
- 'application/json'
580
- ],
581
- 'content_type': [],
582
- },
583
- api_client=api_client
584
- )
585
- self.delete_user_profiles_endpoint = _Endpoint(
586
- settings={
587
- 'response_type': None,
588
- 'auth': [
589
- 'oauth',
590
- 'oauth'
591
- ],
592
- 'endpoint_path': '/preview/marketing-solutions/advertisers/{advertiserId}/user-profiles/delete',
593
- 'operation_id': 'delete_user_profiles',
594
- 'http_method': 'POST',
595
- 'servers': None,
596
- },
597
- params_map={
598
- 'all': [
599
- 'advertiser_id',
600
- 'delete_user_profile_model_list_request',
601
- ],
602
- 'required': [
603
- 'advertiser_id',
604
- ],
605
- 'nullable': [
606
- ],
607
- 'enum': [
608
- ],
609
- 'validation': [
610
- ]
611
- },
612
- root_map={
613
- 'validations': {
614
- },
615
- 'allowed_values': {
616
- },
617
- 'openapi_types': {
618
- 'advertiser_id':
619
- (int,),
620
- 'delete_user_profile_model_list_request':
621
- (DeleteUserProfileModelListRequest,),
622
- },
623
- 'attribute_map': {
624
- 'advertiser_id': 'advertiserId',
625
- },
626
- 'location_map': {
627
- 'advertiser_id': 'path',
628
- 'delete_user_profile_model_list_request': 'body',
629
- },
630
- 'collection_format_map': {
631
- }
632
- },
633
- headers_map={
634
- 'accept': [
635
- 'application/json'
636
- ],
637
- 'content_type': [
638
- 'application/json-patch+json',
639
- 'application/json',
640
- 'text/json',
641
- 'application/*+json'
642
- ]
643
- },
644
- api_client=api_client
645
- )
646
531
  self.estimate_audience_segment_size_endpoint = _Endpoint(
647
532
  settings={
648
533
  'response_type': (AudienceSegmentSizeEstimationV1Response,),
@@ -992,205 +877,181 @@ class AudienceApi(object):
992
877
  },
993
878
  api_client=api_client
994
879
  )
995
- self.search_audience_segments_endpoint = _Endpoint(
880
+ self.preview_marketing_solutions_audience_segments_audience_segment_id_contact_list_delete_endpoint = _Endpoint(
996
881
  settings={
997
- 'response_type': (AudienceSegmentEntityV1AudienceSegmentSearchMetadataV1ListResponse,),
882
+ 'response_type': (DeleteAudienceContactListResponse,),
998
883
  'auth': [
999
884
  'oauth',
1000
885
  'oauth'
1001
886
  ],
1002
- 'endpoint_path': '/preview/marketing-solutions/audience-segments/search',
1003
- 'operation_id': 'search_audience_segments',
1004
- 'http_method': 'POST',
887
+ 'endpoint_path': '/preview/marketing-solutions/audience-segments/{audience-segment-id}/contact-list',
888
+ 'operation_id': 'preview_marketing_solutions_audience_segments_audience_segment_id_contact_list_delete',
889
+ 'http_method': 'DELETE',
1005
890
  'servers': None,
1006
891
  },
1007
892
  params_map={
1008
893
  'all': [
1009
- 'audience_segment_search_input_v1',
1010
- 'limit',
1011
- 'offset',
894
+ 'audience_segment_id',
1012
895
  ],
1013
896
  'required': [
1014
- 'audience_segment_search_input_v1',
897
+ 'audience_segment_id',
1015
898
  ],
1016
899
  'nullable': [
1017
900
  ],
1018
901
  'enum': [
1019
902
  ],
1020
903
  'validation': [
1021
- 'limit',
1022
904
  ]
1023
905
  },
1024
906
  root_map={
1025
907
  'validations': {
1026
- ('limit',): {
1027
-
1028
- 'inclusive_maximum': 100,
1029
- 'inclusive_minimum': 0,
1030
- },
1031
908
  },
1032
909
  'allowed_values': {
1033
910
  },
1034
911
  'openapi_types': {
1035
- 'audience_segment_search_input_v1':
1036
- (AudienceSegmentSearchInputV1,),
1037
- 'limit':
1038
- (int,),
1039
- 'offset':
1040
- (int,),
912
+ 'audience_segment_id':
913
+ (str,),
1041
914
  },
1042
915
  'attribute_map': {
1043
- 'limit': 'limit',
1044
- 'offset': 'offset',
916
+ 'audience_segment_id': 'audience-segment-id',
1045
917
  },
1046
918
  'location_map': {
1047
- 'audience_segment_search_input_v1': 'body',
1048
- 'limit': 'query',
1049
- 'offset': 'query',
919
+ 'audience_segment_id': 'path',
1050
920
  },
1051
921
  'collection_format_map': {
1052
922
  }
1053
923
  },
1054
924
  headers_map={
1055
925
  'accept': [
1056
- 'text/plain',
1057
- 'application/json',
1058
- 'text/json'
926
+ 'application/json'
1059
927
  ],
1060
- 'content_type': [
1061
- 'application/json-patch+json',
1062
- 'application/json',
1063
- 'text/json',
1064
- 'application/*+json'
1065
- ]
928
+ 'content_type': [],
1066
929
  },
1067
930
  api_client=api_client
1068
931
  )
1069
- self.search_audiences_endpoint = _Endpoint(
932
+ self.preview_marketing_solutions_audience_segments_audience_segment_id_contact_list_patch_endpoint = _Endpoint(
1070
933
  settings={
1071
- 'response_type': (AudienceEntityV1AudienceSearchMetadataV1ListResponse,),
934
+ 'response_type': (ModifyAudienceResponse,),
1072
935
  'auth': [
1073
936
  'oauth',
1074
937
  'oauth'
1075
938
  ],
1076
- 'endpoint_path': '/preview/marketing-solutions/audiences/search',
1077
- 'operation_id': 'search_audiences',
1078
- 'http_method': 'POST',
939
+ 'endpoint_path': '/preview/marketing-solutions/audience-segments/{audience-segment-id}/contact-list',
940
+ 'operation_id': 'preview_marketing_solutions_audience_segments_audience_segment_id_contact_list_patch',
941
+ 'http_method': 'PATCH',
1079
942
  'servers': None,
1080
943
  },
1081
944
  params_map={
1082
945
  'all': [
1083
- 'audience_search_input_v1',
1084
- 'limit',
1085
- 'offset',
946
+ 'audience_segment_id',
947
+ 'contactlist_amendment_request',
1086
948
  ],
1087
949
  'required': [
1088
- 'audience_search_input_v1',
950
+ 'audience_segment_id',
951
+ 'contactlist_amendment_request',
1089
952
  ],
1090
953
  'nullable': [
1091
954
  ],
1092
955
  'enum': [
1093
956
  ],
1094
957
  'validation': [
1095
- 'limit',
1096
958
  ]
1097
959
  },
1098
960
  root_map={
1099
961
  'validations': {
1100
- ('limit',): {
1101
-
1102
- 'inclusive_maximum': 100,
1103
- 'inclusive_minimum': 0,
1104
- },
1105
962
  },
1106
963
  'allowed_values': {
1107
964
  },
1108
965
  'openapi_types': {
1109
- 'audience_search_input_v1':
1110
- (AudienceSearchInputV1,),
1111
- 'limit':
1112
- (int,),
1113
- 'offset':
1114
- (int,),
966
+ 'audience_segment_id':
967
+ (str,),
968
+ 'contactlist_amendment_request':
969
+ (ContactlistAmendmentRequest,),
1115
970
  },
1116
971
  'attribute_map': {
1117
- 'limit': 'limit',
1118
- 'offset': 'offset',
972
+ 'audience_segment_id': 'audience-segment-id',
1119
973
  },
1120
974
  'location_map': {
1121
- 'audience_search_input_v1': 'body',
1122
- 'limit': 'query',
1123
- 'offset': 'query',
975
+ 'audience_segment_id': 'path',
976
+ 'contactlist_amendment_request': 'body',
1124
977
  },
1125
978
  'collection_format_map': {
1126
979
  }
1127
980
  },
1128
981
  headers_map={
1129
982
  'accept': [
1130
- 'text/plain',
1131
- 'application/json',
1132
- 'text/json'
983
+ 'application/json'
1133
984
  ],
1134
985
  'content_type': [
1135
- 'application/json-patch+json',
1136
- 'application/json',
1137
- 'text/json',
1138
- 'application/*+json'
986
+ 'application/json'
1139
987
  ]
1140
988
  },
1141
989
  api_client=api_client
1142
990
  )
1143
- self.set_user_profiles_endpoint = _Endpoint(
991
+ self.search_audience_segments_endpoint = _Endpoint(
1144
992
  settings={
1145
- 'response_type': None,
993
+ 'response_type': (AudienceSegmentEntityV1AudienceSegmentSearchMetadataV1ListResponse,),
1146
994
  'auth': [
1147
995
  'oauth',
1148
996
  'oauth'
1149
997
  ],
1150
- 'endpoint_path': '/preview/marketing-solutions/advertisers/{advertiserId}/user-profiles/set',
1151
- 'operation_id': 'set_user_profiles',
998
+ 'endpoint_path': '/preview/marketing-solutions/audience-segments/search',
999
+ 'operation_id': 'search_audience_segments',
1152
1000
  'http_method': 'POST',
1153
1001
  'servers': None,
1154
1002
  },
1155
1003
  params_map={
1156
1004
  'all': [
1157
- 'advertiser_id',
1158
- 'set_user_profile_model_list_request',
1005
+ 'audience_segment_search_input_v1',
1006
+ 'limit',
1007
+ 'offset',
1159
1008
  ],
1160
1009
  'required': [
1161
- 'advertiser_id',
1010
+ 'audience_segment_search_input_v1',
1162
1011
  ],
1163
1012
  'nullable': [
1164
1013
  ],
1165
1014
  'enum': [
1166
1015
  ],
1167
1016
  'validation': [
1017
+ 'limit',
1168
1018
  ]
1169
1019
  },
1170
1020
  root_map={
1171
1021
  'validations': {
1022
+ ('limit',): {
1023
+
1024
+ 'inclusive_maximum': 100,
1025
+ 'inclusive_minimum': 0,
1026
+ },
1172
1027
  },
1173
1028
  'allowed_values': {
1174
1029
  },
1175
1030
  'openapi_types': {
1176
- 'advertiser_id':
1031
+ 'audience_segment_search_input_v1':
1032
+ (AudienceSegmentSearchInputV1,),
1033
+ 'limit':
1034
+ (int,),
1035
+ 'offset':
1177
1036
  (int,),
1178
- 'set_user_profile_model_list_request':
1179
- (SetUserProfileModelListRequest,),
1180
1037
  },
1181
1038
  'attribute_map': {
1182
- 'advertiser_id': 'advertiserId',
1039
+ 'limit': 'limit',
1040
+ 'offset': 'offset',
1183
1041
  },
1184
1042
  'location_map': {
1185
- 'advertiser_id': 'path',
1186
- 'set_user_profile_model_list_request': 'body',
1043
+ 'audience_segment_search_input_v1': 'body',
1044
+ 'limit': 'query',
1045
+ 'offset': 'query',
1187
1046
  },
1188
1047
  'collection_format_map': {
1189
1048
  }
1190
1049
  },
1191
1050
  headers_map={
1192
1051
  'accept': [
1193
- 'application/json'
1052
+ 'text/plain',
1053
+ 'application/json',
1054
+ 'text/json'
1194
1055
  ],
1195
1056
  'content_type': [
1196
1057
  'application/json-patch+json',
@@ -1201,61 +1062,76 @@ class AudienceApi(object):
1201
1062
  },
1202
1063
  api_client=api_client
1203
1064
  )
1204
- self.update_contact_list_identifiers_endpoint = _Endpoint(
1065
+ self.search_audiences_endpoint = _Endpoint(
1205
1066
  settings={
1206
- 'response_type': (ModifyAudienceResponse,),
1067
+ 'response_type': (AudienceEntityV1AudienceSearchMetadataV1ListResponse,),
1207
1068
  'auth': [
1208
1069
  'oauth',
1209
1070
  'oauth'
1210
1071
  ],
1211
- 'endpoint_path': '/preview/marketing-solutions/audience-segments/{audience-segment-id}/contact-list',
1212
- 'operation_id': 'update_contact_list_identifiers',
1213
- 'http_method': 'PATCH',
1072
+ 'endpoint_path': '/preview/marketing-solutions/audiences/search',
1073
+ 'operation_id': 'search_audiences',
1074
+ 'http_method': 'POST',
1214
1075
  'servers': None,
1215
1076
  },
1216
1077
  params_map={
1217
1078
  'all': [
1218
- 'audience_segment_id',
1219
- 'contactlist_amendment_request',
1079
+ 'audience_search_input_v1',
1080
+ 'limit',
1081
+ 'offset',
1220
1082
  ],
1221
1083
  'required': [
1222
- 'audience_segment_id',
1223
- 'contactlist_amendment_request',
1084
+ 'audience_search_input_v1',
1224
1085
  ],
1225
1086
  'nullable': [
1226
1087
  ],
1227
1088
  'enum': [
1228
1089
  ],
1229
1090
  'validation': [
1091
+ 'limit',
1230
1092
  ]
1231
1093
  },
1232
1094
  root_map={
1233
1095
  'validations': {
1096
+ ('limit',): {
1097
+
1098
+ 'inclusive_maximum': 100,
1099
+ 'inclusive_minimum': 0,
1100
+ },
1234
1101
  },
1235
1102
  'allowed_values': {
1236
1103
  },
1237
1104
  'openapi_types': {
1238
- 'audience_segment_id':
1239
- (str,),
1240
- 'contactlist_amendment_request':
1241
- (ContactlistAmendmentRequest,),
1105
+ 'audience_search_input_v1':
1106
+ (AudienceSearchInputV1,),
1107
+ 'limit':
1108
+ (int,),
1109
+ 'offset':
1110
+ (int,),
1242
1111
  },
1243
1112
  'attribute_map': {
1244
- 'audience_segment_id': 'audience-segment-id',
1113
+ 'limit': 'limit',
1114
+ 'offset': 'offset',
1245
1115
  },
1246
1116
  'location_map': {
1247
- 'audience_segment_id': 'path',
1248
- 'contactlist_amendment_request': 'body',
1117
+ 'audience_search_input_v1': 'body',
1118
+ 'limit': 'query',
1119
+ 'offset': 'query',
1249
1120
  },
1250
1121
  'collection_format_map': {
1251
1122
  }
1252
1123
  },
1253
1124
  headers_map={
1254
1125
  'accept': [
1255
- 'application/json'
1126
+ 'text/plain',
1127
+ 'application/json',
1128
+ 'text/json'
1256
1129
  ],
1257
1130
  'content_type': [
1258
- 'application/json'
1131
+ 'application/json-patch+json',
1132
+ 'application/json',
1133
+ 'text/json',
1134
+ 'application/*+json'
1259
1135
  ]
1260
1136
  },
1261
1137
  api_client=api_client
@@ -1925,173 +1801,6 @@ class AudienceApi(object):
1925
1801
  audience_compute_sizes_input_v1
1926
1802
  return self.compute_audiences_sizes_endpoint.call_with_http_info(**kwargs)
1927
1803
 
1928
- def delete_contact_list_identifiers(
1929
- self,
1930
- audience_segment_id,
1931
- **kwargs
1932
- ):
1933
- """delete_contact_list_identifiers # noqa: E501
1934
-
1935
- Delete all identifiers from a contact list audience-segment. # noqa: E501
1936
- This method makes a synchronous HTTP request by default. To make an
1937
- asynchronous HTTP request, please pass async_req=True
1938
-
1939
- >>> thread = api.delete_contact_list_identifiers(audience_segment_id, async_req=True)
1940
- >>> result = thread.get()
1941
-
1942
- Args:
1943
- audience_segment_id (str): The id of the contact list audience-segment to amend
1944
-
1945
- Keyword Args:
1946
- _return_http_data_only (bool): response data without head status
1947
- code and headers. Default is True.
1948
- _preload_content (bool): if False, the urllib3.HTTPResponse object
1949
- will be returned without reading/decoding response data.
1950
- Default is True.
1951
- _request_timeout (int/float/tuple): timeout setting for this request. If
1952
- one number provided, it will be total request timeout. It can also
1953
- be a pair (tuple) of (connection, read) timeouts.
1954
- Default is None.
1955
- _check_input_type (bool): specifies if type checking
1956
- should be done one the data sent to the server.
1957
- Default is True.
1958
- _check_return_type (bool): specifies if type checking
1959
- should be done one the data received from the server.
1960
- Default is True.
1961
- _spec_property_naming (bool): True if the variable names in the input data
1962
- are serialized names, as specified in the OpenAPI document.
1963
- False if the variable names in the input data
1964
- are pythonic names, e.g. snake case (default)
1965
- _content_type (str/None): force body content-type.
1966
- Default is None and content-type will be predicted by allowed
1967
- content-types and body.
1968
- _host_index (int/None): specifies the index of the server
1969
- that we want to use.
1970
- Default is read from the configuration.
1971
- _request_auths (list): set to override the auth_settings for an a single
1972
- request; this effectively ignores the authentication
1973
- in the spec for a single request.
1974
- Default is None
1975
- async_req (bool): execute request asynchronously
1976
-
1977
- Returns:
1978
- DeleteAudienceContactListResponse
1979
- If the method is called asynchronously, returns the request
1980
- thread.
1981
- """
1982
- kwargs['async_req'] = kwargs.get(
1983
- 'async_req', False
1984
- )
1985
- kwargs['_return_http_data_only'] = kwargs.get(
1986
- '_return_http_data_only', True
1987
- )
1988
- kwargs['_preload_content'] = kwargs.get(
1989
- '_preload_content', True
1990
- )
1991
- kwargs['_request_timeout'] = kwargs.get(
1992
- '_request_timeout', None
1993
- )
1994
- kwargs['_check_input_type'] = kwargs.get(
1995
- '_check_input_type', True
1996
- )
1997
- kwargs['_check_return_type'] = kwargs.get(
1998
- '_check_return_type', True
1999
- )
2000
- kwargs['_spec_property_naming'] = kwargs.get(
2001
- '_spec_property_naming', False
2002
- )
2003
- kwargs['_content_type'] = kwargs.get(
2004
- '_content_type')
2005
- kwargs['_host_index'] = kwargs.get('_host_index')
2006
- kwargs['_request_auths'] = kwargs.get('_request_auths', None)
2007
- kwargs['audience_segment_id'] = \
2008
- audience_segment_id
2009
- return self.delete_contact_list_identifiers_endpoint.call_with_http_info(**kwargs)
2010
-
2011
- def delete_user_profiles(
2012
- self,
2013
- advertiser_id,
2014
- **kwargs
2015
- ):
2016
- """delete_user_profiles # noqa: E501
2017
-
2018
- This endpoint will Delete User Profiles for a given Advertiser. # noqa: E501
2019
- This method makes a synchronous HTTP request by default. To make an
2020
- asynchronous HTTP request, please pass async_req=True
2021
-
2022
- >>> thread = api.delete_user_profiles(advertiser_id, async_req=True)
2023
- >>> result = thread.get()
2024
-
2025
- Args:
2026
- advertiser_id (int): Criteo Advertiser ID of user profiles' owner
2027
-
2028
- Keyword Args:
2029
- delete_user_profile_model_list_request (DeleteUserProfileModelListRequest): [optional]
2030
- _return_http_data_only (bool): response data without head status
2031
- code and headers. Default is True.
2032
- _preload_content (bool): if False, the urllib3.HTTPResponse object
2033
- will be returned without reading/decoding response data.
2034
- Default is True.
2035
- _request_timeout (int/float/tuple): timeout setting for this request. If
2036
- one number provided, it will be total request timeout. It can also
2037
- be a pair (tuple) of (connection, read) timeouts.
2038
- Default is None.
2039
- _check_input_type (bool): specifies if type checking
2040
- should be done one the data sent to the server.
2041
- Default is True.
2042
- _check_return_type (bool): specifies if type checking
2043
- should be done one the data received from the server.
2044
- Default is True.
2045
- _spec_property_naming (bool): True if the variable names in the input data
2046
- are serialized names, as specified in the OpenAPI document.
2047
- False if the variable names in the input data
2048
- are pythonic names, e.g. snake case (default)
2049
- _content_type (str/None): force body content-type.
2050
- Default is None and content-type will be predicted by allowed
2051
- content-types and body.
2052
- _host_index (int/None): specifies the index of the server
2053
- that we want to use.
2054
- Default is read from the configuration.
2055
- _request_auths (list): set to override the auth_settings for an a single
2056
- request; this effectively ignores the authentication
2057
- in the spec for a single request.
2058
- Default is None
2059
- async_req (bool): execute request asynchronously
2060
-
2061
- Returns:
2062
- None
2063
- If the method is called asynchronously, returns the request
2064
- thread.
2065
- """
2066
- kwargs['async_req'] = kwargs.get(
2067
- 'async_req', False
2068
- )
2069
- kwargs['_return_http_data_only'] = kwargs.get(
2070
- '_return_http_data_only', True
2071
- )
2072
- kwargs['_preload_content'] = kwargs.get(
2073
- '_preload_content', True
2074
- )
2075
- kwargs['_request_timeout'] = kwargs.get(
2076
- '_request_timeout', None
2077
- )
2078
- kwargs['_check_input_type'] = kwargs.get(
2079
- '_check_input_type', True
2080
- )
2081
- kwargs['_check_return_type'] = kwargs.get(
2082
- '_check_return_type', True
2083
- )
2084
- kwargs['_spec_property_naming'] = kwargs.get(
2085
- '_spec_property_naming', False
2086
- )
2087
- kwargs['_content_type'] = kwargs.get(
2088
- '_content_type')
2089
- kwargs['_host_index'] = kwargs.get('_host_index')
2090
- kwargs['_request_auths'] = kwargs.get('_request_auths', None)
2091
- kwargs['advertiser_id'] = \
2092
- advertiser_id
2093
- return self.delete_user_profiles_endpoint.call_with_http_info(**kwargs)
2094
-
2095
1804
  def estimate_audience_segment_size(
2096
1805
  self,
2097
1806
  audience_segment_estimate_size_input_v1,
@@ -2602,26 +2311,24 @@ class AudienceApi(object):
2602
2311
  contactlist_with_attributes_amendment_request
2603
2312
  return self.modify_audience_users_with_attributes_endpoint.call_with_http_info(**kwargs)
2604
2313
 
2605
- def search_audience_segments(
2314
+ def preview_marketing_solutions_audience_segments_audience_segment_id_contact_list_delete(
2606
2315
  self,
2607
- audience_segment_search_input_v1,
2316
+ audience_segment_id,
2608
2317
  **kwargs
2609
2318
  ):
2610
- """search_audience_segments # noqa: E501
2319
+ """preview_marketing_solutions_audience_segments_audience_segment_id_contact_list_delete # noqa: E501
2611
2320
 
2612
- Returns a list of segments that match the provided filters. If present, the filters are AND'ed together when applied. # noqa: E501
2321
+ Delete all identifiers from a contact list audience-segment. # noqa: E501
2613
2322
  This method makes a synchronous HTTP request by default. To make an
2614
2323
  asynchronous HTTP request, please pass async_req=True
2615
2324
 
2616
- >>> thread = api.search_audience_segments(audience_segment_search_input_v1, async_req=True)
2325
+ >>> thread = api.preview_marketing_solutions_audience_segments_audience_segment_id_contact_list_delete(audience_segment_id, async_req=True)
2617
2326
  >>> result = thread.get()
2618
2327
 
2619
2328
  Args:
2620
- audience_segment_search_input_v1 (AudienceSegmentSearchInputV1): Segment search filters.
2329
+ audience_segment_id (str): The id of the contact list audience-segment to amend
2621
2330
 
2622
2331
  Keyword Args:
2623
- limit (int): The number of elements to be returned. The default is 50 and the maximum is 100.. [optional] if omitted the server will use the default value of 50
2624
- offset (int): The (zero-based) offset into the collection. The default is 0.. [optional] if omitted the server will use the default value of 0
2625
2332
  _return_http_data_only (bool): response data without head status
2626
2333
  code and headers. Default is True.
2627
2334
  _preload_content (bool): if False, the urllib3.HTTPResponse object
@@ -2654,7 +2361,7 @@ class AudienceApi(object):
2654
2361
  async_req (bool): execute request asynchronously
2655
2362
 
2656
2363
  Returns:
2657
- AudienceSegmentEntityV1AudienceSegmentSearchMetadataV1ListResponse
2364
+ DeleteAudienceContactListResponse
2658
2365
  If the method is called asynchronously, returns the request
2659
2366
  thread.
2660
2367
  """
@@ -2683,30 +2390,30 @@ class AudienceApi(object):
2683
2390
  '_content_type')
2684
2391
  kwargs['_host_index'] = kwargs.get('_host_index')
2685
2392
  kwargs['_request_auths'] = kwargs.get('_request_auths', None)
2686
- kwargs['audience_segment_search_input_v1'] = \
2687
- audience_segment_search_input_v1
2688
- return self.search_audience_segments_endpoint.call_with_http_info(**kwargs)
2393
+ kwargs['audience_segment_id'] = \
2394
+ audience_segment_id
2395
+ return self.preview_marketing_solutions_audience_segments_audience_segment_id_contact_list_delete_endpoint.call_with_http_info(**kwargs)
2689
2396
 
2690
- def search_audiences(
2397
+ def preview_marketing_solutions_audience_segments_audience_segment_id_contact_list_patch(
2691
2398
  self,
2692
- audience_search_input_v1,
2399
+ audience_segment_id,
2400
+ contactlist_amendment_request,
2693
2401
  **kwargs
2694
2402
  ):
2695
- """search_audiences # noqa: E501
2403
+ """preview_marketing_solutions_audience_segments_audience_segment_id_contact_list_patch # noqa: E501
2696
2404
 
2697
- Returns a list of audiences that match the provided filters. If present, the filters are AND'ed together when applied. # noqa: E501
2405
+ Add/remove identifiers to or from a contact list audience-segment. # noqa: E501
2698
2406
  This method makes a synchronous HTTP request by default. To make an
2699
2407
  asynchronous HTTP request, please pass async_req=True
2700
2408
 
2701
- >>> thread = api.search_audiences(audience_search_input_v1, async_req=True)
2409
+ >>> thread = api.preview_marketing_solutions_audience_segments_audience_segment_id_contact_list_patch(audience_segment_id, contactlist_amendment_request, async_req=True)
2702
2410
  >>> result = thread.get()
2703
2411
 
2704
2412
  Args:
2705
- audience_search_input_v1 (AudienceSearchInputV1): Audience search filters.
2413
+ audience_segment_id (str): The id of the contact list audience-segment to amend
2414
+ contactlist_amendment_request (ContactlistAmendmentRequest):
2706
2415
 
2707
2416
  Keyword Args:
2708
- limit (int): The number of elements to be returned. The default is 50 and the maximum is 100.. [optional] if omitted the server will use the default value of 50
2709
- offset (int): The (zero-based) offset into the collection. The default is 0.. [optional] if omitted the server will use the default value of 0
2710
2417
  _return_http_data_only (bool): response data without head status
2711
2418
  code and headers. Default is True.
2712
2419
  _preload_content (bool): if False, the urllib3.HTTPResponse object
@@ -2739,7 +2446,7 @@ class AudienceApi(object):
2739
2446
  async_req (bool): execute request asynchronously
2740
2447
 
2741
2448
  Returns:
2742
- AudienceEntityV1AudienceSearchMetadataV1ListResponse
2449
+ ModifyAudienceResponse
2743
2450
  If the method is called asynchronously, returns the request
2744
2451
  thread.
2745
2452
  """
@@ -2768,29 +2475,32 @@ class AudienceApi(object):
2768
2475
  '_content_type')
2769
2476
  kwargs['_host_index'] = kwargs.get('_host_index')
2770
2477
  kwargs['_request_auths'] = kwargs.get('_request_auths', None)
2771
- kwargs['audience_search_input_v1'] = \
2772
- audience_search_input_v1
2773
- return self.search_audiences_endpoint.call_with_http_info(**kwargs)
2478
+ kwargs['audience_segment_id'] = \
2479
+ audience_segment_id
2480
+ kwargs['contactlist_amendment_request'] = \
2481
+ contactlist_amendment_request
2482
+ return self.preview_marketing_solutions_audience_segments_audience_segment_id_contact_list_patch_endpoint.call_with_http_info(**kwargs)
2774
2483
 
2775
- def set_user_profiles(
2484
+ def search_audience_segments(
2776
2485
  self,
2777
- advertiser_id,
2486
+ audience_segment_search_input_v1,
2778
2487
  **kwargs
2779
2488
  ):
2780
- """set_user_profiles # noqa: E501
2489
+ """search_audience_segments # noqa: E501
2781
2490
 
2782
- This endpoint will Set User Profiles for a given Advertiser. If a User Profile does not exist, a new one will be created. If a User Profile exists, it will be replaced. # noqa: E501
2491
+ Returns a list of segments that match the provided filters. If present, the filters are AND'ed together when applied. # noqa: E501
2783
2492
  This method makes a synchronous HTTP request by default. To make an
2784
2493
  asynchronous HTTP request, please pass async_req=True
2785
2494
 
2786
- >>> thread = api.set_user_profiles(advertiser_id, async_req=True)
2495
+ >>> thread = api.search_audience_segments(audience_segment_search_input_v1, async_req=True)
2787
2496
  >>> result = thread.get()
2788
2497
 
2789
2498
  Args:
2790
- advertiser_id (int): Criteo Advertiser ID of user profiles' owner
2499
+ audience_segment_search_input_v1 (AudienceSegmentSearchInputV1): Segment search filters.
2791
2500
 
2792
2501
  Keyword Args:
2793
- set_user_profile_model_list_request (SetUserProfileModelListRequest): [optional]
2502
+ limit (int): The number of elements to be returned. The default is 50 and the maximum is 100.. [optional] if omitted the server will use the default value of 50
2503
+ offset (int): The (zero-based) offset into the collection. The default is 0.. [optional] if omitted the server will use the default value of 0
2794
2504
  _return_http_data_only (bool): response data without head status
2795
2505
  code and headers. Default is True.
2796
2506
  _preload_content (bool): if False, the urllib3.HTTPResponse object
@@ -2823,7 +2533,7 @@ class AudienceApi(object):
2823
2533
  async_req (bool): execute request asynchronously
2824
2534
 
2825
2535
  Returns:
2826
- None
2536
+ AudienceSegmentEntityV1AudienceSegmentSearchMetadataV1ListResponse
2827
2537
  If the method is called asynchronously, returns the request
2828
2538
  thread.
2829
2539
  """
@@ -2852,30 +2562,30 @@ class AudienceApi(object):
2852
2562
  '_content_type')
2853
2563
  kwargs['_host_index'] = kwargs.get('_host_index')
2854
2564
  kwargs['_request_auths'] = kwargs.get('_request_auths', None)
2855
- kwargs['advertiser_id'] = \
2856
- advertiser_id
2857
- return self.set_user_profiles_endpoint.call_with_http_info(**kwargs)
2565
+ kwargs['audience_segment_search_input_v1'] = \
2566
+ audience_segment_search_input_v1
2567
+ return self.search_audience_segments_endpoint.call_with_http_info(**kwargs)
2858
2568
 
2859
- def update_contact_list_identifiers(
2569
+ def search_audiences(
2860
2570
  self,
2861
- audience_segment_id,
2862
- contactlist_amendment_request,
2571
+ audience_search_input_v1,
2863
2572
  **kwargs
2864
2573
  ):
2865
- """update_contact_list_identifiers # noqa: E501
2574
+ """search_audiences # noqa: E501
2866
2575
 
2867
- Add/remove identifiers to or from a contact list audience-segment. # noqa: E501
2576
+ Returns a list of audiences that match the provided filters. If present, the filters are AND'ed together when applied. # noqa: E501
2868
2577
  This method makes a synchronous HTTP request by default. To make an
2869
2578
  asynchronous HTTP request, please pass async_req=True
2870
2579
 
2871
- >>> thread = api.update_contact_list_identifiers(audience_segment_id, contactlist_amendment_request, async_req=True)
2580
+ >>> thread = api.search_audiences(audience_search_input_v1, async_req=True)
2872
2581
  >>> result = thread.get()
2873
2582
 
2874
2583
  Args:
2875
- audience_segment_id (str): The id of the contact list audience-segment to amend
2876
- contactlist_amendment_request (ContactlistAmendmentRequest):
2584
+ audience_search_input_v1 (AudienceSearchInputV1): Audience search filters.
2877
2585
 
2878
2586
  Keyword Args:
2587
+ limit (int): The number of elements to be returned. The default is 50 and the maximum is 100.. [optional] if omitted the server will use the default value of 50
2588
+ offset (int): The (zero-based) offset into the collection. The default is 0.. [optional] if omitted the server will use the default value of 0
2879
2589
  _return_http_data_only (bool): response data without head status
2880
2590
  code and headers. Default is True.
2881
2591
  _preload_content (bool): if False, the urllib3.HTTPResponse object
@@ -2908,7 +2618,7 @@ class AudienceApi(object):
2908
2618
  async_req (bool): execute request asynchronously
2909
2619
 
2910
2620
  Returns:
2911
- ModifyAudienceResponse
2621
+ AudienceEntityV1AudienceSearchMetadataV1ListResponse
2912
2622
  If the method is called asynchronously, returns the request
2913
2623
  thread.
2914
2624
  """
@@ -2937,9 +2647,7 @@ class AudienceApi(object):
2937
2647
  '_content_type')
2938
2648
  kwargs['_host_index'] = kwargs.get('_host_index')
2939
2649
  kwargs['_request_auths'] = kwargs.get('_request_auths', None)
2940
- kwargs['audience_segment_id'] = \
2941
- audience_segment_id
2942
- kwargs['contactlist_amendment_request'] = \
2943
- contactlist_amendment_request
2944
- return self.update_contact_list_identifiers_endpoint.call_with_http_info(**kwargs)
2650
+ kwargs['audience_search_input_v1'] = \
2651
+ audience_search_input_v1
2652
+ return self.search_audiences_endpoint.call_with_http_info(**kwargs)
2945
2653