Hey guys,

I'm trying to mutate a campaign object but I'm running into a "Read-
only" error being throw. I found a previous thread that said that you
should create a new data transfer object and pass that into the mutate
function. Apparently this is because some fields are read-only and
passing in a DTO with those fields set triggers a read-only error.

My problem is that I only want to mutate a single field, STATUS. I'm
afraid that if I create a new DTO that other fields could be mutated.
Even if I do set all the fields to the pre-existing DTO, how can I be
sure that I get them all? This api call will modify our client's
campaigns so it's very important that I don't modify any other fields.
Is there any easy way to be certain that I only mutate a single field?

Any advice would be great. Thanks!
Tim

--

You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To post to this group, send email to adwords-...@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.


Reply via email to