- Watermark Meta
The new API docs can be found here: https://apidocs.mediamath.com/apis/reporting-api
Get Watermark Meta
curl -i -X GET \
https://api.mediamath.com/reporting/v1/std/watermark/meta \
-H 'Cookie: adama_session=<<sessionid>>'This is the human-readable name of the report. It is not recognized by any API input.
This is the version of the report. See the https://apidocs.mediamath.com/apis/reporting-api-v1/metadata/get_report-meta section for more details.
This is the URI for the report's https://apidocs.mediamath.com/apis/reporting-api-v1/data-retrieval/get_report endpoint.
This is the URI for the report's https://apidocs.mediamath.com/apis/reporting-api-v1/metadata/get_report-meta.
Reports may change over time. This object will be present if the report will undergo a breaking change. See the https://apidocs.mediamath.com/apis/reporting-api-v1/metadata/get_report-meta section for more details.
Reports may be deprecated all together, or superseded by another report. This object will be present if the report is scheduled for deprecation. See the https://apidocs.mediamath.com/apis/reporting-api-v1/metadata/get_report-meta section for more details.
Provides information about the currency of the metrics fields typed as "money".
When set to "campaign currency", the currency varies from record to record. To determine the currency for a particular record, the campaign_currency_code dimensions field should be requested, if available for the report.
Any other value should be taken to be the currency for all records of the report.
Indicates how far back data is available. This can be a date, datetime, or time window as specified by the "time_window" and "Special Time Windows" sections of https://apidocs.mediamath.com/apis/reporting-api-v1/section/fields. This property should be used very loosely. It may not be accurate. It is meant to give a general idea.
This is the list of metrics that will be returned if the metrics parameter is not specified in a call to the https://apidocs.mediamath.com/apis/reporting-api-v1/data-retrieval/get_report.
This property indicates the finest granularity of the time_field. For reports with a time_field of the datetime type, this will be "by_hour", "by_day", etc. When the type is interval, this will be "various".
This property indicates the available levels of granularity for the time_field. It lists the valid values of the time_rollup parameter used for the https://apidocs.mediamath.com/apis/reporting-api-v1/data-retrieval/get_report endpoint. For reports with a time_field of the datetime type, this tends to be a combination of "by_hour", "by_day", "by_week", "by_month", "all", etc. When the type is interval, this will only include "all".
Lists the acceptable formats for the time_window parameter used by the https://apidocs.mediamath.com/apis/reporting-api-v1/data-retrieval/get_report. Some values may be used as is, others may need to be modified. For details see the time_window section of https://apidocs.mediamath.com/apis/reporting-api-v1/section/fields.
Provides information about the timezone of the time_field for the report.
When set to "campaign timezone", the timezone varies from record to record. To determine the currency for a particular record, the campaign_timezone dimensions field should be requested, if available for the report.
Any other value should be taken to be the timezone for all records of the report.
{
"Name": "string",
"Version": 0,
"Description": "string",
"URI_Data": "http://example.com",
"URI_Meta": "http://example.com",
"Transition": {
"replaced_by": "http://example.com",
"transition_date": "2019-08-24T14:15:22Z",
"next_version": 0
},
"Deprecation": {
"superseded_by": "http://example.com",
"deprecation_date": "2019-08-24T14:15:22Z"
},
"Type": "string",
"currency": "string",
"data_retention": "string",
"default_metrics": [
"string"
],
"structure": {
"time_field": {
"property1": {
"name": "string",
"type": "float",
"access": true,
"description": "string",
"maxLength": 0,
"values": [
"string"
]
},
"property2": {
"name": "string",
"type": "float",
"access": true,
"description": "string",
"maxLength": 0,
"values": [
"string"
]
}
},
"dimensions": {
"property1": {
"name": "string",
"type": "float",
"access": true,
"description": "string",
"maxLength": 0,
"values": [
"string"
]
},
"property2": {
"name": "string",
"type": "float",
"access": true,
"description": "string",
"maxLength": 0,
"values": [
"string"
]
}
},
"metrics": {
"property1": {
"name": "string",
"type": "float",
"access": true,
"description": "string",
"maxLength": 0,
"values": [
"string"
]
},
"property2": {
"name": "string",
"type": "float",
"access": true,
"description": "string",
"maxLength": 0,
"values": [
"string"
]
}
}
},
"time_aggregation": "string",
"time_rollups": [
"string"
],
"time_windows": [
"string"
],
"timezone": "string"
}