I've got to programmatically remove custom parameters from all keywords in 
one campaign. I can remove the tracking template by setting it to 
String.Empty in C#. But nothing I try seems to remove the custom 
parameters. I've tried setting the key and value to String.Empty, but then 
I get a TOO SHORT error. How do I remove custom parameters through the API.

This doesn't work...

CustomParameter mParam = new CustomParameter();
mParam.key = String.Empty;
mParam.value = String.Empty;

biddableAdGroupCriterion.urlCustomParameters.parameters =
                new CustomParameter[] { mParam };


Eric

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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-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 Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/61a08fee-eebc-459b-9feb-1d6293aac5a1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to