Hi Ted, 

You can find an example of a complete API call structure here. You would 
need to make an HTTP POST request to the AdGroupCriterionService 
<https://developers.google.com/adwords/api/docs/reference/v201607/AdGroupCriterionService>
 to 
update keywords. You need to include an OAuth2 access token 
<https://developers.google.com/adwords/api/docs/guides/authentication#http_request_header>
 in 
the request header that identifies either a manager account acting on 
behalf of a client, or an advertiser directly managing their own account. 

You could also consider using one of the available client libraries 
<https://developers.google.com/adwords/api/docs/clientlibraries> to make 
requests to the API. The code samples provided with the client libraries 
cover all the most common API functions. The AddKeywords 
<https://github.com/googleads/googleads-java-lib/blob/master/examples/adwords_axis/src/main/java/adwords/axis/v201607/basicoperations/AddKeywords.java>
 Java 
example shows how to add new keywords and the UpdateKeyword 
<https://github.com/googleads/googleads-java-lib/blob/master/examples/adwords_axis/src/main/java/adwords/axis/v201607/basicoperations/UpdateKeyword.java>
 Java 
example shows how to update a keyword. 

I hope this helps. 

Regards,
Shwetha, 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/cd025171-9e1b-4700-a9cd-e32d78a565f9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • Update keywords... tedsf
    • Re: Update... 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum

Reply via email to