adPlatforms
Every advertising platform this merchant can use, connected or not, ordered by name, as a cursor connection. Each carries what it reports for the month and how well it is set up.
adPlatforms(
first: Int
after: String
last: Int
before: String
): AdPlatformConnection!
Arguments
adPlatforms.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.
adPlatforms.after ● String scalar
Return the items after this cursor. Use with first.
adPlatforms.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.
adPlatforms.before ● String scalar
Return the items before this cursor. Use with last.
Type
AdPlatformConnection object
One page of the merchant’s advertising platforms.