I believe, using your advice, I've started with this query:

 string query = $@"SELECT 
                ad_group.id, ad_group_criterion.ad_group,
                ad_group_criterion.criterion_id, 
ad_group_criterion.negative,
                ad_group_criterion.keyword.text, 
ad_group_criterion.keyword.match_type, 
                ad_group_criterion.webpage.criterion_name
                FROM ad_group_criterion WHERE ad_group.id = {adGroupId}";

On Wednesday, June 10, 2020 at 2:36:52 PM UTC-4, adsapiforumadvisor wrote:
>
> Hi Cory,
>
> Thanks for reaching out. With regards to your concern, you can use the 
> AdGroupCriterionService.GetAdGroupCriterion 
> <https://developers.google.com/google-ads/api/reference/rpc/v3/AdGroupCriterionService>
>  
> to fetch your WebPage 
> <https://developers.google.com/google-ads/api/reference/rpc/v3/WebpageInfo> 
> criteria that were created purposely for triggering your Dynamic Ads 
> Target. Please refer to this code example 
> <https://github.com/googleads/googleads-php-lib/blob/master/examples/AdWords/v201809/Targeting/GetCampaignTargetingCriteria.php>
>  
> but replacing it with the AdGroupCriterionService and adding 
> AdGroupCriterionField.Parameter to my selector.
>
> Thanks,
> Nirmita Patel Google Ads Team
>
>  
>
> ref:_00D1U1174p._5004Q20Xbca:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"AdWords API and Google Ads 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/3ca99e1a-763a-4af8-984a-68c28fba1c42o%40googlegroups.com.

Reply via email to