Re: how to get the actual criterion status from API

2021-02-03 Thread Tom Nahum
thank you very much!
i will try to combine them all in order to get the criterion state

On Tuesday, February 2, 2021 at 10:37:28 PM UTC+2 adsapiforumadvisor wrote:

> Hi Tom,
>
> Thank you for reaching out. I would assume you refer the term “not-active” 
> to “negative” as the criterion could be applied either positively or 
> negatively. If the same criterion exists on customer, campaign and adgroup 
> levels, the adgroup level criterion would be decisive. You could query 
> campaign_criterion.negative 
> 
>  
> or ad_group_criterion.negative 
> 
>  
> to check the negativity of the criterion. All the criteria fetched from 
> customer_negative_criterion 
> 
>  resource 
> are negative.
>
>
>
> Thanks and regards,
> Xiaoming, Google Ads API Team
>  
> [image: Google Logo] 
> Xiaoming 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2BcQZf: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 
"AdWords API and Google Ads 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/318b8cea-982b-4a58-861f-c19579ddd76bn%40googlegroups.com.


Re: how to get the actual criterion status from API

2021-02-02 Thread Google Ads API Forum Advisor Prod
Hi Tom,

Thank you for reaching out. I would assume you refer the term “not-active” to 
“negative” as the criterion could be applied either positively or negatively. 
If the same criterion exists on customer, campaign and adgroup levels, the 
adgroup level criterion would be decisive. You could query 
campaign_criterion.negative or ad_group_criterion.negative to check the 
negativity of the criterion. All the criteria fetched from 
customer_negative_criterion resource are negative.

Thanks and regards,
Xiaoming, Google Ads API Team

Xiaoming
Google Ads API Team
ref:_00D1U1174p._5004Q2BcQZf: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 
"AdWords API and Google Ads 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/QRcvh0QNX59X00_5VUABVJQ2OnWbNOdbEDwQ%40sfdc.net.


Re: how to get the actual criterion status from API

2021-02-02 Thread Tom Nahum
thank you Xiaoming.
i am using the criterion.negative and it does show me if the user manually 
excluded the criterion.

though, there are other cases where a criterion is not-active: like 
campaign policies - if the criterion was excluded in the campaign level.
so - a criterion can be not-active in the following cases - user excluded 
it (criterion.negative), the adgroup excluded it or if the campaign 
excluded it. am i correct?
are there any other scenarios where a criterion can be deactivated? what 
are they?
how should i get the cases where it was excluded by adgroup or campaign 
policies?
how should i infer a final conclusion if some criterion is active or not, 
combining all possibilities?

thanks

On Monday, February 1, 2021 at 9:08:20 PM UTC+2 adsapiforumadvisor wrote:

> Hi Tom,
>
> Thank you for reaching out. To check if the criterion was whether excluded 
> from an entity or not, you could put the ad_group_criterion.negative 
> 
>  
> field in the SELECT clause when you query from the gender_view 
>  
> resource. The criterion status is set by the user, it basically shows the 
> eligibility for use.
>
> Thanks and regards,
> Xiaoming, Google Ads API Team
>  
> [image: Google Logo] 
> Xiaoming 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2BcQZf: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 
"AdWords API and Google Ads 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/86c1a175-ef4b-4840-b4c9-f833290ce0a7n%40googlegroups.com.


RE: how to get the actual criterion status from API

2021-02-01 Thread Google Ads API Forum Advisor Prod
Hi Tom,

Thank you for reaching out. To check if the criterion was whether excluded from 
an entity or not, you could put the ad_group_criterion.negative field in the 
SELECT clause when you query from the gender_view resource. The criterion 
status is set by the user, it basically shows the eligibility for use.

Thanks and regards,
Xiaoming, Google Ads API Team

Xiaoming
Google Ads API Team
ref:_00D1U1174p._5004Q2BcQZf: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 
"AdWords API and Google Ads 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/gxrx60QNV6HE00cNZHAvjRSz-L1lxzABu3hQ%40sfdc.net.


how to get the actual criterion status from API

2021-01-30 Thread Tom Nahum
hello,
i am querying my account's ad_group_criterions and i wish to understand if 
my criterion is actually active or not.
for example:
if for gender criterions 'male, female undetermined' the 'female' is 
excluded in the *campaign *level, so it is actually not running\ not 
active\ not eligible - how can i understand it using the gender_view API?
if i query on gender_view - i get that all 3 criterias are in status 
'REMOVED' and the 'criterion_negative' is false. that is correct - since 
nobody specifically diabled it, but - it is ACTUALLY DISABLED.
what should i put in my query in order to get it properly?
and also, in more general - when do i look in criterion status? and when in 
criterion_negative?
thank you!

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"AdWords API and Google Ads 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/65ed81f8-6493-449f-8581-a367f590b2b0n%40googlegroups.com.