Hi Ben,

Thank you. 

I used it as follows : campaign.manual_cpm.CopyFrom(client.get_type(
'ManualCpm', version='v1')) like you  suggested and it seems to work. 

Thanks again !
Vinutha Nayak


On Wednesday, 10 July 2019 18:43:10 UTC+5:30, adsapiforumadvisor wrote:
>
> Hi Vinuntha,
>
> You'll want to use the CopyFrom 
> <https://developers.google.com/protocol-buffers/docs/pythontutorial#standard-message-methods>
>  method 
> that is part of all message classes in Python, so for example:
>
> manual_cpm = client.get_type('ManualCpm', version='v1')
> campaign.manual_cpm.CopyFrom(manual_cpm)
>
> Hope that helps! let me know if you have any additional questions.
>
> Best,
> Ben Karl, Google Ads API Team
>
> ref:_00D1U1174p._5001UCZl6w:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/bfbcc7cb-d735-4d27-8068-e1043c47b8d8%40googlegroups.com.

Reply via email to