AdWeeklyPoint
One week of a reporting window — the granularity every chart in the advertising module draws at.
type AdWeeklyPoint {
week: Int!
startDate: Date!
endDate: Date!
spend: Money!
customers: Int!
attributedRevenue: Money
}
Fields
AdWeeklyPoint.week ● Int! non-null scalar
Which week of the window this is, counting from one. Use it to line two series up; use the dates to label an axis.
AdWeeklyPoint.startDate ● Date! non-null scalar
The first day the week covers, inclusive.
AdWeeklyPoint.endDate ● Date! non-null scalar
The last day the week covers, inclusive.
AdWeeklyPoint.spend ● Money! non-null object
What was spent during the week.
AdWeeklyPoint.customers ● Int! non-null scalar
How many customers the platform attributes to the week.
AdWeeklyPoint.attributedRevenue ● Money object
The revenue attributed to the week. Null where the row carries no revenue of its own — an ad account’s series reports spend and customers only.
Member Of
AdAccount object ● AdPlatform object ● Campaign object