Upload Click Conversions 

https://developers.google.com/google-ads/api/docs/conversions/upload-clicks?hl=en#python

The code example in Python seems to have an issue. 

request.conversions = [click_conversion] returns an error:

AttributeError: Assignment not allowed to repeated field "conversions" in 
protocol message object.

If have tried request.conversion.append(click_conversion) but I think that 
leads to a malformed request.

Anyone got any idea how I could get 
request.conversions = [click_conversion]  to work?

Thank you!

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 [email protected]
To unsubscribe from this group, send email to
[email protected]
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/dae4175c-f2d4-48f6-ac5c-f3522712828an%40googlegroups.com.

Reply via email to