Hi there,
I'm using the Adwords API, following your official guide I could manage to 
create new labels for my adwords account using the LableService.

However, these new labels are assigned an "internal" lable_id which I would 
like to have control of, since I'm creating the same labels for multiple 
accounts.
I would like to know if is it possible to assign an ID to a label when 
creating it.

Here's a snippet of the python code i'm using to create new labels in case 
you need it:

label_service = client.GetService('LabelService', version='v201809')
operations = [
{
"xsi_type": "LabelOperation",
"operator": "ADD",
"operand": {
"xsi_type": "TextLabel",
"name": 'Test Label'
}
}
]
result = label_service.mutate(operations)

Thanks in advance, 
Best Regards, 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/97925c23-7421-400d-b4ee-840f32377b2an%40googlegroups.com.

Reply via email to