Menambahkan pengguna ke audiens kustom.
Deskripsi operasi
After users are submitted to a custom audience, Meta matches them. If fewer than 100 users are matched, Meta discards the data. This prevents phone numbers from being linked directly to user tokens. Each API call supports up to 10,000 user records.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
cams:AddCustomAudienceUser |
create |
*全部资源
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| CustSpaceId |
string |
Yes |
ID ruang sub-pelanggan Independent Software Vendor (ISV) atau ID instans pelanggan langsung. |
cams-** |
| PageId |
string |
Yes |
ID Halaman untuk Messenger. |
239** |
| AdAccountId |
string |
Yes |
ID akun iklan Meta. |
3939** |
| CustomAudienceId |
string |
Yes |
ID audiens kustom. |
399** |
| Users |
array<object> |
Yes |
Daftar pengguna. |
|
|
object |
No |
An object. |
||
|
string |
No |
The email address. |
Example |
|
| Phone |
string |
No |
The phone number. |
Example |
| EstimatedNumTotal |
integer |
No |
Perkiraan jumlah total pengguna. |
26 |
| BatchLastFlag |
boolean |
No |
Apakah ini adalah batch data terakhir. |
false |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
|||
| AccessDeniedDetail |
string |
Details about the access denial. |
None |
| Message |
string |
The error message. |
OK |
| RequestId |
string |
The request ID. |
39** |
| Code |
string |
The request status code.
|
OK |
| Success |
boolean |
Indicates whether the operation was successful. Valid values:
|
true |
Contoh
Respons sukses
JSONformat
{
"AccessDeniedDetail": "None",
"Message": "OK",
"RequestId": "39**",
"Code": "OK",
"Success": true
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.