Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.

Commit c970173

Browse files
authored
Merge pull request #949 from Bandwidth/MV-8384
MV-8384 add campaign vetting status and denial reason to campaign res…
2 parents 8715f26 + 4b0751b commit c970173

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

site/docs/messaging/campaign-management/csp/campaign-api.mdx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ Location: https://dashboard.bandwidth.com/api/accounts/{accountId}/campaignManag
182182
<SubscriberOptOut>false</SubscriberOptOut>
183183
<SubscriberHelp>true</SubscriberHelp>
184184
<Sample1>Test Sample</Sample1>
185+
<SecondaryDcaSharingStatus>PENDING</SecondaryDcaSharingStatus>
185186
<AffiliateMarketing>false</AffiliateMarketing>
186187
<MessageFlow>This is a sample Message Flow of my campaign.</MessageFlow>
187188
<HelpKeywords>HELP</HelpKeywords>
@@ -328,6 +329,7 @@ Location: https://dashboard.bandwidth.com/api/accounts/{accountId}/campaignManag
328329
<SubscriberOptOut>false</SubscriberOptOut>
329330
<SubscriberHelp>true</SubscriberHelp>
330331
<Sample1>test update sample</Sample1>
332+
<SecondaryDcaSharingStatus>PENDING</SecondaryDcaSharingStatus>
331333
<AffiliateMarketing>false</AffiliateMarketing>
332334
<MessageFlow>This is a sample Message Flow of my campaign.</MessageFlow>
333335
<HelpKeywords>HELP</HelpKeywords>
@@ -408,6 +410,7 @@ Location: https://dashboard.bandwidth.com/api/accounts/{accountId}/campaignManag
408410
<SubscriberOptOut>false</SubscriberOptOut>
409411
<SubscriberHelp>true</SubscriberHelp>
410412
<Sample1>test update sample</Sample1>
413+
<SecondaryDcaSharingStatus>APPROVED</SecondaryDcaSharingStatus>
411414
<AffiliateMarketing>false</AffiliateMarketing>
412415
<MessageFlow>This is a sample Message Flow of my campaign.</MessageFlow>
413416
<HelpKeywords>HELP</HelpKeywords>
@@ -528,6 +531,7 @@ Location: https://dashboard.bandwidth.com/api/accounts/{accountId}/campaignManag
528531
<SubscriberOptOut>false</SubscriberOptOut>
529532
<SubscriberHelp>true</SubscriberHelp>
530533
<Sample1>test</Sample1>
534+
<SecondaryDcaSharingStatus>PENDING</SecondaryDcaSharingStatus>
531535
<AffiliateMarketing>false</AffiliateMarketing>
532536
<MessageFlow>This is a sample Message Flow of my campaign.</MessageFlow>
533537
<HelpKeywords>HELP</HelpKeywords>
@@ -572,6 +576,8 @@ Location: https://dashboard.bandwidth.com/api/accounts/{accountId}/campaignManag
572576
<SubscriberHelp>true</SubscriberHelp>
573577
<Sample1>test</Sample1>
574578
<Sample2>test 15</Sample2>
579+
<SecondaryDcaSharingStatus>DECLINED</SecondaryDcaSharingStatus>
580+
<SecondaryDcaDeclineReason>Campaign was declined.</SecondaryDcaDeclineReason>
575581
<AffiliateMarketing>false</AffiliateMarketing>
576582
<MessageFlow>This is a sample Message Flow of my campaign.</MessageFlow>
577583
<HelpKeywords>HELP</HelpKeywords>
@@ -662,6 +668,7 @@ Location: https://dashboard.bandwidth.com/api/accounts/{accountId}/campaignManag
662668
<SubscriberOptOut>false</SubscriberOptOut>
663669
<SubscriberHelp>true</SubscriberHelp>
664670
<Sample1>test</Sample1>
671+
<SecondaryDcaSharingStatus>APPROVED</SecondaryDcaSharingStatus>
665672
<AffiliateMarketing>false</AffiliateMarketing>
666673
<MessageFlow>This is a sample Message Flow of my campaign.</MessageFlow>
667674
<HelpKeywords>HELP</HelpKeywords>
@@ -704,6 +711,8 @@ Location: https://dashboard.bandwidth.com/api/accounts/{accountId}/campaignManag
704711
<SubscriberOptOut>false</SubscriberOptOut>
705712
<SubscriberHelp>true</SubscriberHelp>
706713
<Sample1>test</Sample1>
714+
<SecondaryDcaSharingStatus>DECLINED</SecondaryDcaSharingStatus>
715+
<SecondaryDcaDeclineReason>Campaign was declined.</SecondaryDcaDeclineReason>
707716
<AffiliateMarketing>false</AffiliateMarketing>
708717
<MessageFlow>This is a sample Message Flow of my campaign.</MessageFlow>
709718
<HelpKeywords>HELP</HelpKeywords>

0 commit comments

Comments
 (0)