Variable | Type | Description |
---|---|---|
list_id | int|string | The ID of the list for which to get the remarketing properties |
Parameter | Description |
---|---|
site_id | The remarketing site_id |
list_id | The id of the list |
form_id | The id of the form |
control_list_hash | The verification hash |
hostname | The hostname |
site_url | The URL of the site |
has_datalayer | If datalayer integration should be used (must be implemented in the website) |
javascript | The javascript integration code |
custom_javascript | Extra custom javascript code (if not null, should be inserted after the code from the javascript field) |
{ "site_id": "12345", "list_id": "my_list_id", "form_id": "my_form_id", "control_list_hash": "the_hash", "hostname": "The hostname", "site_url": "The site URL", "has_datalayer": 1, "javascript": "The code here", "custom_javascript": null }
Code | Message | Description |
---|---|---|
407 | Missing required param list_id | list_id param is required |
101 | Not allowed for list_id = %s | Invalid access to list_id |
{ "err": true, "message": "Missing required param list_id", "code": 407 }