การดําเนินการ GetAccountsInfo Service - การจัดการลูกค้า
รับตัวระบุ ชื่อ และจํานวนบัญชีที่สามารถเข้าถึงได้จากลูกค้าที่ระบุ
ร้องขอองค์ประกอบ
วัตถุ GetAccountsInfoRequest จะกําหนดองค์ประกอบ เนื้อความ และ ส่วนหัว ของการร้องขอการดําเนินการบริการ องค์ประกอบต้องอยู่ในลําดับเดียวกับที่แสดงใน Request SOAP
หมายเหตุ
เว้นแต่ระบุไว้เป็นอย่างอื่นด้านล่าง จําเป็นต้องระบุองค์ประกอบคําขอทั้งหมด
ร้องขอองค์ประกอบเนื้อความ
องค์ประกอบส่วนหัวของคําขอ
องค์ ประกอบ | คำอธิบาย | ชนิดข้อมูล |
---|---|---|
AuthenticationToken | โทเค็นการเข้าถึง OAuth ที่แสดงข้อมูลประจําตัวของผู้ใช้ที่มีสิทธิ์เข้าถึงบัญชี Microsoft Advertising สําหรับข้อมูลเพิ่มเติม ดูการรับรองความถูกต้องด้วย OAuth |
สาย อักขระ |
DeveloperToken | โทเค็นนักพัฒนาที่ใช้เพื่อเข้าถึง Bing Ads API สําหรับข้อมูลเพิ่มเติม ดูรับโทเค็นนักพัฒนา |
สาย อักขระ |
รหัส ผ่าน | องค์ประกอบนี้สงวนไว้สําหรับการใช้ภายในและจะถูกเอาออกจากเวอร์ชันในอนาคตของ API คุณต้องใช้องค์ประกอบ AuthenticationToken เพื่อตั้งค่าข้อมูลประจําตัวของผู้ใช้ | สาย อักขระ |
ชื่อ | องค์ประกอบนี้สงวนไว้สําหรับการใช้ภายในและจะถูกเอาออกจากเวอร์ชันในอนาคตของ API คุณต้องใช้องค์ประกอบ AuthenticationToken เพื่อตั้งค่าข้อมูลประจําตัวของผู้ใช้ | สาย อักขระ |
องค์ประกอบการตอบสนอง
วัตถุ GetAccountsInfoResponse จะกําหนดองค์ประกอบ เนื้อความ และ ส่วนหัว ของการตอบสนองการดําเนินการบริการ องค์ประกอบจะถูกส่งกลับตามลําดับเดียวกับที่แสดงใน Response SOAP
องค์ประกอบเนื้อความการตอบสนอง
องค์ ประกอบ | คำอธิบาย | ชนิดข้อมูล |
---|---|---|
AccountsInfo | รายการข้อมูลเกี่ยวกับบัญชีผู้ลงโฆษณาที่ตรงกับเกณฑ์คําขอ โปรดทราบว่าอาจมีความล่าช้าสูงสุดห้านาทีจากเวลาที่คุณสร้างบัญชีจนกว่าข้อมูลบัญชีจะถูกรวมอยู่ในการตอบสนอง |
อาร์เรย์ AccountInfo |
องค์ประกอบส่วนหัวการตอบสนอง
องค์ ประกอบ | คำอธิบาย | ชนิดข้อมูล |
---|---|---|
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">GetAccountsInfo</Action>
<AuthenticationToken i:nil="false">ValueHere</AuthenticationToken>
<DeveloperToken i:nil="false">ValueHere</DeveloperToken>
</s:Header>
<s:Body>
<GetAccountsInfoRequest xmlns="https://bingads.microsoft.com/Customer/v13">
<CustomerId i:nil="false">ValueHere</CustomerId>
<OnlyParentAccounts>ValueHere</OnlyParentAccounts>
</GetAccountsInfoRequest>
</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>
<GetAccountsInfoResponse xmlns="https://bingads.microsoft.com/Customer/v13">
<AccountsInfo xmlns:e232="https://bingads.microsoft.com/Customer/v13/Entities" d4p1:nil="false" xmlns:d4p1="http://www.w3.org/2001/XMLSchema-instance">
<e232:AccountInfo>
<e232:Id>ValueHere</e232:Id>
<e232:Name d4p1:nil="false">ValueHere</e232:Name>
<e232:Number d4p1:nil="false">ValueHere</e232:Number>
<e232:AccountLifeCycleStatus>ValueHere</e232:AccountLifeCycleStatus>
<e232:PauseReason d4p1:nil="false">ValueHere</e232:PauseReason>
</e232:AccountInfo>
</AccountsInfo>
</GetAccountsInfoResponse>
</s:Body>
</s:Envelope>
ไวยากรณ์โค้ด
ไวยากรณ์ตัวอย่างสามารถใช้กับ Bing Ads SDKs ได้ ดู ตัวอย่างโค้ด API ของโฆษณา Bing สําหรับตัวอย่างเพิ่มเติม
public async Task<GetAccountsInfoResponse> GetAccountsInfoAsync(
long? customerId,
bool onlyParentAccounts)
{
var request = new GetAccountsInfoRequest
{
CustomerId = customerId,
OnlyParentAccounts = onlyParentAccounts
};
return (await CustomerManagementService.CallAsync((s, r) => s.GetAccountsInfoAsync(r), request));
}
static GetAccountsInfoResponse getAccountsInfo(
java.lang.Long customerId,
boolean onlyParentAccounts) throws RemoteException, Exception
{
GetAccountsInfoRequest request = new GetAccountsInfoRequest();
request.setCustomerId(customerId);
request.setOnlyParentAccounts(onlyParentAccounts);
return CustomerManagementService.getService().getAccountsInfo(request);
}
static function GetAccountsInfo(
$customerId,
$onlyParentAccounts)
{
$GLOBALS['Proxy'] = $GLOBALS['CustomerManagementProxy'];
$request = new GetAccountsInfoRequest();
$request->CustomerId = $customerId;
$request->OnlyParentAccounts = $onlyParentAccounts;
return $GLOBALS['CustomerManagementProxy']->GetService()->GetAccountsInfo($request);
}
response=customermanagement_service.GetAccountsInfo(
CustomerId=CustomerId,
OnlyParentAccounts=OnlyParentAccounts)
ข้อกําหนด
บริการ: CustomerManagementService.svc v13
Namespace: https://bingads.microsoft.com/Customer/v13