https://ads-api.x.com/<version>/accounts
with_deleted=true
parameter when asking for the resource. Otherwise, deleted records will return a HTTP 404.
A successful request will return a HTTP 200-series response along with the JSON response representing the object when creating, deleting, or updating a resource.
When updating data with HTTP PUT, only the specified fields will be updated. You can un-set an optional value by specifying the parameter with an empty string. As an example, this group of parameters would unset any already specified end_time
: &end_time=&paused=false
.
See Error Codes & Responses for more details on error responses.
"abc1"
and you were retrieving the campaigns associated with an account, you would access that list by using the URL https://ads-api.x.com/6/accounts/abc1/campaigns
. By specifying the in-line account_id
parameter described in the resource URL (https://ads-api.x.com/6/accounts/:account_id/campaigns
), you’ve scoped the request to objects associated only with that account.
Symbol | URL Encoded |
---|---|
! | %21 |
# | %23 |
$ | %24 |
& | %26 |
’ | %27 |
( | %28 |
) | %29 |
* | %2A |
+ | %2B |
, | %2C |
/ | %2F |
: | %3A |
; | %3B |
= | %3D |
? | %3F |
@ | %40 |
[ | %5B |
] | %5D |