Re: how to get account-level negative keywords?

2023-09-01 Thread Yunjung Cho
Thank you all.

Yes I've created a new forum and you can close my inquiry. 

On Thursday, 31 August 2023 at 20:10:57 UTC+1 Google Ads API Forum Advisor 
wrote:

> Hi,
>
> Thank you for coming back to us and for the updates. I hope you are doing 
> well today.
>
> @Dmytro Tonkikh 
> Thank you for providing your insights on this matter. It is highly 
> appreciated.
>
> @Yunjung Cho
> Since we can’t further investigate and validate this matter on your 
> account. Could you please confirm if it is already resolved on your end? 
>
> If you need any further assistance on this matter, feel free to contact us 
> again and provide the needed information as mentioned before. But please 
> note that, if you have other issues or concerns we recommend creating a new 
> forum or email thread for better tracking and updates.
>
> Have a great day.
>  
> This message is in relation to case "ref:_00D1U1174p._5004Q2ko2sx:ref"
>
> Thanks,
>
>   
> [image: Google Logo] Google Ads 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 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 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/e65c779c-3685-47c2-97cd-4744f20716a4n%40googlegroups.com.


How to add or remove account level negative keywords?

2023-08-31 Thread Yunjung Cho
Hi team :)

I want to get some insight from you how to add or remove account-level 
negative keywords with API.
Below steps are what I was trying
1. Create or retrieve shared_set.resource_name of type 
*SharedSetType.ACCOUNT_LEVEL_NEGATIVE_KEYWORDS*. 
2. Create keyword SharedCriterions and attach to given shared_set using 
resource_name.
3. Prepare NegativeKeywordListInfo with given shared_set.
4. Create CustomerNegativeCriterion with prepared NegativeKeywordListInfo 
or updating NegativeKeywordListInfo to existing CustomerNegativeCriterion.
5. Run CustomerNegativeCriterionOperation.

I encountered an issue from step 4 since I could not get resource name for 
CustomerNegativeCriterion. I tried to use report querying 
customer_negative_criterion which returned nothing. 

Could you please guide how to retrieve existing account-level negative list 
info to add or remove keywords?

Regards,

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 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 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/759dc2d9-6e58-4773-975c-c8ee78c09da6n%40googlegroups.com.


Re: how to get account-level negative keywords?

2023-08-31 Thread Yunjung Cho
Thank you Dmytro!

I will try that.
I'm trying to add or remove account level negative keywords with API as an 
end goal. 
Since it's quite different topic, will create a new conversation. 

Many thanks

On Thursday, 31 August 2023 at 17:26:01 UTC+1 Dmytro Tonkikh wrote:

> I already found the solution - with version 14. 
>
> You have to get all keywords where shared set typ = 
> ACCOUN_LEVEL_NEGATIVE_KEYWORD_LIST
>
> On Thursday, August 31, 2023 at 4:29:07 PM UTC+1 Yunjung Cho wrote:
>
>> Hi team!
>>
>> I have the same issue. 
>> I can see we have 1 keyword added to the account level negative keyword 
>> list, but nothing returns even without any filters.
>>
>> Is there any progress on this issue?
>>
>> Regards,
>> [image: Screenshot 2023-08-31 at 16.25.49.png]
>> "SELECT customer_negative_criterion.id, 
>> customer_negative_criterion.type, "
>> + " customer_negative_criterion.resource_name "
>> + " FROM customer_negative_criterion "
>> On Wednesday, 19 April 2023 at 15:46:47 UTC+1 Google Ads API Forum 
>> Advisor wrote:
>>
>>> Hi Dmytro, 
>>>
>>> In addition to my previous response, you can provide the information via 
>>> Reply privately to the author option. If this option is not available, then 
>>> send it instead on this email address *googleadsa...@google.com*.
>>>
>>> Regards,
>>> [image: Google Logo] Google Ads API Team 
>>>
>>> ref:_00D1U1174p._5004Q2ko2sx:ref
>>>
>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 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 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/58e4c71f-f0b1-4460-b4da-a74ecad59279n%40googlegroups.com.