Hi,
I am getting the AdPerformance Reports using google adwords api,but I want customized reports like by providing Adgroup Id or Adgroup name .
Is there any way to write the condition to the code so that we can download desired data as per the adgroup id or adgroup name
I am trying one predicate but it is not working
$selector->predicates[] = new Predicate('AdGroupId', 'CONTAINS', array('
16599044572')) ; //
16599044572 is the group id
it's giving the output as some triggered values..
please let me know the procedure to get reports based on the group id
Thank you !