Hi,
I have trouble with getting DELETED criteria from Google Adwords using
AdGroupCriterionService
For some campaigns (adgroups) im getting all criteria including
DELETED
Example Request ID: 0004abe1b8785dd00ada5646227f9b05

But with same code (API client too) for other campaigns (adgroups) im
getting only PAUSED and ACTIVE criteria even if i know for sure that
there are deleted keywords
Example Request ID: 0004abe1dbd1fcf00ada3085227db735

My predicates, written in PHP, looks like this:

$adGroupIdPredicate = new Predicate('AdGroupId', 'IN',
array(2358917107));
$criterionStatusPredicate = new Predicate('Status', 'IN',
array('ACTIVE', 'PAUSED', 'DELETED'));
$selector->predicates = array($adGroupIdPredicate,
$criterionStatusPredicate);

Thanks!

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords 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

Reply via email to