Hi, 

I am trying to add batch job operations. I get the following error; 

TypeError: add_batch_job_operations() missing 1 required positional 
argument: 'mutate_operations'

this is clearly stated.

 response = batch_job_service.add_batch_job_operations(
            resource_name, mutate_operations
        )

this is what my mutate_operations looks like;

[ad_group_criterion_operation { create { gender { type: FEMALE } ad_group: 
"customers/XXXX/adGroups/XXXX" bid_modifier: 1.1 } } ]

When I try to specify the following;

response = batch_job_service.add_batch_job_operations(resource_name = 
resource_name, mutate_operations = mutate_operations)

I get the following error; TypeError: add_batch_job_operations() missing 1 
required positional argument: 'sequence_token'

If I'll try to initialize the sequence_token to null (which is the case in 
the source code 
see: 
https://github.com/googleads/google-ads-python/blob/a07a2493d4fbcb5064cb3bd51b636880f316b418/google/ads/google_ads/v6/services/batch_job_service_client.py)
 

I have the following command;     response = 
batch_job_service.add_batch_job_operations(resource_name = resource_name, 
mutate_operations = mutate_operations, sequence_token = None)

and then I get that mutate_operations is missing again. 

TypeError: add_batch_job_operations() missing 1 required positional 
argument: 'mutate_operations'

Would appreciate some input on this behavior.

Best regards,

Albin 

-- 


Privileged/Confidential Information may be contained in this
message. If 
you are 

not the addressee indicated in this message (or responsible for 
delivery of the


message to such person), you may not copy or deliver this 
message to anyone. In


such case, you should destroy this message and 
kindly notify the sender by
reply 

email. Please advise immediately if you 
or your employer does not consent to
email 

for messages of this kind. 
Opinions, conclusions and other information in this 

message that do not 
relate to the official business of Group M Worldwide LLC
and/or 

other 
members of the GroupM group of companies shall be understood as neither
given 

nor endorsed by it. GroupM is the global media investment 
management arm of
WPP.

For more information on our business ethical 
standards and Corporate
Responsibility 

policies please refer to WPP's 
website at http://www.wpp.com/WPP/About/ 
<https://urldefense.proofpoint.com/v2/url?u=http-3A__www.wpp.com_WPP_About_&d=DwMFaQ&c=N-xPqDyeLJg5V3gLll2thA&r=aMkvY63z6j7EsF4XIb9BQM9Vg_NPq0Tyq_c4qEjSGuI&m=KGmvFRgWqLXTGN-0TqwJrXtnIjxRssANR2E_1vsPHZg&s=CtJil6FZbGrYDvuuovO87MZKGQbQYXhR41-kweAs1C0&e=>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"AdWords API and Google Ads 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/059eec09-a8c0-4de0-8508-0fb61c4fe3afn%40googlegroups.com.

Reply via email to