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

Commit

Permalink
Merge pull request #949 from Bandwidth/MV-8384
Browse files Browse the repository at this point in the history
MV-8384 add campaign vetting status and denial reason to campaign res…
  • Loading branch information
nirmitpatel authored Feb 21, 2023
2 parents 8715f26 + 4b0751b commit c970173
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions site/docs/messaging/campaign-management/csp/campaign-api.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ Location: https://dashboard.bandwidth.com/api/accounts/{accountId}/campaignManag
<SubscriberOptOut>false</SubscriberOptOut>
<SubscriberHelp>true</SubscriberHelp>
<Sample1>Test Sample</Sample1>
<SecondaryDcaSharingStatus>PENDING</SecondaryDcaSharingStatus>
<AffiliateMarketing>false</AffiliateMarketing>
<MessageFlow>This is a sample Message Flow of my campaign.</MessageFlow>
<HelpKeywords>HELP</HelpKeywords>
Expand Down Expand Up @@ -328,6 +329,7 @@ Location: https://dashboard.bandwidth.com/api/accounts/{accountId}/campaignManag
<SubscriberOptOut>false</SubscriberOptOut>
<SubscriberHelp>true</SubscriberHelp>
<Sample1>test update sample</Sample1>
<SecondaryDcaSharingStatus>PENDING</SecondaryDcaSharingStatus>
<AffiliateMarketing>false</AffiliateMarketing>
<MessageFlow>This is a sample Message Flow of my campaign.</MessageFlow>
<HelpKeywords>HELP</HelpKeywords>
Expand Down Expand Up @@ -408,6 +410,7 @@ Location: https://dashboard.bandwidth.com/api/accounts/{accountId}/campaignManag
<SubscriberOptOut>false</SubscriberOptOut>
<SubscriberHelp>true</SubscriberHelp>
<Sample1>test update sample</Sample1>
<SecondaryDcaSharingStatus>APPROVED</SecondaryDcaSharingStatus>
<AffiliateMarketing>false</AffiliateMarketing>
<MessageFlow>This is a sample Message Flow of my campaign.</MessageFlow>
<HelpKeywords>HELP</HelpKeywords>
Expand Down Expand Up @@ -528,6 +531,7 @@ Location: https://dashboard.bandwidth.com/api/accounts/{accountId}/campaignManag
<SubscriberOptOut>false</SubscriberOptOut>
<SubscriberHelp>true</SubscriberHelp>
<Sample1>test</Sample1>
<SecondaryDcaSharingStatus>PENDING</SecondaryDcaSharingStatus>
<AffiliateMarketing>false</AffiliateMarketing>
<MessageFlow>This is a sample Message Flow of my campaign.</MessageFlow>
<HelpKeywords>HELP</HelpKeywords>
Expand Down Expand Up @@ -572,6 +576,8 @@ Location: https://dashboard.bandwidth.com/api/accounts/{accountId}/campaignManag
<SubscriberHelp>true</SubscriberHelp>
<Sample1>test</Sample1>
<Sample2>test 15</Sample2>
<SecondaryDcaSharingStatus>DECLINED</SecondaryDcaSharingStatus>
<SecondaryDcaDeclineReason>Campaign was declined.</SecondaryDcaDeclineReason>
<AffiliateMarketing>false</AffiliateMarketing>
<MessageFlow>This is a sample Message Flow of my campaign.</MessageFlow>
<HelpKeywords>HELP</HelpKeywords>
Expand Down Expand Up @@ -662,6 +668,7 @@ Location: https://dashboard.bandwidth.com/api/accounts/{accountId}/campaignManag
<SubscriberOptOut>false</SubscriberOptOut>
<SubscriberHelp>true</SubscriberHelp>
<Sample1>test</Sample1>
<SecondaryDcaSharingStatus>APPROVED</SecondaryDcaSharingStatus>
<AffiliateMarketing>false</AffiliateMarketing>
<MessageFlow>This is a sample Message Flow of my campaign.</MessageFlow>
<HelpKeywords>HELP</HelpKeywords>
Expand Down Expand Up @@ -704,6 +711,8 @@ Location: https://dashboard.bandwidth.com/api/accounts/{accountId}/campaignManag
<SubscriberOptOut>false</SubscriberOptOut>
<SubscriberHelp>true</SubscriberHelp>
<Sample1>test</Sample1>
<SecondaryDcaSharingStatus>DECLINED</SecondaryDcaSharingStatus>
<SecondaryDcaDeclineReason>Campaign was declined.</SecondaryDcaDeclineReason>
<AffiliateMarketing>false</AffiliateMarketing>
<MessageFlow>This is a sample Message Flow of my campaign.</MessageFlow>
<HelpKeywords>HELP</HelpKeywords>
Expand Down

0 comments on commit c970173

Please sign in to comment.