Re: How can we get the AdPerformanceReport by providing Adgroup id or name

2015-01-12 Thread Stacie Waleyko
That looks like it should work. What is the output? Try using the EQUALS operator: $selector->predicates[] = new Predicate('AdGroupId', 'EQUALS', '16599044572') ; //16599044572 is the group id Also, the docs

How can we get the AdPerformanceReport by providing Adgroup id or name

2015-01-12 Thread Kiran Kumar
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 predi