# FAQ

<details>

<summary>Can Coupler.io pull YouTube revenue data?</summary>

YouTube's Analytics API (which Coupler.io uses) does not provide revenue, AdSense earnings, or CPM data. This data is only available directly in YouTube Studio under the "Monetization" tab or in your AdSense account.

If you need to track revenue alongside views and watch time, you can:

* Manually export revenue data from YouTube Studio or AdSense and store it in a separate sheet
* Use Coupler.io's **Join** transformation to combine YouTube performance metrics with AdSense revenue data from another source
* Use an AI destination (Claude, ChatGPT, etc.) to analyze the relationship between your content performance and earnings

If revenue reporting is critical for your business, contact Coupler.io support to discuss potential workarounds.

</details>

<details>

<summary>How often does YouTube Analytics data update in Coupler.io?</summary>

YouTube Analytics data is finalized and available within **48 hours** after it's generated. Data from "today" or "yesterday" will be incomplete. Once 48 hours have passed, data is locked in and won't change.

For scheduled flows, it's best to:

* Set the end date to 2+ days in the past (use {{60daysago}

</details>


---

# Agent Instructions: 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:

```
GET https://docs.coupler.io/sources/category/marketing/youtube/faq.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
