การดําเนินการบริการ GetNotifications - การจัดการลูกค้า
รับรายการวัตถุการแจ้งเตือน
ร้องขอองค์ประกอบ
วัตถุ GetNotificationsRequest กําหนดเนื้อหาและองค์ประกอบส่วนหัวของคําขอการดําเนินการบริการ องค์ประกอบต้องอยู่ในลําดับเดียวกับที่แสดงใน Request SOAP
หมายเหตุ
เว้นแต่ระบุไว้เป็นอย่างอื่นด้านล่าง จําเป็นต้องระบุองค์ประกอบคําขอทั้งหมด
ร้องขอองค์ประกอบเนื้อความ
องค์ประกอบส่วนหัวของคําขอ
องค์ ประกอบ | คำอธิบาย | ชนิดข้อมูล |
---|---|---|
AuthenticationToken | โทเค็นการเข้าถึง OAuth ที่แสดงข้อมูลประจําตัวของผู้ใช้ที่มีสิทธิ์เข้าถึงบัญชี Microsoft Advertising สําหรับข้อมูลเพิ่มเติม ดูการรับรองความถูกต้องด้วย OAuth |
สาย อักขระ |
DeveloperToken | โทเค็นนักพัฒนาที่ใช้เพื่อเข้าถึง Bing Ads API สําหรับข้อมูลเพิ่มเติม ดูรับโทเค็นนักพัฒนา |
สาย อักขระ |
รหัส ผ่าน | องค์ประกอบนี้สงวนไว้สําหรับการใช้ภายในและจะถูกเอาออกจากเวอร์ชันในอนาคตของ API คุณต้องใช้องค์ประกอบ AuthenticationToken เพื่อตั้งค่าข้อมูลประจําตัวของผู้ใช้ | สาย อักขระ |
ชื่อ | องค์ประกอบนี้สงวนไว้สําหรับการใช้ภายในและจะถูกเอาออกจากเวอร์ชันในอนาคตของ API คุณต้องใช้องค์ประกอบ AuthenticationToken เพื่อตั้งค่าข้อมูลประจําตัวของผู้ใช้ | สาย อักขระ |
องค์ประกอบการตอบสนอง
วัตถุ GetNotificationsResponse จะกําหนดองค์ประกอบ เนื้อ ความและ ส่วนหัว ของการตอบสนองการดําเนินการบริการ องค์ประกอบจะถูกส่งกลับตามลําดับเดียวกับที่แสดงใน Response SOAP
องค์ประกอบเนื้อความการตอบสนอง
องค์ ประกอบ | คำอธิบาย | ชนิดข้อมูล |
---|---|---|
แจ้ง เตือน | คอลเลกชันของวัตถุการแจ้งเตือนที่มีข้อมูลเกี่ยวกับการแจ้งเตือน | อาร์เรย์การแจ้งเตือน |
องค์ประกอบส่วนหัวการตอบสนอง
องค์ ประกอบ | คำอธิบาย | ชนิดข้อมูล |
---|---|---|
TrackingId | ตัวระบุของรายการบันทึกที่ประกอบด้วยรายละเอียดของการเรียกใช้ API | สาย อักขระ |
ร้องขอ SOAP
เทมเพลตนี้ถูกสร้างขึ้นโดยเครื่องมือเพื่อแสดง ลําดับ ขององค์ประกอบ เนื้อความ และ ส่วนหัว สําหรับคําขอ SOAP สําหรับชนิดที่สนับสนุนที่คุณสามารถใช้กับการดําเนินการบริการนี้ โปรดดูการอ้างอิง องค์ประกอบเนื้อความคําขอ ด้านบน
<s:Envelope xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header xmlns="https://bingads.microsoft.com/Customer/v13">
<Action mustUnderstand="1">GetNotifications</Action>
<AuthenticationToken i:nil="false">ValueHere</AuthenticationToken>
<DeveloperToken i:nil="false">ValueHere</DeveloperToken>
</s:Header>
<s:Body>
<GetNotificationsRequest xmlns="https://bingads.microsoft.com/Customer/v13">
<Locale i:nil="false">ValueHere</Locale>
<UserId i:nil="false">ValueHere</UserId>
<TypeIds i:nil="false" xmlns:a1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<a1:int>ValueHere</a1:int>
</TypeIds>
</GetNotificationsRequest>
</s:Body>
</s:Envelope>
Response SOAP
เทมเพลตนี้ถูกสร้างขึ้นโดยเครื่องมือเพื่อแสดงลําดับขององค์ประกอบ เนื้อ ความและ ส่วนหัว สําหรับการตอบสนอง SOAP
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Header xmlns="https://bingads.microsoft.com/Customer/v13">
<TrackingId d3p1:nil="false" xmlns:d3p1="http://www.w3.org/2001/XMLSchema-instance">ValueHere</TrackingId>
</s:Header>
<s:Body>
<GetNotificationsResponse xmlns="https://bingads.microsoft.com/Customer/v13">
<Notifications xmlns:e238="https://bingads.microsoft.com/Customer/v13/Entities" d4p1:nil="false" xmlns:d4p1="http://www.w3.org/2001/XMLSchema-instance">
<e238:Notification>
<e238:TypeId>ValueHere</e238:TypeId>
<e238:Id>ValueHere</e238:Id>
<e238:Severity>ValueHere</e238:Severity>
<e238:Title d4p1:nil="false">ValueHere</e238:Title>
<e238:Message d4p1:nil="false">ValueHere</e238:Message>
<e238:AdditionalInfo d4p1:nil="false">
<e238:KeyValueEntityOfstringstring>
<e238:Key d4p1:nil="false">ValueHere</e238:Key>
<e238:Value d4p1:nil="false">ValueHere</e238:Value>
</e238:KeyValueEntityOfstringstring>
</e238:AdditionalInfo>
</e238:Notification>
</Notifications>
</GetNotificationsResponse>
</s:Body>
</s:Envelope>
ไวยากรณ์โค้ด
ไวยากรณ์ตัวอย่างสามารถใช้กับ Bing Ads SDKs ได้ ดู ตัวอย่างโค้ด API ของโฆษณา Bing สําหรับตัวอย่างเพิ่มเติม
public async Task<GetNotificationsResponse> GetNotificationsAsync(
string locale,
int? userId,
IList<int> typeIds)
{
var request = new GetNotificationsRequest
{
Locale = locale,
UserId = userId,
TypeIds = typeIds
};
return (await CustomerManagementService.CallAsync((s, r) => s.GetNotificationsAsync(r), request));
}
static GetNotificationsResponse getNotifications(
java.lang.String locale,
int userId,
ArrayOfint typeIds) throws RemoteException, Exception
{
GetNotificationsRequest request = new GetNotificationsRequest();
request.setLocale(locale);
request.setUserId(userId);
request.setTypeIds(typeIds);
return CustomerManagementService.getService().getNotifications(request);
}
static function GetNotifications(
$locale,
$userId,
$typeIds)
{
$GLOBALS['Proxy'] = $GLOBALS['CustomerManagementProxy'];
$request = new GetNotificationsRequest();
$request->Locale = $locale;
$request->UserId = $userId;
$request->TypeIds = $typeIds;
return $GLOBALS['CustomerManagementProxy']->GetService()->GetNotifications($request);
}
response=customermanagement_service.GetNotifications(
Locale=Locale,
UserId=UserId,
TypeIds=TypeIds)
ข้อกําหนด
บริการ: CustomerManagementService.svc v13
Namespace: https://bingads.microsoft.com/Customer/v13