Hi, I want to get USER_INTEREST information using AdGroupCriticianService, but if you run the query statement below, no value will be returned. Please let me know if there is a problem with my query statement. $adGroupCriterionService = $adWordsServices->get($session, AdGroupCriterionService::class);
$page = $adGroupCriterionService->query( sprintf( 'SELECT UserInterestId WHERE AdGroupId="%d" ' . 'AND CriteriaType="USER_INTEREST" AND CriterionUse="BIDDABLE"', $adgroupId ) ); Thank you. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 [email protected] To unsubscribe from this group, send email to [email protected] 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/0d76a2f9-b2d6-479c-a6fb-b33dee5f85f2n%40googlegroups.com.
