Adgebra Partner Widget Report Api Integration Guidelines
Adgebra Partner Report Api Integration Guidelines
The Adgebra Partner widget Report API integration guidelines will be able to fetch numbers from Adgebra Partner widget reports in real time by sending the required parameters in an API call. In response, adgebra will send data as per the below-mentioned format
p1: This parameter is the Partner ID of which the reports need to be fetched ex:p1=Partner Id of which the reports need to be fetched ex:'432'.
p2: This Parameter is the date of the report that needs to be fetched. The Date format for this field is "DD-MMM-YYYY". Ex: 01-Nov-2023
p3: This parameter represents the site name. The default is 'all'. If you need data on any particular site, you can enter the site name in the p3 parameter. Please note site names need to be entered the same as whitelisted in adgebra.
p4: This Parameter is the unique PIN associated with the partner. Here, you need to contact your partner manager to get the unique PIN. Ex: z8Sgxc82Mnxrb9me
p7: This Parameter is the Geo field. The default is 'All'. Hence, your report will be shown for all geos. Removing this parameter will run the reports by site instead of geo.
p8: This parameter is the currency format that you wish to fetch in the report. The default is 'USD'. You cannot change it to any other currency as of now.
p9: This parameter Fetches widget-wise reporting data.(default value as: 1) to fetch reports per widget.
{
"Site_Device": [
{
"Geo": "[Country]" // If p7=all, return geo-wise breakdown, else this field will not be shown.
"Template": "[Template Name]",
"CTR": "[Count]",
"Revenue": "[Count]", Only widget-specific revenue
"Impression": "[Count]", // Only widget-specific impressions
"Clicks": "[Count]", // Only unique clicks count.
"eCPM:"[Count]", Only widget-specific ecpm
}
]
}