Resource: Delivery
Represents a delivery of MMM data to a customer.
| JSON representation |
|---|
{ "name": string, "deliveryId": string, "createTime": string, "startDate": { object ( |
| Fields | |
|---|---|
name |
Output only. Identifier. The unique name of this delivery resource. Format: |
deliveryId |
Output only. The ID of this delivery. Corresponds to the |
createTime |
Output only. The instant when the delivery was completed. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
startDate |
Output only. The start date for the date range covered by the delivery. The delivered reports may not include all dates if no campaigns were active on certain days within the range. |
endDate |
Output only. The end date for the date range covered by the delivery. The delivered reports may not include all dates if no campaigns were active on certain days within the range. |
fileCount |
Output only. How many files were included in this delivery. |
deliveryMetadata[] |
Output only. The metadata about the files in this delivery. |
Union field destination. The data lake destination of the files in this delivery. destination can be only one of the following: |
|
s3Destination |
The S3 destination where the files were delivered. |
gcsDestination |
The Google Cloud Storage destination where the files were delivered. |
sftpDestination |
The SFTP destination where the files were delivered. |
S3Destination
The S3 destination where the files were delivered.
| JSON representation |
|---|
{ "bucket": string, "prefix": string } |
| Fields | |
|---|---|
bucket |
The name of the S3 bucket where the files were delivered. |
prefix |
The prefix of the files in the S3 bucket. |
GcsDestination
The Google Cloud Storage destination where the files were delivered.
| JSON representation |
|---|
{ "bucket": string, "prefix": string } |
| Fields | |
|---|---|
bucket |
The name of the Cloud Storage bucket where the files were delivered. |
prefix |
The prefix of the files in the Cloud Storage bucket. |
SftpDestination
The SFTP destination where the files were delivered.
| JSON representation |
|---|
{ "host": string, "port": string, "path": string } |
| Fields | |
|---|---|
host |
The name of the SFTP server where the files were delivered. |
port |
The port of the SFTP server. |
path |
The path of the files in the SFTP server. |
DeliveryMetadata
Metadata about a delivery.
| JSON representation |
|---|
{
"reportType": enum ( |
| Fields | |
|---|---|
reportType |
Report type of the data in the delivery. |
fileCount |
Number of files in the delivery for this particular report type. |
recordCount |
Total number of records in the delivery for this particular report type. |
Methods |
|
|---|---|
|
Gets a delivery for a given project. |
|
Lists deliveries for a given project. |