Hello everyone!
I was just working with the PLACEHOLDER_FEED_ITEM_REPORT, in which I'm interested in extracting the following values:
AdGroup_Id
Ad_Id
Campaing_Id
External_Customer_Id
Feed_id
FeedItem_Id
Attribute_Values
Placeholder_type
Level
I've been succesfully able to extract all of the variables except one of them. Level.
At the time of downloading manually the report from the web page, I can select that value, which shows me at which level the ad customizer is declared ( AdGroup, Campaing or Account).
I would like to do the same with the report. But i can't find any variable which returns me that value.
Is it possible with that report (PLACEHOLDER_FEED_ITEM_REPORT ) find out at which level the ad customizer is declared??
Thank you very much in advance. :D
__rdquery: SELECT FeedId, FeedItemId, TargetingAdGroupId, TargetingCampaignId, KeywordTargetingId, GeoTargetingCriterionId FROM AD_CUSTOMIZERS_FEED_ITEM_REPORT WHERE FeedId IN ["xxxxxxxx"]
Please give this a try and let us know if you have any issues.
Thanks,
Bharani, Google Ads API Team
__rdquery: SELECT FeedId, FeedItemId, TargetingAdGroupId, TargetingCampaignId, KeywordTargetingId, GeoTargetingCriterionId FROM AD_CUSTOMIZERS_FEED_ITEM_REPORT WHERE FeedId = "100441801"
Let me know if you have any questions.
Regards,
Bharani, Google Ads API Team
Hello Bharani,
I believe that we are puzzling ourselves here.
What I'm exactly looking forward to get is at which level is declared the ad extension, in other words, if a ad extension belongs to a campaign or an account or an ad group.
I believe that this figure can be obtained using TargetingAdGroupId and TargetingCampaignId, but I'm not sure at all. I have tried with those variables and as it happened to you and me , They are returned always as a 0. Maybe it could be obtained using other variable...
I don't know how the location id could have any effect. Indeed the account number I shared privately with you contained ad extensions declared at the three main levels ( account , campaign and adgroup).
Do you understand what I'm trying to extract ??
Thank you very much for your help.