Re: Wrong action result when try to add keyword with existing text & match type

2016-03-21 Thread 'Yin Niu' via AdWords API Forum
Hi Ferry, 

When you add a duplicate keyword, it will overwrite the old one and if you 
don't set the MaxCpc bid, it will take the default value from the AdGroup 
settings. 

Thanks,
Yin, AdWords API Team. 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/2f13b487-6b01-44ea-bdc8-76d8cb0068fc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Wrong action result when try to add keyword with existing text & match type

2016-03-20 Thread ferry Ardhana
Hi,

Accidentally i perform API call to add new keyword with existing text and 
match type (duplicate keyword) to particular adgroup.
This is operation that i used (i use python library):

[{'operator': 'ADD', 'operand': {'adGroupId': u'24345423379', 'criterion': {
'text': u'inibayiku online shop', 'matchType': u'EXACT', 'xsi_type': 
'Keyword'}, 'xsi_type': u'BiddableAdGroupCriterion'}}]

The call is success, no error occurred, but when i check through change 
history page on adwords web UI. The max.bid of keyword is changed.
So, the API that i call is change the max.bid of keyword instead try to add 
new keyword. I've try with another keyword with same case and the result is 
same, max.bid is changed

Do you have explanation of my case?

Thanks
Ferry Ardhana

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/e354f1a2-4a57-4c71-b788-40b45fd15b99%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.