You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API Forum
Всем привет.
Как можно пометить операции для массового запроса на добавление (mutate add). Задача такая, я хочу добавить группы 10 шутк (mutate). И после добавления хочу добавить ключи для каждой, отдельный mutate. Есть ли возможность передать какой то локальный ID и при ответе получить его же?
Nadine Sundquist (AdWords API Team)
unread,
Dec 7, 2015, 1:37:36 PM12/7/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API Forum
Hello Артём,
Your use case sounds perfect for the new BatchJobService. The BatchJobService would allow you to create all your AdGroups and then create all your Keywords for those AdGroups in one call to BatchJobService. Check out our guide on Batch Processing. It has a section on how you can use temporary IDs to create ad groups and keywords. We also have code samples available.