Hi! I'm getting all campaigns of a client, then trying to retrieve ad group stats for each campaign (with Python/SOAPpy).
>>> adgroup_stats = adgroup_srv.getAdGroupStats(camp_id, adgroup_ids, date1, >>> date2) I get the error 1 here, however. I supply the service object 'adgoup_srv' with the *same* header as the CampaignService object which I get 'camp_id' with. Then using this 'adgroup_srv' successfully to collect 'adgroup_ids' for the given campaign. The two email addresses in the header are correct (and certainly are in there). I wonder what I might be doing wrong. Can you give me a hint? Cheers, Andras --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "AdWords 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 -~----------~----~----~----~------~----~------~--~---
