> For the complete documentation index, see [llms.txt](https://docs.edgetag.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.edgetag.io/changelog/october-2025/8th-oct-reddit-migration-refresh-flow-and-more.md).

# 8th Oct: Reddit Migration, Refresh flow and more

### :sparkles:New and noteworthy

#### **The Reddit integration got a major upgrade!**

We migrated it to **API version 3.0**, paving the way for a more reliable and future-proof connection with Reddit’s platform. During this process, we also added support for **Product ID mapping.** This will allow you to select how to map the Reddit product catalog with the correct identifier in the event.

#### OAuth Refresh Flow Optimization

We noticed that frequent token refreshes were triggering a flood of **Cloudflare Secret PUT API** calls — so we stepped in to streamline the process. Now, with smarter **validation checks**, we only refresh tokens when truly necessary and skip any invalid or incomplete auth setups.

### :zap:Improvements

\[Channel] - Claritas Goal Name Support

<figure><img src="/files/zJpCrmaAOJo07GrUOvk9" alt=""><figcaption></figcaption></figure>

\[Channel] - Added Pixel ID field for TradeDesk

\[WordPress] - Added secure flag for truid cookie

\[Channel] - Shopify CRM now reports errors when the token expires

\[Channel] - Added order ID for Liveintent

### :bug: Fixes

\[Channel] - Salesforce access token was not saved correctly

\[Channel] - Bloomreach timestamp was in the wrong format

### :book: Details

Release day: 08th October 2025\
Release version: 25-36\
Edge version: 13.126.0\
SDK version: 1.32.0


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.edgetag.io/changelog/october-2025/8th-oct-reddit-migration-refresh-flow-and-more.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
