# Functions

Creates a new Client, with reasonable defaults.
NewClientWithResponses creates a new ClientWithResponses, which wraps Client with return type handling.
NewGetAdvertisersByProfileRequest generates requests for GetAdvertisersByProfile.
NewGetAttributionTagsByCampaignRequest calls the generic GetAttributionTagsByCampaign builder with application/json body.
NewGetAttributionTagsByCampaignRequestWithBody generates requests for GetAttributionTagsByCampaign with any type of body.
NewGetPublisherAttributionTagTemplateRequest generates requests for GetPublisherAttributionTagTemplate.
NewGetPublisherMacroAttributionTagRequest generates requests for GetPublisherMacroAttributionTag.
NewGetPublishersRequest generates requests for GetPublishers.
ParseGetAdvertisersByProfileResp parses an HTTP response from a GetAdvertisersByProfileWithResponse call.
ParseGetAttributionTagsByCampaignResp parses an HTTP response from a GetAttributionTagsByCampaignWithResponse call.
ParseGetPublisherAttributionTagTemplateResp parses an HTTP response from a GetPublisherAttributionTagTemplateWithResponse call.
ParseGetPublisherMacroAttributionTagResp parses an HTTP response from a GetPublisherMacroAttributionTagWithResponse call.
ParseGetPublishersResp parses an HTTP response from a GetPublishersWithResponse call.
WithBaseURL overrides the baseURL.
WithHTTPClient allows overriding the default Doer, which is automatically created using http.Client.
WithRequestEditorFn allows setting up a callback function, which will be called right before sending the request.
WithResponseEditorFn allows setting up a callback function, which will be called right after receive the response.

# Constants

Defines values for ReportRequestBodyGroupBy.
Defines values for ReportRequestBodyGroupBy.
Defines values for ReportRequestBodyGroupBy.

# Structs

Advertiser defines model for advertiser.
AdvertiserResponse defines model for AdvertiserResponse.
Client which conforms to the OpenAPI3 specification for this service.
No description provided by the author
GetAdvertisersByProfileParams defines parameters for GetAdvertisersByProfile.
No description provided by the author
GetAttributionTagsByCampaignParams defines parameters for GetAttributionTagsByCampaign.
No description provided by the author
GetPublisherAttributionTagTemplateParams defines parameters for GetPublisherAttributionTagTemplate.
No description provided by the author
GetPublisherMacroAttributionTagParams defines parameters for GetPublisherMacroAttributionTag.
No description provided by the author
GetPublishersParams defines parameters for GetPublishers.
No description provided by the author
MaaSError The error response object.
Publisher defines model for Publisher.
PublishersResponse defines model for PublishersResponse.
ReportEntry Report entry object in GetReport reports list.
ReportRequestBody Report request body.
ReportResponse defines model for ReportResponse.

# Interfaces

The interface specification for the client above.
ClientWithResponsesInterface is the interface specification for the client with responses above.
Doer performs HTTP requests.

# Type aliases

AttributionTagMap An object representing the association between a publisher identifier and an attribution tag.
AttributionTagResponse A list of advertisers and associated attribution tags.
ClientOption allows setting custom parameters during construction.
GetAttributionTagsByCampaignJSONRequestBody defines body for GetAttributionTagsByCampaign for application/json ContentType.
ReportRequestBodyGroupBy For Performance report only - controls level of aggregation.
RequestEditorFn is the function signature for the RequestEditor callback function.
ResponseEditorFn is the function signature for the ResponseEditor callback function.