CodeHelper.API.Awin 1.1.1

dotnet add package CodeHelper.API.Awin --version 1.1.1
NuGet\Install-Package CodeHelper.API.Awin -Version 1.1.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="CodeHelper.API.Awin" Version="1.1.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CodeHelper.API.Awin --version 1.1.1
#r "nuget: CodeHelper.API.Awin, 1.1.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install CodeHelper.API.Awin as a Cake Addin
#addin nuget:?package=CodeHelper.API.Awin&version=1.1.1

// Install CodeHelper.API.Awin as a Cake Tool
#tool nuget:?package=CodeHelper.API.Awin&version=1.1.1

CodeHelper.API.Awin

The Awin API helps businesses save time by automating their daily tasks. It provides advertiser-specific endpoints as well as publisher-specific endpoints.For more information and a list of endpoints available, please see the detailed documentation pages below.

Question?

Version

  • 1.1.1 : Bug Solved when call All Programs available
  • 1.1.0 : Get Transactions, Get Transaction by IDS (+ split of AwinHelper into AwinHelperPublisher and AwinHelperAdvertiser)
  • 1.0.0 : Get Accounts, Get Promotions, Get Programs

Methods

  • AwinHelperAdvertiser.GetTransactionsByIds(string ids, string timezone = TimeZones.UTC) : Pull a list of transactions deatils for the given IDs

  • AwinHelperAdvertiser.GetTransactions(string startDate, string endDate, string timezone, string dateType = TransActionDateTypes.Transaction, string publisherID = "", string transactionStatus = TransactionStatusses.All) : Pull a list of transactions

  • AwinHelper.GetAccounts(string publisherAccountType = PublisherAccountTypes.Advertiser) : Returns a list of your Accounts

  • AwinHelperPublisher.GetTransactionsByIds(string ids, string timezone = TimeZones.UTC) : Pull a list of transactions deatils for the given IDs

  • AwinHelperPublisher.GetTransactions(string startDate, string endDate, string timezone, string dateType = TransActionDateTypes.Transaction, string advertiserID = "", string transactionStatus = TransactionStatusses.All) : Pull a list of transactions

  • AwinHelperPublisher.GetPrograms(string filterCountryID ="", string relationship = MembershipTypes.All, bool includeHidden=true) : Returns a list of Prorgrammes All, Joined, NotJoined

  • AwinHelperPublisher.GetPromotionsAsync(PromotionSearchFilter filters) : Returns a list of Promotions, based on the search options

  • AwinHelper.GetAccounts(string publisherAccountType = PublisherAccountTypes.Publisher) : Returns a list of your Accounts

  • AwinHelper.GetAccounts(string publisherAccountType = PublisherAccountTypes.All) : Returns a list of your Accounts

Authentication

The Awin API provides access to a range of information from your publisher or advertiser accounts. To make sure your data is safe, all of our API endpoints require an oauth2 access token. This token is not linked to a certain publisher or advertiser account, but to your own personal user account.

To obtain your token visit https://ui.awin.com/awin-api or click on the "API credentials" link in your user menu:

Usage

To guarantee smooth operation for all our publishers and advertisers, we currently have a throttling in place that limits the number of API requests to 20 API calls per minute per user.

Upgrade from V1.0.0 to V1.1.0

In version 1.0.0, only AwinHelper class was available. In V1.1.0 We have split into AwinHelperPublisher and AwinHelperAdvertsier. As i V1.0.0 we only had methods for Publishers, you need only chaneg your code from AwinHelper to AwinHelperPublisher

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net6.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.1 401 9/6/2022
1.1.0 364 8/25/2022
1.0.0 368 8/24/2022