event_tag

The Event Tag object allows you to get rendered code for one or more Events to use on your website or application. This object only accepts GET requests.

MethodRestriction
GETNone
POSTNot allowed
PUTNot allowed
DELETENot allowed
Query Params
int32

Unique ID for the event

string

Name for the event

int32

Unique ID for the advertiser

int32

Type of event, used for organizational purposes

string
Defaults to js

The tag type to render, default is js for javascript tags.

string
Defaults to none

The format to return the tags, default is none. Optional values can include csv, xml, xls, xlsx and json If not set or set to "none" the tags will be returned in the standard API response. If set, a file with the content will be streamed to the output.

Language
Request
Response
Click Try It! to start a request and see the response here!