Re: Delay Data Report and Refresh Token problem's

2021-06-24 Thread Алексей Чигинцев
Thank you, Peter.
For the issue with refresh_token: we have taken a note and write to support 
Google API Console.
For the issue with delay in the reports: unfortunately, we can't provide 
screenshots for the 18th June from the UI, because now there are already 
updated data in the interface, and there have been no new delays yet. As 
far as I understand, this is no longer a question of API support, but of 
support for the Google Adsense product itself.

Thank you very much for your answer, if during the debriefing we find any 
problems related specifically to the API, we will write to a new topic, 
this can be closed, thank you again more and good luck.

среда, 23 июня 2021 г. в 10:36:39 UTC+5, adsapi: 

> Hi,
>
> In addition, you may send the requested details (customer ID, screenshots, 
> logs) via the *Reply privately to author* option. If this option is not 
> available, you may send the details directly to our 
> googleadsa...@google.com alias instead.
>
>
> Best regards,
>
> [image: Google Logo] 
> Peter Laurence Napa Oliquino 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2IxKkb: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 
"AdWords API and Google Ads 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/79349374-5b00-4281-8488-9036d349436fn%40googlegroups.com.


Delay Data Report and Refresh Token problem's

2021-06-21 Thread Алексей Чигинцев
Hi, excuse my broken English.
We are started use Google Ads API (new version) and faced several problems:

1) We request reports using AQWL. Request:
SELECT segments.date, campaign.name, campaign.advertising_channel_type, 
campaign.id, metrics.impressions, metrics.clicks, metrics.ctr, 
metrics.cost_micros, metrics.average_cpc, metrics.conversions FROM campaign 
WHERE segments.date DURING LAST_7_DAYS
But the reports come with delays.
We also reviewed this article:
https://support.google.com/google-ads/answer/2544985?hl=en
But in our case the delays are sometimes too long.
Example: we request reports 18-06-2021, but in response the most recent 
lines were for *June 13*

2) From time to time, we have problems with updating the token, or rather, 
we simply can not use the refresh_token
This is what it looks like:
2.1) We allow the app access manually and get the first access_token and 
refresh_token. At this stage, everything is OK, the application is in the 
list that was granted access (check through this 
page: https://myaccount.google.com/u/1/permissions ): 

*[image: 123.png]*
2.2) AcessToken successfully used and updated for some time (usually 
several weeks), but then the app from the list of apps that got access 
disappears:

https://myaccount.google.com/u/1/permissions

And, of course, the last access_token stops working, and with it the 
refresh_token.
After that, we again need to manually confirm the app's access for the 
first time. Because refresh_token is not valid after the app disappears 
from the list.

Please tell me what this might be related to. And for what reason can an 
app disappear from the list ( https://myaccount.google.com/u/1/permissions 
Third-party apps with account access
 ) if no one manually restricts access to app?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"AdWords API and Google Ads 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/e8cb00b5-dccf-466a-a5e7-2a1ad4910928n%40googlegroups.com.


Re: QuotaCheckError.INVALID_TOKEN_HEADER

2021-05-31 Thread Алексей Чигинцев
>> In that blog post, we say, "Any developers applying for a new developer 
token after today will only be given access to the Google Ads API. "
Sorry I didn't answer right away. Thank you very much, we started working 
with the new documentation and now everything is fine. The two Google Ads 
API and AdWords API documentation are confusing, especially when they 
really look similar (I'm talking about design on sites), it's not 
immediately clear that they are different projects, and a small paragraph 
in the article can easily be skipped.
среда, 26 мая 2021 г. в 01:46:33 UTC+5, adsapiforumadvisor: 

> Hello,
>
> In April, we announced the sunset of the AdWords API (
> https://ads-developers.googleblog.com/2021/04/upgrade-to-google-ads-api-from-adwords.html).
>  
> In that blog post, we say, "Any developers applying for a new developer 
> token after today will only be given access to the Google Ads API. " You 
> can take a look at the Google Ads API here (
> https://developers.google.com/google-ads/api/docs/start). You can use the 
> same developer token and OAuth credentials.
>
> Cheers,
> Nadine Wang, Google Ads API Team
>
>  
>
> ref:_00D1U1174p._5004Q2HD5KB: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 
"AdWords API and Google Ads 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/dc895520-35dc-46b0-afed-bde75b91a3fan%40googlegroups.com.


Re: QuotaCheckError.INVALID_TOKEN_HEADER

2021-05-24 Thread Алексей Чигинцев
Hello, tried again - the error persists.
We need this API, so we really look forward to your comments and 
recommendations.
 
The developer token was created very recently (a few days ago) and did not 
touch the updates (April 22), which are mentioned in neighboring similar 
topics.

понедельник, 24 мая 2021 г. в 23:32:56 UTC+5, adsapiforumadvisor: 

> Hello,
>
> I'll take a look and see if this error message is intended or not. I will 
> provide an update as soon as I hear any updates.
>
> Regards,
> Anthony
>
> [image: Google Logo] 
> Anthony 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2HD5KB: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 
"AdWords API and Google Ads 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/6865ea22-d22b-4e1c-b3c0-3ba2aae1d36cn%40googlegroups.com.


QuotaCheckError.INVALID_TOKEN_HEADER

2021-05-23 Thread Алексей Чигинцев
Hi, and please accept our apologies in advance for the broken English.

Our developer token has been approved (basic access), but when I try to use 
the allowed methods (creating report's), the Google Ads server returns an 
error:
***error***
QuotaCheckError.INVALID_TOKEN_HEADER
New developers must use the Google Ads API.
***error***

Please note that the same requests before access approval (test requests) 
worked well.
Also I tried to reset the access token and get a new (after the developer's 
token is approved). Plus, tried to reset the developer token. No result.

I don't use libraries, in this case we send a POST request directly to the 
address (we use PHP-Yii2 - yiisoft/yii2-httpclient):
https://adwords.google.com/api/adwords/reportdownload/v201809

Google Ads technical support provided a link to this source 
,
 
but in our case, we have just started using the Google Ads API and are are 
making all the requirements in accordance with the new documentation 
. 
(also the same queries for the test CustomerIDs worked. Unprotected 
authorized redirect URIs were also removed from the created web application 
in Google Cloud Platform Console for our project)

*Request info*:

*Headers:*
{
"Authorization": "Bearer {{last_token}}",
"skipReportHeader": true,
"skipColumnHeader": true,
"skipReportSummary": true,
"developerToken": "{{approved_token}}",
"clientCustomerId": "{{our_customer_id}}"
}

*Data:*
{
  "__fmt": "TSV",
  "__rdquery": "SELECT Date, CampaignName, CampaignGroupId, CampaignId, 
Impressions, Clicks, Ctr, Cost, AverageCpc, Conversions FROM 
CAMPAIGN_PERFORMANCE_REPORT DURING LAST_7_DAYS"
}

Please help me solve the problem, maybe I missed something in the 
documentation?
Thank you in advance.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"AdWords API and Google Ads 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/58357913-2b43-4a96-a545-e9a1db197574n%40googlegroups.com.