It's still not the answer. All the reasons that you give for not working 
don't apply to us. We use extensions, not feeds. Extensions are linked to 
the campaign. And I'm tired of debugging your answers.

I'll give you the answer.

First you need a query for getting all extensions and their details that 
belong to the account, including extensions that don't belong to a campaign:

SELECT
extension_feed_item.status,
extension_feed_item.extension_type,
extension_feed_item.callout_feed_item.callout_text,
extension_feed_item.structured_snippet_feed_item.header,
extension_feed_item.structured_snippet_feed_item.values,
extension_feed_item.sitelink_feed_item.link_text,
extension_feed_item.sitelink_feed_item.line1,
extension_feed_item.sitelink_feed_item.line2,
extension_feed_item.sitelink_feed_item.final_urls
FROM extension_feed_item
WHERE extension_feed_item.status != \'REMOVED\'

Store the results. Then you need to get extensions belonging to campaigns:

SELECT
campaign_extension_setting.campaign,
campaign_extension_setting.extension_feed_items,
campaign_extension_setting.extension_type
FROM campaign_extension_setting

But then you're not done because the second query just gives you extension 
IDs, not their details. Then you need to match the IDs that you got from 
the first query.

I can teach you more of your own language if you want.



On Thursday, May 23, 2019 at 4:22:18 PM UTC+2, adsapiforumadvisor wrote:
>
> Hello,
>
> The reason I sent you this query is because I ran this exact query against 
> a few of your company's accounts, and I got back results. I was hoping to 
> work with you privately in order to find out which account was not getting 
> results. You can provide me the account number publicly because that's not 
> considered private information, but I feel that your company perhaps would 
> appreciate this going offline so we can dig into the details of this 
> particular problem. I can assure everyone that I've tried this query on 
> multiple accounts, and it does work. It it does not work, it could be for a 
> number of reasons ranging from feeds being used rather than extensions to 
> possibly the extensions being linked to the customer or the ad group 
> instead. I would be glad to put on my Sherlock Holmes hat here, but I need 
> a few more details that may be better to take offline for now.
>
> Take care,
> Nadine, Google Ads API Team  
>
> ref:_00D1U1174p._5001UAqFgy: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 [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/c340b68e-7682-4961-b1dc-49a255dbf0c3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to