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.
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Here is the description of response attributes, which returns in the form of JSON.

AttributeDescription
Records TotalThe total number of sponsors present in the event.
Records FilteredCount of filtered records based on specified pagination details and searchSearch.
ErrorError message if getting any error while getting records.
DataList of sponsors with their analytics information.
IdUnique id of the sponsor.
Sponsor NameName of the sponsor.
Count By SourceHow many times the sponsor gets clicks from different sources.
Event SiteCount of how many times the sponsor gets clicks from the event site or landing page of the event.
TotalCount of the total number of time the sponsor get clicks by attendees.
Virtual Event HubCount of how many times the sponsor gets clicks inside virtual event hub possible sources are sponsor tab on lobby page, the section above chat, etc.

Description of HTTP Response code.

Response CodeDescription
200Successfully API called.
400The request could not be understood by the server due to malformed syntax.
401You are not authorized to view the resource.
4030201You don't have host-level access to access the resource
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
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

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