"Page doesn't work 
https://developers.google.com/google-ads/api/docs/first-call/oauth-cloud-project?hl=en
"
I figured out, this is because I have adblock extension, sorry.
понедельник, 19 апреля 2021 г. в 10:36:25 UTC+3, Every Straus: 

>
> "So our team can better assist you on your current setup, could you share 
> how the accounts you are accessing are currently structured?"
> We make app that can connect to different accounts, *not just **accounts 
> in** our MCC hierarchy, any google users adwords accounts, if user allow 
> access.*
> We get AuthorizationUri to connect google user with this code, with our 
> credentials
> $oauth2 = new OAuth2(
> [
> 'authorizationUri' => self::AUTHORIZATION_URI,
> 'redirectUri' => self::REDIRECT_URI,
> 'tokenCredentialUri' => CredentialsLoader::TOKEN_CREDENTIAL_URI,
> 'clientId' => $clientId,
> 'clientSecret' => $clientSecret,
> 'scope' => $scopes,
> 'state'=> $state,
> 'access_type' => 'offline',
> ]
> );
>
> $url = $oauth2->buildFullAuthorizationUri();
>
> return $url;
>
> Then we get refresh token, then user enter client_customer_id, and we get 
> account data from google adwords api and *this is work fine, 
> except refresh token expired or revoked and app was self removed.*
>
> Structure of accounts is 
> Manager account -> accounts or just account.
>
> We get data from different accounts, not just from our accounts in MCC, 
> and it's work now, questions is 
> 1) Why is refresh token expired or revoked?
> 2) Why app was self removed from 
> https://myaccount.google.com/u/1/permissions?
>
> "I would recommend that you reach out to the Google API Console support 
> team instead via this link 
> <https://support.google.com/googleapi/answer/7014572?hl=en>, for further 
> insight."
> How can I reach out to the Google API Console support team?
> Can you be more specific? 
>
> Lastly, yes, page doesn't work 
> https://developers.google.com/google-ads/api/docs/first-call/oauth-cloud-project?hl=en,
>  
> screenshot attached.
>
> понедельник, 19 апреля 2021 г. в 09:25:28 UTC+3, adsapiforumadvisor: 
>
>> Hi,
>>
>> Thank you for your follow up.
>>
>> If all your accounts are under or linked to a specific MCC hierarchy, you 
>> can generate the OAuth2 credentials using the user/email address that has 
>> access to the top most level MCC. This way, the OAuth2 credentials 
>> including the refresh token can be used across all accounts under the said 
>> MCC. There should be no need to generate OAuth2 credentials per user of 
>> your account(s).
>>
>> So our team can better assist you on your current setup, could you share 
>> how the accounts you are accessing are currently structured?
>>
>> In addition, regarding your question "*Maybe we need to request next 
>> level for developer token access, or something else?*", you may note 
>> that developer token access level is not required in the process of 
>> generating your OAuth2 credentials.
>>
>> Moving forward to your concern regarding your refresh tokens expiring, I 
>> would recommend that you reach out to the Google API Console support team 
>> instead via this link 
>> <https://support.google.com/googleapi/answer/7014572?hl=en>, for further 
>> insight.
>>
>> Lastly, could you confirm if my understanding is correct that you are 
>> unable to access this documentation 
>> <https://developers.google.com/google-ads/api/docs/first-call/oauth-cloud-project?hl=en>?
>>  
>> If yes, could you share the screenshot?
>>
>>
>> Best regards,
>>
>> [image: Google Logo] 
>> Peter Laurence Napa Oliquino 
>> Google Ads API Team 
>>   
>>
>> ref:_00D1U1174p._5004Q2FYAcl: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/787deee7-8ae7-4272-b41e-06aa86292252n%40googlegroups.com.

Reply via email to