POST request with Tealium Generic Tag

Bronze Contributor
Bronze Contributor

Can I send a POST request with  a Tealium Generic Tag?

2 REPLIES 2

POST request with Tealium Generic Tag

Tealium Expert
Tealium Expert

The utag.ut.loader function only really supports resource types of iframe, @jessicasattler, image and script, and all of those involve HTTP GET requests.

However, if you have jQuery on your page, then you could always use the jQuery.post() function, either through modifying the tag template so that the send() function uses that, or otherwise in a new tag-scoped extension (which should always run last) accessing the object.

POST request with Tealium Generic Tag

Tealium Employee

@jessicasattler

I would say this is a good candidate for the Product Ideas forum, for a tag like the generic tag that can be used to POST data.

Adrian

Ask me anything Tealium related or TypeScript/JavaScript, or NodeJS.
Please remember to mark solutions as accepted for future searchers.
Public