Get Attribution Rollups
Get ranked settled-spend attribution groups for one dimension and time window.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
This API uses OAuth2 with the Client Credential flow. Client Credentials must be sent in the BODY, not the headers. For an example of how to implement this, refer to the c1TokenSource.Token() function.
Body
GetAttributionRollupsRequest specifies how to group settled spend.
Dimension used to group settled calls.
ATTRIBUTION_DIMENSION_UNSPECIFIED, ATTRIBUTION_DIMENSION_USER, ATTRIBUTION_DIMENSION_DEPARTMENT, ATTRIBUTION_DIMENSION_AGENT, ATTRIBUTION_DIMENSION_SESSION, ATTRIBUTION_DIMENSION_MODEL, ATTRIBUTION_DIMENSION_CALL_SOURCE, ATTRIBUTION_DIMENSION_SUBJECT_FUND_SOURCE, ATTRIBUTION_DIMENSION_APP Maximum number of groups to return. The default is 25 and the maximum is 100.
Pagination token from a previous response with the same window and dimension.
Response
GetAttributionRollupsResponse contains one page of ranked attribution groups.