This topic has not yet been rated - Rate this topic

ResumeAdGroupsResponse Message Object

Defines the response message that the ResumeAdGroups operation returns to the client.

<wsdl:message name="ResumeAdGroupsResponse">
  <wsdl:part name="parameters" element="tns:ResumeAdGroupsResponse" />
</wsdl:message>

Header Elements

Element

Description

Data Type

TrackingId

The identifier of the log entry that contains details about the API call.

string

SOAP

The following example shows the complete SOAP envelope for a ResumeAdGroupsResponse response.

<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
  <s:Header xmlns="https://adcenter.microsoft.com/v8">
    <TrackingId p4:nil="false" xmlns:p4="http://www.w3.org/2001/XMLSchema-instance"></TrackingId>
  </s:Header>
  <s:Body>
    <ResumeAdGroupsResponse xmlns="https://adcenter.microsoft.com/v8" />
  </s:Body>
</s:Envelope>

Requirements

CampaignManagementService.svc v8

Namespace: https://adcenter.microsoft.com/v8

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.