Hi,

I am trying to update the status if a campaign from paused to active
using python

1) campaign_service = user.GetCampaignService(https://
sandbox.google.com)
2) update_campaign={}
        update_campaign['id'] = id
        update_campaign['status'] = "Active"

3) campaign_service.updateCampaign(update_campaign)

I get this error...

AttributeError: 'CampaignService' object has no attribute
'updateCampaign'

What did I miss....does not CampaignService have an updateCampaign?

Thanks
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to