-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update schemas and examples for Framework 5.1.0
- Loading branch information
1 parent
e6a5355
commit bb016f7
Showing
45 changed files
with
10,812 additions
and
1,090 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,102 @@ | ||
{ | ||
"transactionHeader": { | ||
"tipVersion": "5.0.0", | ||
"transactionId": { | ||
"transactionId": "77DABA23-BC53-4E78-BCDE-AF527F1E62D6", | ||
"transactionType": "New", | ||
"sourceId": "WPP", | ||
"sourceName": "WPP Group" | ||
}, | ||
"timeStamp": "2020-06-09T22:40:17.432Z" | ||
}, | ||
"dateSubmitted": "2020-06-09", | ||
"dueDate": "2020-06-09", | ||
"mediaOutlets": [ | ||
{ | ||
"mediaOutletId": "427CAD68-2375-44E6-8A25-F13557FD01F8", | ||
"mediaOutletName": "WXYZ News Live", | ||
"mediaOutletType": "Broadcast TV", | ||
"mediaOutletChannel": "58.1", | ||
"mediaOutletMarketName": "South Eastern Wisconsin", | ||
"mediaOutletReference": "string" | ||
} | ||
], | ||
"buyer": { | ||
"buyerId": "string", | ||
"buyerName": "string", | ||
"buyerReference": "string" | ||
}, | ||
"advertiser": { | ||
"advertiserId": "string", | ||
"advertiserName": "string", | ||
"advertiserReference": "string" | ||
}, | ||
"contacts": [ | ||
{ | ||
"contactType": "Account Executive", | ||
"referenceSourceName": "string", | ||
"referenceSourceId": "string", | ||
"contactFirstName": "string", | ||
"contactLastName": "string", | ||
"addressLine1": "string", | ||
"addressLine2": "string", | ||
"city": "string", | ||
"state": "string", | ||
"postalCode": "string", | ||
"country": "string", | ||
"phoneNumber": "string", | ||
"email": "[email protected]", | ||
"effectiveDate": "2020-06-09" | ||
} | ||
], | ||
"timePeriods": [ | ||
{ | ||
"dateWindow": { | ||
"startDate": "2020-06-09", | ||
"endDate": "2020-06-09" | ||
}, | ||
"DOW": { | ||
"monday": true, | ||
"tuesday": true, | ||
"wednesday": true, | ||
"thursday": true, | ||
"friday": true, | ||
"saturday": true, | ||
"sunday": true | ||
}, | ||
"timeWindow": { | ||
"startTime": "string" | ||
} | ||
} | ||
], | ||
"guidelines": [ | ||
{ | ||
"guidelineType": "Content", | ||
"excludeOrInclude": "Include", | ||
"guidelineId": "string", | ||
"guidelineName": "string" | ||
} | ||
], | ||
"political": false, | ||
"inventoryTypes": [ | ||
"Commercial" | ||
], | ||
"maxRate": 1000, | ||
"currency": "USD", | ||
"externalComment": "Urgent", | ||
"audienceSegments": [ | ||
{ | ||
"audienceSegmentId": "string", | ||
"audienceSegmentName": "string", | ||
"audienceSegmentReference": "string", | ||
"audienceMethodology": "string", | ||
"primaryIndicator": true, | ||
"guarantee": true, | ||
"ratingSource": "Nielsen", | ||
"ratingStream": "Program Live" | ||
} | ||
], | ||
"pricingMetricOptions": [ | ||
"CPM" | ||
] | ||
} |
Oops, something went wrong.