thanks, i will try this approach
On Friday, March 23, 2012 10:55:41 PM UTC-7, Ewan Heming wrote:
>
> You should use the report service for this instead of get operations. Pull
> a keyword report with the following fields:
>
> - CampaignName
> - AdGroupName
> - KeywordText
> - KeywordMatchType
>
You should use the report service for this instead of get operations. Pull
a keyword report with the following fields:
- CampaignName
- AdGroupName
- KeywordText
- KeywordMatchType
- CampaignId
- AdGroupId
- KeywordId
You'll then be able to write a script that would match your Excel sheets to
t
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 / 1 bulk requests to mutate, that
would take extremely long time
On Friday, March 23, 2012 4:46:46 PM UTC-7, Evgeniy Bogda
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 N
i need to update 3 million keywords
i know i will be sending concurrent jobs in batches of 1 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