Keyword Customizer availability in GAQL

11 views
Skip to first unread message

Brad Melluish

unread,
Jan 2, 2025, 7:14:12 PM (3 days ago) Jan 2
to Google Ads API and AdWords API Forum
Currently, the v18 API has visibility of campaign and ad group customizers via the campaign_customizer and ad_group_customizer resources, along with customizer metadata via customizer_attribute. 

Is there a way to pull keyword customizers, as well? If not, is this a planned feature?

Thanks!

Google Ads API Forum Advisor

unread,
Jan 2, 2025, 9:19:17 PM (3 days ago) Jan 2
to d...@trafficbyintent.com, adwor...@googlegroups.com
Hi,

Thank you for reaching out to the Google Ads API support team.

Based on the information  provided, I understand that you are looking for guidance in pulling the keyword customizers from the Google Ads API. As the keyword customizers are created using the AdGroupCriterionCustomizers method, you can pull them using the ad_group_criterion_customizer resource from the Google Ads API. However, I am providing a sample GAQL query to pull the keyword customizers from the Google Ads API:
SELECT ad_group_criterion_customizer.ad_group_criterion, ad_group_criterion_customizer.resource_name, 
ad_group_criterion_customizer.customizer_attribute, ad_group_criterion_customizer.status, 
ad_group_criterion_customizer.value.string_value, ad_group_criterion_customizer.value.type FROM 
ad_group_criterion_customizer
You can use the search or searchStream methods in making the API calls while retrieving the data. Additionally, you can utilize the Google Ads Query Builder and Query Validator to build and validate the queries for retrieving the data from the Google Ads API.
 
This message is in relation to case "ref:!00D1U01174p.!5004Q02vGrCW:ref" (ADR-00280347)

Thanks,
 
Google Logo Google Ads API Team

Feedback
How was our support today?

rating1    rating2    rating3    rating4    rating5


 


Reply all
Reply to author
Forward
0 new messages