segment_tag

The Segment Tag object allows you to get a tag 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 segment

string

Name for the segment

int32

Unique ID for the advertiser

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!