checkCampaigns
Informs you of changes in the client's campaigns starting from the specified date.
Request
Request structure in JSON format:
{
"method": "checkCampaigns",
"params": { /* params */
"Timestamp": (string) /* required */
}
}
Parameter | Type | Description | Required |
Params structure (for JSON) / CheckCampaignsRequest structure (for SOAP) | |||
---|---|---|---|
Timestamp | string | The exact time to start from to check for changes. Specified in the format YYYY-MM-DDThh:mm:ssZ (conforming to ISO 8601), such as 2015-05-24T23:59:59Z . | Yes |
Parameter | Type | Description | Required |
Params structure (for JSON) / CheckCampaignsRequest structure (for SOAP) | |||
---|---|---|---|