adAccounts
Every advertising account this merchant holds, on a connected platform or not, ordered by name, as a cursor connection. A platform may carry several of them, so this connection is longer than the platform list rather than parallel to it.
adAccounts(
first: Int
after: String
last: Int
before: String
): AdAccountConnection!
Arguments
adAccounts.first ● Int scalar
How many items to return from the start of the page, at most 50. Either first or last is required — a connection never guesses a page size.
adAccounts.after ● String scalar
Return the items after this cursor. Use with first.
adAccounts.last ● Int scalar
How many items to return from the end of the page, at most 50. Either first or last is required — a connection never guesses a page size.
adAccounts.before ● String scalar
Return the items before this cursor. Use with last.
Type
AdAccountConnection object
One page of the merchant’s advertising accounts, connected or not.