Get All Sponsor Click Analytics

  • API used at host side event admin, super admin, and organizer admin can access this API.
  • This API is used to get sponsor click analytics. Returning a list of sponsors present in the event with the count of how many times one sponsor gets clicked by attendees.
  • We are not collecting admin and staff users' clicks if they click on any sponsor that will be not counted.
  • We need to pass an authorization token here, which is generated after successful login into the account.
Path Params
string
required

Event url is unique identifier for your event. E.g https://www.accelevents.com/events/demo. Here demo is the event url.

Query Params
int32
Defaults to 0

Pages are zero indexed, thus providing 0 for page will return the first page.

int32
Defaults to 10

Size will returns number of records when call api default will returns 10 records.

string

Filter sponsors by their name specifying searchString.

Headers
string

API authentication token.

string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
Header
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
text/plain