I have different results between API and ADS UI
Can you help?

query: "\n    SELECT\n    campaign.id,\n    campaign.name,\n   
 campaign.status,\n    metrics.clicks,\n    metrics.cost_micros,\n   
 metrics.impressions,\n    landing_page_view.unexpanded_final_url,\n   
 campaign.advertising_channel_sub_type,\n    segments.date\n    FROM 
landing_page_view\n    WHERE\n    segments.date >= 20230101 and 
segments.date <= 20230307 and\n    landing_page_view.unexpanded_final_url 
like \'%so%\'\n    ORDER BY campaign.id"

Response: None

SELECT
    campaign.id,
    campaign.name,
    campaign.status,
    metrics.clicks,
    metrics.cost_micros,
    metrics.impressions,
    landing_page_view.unexpanded_final_url,
    campaign.advertising_channel_sub_type,
    segments.date
    FROM landing_page_view
    WHERE
    segments.date >= 20230101 and segments.date <= 20230307 and
    landing_page_view.unexpanded_final_url like '%so%'
    ORDER BY campaign.id"""

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/79529080-5c41-444a-8ac8-70541d7584e1n%40googlegroups.com.

Reply via email to