Hi Google Ads API Team,

I'm trying to write a GAQL that fetches clicks for a specific date and 
returns the exact headline & description combination from a responsive ad 
that generated each click.

We have some unwanted leads generated from our responsive campaigns, and 
I'm just trying to drill down which specific combination of headlines and 
descriptions are generating these unwanted leads.

I'm able to retrieve specific clicks:

```sql
SELECT campaign.name, click_view.gclid, click_view.keyword, ad_group.name, 
ad_group.id, campaign.id, customer.id, click_view.ad_group_ad

FROM click_view

WHERE segments.date = '2024-05-08'
```

Which gives me information for a specific ad id that generated that click. 
However, when I query that ad id from a specific click, I'm only able to 
retrieve all the different headlines/descriptions for that ad, but unable 
to retrieve exact combination of headline + description that generated that 
specific click:
```sql
SELECT ad_group_ad.ad.responsive_search_ad.headlines, 
ad_group_ad.ad.responsive_search_ad.descriptions FROM ad_group_ad WHERE 
ad_group.id = 144629223745 AND ad_group_ad.ad.id = XYZ
```

Please let me know if there's a solution.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/2d4745a9-d143-4349-89d7-8f4c0b45365fn%40googlegroups.com.
  • GA... Seva Baskin
    • ... 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum

Reply via email to