Retrieve Raw Data Report
From wiki.taptica.com
This method is used to send request to Taptica's AdCore servers for retrieving ads reports. The method will pass to Taptica's AdCore servers unique IDs identifying the applications and a set of metadata describing the request.
Restriction:
- All data can be retrieved only day by day
- Maximum number of applications per request - 100
End Point
Service end point:
[ Version 4 ]
Service: http://api.taptica.com/sts/v4/AdsReportsAPI
WSDL: http://api.taptica.com/sts/v4/AdsReportsAPI?wsdl
Method Signatures
List<AdCoreReportRawData> RetrieveReportRawData( Authentication auth, string[] applicationIds, DateTime start, DateTime end, Filter filter)
Return Value
Type: AdCoreReportRawData
Return value has the following properties:
Property | Type | Description |
RowId | Int | Unique row Id |
ApplicationId | String | Unique application Id. |
EventType | String | Event type, Ex: Request, Impression, Click, Conversion |
AdNetworkName | String | Ad network name |
HitGuid | String | Unique session Id |
ClientIP | String | User/Handset reported Client IP |
Country | String | Country name, Ex: "UK" |
Platform | string | Handset platform name, Ex: Android |
Cost | String | Cost in USD, By Event Type, Ex: 0.015 |
CreatedAt | DateTime | Date and Time |
Parameters Description
Parameter | Description |
auth | Type: Authentication
Hold the authentication tokens for AdCore. This object has these properties: UserName A string having the username for used to identify on AdCore. Password Password for above username.
|
applicationIds | Type: string[], in UUID format with ID of application as provisioned by AdCore. |
start | Type: DateTime , start date to begin the report. |
end | Type: DateTime , end date to end the report. |
Filter | Type: Filter.
Platform, String - Handset platform name, Ex: "Android"; EventType, String - Event type, "Request", "Impression", "Click", "Conversion" AdNetworkName, String - Network name, Ex: "inmobi"; Country, String - Country name, Ex: "UK"; |