Ok, my boss simulated moving like you said.

So i just need to load the "deleted" keywords but i don't get them
with the following code:

//----------------------------
$user = new APIlityUser();
$ac = $user->getAllCampaigns();
foreach($ac as $c)
{
  $ag = $c->getAllAdGroups();
  foreach($ag as $g)
  {
    $kwd = $g->getAllCriteria();
  }
}
//----------------------------

Is there a possibility to load them too?
--~--~---------~--~----~------------~-------~--~----~
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