Re: Get all feed items (active, associated, include zero impressions) through reporting API

2020-02-25 Thread Ales Sturala
Got it, thank you for your quick response.


On Monday, 24 February 2020 20:32:10 UTC+1, adsapiforumadvisor wrote:
>
> Hi Ales,
>
> Unfortunately, the Placeholder Feed Item Report is the closest report to 
> what you want and you won't be able to get all 3 conditions that you want 
> in one report. An alternative would be to use one of the extension 
> services 
>  
> such 
> as CustomerExtensionSettingService 
> 
>  
> or CampaignExtensionSettingService 
> 
>  
> to get all feed items returned. 
>
> Regards,
> Anthony
> Google Ads API Team
>
> ref:_00D1U1174p._5001UV1wKS: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/8bfff336-a4ad-41d9-9e27-92c8156551a9%40googlegroups.com.


RE: Get all feed items (active, associated, include zero impressions) through reporting API

2020-02-24 Thread Google Ads API Forum Advisor Prod
Hi Ales,

Unfortunately, the Placeholder Feed Item Report is the closest report to what 
you want and you won't be able to get all 3 conditions that you want in one 
report. An alternative would be to use one of the extension services such as 
CustomerExtensionSettingService or CampaignExtensionSettingService to get all 
feed items returned.

Regards,
Anthony
Google Ads API Team
ref:_00D1U1174p._5001UV1wKS: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/VUSpl0Q680WV00M5qI5w6mSEyW71JbMqdckQ%40sfdc.net.


Get all feed items (active, associated, include zero impressions) through reporting API

2020-02-23 Thread Ales Sturala
Hello,
so I have an interesting challenge. I am building a link checker for feed 
items / extensions.  What I want to download through the Reporting API are 
all feed items that comply with the following conditions:

1) Active feed items
2) Include Zero Impressions = true
3) Are associated (e.g. with ad groups, campaigns)


Currently I can do only combination of 2, not all 3:

1+2) Active feed items + zero impressions:
- I use placeholder feed item report, status=enabled, 
includeZeroImpressions=true

1+3) Active feed items + are associated
- I use placeholder feed item report, I add AdGroupId and CampaignId 
columns or predicate AdGroupStatus=enabled and CampaingStatus=enabled
- problem is that those columns do not support include zero impressions so 
I only see feed items that have a click


*So the question is*: What report(s) do I need to simply get list of all 
feed items that are "live"?

*Bonus question*: How do you recognize in a data from the Reporting API if 
feed item is associated on account level? (e.g. you can have account level 
sitelinks, right?)



*Thank you in advance for any help.*

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/9fe1ee74-e84b-4416-90e8-077e7c0924c5%40googlegroups.com.