Re: Data Difference in Google ADS API Data and Google ADS UI - I have different results

2023-03-13 Thread Dmitrii Serg
I have sent more detail to  googleadsapi-supp...@google.com
Please check 
On Wednesday, March 8, 2023 at 10:36:35 PM UTC+3 Google Ads API Forum 
Advisor wrote:

> Hello Dmitrii,
>
> Welcome to Google Ads API support team. Thank you for reaching out to us.
>
> For us to investigate further on your concern, kindly provide to us the 
> complete *request* 
> 
>  and *response* 
> 
>  logs 
> with *request ID* 
> 
>  and *request header* 
> 
>  generated 
> on your end.
>
> Note that these logs can be requested or provided to the developer 
> handling the Google Ads API transactions when logging of the API requests 
> has been enabled. You may check *here* 
> 
>  and 
> click your client library for the specific guideline to enable it.
>
> For REST interface requests, you can enable logging via the curl command 
> by using the -i flag. This will cause the tool to include the HTTP response 
> headers in the output.
>
> Please also send to us the entire *screenshot of the* *equivalent data in 
> Google Ads UI*. This will be used for further comparison on your issue.
>
> You may send the requested details privately via "*Reply To Author*" 
> option. If that option is not available, you may send it to 
> googleadsa...@google.com. instead.
>
> Regards,
> [image: Google Logo] Google Ads API Team 
>
> ref:_00D1U1174p._5004Q2jXM4W: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 
"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/ae5d7bfd-0908-45b2-8521-cc850fe94111n%40googlegroups.com.


Data Difference in Google ADS API Data and Google ADS UI - I have different results

2023-03-08 Thread Dmitrii Serg
I have different results between API and ADS UI
Can you help?

query: "\nSELECT\ncampaign.id,\ncampaign.name,\n   
 campaign.status,\nmetrics.clicks,\nmetrics.cost_micros,\n   
 metrics.impressions,\nlanding_page_view.unexpanded_final_url,\n   
 campaign.advertising_channel_sub_type,\nsegments.date\nFROM 
landing_page_view\nWHERE\nsegments.date >= 20230101 and 
segments.date <= 20230307 and\nlanding_page_view.unexpanded_final_url 
like \'%so%\'\nORDER 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 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/79529080-5c41-444a-8ac8-70541d7584e1n%40googlegroups.com.