> For the complete documentation index, see [llms.txt](https://docs.twoowls.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.twoowls.io/hot-topics.md).

# HOT TOPICS

- [Facebook Attribution](https://docs.twoowls.io/hot-topics/facebook-attribution.md): Catch up with why IOS 14 updates are wreaking havoc on your Facebook Ad Attribution in the AM
- [Fix your Facebook reporting delay](https://docs.twoowls.io/hot-topics/facebook-attribution/fix-your-facebook-reporting-delay.md): Metrics now can take up to 72hrs to show up in your Ads Manager
- [Understanding data absence](https://docs.twoowls.io/hot-topics/facebook-attribution/understanding-data-absence.md): Event loss is hard to bear, but Two Owls has the solution!
- [IOS 14 effects on Facebook Attribution window](https://docs.twoowls.io/hot-topics/facebook-attribution/understanding-data-absence/ios-14-effects-on-facebook-attribution-window.md): Why you won't be able to see the full picture of how conversions happen as you used to be
- [Pixel Errors](https://docs.twoowls.io/hot-topics/pixel-errors.md)
- [Conversion API events](https://docs.twoowls.io/hot-topics/conversion-api-events.md)
- [Event Deduplication](https://docs.twoowls.io/hot-topics/conversion-api-events/event-deduplication.md): Rest assured you won't suffer from double-counted events.
- [Event Match Quality (EMQ)](https://docs.twoowls.io/hot-topics/conversion-api-events/event-match-quality-emq.md)
- [Dynamic Product Ads](https://docs.twoowls.io/hot-topics/dynamic-product-ads.md)
- [Two Owls Catalog - A game-changer](https://docs.twoowls.io/hot-topics/dynamic-product-ads/two-owls-catalog-a-game-changer.md): Your visitors need just a little nudge to purchase


---

# 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.twoowls.io/hot-topics.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.
