public DownloadCampaignsByCampaignIdsResponse TryDownloadCampaignsByCampaignIds(
     ApiAuthentication auth,
     CampaignScope[] campaigns,
     long accountId,
     long?customerId,
     DataScope dataScope,
     BulkDownloadEntity entities,
     CompressionType compressionType   = CompressionType.Zip,
     DownloadFileType downloadFileType = DownloadFileType.Tsv,
     string formatVersion       = "4.0",
     DateTime?lastSyncTimeInUTC = null,
     DateTime?start             = null,
     DateTime?end = null)
 {
     return(MethodHelper.TryGet(DownloadCampaignsByCampaignIds, this,
                                auth,
                                campaigns,
                                accountId,
                                customerId,
                                dataScope,
                                entities,
                                compressionType,
                                downloadFileType,
                                formatVersion,
                                lastSyncTimeInUTC,
                                start,
                                end));
 }
Пример #2
0
 public GetAdsByAdGroupIdResponse TryGetAdsByAdGroupId(
     ApiAuthentication auth,
     long?accountId,
     long?customerId,
     long adGroupId)
 {
     return(MethodHelper.TryGet(GetAdsByAdGroupId, this, auth, accountId, customerId, adGroupId));
 }
Пример #3
0
 public GetCampaignsByAccountIdResponse TryGetCampaignsByAccountId(
     ApiAuthentication auth,
     long accountId,
     CampaignType campaignType,
     long?customerId = null)
 {
     return(MethodHelper.TryGet(GetCampaignsByAccountId, this, auth, accountId, campaignType, customerId));
 }
Пример #4
0
 public AddKeywordsResponse TryAddKeywords(
     ApiAuthentication auth,
     long?accountId,
     long?customerId,
     long adGroupId,
     Keyword[] keywords)
 {
     return(MethodHelper.TryGet(AddKeywords, this, auth, accountId, customerId, adGroupId, keywords));
 }
Пример #5
0
 public GetBillingDocumentsInfoResponse TryGetBillingDocumentsInfo(ApiAuthentication auth, long[] accountIds, DateTime start, DateTime end)
 {
     return(MethodHelper.TryGet(GetBillingDocumentsInfo,
                                this,
                                auth,
                                accountIds,
                                start,
                                end));
 }
Пример #6
0
 public AddCampaignsResponse TryAddCampaigns(
     ApiAuthentication auth,
     long accountId,
     long?customerId,
     Campaign[] campaigns)
 {
     return(MethodHelper.TryGet(
                AddCampaigns,
                this,
                auth,
                accountId,
                customerId,
                campaigns));
 }
Пример #7
0
 public AddAdGroupsResponse TryAddAdGroups(
     ApiAuthentication auth,
     long?accountId,
     long?customerId,
     long campaignId,
     AdGroup[] adGroups)
 {
     return(MethodHelper.TryGet(AddAdGroups,
                                this,
                                auth,
                                accountId,
                                customerId,
                                campaignId,
                                adGroups));
 }
Пример #8
0
 public GetCampaignCriterionsByIdsResponse TryGetCampaignCriterionsByIds(
     ApiAuthentication auth,
     long[] campaignCriterionIds,
     long campaignId,
     CampaignCriterionType criterionType,
     long?accountId,
     long?customerId = null)
 {
     return(MethodHelper.TryGet(
                GetCampaignCriterionsByIds,
                this,
                auth,
                campaignCriterionIds,
                campaignId,
                criterionType,
                accountId,
                customerId));
 }
Пример #9
0
 public GetBillingDocumentsResponse TryGetBillingDocuments(ApiAuthentication auth, long[] documentIds, DataType dataType = DataType.Xml)
 {
     return(MethodHelper.TryGet(GetBillingDocuments, this, auth, documentIds, dataType));
 }
Пример #10
0
 public GetAccountMonthlySpendResponse TryGetAccountMonthlySpend(ApiAuthentication auth, long accountId, DateTime monthYear)
 {
     return(MethodHelper.TryGet(GetAccountMonthlySpend, this, auth, accountId, monthYear));
 }
Пример #11
0
 public UpdateAccountResponse TryUpdateAccount(ApiAuthentication auth, Account account)
 {
     return(MethodHelper.TryGet(UpdateAccount, this, auth, account));
 }
Пример #12
0
 public GetKOHIOInvoicesResponse TryGetKOHIOInvoices(ApiAuthentication auth, string[] invoiceIds)
 {
     return(MethodHelper.TryGet(GetKOHIOInvoices, this, auth, invoiceIds));
 }
Пример #13
0
 public SendUserInvitationResponse TrySendUserInvitation(ApiAuthentication auth, UserInvitation userInvitation)
 {
     return(MethodHelper.TryGet(SendUserInvitation, this, auth, userInvitation));
 }
 public GetBulkUploadUrlResponse TryGetBulkUploadUrl(ApiAuthentication auth, long accountId, ResponseMode responseMode, long?customerId)
 {
     return(MethodHelper.TryGet(GetBulkUploadUrl, this, auth, accountId, responseMode, customerId));
 }
Пример #15
0
 public AddPrepayAccountResponse TryAddPrepayAccount(ApiAuthentication auth, AdvertiserAccount prePayAccount)
 {
     return(MethodHelper.TryGet(AddPrepayAccount, this, auth, prePayAccount));
 }
Пример #16
0
 public GetCustomersInfoResponse TryGetCustomersInfo(ApiAuthentication auth, string _customerNameFilter, int _topN)
 {
     return(MethodHelper.TryGet(GetCustomersInfo, this, auth, _customerNameFilter, _topN));
 }
Пример #17
0
 public SearchClientLinksResponse TrySearchClientLinks(ApiAuthentication auth, OrderBy[] orderBy, Paging paging, Predicate[] predicates)
 {
     return(MethodHelper.TryGet(SearchClientLinks, this, auth, orderBy, paging, predicates));
 }
Пример #18
0
 public UpdateClientLinksResponse TryUpdateClientLinks(ApiAuthentication auth, ClientLink[] clientLinks)
 {
     return(MethodHelper.TryGet(UpdateClientLinks, this, auth, clientLinks));
 }
Пример #19
0
 public UpdateCustomerResponse TryUpdateCustomer(ApiAuthentication auth, Customer customer)
 {
     return(MethodHelper.TryGet(UpdateCustomer, this, auth, customer));
 }
Пример #20
0
 public GetInsertionOrdersByAccountResponse TryGetInsertionOrdersByAccount(ApiAuthentication auth, long accountId, long[] insertionOrderIds = null)
 {
     return(MethodHelper.TryGet(GetInsertionOrdersByAccount, this, auth, accountId, insertionOrderIds));
 }
Пример #21
0
 public GetDisplayInvoicesResponse TryGetDisplayInvoices(ApiAuthentication auth, long[] invoiceIds, DataType dataType)
 {
     return(MethodHelper.TryGet(GetDisplayInvoices, this, auth, invoiceIds, dataType));
 }
 public GetBulkDownloadStatusResponse TryGetBulkDownloadStatus(ApiAuthentication auth, string requestId, long?accountId, long?customerId)
 {
     return(MethodHelper.TryGet(GetBulkDownloadStatus, this, auth, requestId, accountId, customerId));
 }
Пример #23
0
 public AddInsertionOrderResponse TryAddInsertionOrder(ApiAuthentication auth, InsertionOrder order)
 {
     return(MethodHelper.TryGet(AddInsertionOrder, this, auth, order));
 }
Пример #24
0
 public GetCustomerPilotFeaturesResponse TryGetCustomerPilotFeatures(ApiAuthentication auth, long customerId)
 {
     return(MethodHelper.TryGet(GetCustomerPilotFeatures, this, auth, customerId));
 }
Пример #25
0
 public GetAccessibleCustomerResponse TryGetAccessibleCustomer(ApiAuthentication auth, long customerId)
 {
     return(MethodHelper.TryGet(GetAccessibleCustomer, this, auth, customerId));
 }
Пример #26
0
 public SearchInsertionOrdersResponse TrySearchInsertionOrders(ApiAuthentication auth, OrderBy[] ordering, Paging pageing, Predicate[] predicates)
 {
     return(MethodHelper.TryGet(SearchInsertionOrders, this, auth, ordering, pageing, predicates));
 }
 private SubmitGenerateReportResponse TrySubmitReport(ApiAuthentication auth, ReportRequest reportRequest, long?customerId, long?accountId)
 {
     return(MethodHelper.TryGet(SubmitReport, this, auth, reportRequest, customerId, accountId));
 }
Пример #28
0
 public SignupCustomerResponse TrySignupCustomer(ApiAuthentication auth, Account account, ApplicationType applicationType, Customer customer, long parentCustomerId)
 {
     return(MethodHelper.TryGet(SignupCustomer, this, auth, account, applicationType, customer, parentCustomerId));
 }
 public PollGenerateReportResponse TryPollGenerateReport(ApiAuthentication auth, string reportRequestId, long?customerId, long?accountId)
 {
     return(MethodHelper.TryGet(PollGenerateReport, this, auth, reportRequestId, customerId, accountId));
 }
Пример #30
0
 public GetUsersInfoResponse TryGetUsersInfo(ApiAuthentication auth, long customerId, UserLifeCycleStatus?statusFilter)
 {
     return(MethodHelper.TryGet(GetUsersInfo, this, auth, customerId, statusFilter));
 }