📋 Facebook Ads Search Results

Search Parameters: {% set params = search_data.search_params %} {% if params.search_terms %}Terms: "{{ params.search_terms }}" | {% endif %} Country: {{ params.country }} | Type: {{ params.ad_type }} | Media: {{ params.media_type }} | {% if params.start_date %}From: {{ params.start_date }}{% endif %} {% if params.end_date %} To: {{ params.end_date }}{% endif %}
Results: {{ search_data.results_count }} ads found {% if search_data.search_time %} | Searched: {{ search_data.search_time.split('T')[0] }} {% endif %}
{% if search_data.ads %}
🔄 Processing selected ads...
Creating evaluation report
{% for ad in search_data.ads %}
{{ ad.page_name or 'Unknown Page' }}
{% if ad.ad_creation_time %}Created: {{ ad.ad_creation_time.split('T')[0] }}{% endif %} {% if ad.ad_delivery_start_time %}
Started: {{ ad.ad_delivery_start_time.split('T')[0] }}{% endif %} {% if ad.ad_delivery_stop_time %}
Ended: {{ ad.ad_delivery_stop_time.split('T')[0] }}{% endif %}
{% if ad.ad_creative_bodies %}
Ad Text:
{% for body in ad.ad_creative_bodies %} "{{ body }}"{% if not loop.last %}
{% endif %} {% endfor %}
{% endif %} {% if ad.ad_creative_link_titles %}
Link Title: {{ ad.ad_creative_link_titles[0] }}
{% endif %} {% if ad.ad_creative_link_descriptions %}
Description: {{ ad.ad_creative_link_descriptions[0] }}
{% endif %} {% if ad.ad_snapshot_url %} {% endif %}
{% endfor %}
{% else %}

📭 No Ads Found

No Facebook ads matched your search criteria.

Try adjusting your search parameters or expanding the date range.

🔍 Try Another Search
{% endif %}