Thank you Sreelakshmi for your fast reply,

If we can get the Searchterms by using the Search Query Performance Report, 
we would be able to check each term with our own Keyword list. If the word 
isn“t matching, we could potentially add the searchterm as a negative 
Keyword, so it will be excluded next time. 
That would actually solve my Question.
I thing I am able to create something out of it.

Thank you for your time and guidance.


Am Montag, 5. November 2018 18:41:59 UTC+1 schrieb Sreelakshmi Sasidharan 
(AdWords API Team):
>
> Hello, 
>
> To get the search terms which triggered the ads in an ad group, you can 
> use the Search Query Performance Report 
> <https://developers.google.com/adwords/api/docs/appendix/reports/search-query-performance-report>.
>  
> To get the data at the ad group level, you could add a predicate to filter 
> by adgroupid 
> <https://developers.google.com/adwords/api/docs/appendix/reports/search-query-performance-report#adgroupid>.
>  
> You will not be able to delete the search terms. If you would like to 
> delete the keywords which are same as search terms, you will need to use 
> AdgroupCriterionService.mutate() 
> <https://developers.google.com/adwords/api/docs/reference/v201809/AdGroupCriterionService#mutate>
>  and 
> perform a mutate call to remove the specific keyword. Please check the 
> RemoveKeyword 
> <https://github.com/googleads/googleads-dotnet-lib/blob/master/examples/AdWords/CSharp/v201809/BasicOperations/RemoveKeyword.cs>
>  code 
> sample for reference. To add that as a negative criterion at the campaign 
> level, you could use the CampaignCriterionService 
> <https://developers.google.com/adwords/api/docs/reference/v201809/CampaignCriterionService>
>  and 
> add the NegativeCampaignCriterion 
> <https://developers.google.com/adwords/api/docs/reference/v201809/CampaignCriterionService.NegativeCampaignCriterion>.
>  
> Please check this code 
> <https://github.com/googleads/googleads-dotnet-lib/blob/master/examples/AdWords/CSharp/v201809/Targeting/AddCampaignTargetingCriteria.cs>
>  sample 
> in C# for reference. Please let me know if you have any additional 
> questions. 
>
> We are running an annual developer feedback survey. Please take 
> opportunity to leave feedback 
> <https://google.qualtrics.com/jfe/form/SV_8AJmKtdyZLWVWrb> on how we can 
> make managing campaigns at scale even easier.
>
> Thanks,
> Sreelakshmi, AdWords API Team
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 [email protected]
To unsubscribe from this group, send email to
[email protected]
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 [email protected].
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/5c000ad3-d4e9-4dc3-909e-16393e675418%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • ... mkalinski
    • ... 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API and Google Ads API Forum
      • ... mkalinski

Reply via email to