Hi,
We want to get expanded_landing_page_view.expanded_final_url via api but 
number of urls that we get via api doesn't match with Google Ads ui.

Here is the query:

 SELECT
                segments.date,
                metrics.clicks,
                ad_group.status,
                campaign.status,
                campaign.end_date,
                expanded_landing_page_view.expanded_final_url,
                expanded_landing_page_view.resource_name
                
            FROM expanded_landing_page_view
            
            WHERE
                 campaign.status = 'ENABLED'
                 AND campaign.end_date >= '${LocalDate.now()}'
                 AND ad_group.status = 'ENABLED'
                 AND segments.date DURING LAST_30_DAYS  

You can see screen shot below from Google Ads Interface
The filters and the time range are the same with the query.
[image: Screen Shot 2023-03-08 at 15.19.17.png]
What might the reason for difference in #URLs being reported?
Want we want to get is all URLs that are being used in campaigns.

Thanks in advance,
Can


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/960dd04f-8185-4911-901b-27e885101a2bn%40googlegroups.com.

Reply via email to