retargeting.lookalikes.get
Get lookalike retargeting lists by list of IDs.
Parameters
struct |
user { |
|
string |
session |
Session (as retrieved from client.loginByToken() )
|
int |
userId |
(optional) Managed user ID
|
|
} |
|
|
array |
listIds ( |
|
int
|
|
|
(optional) Id of lookalike retargeting list
|
|
) |
|
|
Response
struct |
{ |
|
int |
status |
Status code (see below)
|
string |
statusMessage |
Status code description
|
struct |
diagnostics { |
(optional) Additional information about processed request (see below)
|
} |
|
|
string |
session |
(optional) Refreshed session
|
array |
lookalikes ( |
Array of lookalike retargeting lists
|
struct |
{ |
|
int |
lookalikeId |
Id of lookalike retargeting list
|
struct |
attributes { |
|
string |
name |
Name of lookalike retargeting list.
|
string |
status |
Status:
-
active :
Active looaklike retargeting list
-
paused :
Paused looaklike retargeting list
|
int |
retargetingId |
Retargeting code
|
int |
users |
Number of users in looaklike list
|
string |
description |
Description of looaklike retargeting list
|
datetime |
createDate |
Date of creating looaklike retargeting list
|
datetime |
suspendDate |
Date of closing looaklike retargeting list
|
datetime |
deleteDate |
Date of deleting looaklike retargeting list
|
bool |
deleted |
Whether list was deleted
|
string |
accuracy |
Accuracy of targeting:
|
struct |
sourceRetargetingList { |
|
int |
id |
Id of source retargeting list
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
) |
|
|
|
} |
|
|
Response status codes:
List of all possible response status codes:
200: OK
206: Partially OK
301: User is serviced
400: Bad arguments
401: Invalid session
403: Access Denied
404: Not found
406: Bad values of attributes
413: Too many items requested.
429: Too many requests. Has to wait.
500: Server Error.
409: Conflict
Diagnostics:
List of all possible diagnostics:
retargeting_email_not_exist
retargeting_email_not_found
user_access_denied