Skip to content

Commit 3bb8f68

Browse files
authored
Merge pull request #411 from Invoca/STORY-22329_deprecate-performance-notifications
STORY-22329: Deprecate performance notification fields
2 parents c04bd94 + db7bf34 commit 3bb8f68

17 files changed

+18
-45
lines changed

source/api_documentation/network_integration/advertiser_users/_get_advertiser_user.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"notify_on_creative_duplication_requests": true,
3636
"notify_on_network_announcements": true,
3737
"notify_on_performance_notifications": false,
38-
"notify_on_monthly_campaign_performance_reports": true,
38+
"notify_on_monthly_campaign_performance_reports": false,
3939
"notify_on_weekly_campaign_performance_reports": false,
4040
"notify_on_call_activities": true,
4141
"can_login_via_platform": false

source/api_documentation/network_integration/advertiser_users/_get_advertiser_users.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"notify_on_creative_duplication_requests": true,
3737
"notify_on_network_announcements": true,
3838
"notify_on_performance_notifications": false,
39-
"notify_on_monthly_campaign_performance_reports": true,
39+
"notify_on_monthly_campaign_performance_reports": false,
4040
"notify_on_weekly_campaign_performance_reports": false,
4141
"notify_on_call_activities": true,
4242
"can_login_via_platform": false

source/api_documentation/network_integration/advertiser_users/_post_advertiser_users.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@
3030
"notify_on_campaign_expirations": false,
3131
"notify_on_creative_duplication_requests": true,
3232
"notify_on_network_announcements": true,
33-
"notify_on_performance_notifications": false,
34-
"notify_on_monthly_campaign_performance_reports": true,
35-
"notify_on_weekly_campaign_performance_reports": false,
3633
"notify_on_call_activities": true
3734
}
3835
}

source/api_documentation/network_integration/advertiser_users/_put_advertiser_user.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@
3131
"notify_on_campaign_expirations": false,
3232
"notify_on_creative_duplication_requests": true,
3333
"notify_on_network_announcements": true,
34-
"notify_on_performance_notifications": false,
35-
"notify_on_monthly_campaign_performance_reports": true,
36-
"notify_on_weekly_campaign_performance_reports": false,
3734
"notify_on_call_activities": true
3835
}
3936
}

source/api_documentation/network_integration/advertisers/_get_advertiser.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"notify_on_creative_duplication_requests": true,
5353
"notify_on_network_announcements": true,
5454
"notify_on_performance_notifications": false,
55-
"notify_on_monthly_campaign_performance_reports": true,
55+
"notify_on_monthly_campaign_performance_reports": false,
5656
"notify_on_weekly_campaign_performance_reports": false,
5757
"notify_on_call_activities": true,
5858
"can_login_via_platform": false
@@ -73,7 +73,7 @@
7373
"notify_on_creative_duplication_requests": true,
7474
"notify_on_network_announcements": true,
7575
"notify_on_performance_notifications": false,
76-
"notify_on_monthly_campaign_performance_reports": true,
76+
"notify_on_monthly_campaign_performance_reports": false,
7777
"notify_on_weekly_campaign_performance_reports": false,
7878
"notify_on_call_activities": true,
7979
"can_login_via_platform": true

source/api_documentation/network_integration/advertisers/_get_advertisers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"notify_on_creative_duplication_requests": true,
5050
"notify_on_network_announcements": true,
5151
"notify_on_performance_notifications": false,
52-
"notify_on_monthly_campaign_performance_reports": true,
52+
"notify_on_monthly_campaign_performance_reports": false,
5353
"notify_on_weekly_campaign_performance_reports": false,
5454
"notify_on_call_activities": true,
5555
"can_login_via_platform": true

source/api_documentation/network_integration/advertisers/_post_advertiser.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,6 @@
3939
"notify_on_campaign_expirations": false,
4040
"notify_on_creative_duplication_requests": true,
4141
"notify_on_network_announcements": true,
42-
"notify_on_performance_notifications": false,
43-
"notify_on_monthly_campaign_performance_reports": true,
44-
"notify_on_weekly_campaign_performance_reports": false,
4542
"notify_on_call_activities": true
4643
},
4744
{
@@ -59,9 +56,6 @@
5956
"notify_on_campaign_expirations": false,
6057
"notify_on_creative_duplication_requests": true,
6158
"notify_on_network_announcements": true,
62-
"notify_on_performance_notifications": false,
63-
"notify_on_monthly_campaign_performance_reports": true,
64-
"notify_on_weekly_campaign_performance_reports": false,
6559
"notify_on_call_activities": true
6660
}
6761
],

source/api_documentation/network_integration/advertisers/_put_advertiser.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,6 @@
3838
"notify_on_campaign_expirations": false,
3939
"notify_on_creative_duplication_requests": true,
4040
"notify_on_network_announcements": true,
41-
"notify_on_performance_notifications": false,
42-
"notify_on_monthly_campaign_performance_reports": true,
43-
"notify_on_weekly_campaign_performance_reports": false,
4441
"notify_on_call_activities": true
4542
}
4643
],

source/api_documentation/network_integration/advertisers/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,15 +117,15 @@ You are not allowed to delete an advertiser if it has one or more campaigns.
117117
-
118118

119119
* - notify_on_performance_notifications
120-
- boolean, optional, defaults to false
120+
- Deprecated, always returns false
121121
-
122122

123123
* - notify_on_monthly_campaign_performance_reports
124-
- boolean, optional, defaults to false
124+
- Deprecated, always returns false
125125
-
126126

127127
* - notify_on_weekly_campaign_performance_reports
128-
- boolean, optional, defaults to false
128+
- Deprecated, always returns false
129129
-
130130

131131
* - notify_on_call_activities

source/api_documentation/network_integration/affiliates/_get_affiliate.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"notify_on_creative_duplication_requests": true,
4747
"notify_on_network_announcements": true,
4848
"notify_on_performance_notifications": false,
49-
"notify_on_monthly_campaign_performance_reports": true,
49+
"notify_on_monthly_campaign_performance_reports": false,
5050
"notify_on_weekly_campaign_performance_reports": false,
5151
"notify_on_call_activities": true,
5252
"can_login_via_platform": true

0 commit comments

Comments
 (0)