Hello,

I've created a Campaign but I canĀ“t add groups. I've tried several
configurations and followed several samples but I'm always getting the
same error. How could I investigate it closer?

My code is so simple:

        grp = New AWGroupService.AdGroup
        grp.name = "Group #1"
        grp.keywordMaxCpc = 1000L
        grp.keywordMaxCpcSpecified = True

        grpsrv.addAdGroup(idCampaign, grp)

I'm sure idCampaign has a valid value.

The object grpsrv is an AWGroupService.AdGroupService which I've
instanciated with the same values I used to instanciate
AWCampaignService.CampaignService so they should also be right to be
used here.

Any idee?

Thanks.
- Albin

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