BulkMutate Python Documentation

2014-07-23 Thread Sean Kennedy
I'm trying to build a BulkMutate job using Python. Can someone point me in the direction of some examples? Is it simply adding a change like below to the array operations of BulkMutate.mutate() object? for idx,dayofweek in enumerate(campaigns[camp_id][1]): #print intervals[idx % 3][0],interval

Re: BulkMutate Python Documentation

2014-07-23 Thread Josh Radcliff (AdWords API Team)
Hi, The add_keywords_in_bulk.py example shows how to submit and monitor MutateJobService

Re: BulkMutate Python Documentation

2014-07-24 Thread Sean Kennedy
Hi Josh, This was somewhat helpful in that it showed me I was sending operations structured improperly to the mutate(), but I am still not able to successfully pass in operations correctly. See my post here: Re: BulkMutate Failure

Re: BulkMutate Python Documentation

2014-07-25 Thread Josh Radcliff (AdWords API Team)
Hi, I see that my colleague already posted a reply to your other post. Let's continue the discussion there to avoid duplication. Please try not to post the same issue under multiple posts. This makes it difficult for others to find the ultimate solution for the issue. Thanks, Josh, AdWords API