Re: Data Difference in Google ADS API Data and Google ADS UI

2023-10-05 Thread Mauricio Obando Gomez
Hi,

Same Issue here but using expanded_landing_page_view, the Ads UI is showing 
more expanded urls, 20-30% off. 
SELECT
expanded_landing_page_view.expanded_final_url,
landing_page_view.unexpanded_final_url
FROM 
expanded_landing_page_view
WHERE
segments.date BETWEEN '2023-08-01' AND '2023-08-31'

Any updates?

Regards,

Mauricio

On Friday, September 9, 2022 at 6:59:52 PM UTC-5 Jidapa Thanabhusest wrote:

> Hi,
>
> I have the same issue. Do you have any updates? I notice that all the 
> missing records are the ones that will not have valid AMP click rate or 
> mobile speed score in the UI.
>
> Best,
> Jidapa
>
> On Tuesday, July 12, 2022 at 7:10:05 AM UTC-7 emanue...@gmail.com wrote:
>
>> Hello,
>>
>> I'm having the same issue here.
>> Thanks
>>
>> Emanuele
>>
>> Il giorno venerdì 6 maggio 2022 alle 20:02:28 UTC+2 adsapi ha scritto:
>>
>>> Hi Ben,
>>>
>>> Thank you for reaching out to Google Ads API support. Here is a final 
>>> URL report migration guide 
>>> . 
>>>
>>>
>>>  For us to investigate we will need the following for each discrepancy:
>>>
>>>- Full screen screenshot of the UI report you are trying to 
>>>duplicate using the API. 
>>>- Request and response  'DEBUG' log level log of API communications 
>>>of the API report download.  
>>>
>>> The request and response appears similar to the JSON Mappings in our 
>>> REST documentation 
>>> 
>>>  
>>> with additional headers and information such as request Id 
>>> .
>>>  
>>> Our client libraries have loggers with logging instructions, to see these 
>>> instructions you can click on the client library you use in the sidebar of 
>>> our client library guide 
>>>  
>>> and click on "Logging”.
>>>
>>> If you are using our REST interface 
>>>  then the 
>>> full multi line curl command line is a request log and adding curl command 
>>> line option '-i' will also generate a response log.
>>>
>>> The screenshot and API report need to be done during the same time frame 
>>> as there are changes to the data over time described in the data 
>>> freshness guide 
>>>  from 
>>> product support.
>>>
>>> In AdWords API 
>>> , a 
>>> request looks like the 3rd section in request 
>>> 
>>>  
>>> and a response looks similar to response 
>>> .
>>>  
>>> Logging instructions are in the read.me on Github of each client library 
>>> .
>>>
>>> Regards,
>>>
>>> [image: Google Logo] 
>>> Aryeh 
>>> Google Ads API Team 
>>>   
>>>
>>>  
>>>
>>> ref:_00D1U1174p._5004Q2aORUy: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/f6e88a8b-5f5c-4792-bab3-78d86cb08069n%40googlegroups.com.


RE: data difference in google ads api data and google ads ui

2023-07-04 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Yuval,

Thank you for raising this to the Google Ads API support team.

Regarding your concern, you mentioned that after your successful request, it 
appears that the data does not appear in the Google Ads UI. Having said that, 
can you please send the uncropped Google Ads UI screenshot and the below 
complete API logs so our team can better investigate this issue and can provide 
precise recommendations?

request - 
https://developers.google.com/google-ads/api/docs/concepts/field-service#request
response - 
https://developers.google.com/google-ads/api/docs/concepts/field-service#response
request ID - 
https://developers.google.com/google-ads/api/docs/concepts/call-structure#request-id
request header - 
https://developers.google.com/google-ads/api/docs/concepts/call-structure#request_headers


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 
(https://developers.google.com/google-ads/api/docs/best-practices/logging#client_library_logging)
 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 HTTP response headers in 
the output.

You may then send the requested logs via the Reply privately to author option. 
If this option is not available, you may send the details directly to our 
googleadsapi-supp...@google.com alias instead.
This message is in relation to case "ref:_00D1U1174p._5004Q2mrJGw:ref"

Thanks,

Google Ads API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/N6pki0RXA3GS00Y99DxrOtTb-hCcNPPUfBAw%40sfdc.net.


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.


Re: Data Difference in Google ADS API Data and Google ADS UI

2022-09-09 Thread 'Jidapa Thanabhusest' via Google Ads API and AdWords API Forum
Hi,

I have the same issue. Do you have any updates? I notice that all the 
missing records are the ones that will not have valid AMP click rate or 
mobile speed score in the UI.

Best,
Jidapa

On Tuesday, July 12, 2022 at 7:10:05 AM UTC-7 emanue...@gmail.com wrote:

> Hello,
>
> I'm having the same issue here.
> Thanks
>
> Emanuele
>
> Il giorno venerdì 6 maggio 2022 alle 20:02:28 UTC+2 adsapi ha scritto:
>
>> Hi Ben,
>>
>> Thank you for reaching out to Google Ads API support. Here is a final 
>> URL report migration guide 
>> . 
>>
>>
>>  For us to investigate we will need the following for each discrepancy:
>>
>>- Full screen screenshot of the UI report you are trying to duplicate 
>>using the API. 
>>- Request and response  'DEBUG' log level log of API communications 
>>of the API report download.  
>>
>> The request and response appears similar to the JSON Mappings in our 
>> REST documentation 
>> 
>>  
>> with additional headers and information such as request Id 
>> .
>>  
>> Our client libraries have loggers with logging instructions, to see these 
>> instructions you can click on the client library you use in the sidebar of 
>> our client library guide 
>>  
>> and click on "Logging”.
>>
>> If you are using our REST interface 
>>  then the 
>> full multi line curl command line is a request log and adding curl command 
>> line option '-i' will also generate a response log.
>>
>> The screenshot and API report need to be done during the same time frame 
>> as there are changes to the data over time described in the data 
>> freshness guide 
>>  from 
>> product support.
>>
>> In AdWords API 
>> , a request 
>> looks like the 3rd section in request 
>> 
>>  
>> and a response looks similar to response 
>> .
>>  
>> Logging instructions are in the read.me on Github of each client library 
>> .
>>
>> Regards,
>>
>> [image: Google Logo] 
>> Aryeh 
>> Google Ads API Team 
>>   
>>
>>  
>>
>> ref:_00D1U1174p._5004Q2aORUy: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/04409345-3e30-4437-8a35-f1849a0afd65n%40googlegroups.com.


Re: Data Difference in Google ADS API Data and Google ADS UI

2022-07-12 Thread emanue...@gmail.com
Hello,

I'm having the same issue here.
Thanks

Emanuele

Il giorno venerdì 6 maggio 2022 alle 20:02:28 UTC+2 adsapi ha scritto:

> Hi Ben,
>
> Thank you for reaching out to Google Ads API support. Here is a final URL 
> report migration guide 
> . 
>
>
>  For us to investigate we will need the following for each discrepancy:
>
>- Full screen screenshot of the UI report you are trying to duplicate 
>using the API. 
>- Request and response  'DEBUG' log level log of API communications of 
>the API report download.  
>
> The request and response appears similar to the JSON Mappings in our REST 
> documentation 
> 
>  
> with additional headers and information such as request Id 
> .
>  
> Our client libraries have loggers with logging instructions, to see these 
> instructions you can click on the client library you use in the sidebar of 
> our client library guide 
>  and 
> click on "Logging”.
>
> If you are using our REST interface 
>  then the 
> full multi line curl command line is a request log and adding curl command 
> line option '-i' will also generate a response log.
>
> The screenshot and API report need to be done during the same time frame 
> as there are changes to the data over time described in the data 
> freshness guide 
>  from product 
> support.
>
> In AdWords API 
> , a request 
> looks like the 3rd section in request 
> 
>  
> and a response looks similar to response 
> .
>  
> Logging instructions are in the read.me on Github of each client library 
> .
>
> Regards,
>
> [image: Google Logo] 
> Aryeh 
> Google Ads API Team 
>   
>
>  
>
> ref:_00D1U1174p._5004Q2aORUy: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/6e0f9a77-122d-4a6c-b099-fd2d9ac241efn%40googlegroups.com.


Re: Data Difference in Google ADS API Data and Google ADS UI

2022-05-05 Thread b...@saltbox.solutions
Hello,

I'm having the same issue here. Some of the landing pages in my account are 
returning complete data, some are returning no data, and some are returning 
partial data.

Happy to provide details about my account / request privately.

Thanks,
Ben

On Friday, April 29, 2022 at 10:55:21 AM UTC-4 adsapi wrote:

> Hi there,
>
> Thanks for reaching out to the Google Ads API Forum.
>
> Since you mentioned that you noticed a data discrepancy issue on 
> landing_page_view report from Google Ads API as compared with your Ads UI, 
> then for us to investigate further data discrepancies between the Google 
> Ads API and Ads UI, could you please provide us with the following details 
> below?
>
>- Provide the customer ID or complete *request* 
>
> 
>  
>and *response* 
>
> 
>  
>logs with *request ID* 
>
> 
>  
>generated 
>- Complete screenshots from the UI showing data(containing date 
>filters) 
>- Sample comparison of the Ads API and Ads UI where we can see the 
>discrepancies 
>- Provide the AWQL to confirm mapping from AWQL to GAQL 
>
> Kindly provide the above information via reply to author privately option.
>
> Regards,
> [image: Google Logo] 
> Yasar 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2aORUy: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/986a6c24-eb35-4e60-8fe0-6850d4b38625n%40googlegroups.com.


RE: Data Difference in Google ADS API Data and Google ADS UI

2022-04-29 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi there,

Thanks for reaching out to the Google Ads API Forum.

Since you mentioned that you noticed a data discrepancy issue on 
landing_page_view report from Google Ads API as compared with your Ads UI, then 
for us to investigate further data discrepancies between the Google Ads API and 
Ads UI, could you please provide us with the following details below?

Provide the customer ID or complete request and response logs with request ID 
generated
Complete screenshots from the UI showing data(containing date filters)
Sample comparison of the Ads API and Ads UI where we can see the discrepancies
Provide the AWQL to confirm mapping from AWQL to GAQL

Kindly provide the above information via reply to author privately option.

Regards,

Yasar
Google Ads API Team
ref:_00D1U1174p._5004Q2aORUy: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/Hh8Fl0RB3W3V00Lpko1cr6QkuJrlc03quXhA%40sfdc.net.