Re: Campaign Reference ID while importing from Json

2015-06-10 Thread Anash P. Oommen (AdWords API Team)
Hi Subash, Yes, your choice of MJS for its async capabilities is right in this context. The only thing to keep in mind is that MJS is originally designed for bulk operations. It gives you good performance when updating lots (say, order of millions) of entries, but the regular sync version of

Re: Campaign Reference ID while importing from Json

2015-06-09 Thread Anash P. Oommen (AdWords API Team)
Hi Subash, I'm not sure I follow the issue completely, but my understanding is that when doing the import, you don't have a way to identify the campaign you are creating in MJS to the corresponding entry in your local feed. If that's the case, you might want to switch back to CampaignService,

Re: Campaign Reference ID while importing from Json

2015-06-09 Thread Subash NG
Hi Anash, Thanks for your reply, much helpful. What would you suggest here? MJS or CampaignService? We choose MJS coz we will get xx number of products daily to our feed and need to create each products as each campaigns so only we choose MJS as we can see the jobs results and once job is

Re: Campaign Reference ID while importing from Json

2015-06-05 Thread Subash NG
Hello, Anyone from Google? please help me here. On Thursday, June 4, 2015 at 2:12:20 PM UTC+5:30, Subash NG wrote: Hello, We have been importing campaigns from json and we are using mutatejobservice to do this, our issue right now is we can't parse our product id into campaign settings.

Campaign Reference ID while importing from Json

2015-06-04 Thread Subash NG
Hello, We have been importing campaigns from json and we are using mutatejobservice to do this, our issue right now is we can't parse our product id into campaign settings. We don't have any issues while importing campaigns but when thought about Update we need to parse our ID into campaign