The Adgebra Report API integration guidelines will be able to fetch numbers from adgebra 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=Account Id of which the reports need to be fetched ex:'432'.
p2=Advertiser ID of which reports need to be fetched. By default, it will be 'All' and will fetch all advertiser reports associated with the account ID. Here you can also fetch by only a particular advertiser just by entering the advertiser id ex:'4122'.
p3: This Parameter is the start date of the report that needs to be fetched. The Date format for this field is "DD-MMM-YYYY" Ex: 01-Nov-2023
p4: This Parameter is the end date of the report that needs to be fetched. The Date format for this field is "DD-MMM-YYYY" Ex: 02-Nov-2023
p5: This Parameter is the unique pin associated with the account. Here you need to contact your account manager to get the unique pin. Ex : z8Sgxc82Mnxrb9me
p6: This parameter is the currency format that you wish to fetch in the report. The default is 'inr'. You can change it to 'usd'.
At any point in time, if the response is blank or invalid, then it should be handled at the client's end. At times when planned/unplanned adgebra maintenance activity may be scheduled.
If any reponse is blank, please check the values entered in the parameters. The response will also be blank in case there is no data.