HI Jean, scopingEntityId is a field of type EntityId. See http://code.google.com/apis/adwords/v2009/docs/reference/BulkMutateJobService.EntityId.html for details. When creating a campaign, you can set the scopingEntityId as CUSTOMER_ID. That said, BulkMutateJobService is meant for performing bulk operations, and v201003 requires you to have at least 100 operations per job. Since an account can have upto 25 campaigns only, it is easier to manage them using the regular synchronous APIs.
Cheers, Anash P. Oommen, AdWords API Advisor. On Aug 17, 7:23 pm, jean robert <[email protected]> wrote: > Hi > I am using the bulkmutatejobservice and I dont understand the interest > of scopingEntityId > > Each time i do: > > $OpStream-> scopingEntityId = new EntityID ('CAMPAIGN_ID', 0); > and my groups,ads,keywords are well created....in the good > campaigns(the campaign's id is defined in the AdGroup operation when > creating an adgroup for example) > > What value should I put when creating a campaign? > > Can we create only campaign's groups in a job or can we create > groups of different campaigns in the same job? > In this case, what value should I use for scopingEntityId. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 [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
