GetKeywordsByAdGroupIdResponse Message Object
Defines the response message that the GetKeywordsByAdGroupId operation returns to the client.
<wsdl:message name="GetKeywordsByAdGroupIdResponse"> <wsdl:part name="parameters" element="tns:GetKeywordsByAdGroupIdResponse" /> </wsdl:message>
Body Elements
Element | Description | Data Type |
|---|---|---|
Keywords | An array of Keyword objects that represents the retrieved keywords. If no keywords exist, an empty array is returned. | Keyword array |
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 GetKeywordsByAdGroupIdResponse response.
</s:Envelope> <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> <GetKeywordsByAdGroupIdResponse xmlns="https://adcenter.microsoft.com/v8"> <Keywords p4:nil="false" xmlns:p4="http://www.w3.org/2001/XMLSchema-instance"> <Keyword> <BroadMatchBid p4:nil="false"> <Amount p4:nil="false"></Amount> </BroadMatchBid> <ContentMatchBid p4:nil="false"> <Amount p4:nil="false"></Amount> </ContentMatchBid> <EditorialStatus p4:nil="false"></EditorialStatus> <ExactMatchBid p4:nil="false"> <Amount p4:nil="false"></Amount> </ExactMatchBid> <Id p4:nil="false"></Id> <NegativeKeywords p4:nil="false" xmlns:a1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <a1:string></a1:string> </NegativeKeywords> <Param1 p4:nil="false"></Param1> <Param2 p4:nil="false"></Param2> <Param3 p4:nil="false"></Param3> <PhraseMatchBid p4:nil="false"> <Amount p4:nil="false"></Amount> </PhraseMatchBid> <Status p4:nil="false"></Status> <Text p4:nil="false"></Text> </Keyword> </Keywords> </GetKeywordsByAdGroupIdResponse> </s:Body> </s:Envelope>