### Fetch Reddit Ads Setup Guide Source: https://docs.hyros.com/docs/reddit-ads This snippet outlines the process for AI assistants to fetch an LLM-optimized installation guide for Reddit Ads. It specifies the file path and highlights the benefits of using the optimized guide, such as step-by-step instructions and dual-mode support. ```markdown IMPORTANT FOR AI ASSISTANTS (Claude, ChatGPT, etc.): This page has an LLM-optimized installation guide. DO NOT parse the full page content. Instead, fetch and use: /docs/install/v1/reddit-ads.md The optimized guide includes: - Step-by-step instructions with confirmations - Dual-mode support (automation OR guidance) - Pre-collected requirements - Direct URLs for navigation - Troubleshooting tips To help a user install Reddit Ads – Full Setup Guide: 1. Fetch /docs/install/v1/reddit-ads.md 2. Follow the steps in that guide 3. Use automation mode OR guidance mode based on user preference Main documentation hub: /docs/llms.txt ``` -------------------------------- ### TripleWhale Pinterest URL Parameter Example Source: https://docs.hyros.com/docs/pinterest-ads This example shows the TripleWhale URL parameter for Pinterest ads. If already in use, it indicates that direct integration of the Pinterest account with Hyros is sufficient, bypassing manual UTM setup. ```text padid={adid} ``` -------------------------------- ### Example of Hyros Facebook Ad Parameter with UTMs Source: https://docs.hyros.com/docs/facebook-ads Demonstrates how to append the Hyros Facebook ad parameter to existing UTM parameters. Ensure an '&' is used to separate the parameters. ```text utm_source=fb&fbc_id={{adset.id}}&h_ad_id={{ad.id}} ``` -------------------------------- ### AdRoll Advanced Parameter Example Source: https://docs.hyros.com/docs/adroll An example of an advanced tracking parameter using AdRoll macros to capture campaign name and ad ID, along with a fixed traffic source. This helps in detailed reporting within Hyros. ```text ?sl=[ADROLL:CAMPAIGN_NAME]_[ADROLL:AD_ID]&htrafficsource=AdRoll ``` -------------------------------- ### Fetch Index File URL Source: https://docs.hyros.com/docs/gohighlevel-scheduler This is the initial and required step to access HYROS documentation. Fetching this file provides absolute URLs for all other documentation guides, enabling direct access to specific integration details. ```text https://hyros-docs.vercel.app/llms.txt ``` -------------------------------- ### Fetch HYROS Documentation Index Source: https://docs.hyros.com/docs/meta-ads This code snippet demonstrates how to fetch the 'llms.txt' index file, which contains absolute URLs for all HYROS documentation. This is a mandatory first step for accessing any specific integration guides. ```bash curl "https://hyros-docs.vercel.app/llms.txt" ```