if i have 1 million groups, should i "get" the id of each group?  that 
would be 1 million requests to get the id of each group,

then afterwards i would do 1 million / 10000 bulk requests to mutate, that 
would take extremely long time





On Friday, March 23, 2012 4:46:46 PM UTC-7, Evgeniy Bogdanov wrote:
>
> As I know - not, you can't do bulk searches of campaigns names.
> If I was you, I will go on other way.
>
> Just create one request to list all campaigns and search through it.
> Every match Campaign name -> Id will be saved in separate file.
>
> пятница, 23 марта 2012 г. 2:33:31 UTC+3 пользователь Michael Ni написал:
>>
>> i need to update 3 million keywords
>>
>> i know i will be sending concurrent jobs in batches of 10000 for mutate
>>
>> my problem is i am reading excel files with campaign names with no id
>>
>> our ad managers have no technical skills and work off of excel
>>
>> so suppose each person has a list of 500,000 campaign names, 
>>
>> my plan is to do a bulk lookup of all the ids of each campaign name,
>>
>> then do another bulk mutate to update prices
>>
>> i know i can do bulk mutate, but can i do bulk id lookup for campaigns?
>>
>> mike
>>
>

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