Re: google ads api authorization

2024-01-04 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi,

Thank you for providing the additional information.

Upon checking the logs you have provided to us, I understand that you are 
encountering the error "NOT_ADS_USER".

The "NOT_ADS_USER" error means that the Google account used to generate the 
access token is not associated with any Google Ads account. The common cause 
for this issue is that the login information provided corresponds to a Google 
account that does not have Google Ads enabled. In order to handle this issue 
make sure to sign in with a valid Google Ads account (typically your manager 
account) for the OAuth flow. You can also invite the Google account to access 
an existing Google Ads account by signing in to your manager account, selecting 
the customer or manager account in question, navigating to Tools and Settings > 
Access and security, then adding the Google account email address. You may 
refer to this documentation for more information regarding this error.

I hope this helps. You can get back to us if you still have any issues/concerns 
related to the Google Ads API.

This message is in relation to case "ref:!00D1U01174p.!5004Q02r4kZ4: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/5ylO60S6Q92200K6KHnpxDQeGffVzYBNuxoQ%40sfdc.net.


Re: google ads api authorization

2024-01-03 Thread Mehul Panchal
hi Google

*Request*:
{
  "method": "GET",
  "url": "
https://content-googleads.googleapis.com/v15/customers:listAccessibleCustomers
",
  "*headers*": {
"Content-Type": "application/json",
"Authorization": "Bearer
ya29.c.c0AY_VpZiHAY0Ci86wMh_-lHPCYm0eKGjjx41O9rDOqD2jpK4AUCYMXKppaux9o3lQQRAO_d0QP8aOOhJfhTRF2YTvAYOtkgilMdPM0DXxYJGAv5qFyuUoCIroEVs8wbsrjORs8biU562VdenW5CHUvwAdepM6RnbsFwT-qRorRfihDpw0lAnz6fOAS2Ji-iRbdQJXgqre4l2o9GRTeWbsk4rWl79L1nYjaLWAPfyUhvNIt3lx5mdudK1z-iQP4YBh-m6-qvFrZ3NBeotxz0gqelN7UVh5Bz-U237pSBlOShE45iFnq8agBAeMncTTGKhn0SLb-tS_0ZolHRH_X3qusaO3m7gOB-iJU6Zq9sJUksFnIDQkxCQZ4G0RG385D5ngXV4QgM7J_e-Y1sVuMsucf5zrz2kjvcJ0WOSuRvwVcpzniRm052R6gUjifrX4wuqI6YWln73qmpIryO3Q3yO2kwqZBhRhrgezonWpgS-16655bonRitbpoVdgfhbjjmI3RB_z85VyXey4jgkzuYSbf140Xpy1qk6bIlfe6zslrhBUI_zJSMXFzFOlMZ-ojg46Q6_Qx_ve7h9XSiZ3c_uJ0anQ9qISe9nV6RnS1zqaqj0sx8O-o3yy9R7cJkk5ofpUReb867hlflBeUia7awuRWs257trIck6f7aOSSUOWz1xMniQWlSYM81VslY1mp7RvFmB5SVQFYd2So5u9ubUmkcrk8JVgUW3dscF9_Fi09o1n845Xe_pq_BysbxJtsaXhx_XQQUw7FhO1UVVIfeQX-3hRpppXwjVwZvZarz5JlchvJrqZt4fQ-S4hIm9U5Vn6OSyh2vZbyn_ybxZIllcXxjF6qgcjk5nnMSJUVm1dxQz7oo6-McsJq34SJhMkamthgdQnmU5OUXmuhqtkcU07ebnwFcbw9jjFFwzvfrl5__nwu64q-qZ0Fzmd85e4gUS2ZsrflJ46YeUz7S3pmeF0oY3YBt07t5W9smXIrnatWmd88F7yXzcnjQV",
"developer-token": "kVSIQxhoKnITOu3ruisJdQ"
  }
}

*Response* :

{
  "error": {
"code": 401,
"message": "Request is missing required authentication credential.
Expected OAuth 2 access token, login cookie or other valid authentication
credential. See
https://developers.google.com/identity/sign-in/web/devconsole-project.;,
"status": "UNAUTHENTICATED",
"details": [
  {
"@type": "
type.googleapis.com/google.ads.googleads.v15.errors.GoogleAdsFailure",
"errors": [
  {
"errorCode": {
  "authenticationError": "NOT_ADS_USER"
},
"message": "The Google account (@gmail.com user) that generated
the OAuth access tokens is not associated with any Ads accounts. Create a
new account, or add the Google account to an existing Ads account."
  }
],
"requestId": "Us0U6QyTQLeHArwt86exvQ"
  }
]
  }
}

*Request-ID : "Us0U6QyTQLeHArwt86exvQ"*

On Thu, 4 Jan 2024 at 10:24, Mehul Panchal 
wrote:

> Hi Google,
>
> Here is my request response, requestid and headers
> *Request : *
> {
>   "method": "GET",
>   "url": "
> https://content-googleads.googleapis.com/v15/customers:listAccessibleCustomers
> ",
>   "headers": {
> "Content-Type": "application/json",
> "Authorization": "Bearer
> ya29.c.c0AY_VpZiHAY0Ci86wMh_-lHPCYm0eKGjjx41O9rDOqD2jpK4AUCYMXKppaux9o3lQQRAO_d0QP8aOOhJfhTRF2YTvAYOtkgilMdPM0DXxYJGAv5qFyuUoCIroEVs8wbsrjORs8biU562VdenW5CHUvwAdepM6RnbsFwT-qRorRfihDpw0lAnz6fOAS2Ji-iRbdQJXgqre4l2o9GRTeWbsk4rWl79L1nYjaLWAPfyUhvNIt3lx5mdudK1z-iQP4YBh-m6-qvFrZ3NBeotxz0gqelN7UVh5Bz-U237pSBlOShE45iFnq8agBAeMncTTGKhn0SLb-tS_0ZolHRH_X3qusaO3m7gOB-iJU6Zq9sJUksFnIDQkxCQZ4G0RG385D5ngXV4QgM7J_e-Y1sVuMsucf5zrz2kjvcJ0WOSuRvwVcpzniRm052R6gUjifrX4wuqI6YWln73qmpIryO3Q3yO2kwqZBhRhrgezonWpgS-16655bonRitbpoVdgfhbjjmI3RB_z85VyXey4jgkzuYSbf140Xpy1qk6bIlfe6zslrhBUI_zJSMXFzFOlMZ-ojg46Q6_Qx_ve7h9XSiZ3c_uJ0anQ9qISe9nV6RnS1zqaqj0sx8O-o3yy9R7cJkk5ofpUReb867hlflBeUia7awuRWs257trIck6f7aOSSUOWz1xMniQWlSYM81VslY1mp7RvFmB5SVQFYd2So5u9ubUmkcrk8JVgUW3dscF9_Fi09o1n845Xe_pq_BysbxJtsaXhx_XQQUw7FhO1UVVIfeQX-3hRpppXwjVwZvZarz5JlchvJrqZt4fQ-S4hIm9U5Vn6OSyh2vZbyn_ybxZIllcXxjF6qgcjk5nnMSJUVm1dxQz7oo6-McsJq34SJhMkamthgdQnmU5OUXmuhqtkcU07ebnwFcbw9jjFFwzvfrl5__nwu64q-qZ0Fzmd85e4gUS2ZsrflJ46YeUz7S3pmeF0oY3YBt07t5W9smXIrnatWmd88F7yXzcnjQV",
> "developer-token": "kVSIQxhoKnITOu3ruisJdQ"
>   }
> }
>
> Response:
>
>
>
> On Wed, 3 Jan 2024 at 16:44, Google Ads API Forum Advisor
>  wrote:
>
>> Hi,
>>
>> Thank you for getting back to us.
>>
>> By reviewing your query, I understand that you are getting the error
>> "UNAUTHENTICATED". Can you confirm if you have followed all the
>> connectivity steps? For your reference, you may check on the Ensuring
>> connectivity
>> 
>>  guide.
>>
>> If the issue still persists, kindly provide us with the updated complete
>> API logs (request
>> 
>>  and response
>> 
>>  with request-id
>> 
>>  and request header
>> )
>> generated at your end to better assist you on this request.
>>
>> If you are using a client library and haven't enabled the logging yet, I
>> would request you to enable logging for the specific client library that
>> you are using. You can refer to the guides *Java*
>> 
>> , *.Net*
>> 

Re: google ads api authorization

2024-01-03 Thread Mehul Panchal
Hi Google,

Here is my request response, requestid and headers
*Request : *
{
  "method": "GET",
  "url": "
https://content-googleads.googleapis.com/v15/customers:listAccessibleCustomers
",
  "headers": {
"Content-Type": "application/json",
"Authorization": "Bearer
ya29.c.c0AY_VpZiHAY0Ci86wMh_-lHPCYm0eKGjjx41O9rDOqD2jpK4AUCYMXKppaux9o3lQQRAO_d0QP8aOOhJfhTRF2YTvAYOtkgilMdPM0DXxYJGAv5qFyuUoCIroEVs8wbsrjORs8biU562VdenW5CHUvwAdepM6RnbsFwT-qRorRfihDpw0lAnz6fOAS2Ji-iRbdQJXgqre4l2o9GRTeWbsk4rWl79L1nYjaLWAPfyUhvNIt3lx5mdudK1z-iQP4YBh-m6-qvFrZ3NBeotxz0gqelN7UVh5Bz-U237pSBlOShE45iFnq8agBAeMncTTGKhn0SLb-tS_0ZolHRH_X3qusaO3m7gOB-iJU6Zq9sJUksFnIDQkxCQZ4G0RG385D5ngXV4QgM7J_e-Y1sVuMsucf5zrz2kjvcJ0WOSuRvwVcpzniRm052R6gUjifrX4wuqI6YWln73qmpIryO3Q3yO2kwqZBhRhrgezonWpgS-16655bonRitbpoVdgfhbjjmI3RB_z85VyXey4jgkzuYSbf140Xpy1qk6bIlfe6zslrhBUI_zJSMXFzFOlMZ-ojg46Q6_Qx_ve7h9XSiZ3c_uJ0anQ9qISe9nV6RnS1zqaqj0sx8O-o3yy9R7cJkk5ofpUReb867hlflBeUia7awuRWs257trIck6f7aOSSUOWz1xMniQWlSYM81VslY1mp7RvFmB5SVQFYd2So5u9ubUmkcrk8JVgUW3dscF9_Fi09o1n845Xe_pq_BysbxJtsaXhx_XQQUw7FhO1UVVIfeQX-3hRpppXwjVwZvZarz5JlchvJrqZt4fQ-S4hIm9U5Vn6OSyh2vZbyn_ybxZIllcXxjF6qgcjk5nnMSJUVm1dxQz7oo6-McsJq34SJhMkamthgdQnmU5OUXmuhqtkcU07ebnwFcbw9jjFFwzvfrl5__nwu64q-qZ0Fzmd85e4gUS2ZsrflJ46YeUz7S3pmeF0oY3YBt07t5W9smXIrnatWmd88F7yXzcnjQV",
"developer-token": "kVSIQxhoKnITOu3ruisJdQ"
  }
}

Response:



On Wed, 3 Jan 2024 at 16:44, Google Ads API Forum Advisor
 wrote:

> Hi,
>
> Thank you for getting back to us.
>
> By reviewing your query, I understand that you are getting the error
> "UNAUTHENTICATED". Can you confirm if you have followed all the
> connectivity steps? For your reference, you may check on the Ensuring
> connectivity
> 
>  guide.
>
> If the issue still persists, kindly provide us with the updated complete
> API logs (request
> 
>  and response
> 
>  with request-id
> 
>  and request header
> )
> generated at your end to better assist you on this request.
>
> If you are using a client library and haven't enabled the logging yet, I
> would request you to enable logging for the specific client library that
> you are using. You can refer to the guides *Java*
> 
> , *.Net*
> 
> , *PHP*
> 
> , *Python*
> 
> , *Ruby*
> 
>  or *Perl*
>  
> to
> enable logging at your end. For REST interface requests, you can enable
> logging via the curl command by using the -i flag.
>
> You can send the details via *Reply privately to the author option*, or 
> *direct
> private reply* to this email.
>
> This message is in relation to case "ref:!00D1U01174p.!5004Q02r4kZ4:ref"
>
> Thanks,
>
> [image: Google Logo] 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/CALswdxeot3%2Bo704QgwagK%2Bqcf%2By_sFD9oAX1pw6Ov1oKtkwfSg%40mail.gmail.com.


Re: google ads api authorization

2024-01-03 Thread Mehul Panchal
hi Google

here is my rest of code where i get error

const apiUrl = '
https://googleads.googleapis.com/v15/customers/9422846517/googleAds:searchStream
';
const query = 'SELECT campaign.id, campaign.name FROM campaign';
// const token = await getAccessToken();
const assertion = createJwtAssertion();
const token = await axios.post('https://oauth2.googleapis.com/token', null,
{
params: {
assertion: assertion,
grant_type: 'urn:ietf:params:oauth:grant-type:jwt-bearer',
},
});
const headers = {
'Content-Type': 'application/json',
'Authorization': `Bearer ${token.data.access_token}`,
'developer-token': 'Develper-token',
};
const customers = await axios.get('
https://content-googleads.googleapis.com/v15/customers:listAccessibleCustomers
', { headers })



*Error*:

{
  error: {
code: 401,
message: 'Request is missing required authentication credential.
Expected OAuth 2 access token, login cookie or other valid authentication
credential. See
https://developers.google.com/identity/sign-in/web/devconsole-project.',
status: 'UNAUTHENTICATED',
details: [ [Object] ]
  }
} {
  '@type': '
type.googleapis.com/google.ads.googleads.v15.errors.GoogleAdsFailure',
  errors: [
{
  errorCode: [Object],
  message: 'The Google account (@gmail.com user) that generated the
OAuth access tokens is not associated with any Ads accounts. Create a new
account, or add the Google account to an existing Ads account.'
}
  ],
  requestId: 'BLp9n91botsBIO1_WrZc6w'
}

On Wed, 3 Jan 2024 at 14:08, Google Ads API Forum Advisor
 wrote:

> Hi,
>
> Thank you for getting back to us.
>
> In order to investigate further, could you please provide more details
> regarding the issue you are encountering? Also, please provide us with the
> complete API logs and error screenshots.
>
>
> This message is in relation to case "ref:!00D1U01174p.!5004Q02r4kZ4:ref"
>
> Thanks,
>
> [image: Google Logo] 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/CALswdxdJ3c4fhjfZVW53U%3Dz3R7-5tRjq0fxO-vp%2ByMdYaO9LFw%40mail.gmail.com.


Re: google ads api authorization

2024-01-03 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi,

Thank you for getting back to us.

In order to investigate further, could you please provide more details 
regarding the issue you are encountering? Also, please provide us with the 
complete API logs and error screenshots.

This message is in relation to case "ref:!00D1U01174p.!5004Q02r4kZ4: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/g9CEz0S6OFZF00hE1wCT4TTbqPWaEA76abBQ%40sfdc.net.


Re: google ads api authorization

2024-01-02 Thread Mehul Panchal
i am generaing access token from below functions but getting error like
this "*The Google account (@gmail.com  user) that
generated the OAuth access tokens is not associated with any Ads accounts.
Create a new account, or add the Google account to an existing Ads account*"
how can i fix this. Please help me ASAP

function createJwtAssertion() {
const jwtAssertion = jwt.sign({
iss: clientId, // Client ID
scope: "https://www.googleapis.com/auth/adwords;,
aud: 'https://oauth2.googleapis.com/token', // Token endpoint
exp: Math.floor(Date.now() / 1000) + 3600, // Expiration time (1 hour from
now)
}, clientSecret, { algorithm: 'RS256' }); // Use your actual signing
algorithm
return jwtAssertion;
}

const token = await axios.post('https://oauth2.googleapis.com/token', null,
{
params: {
assertion: assertion,
grant_type: 'urn:ietf:params:oauth:grant-type:jwt-bearer',
},
});

On Tue, 2 Jan 2024 at 17:42, Google Ads API Forum Advisor
 wrote:

> Hi,
>
> Thank you for getting back to us.
>
> Based on the information you have provided I understand that you are
> trying to get the refresh token. I would suggest you to refer to the Fetch
> a refresh token
> 
>  for
> more information.
>
> This message is in relation to case "ref:!00D1U01174p.!5004Q02r4kZ4:ref"
>
> Thanks,
>
> [image: Google Logo] 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/CALswdxfgJmV0oK0h4ng5TxzLCJr1gpq98BWFQU008d_cMz45Og%40mail.gmail.com.


Re: google ads api authorization

2024-01-02 Thread Mehul Panchal
Can i get refresh token from server to server ?

On Tuesday 2 January 2024 at 12:44:16 UTC+5:30 Google Ads API Forum Advisor 
wrote:

> Hi,
>
> Thank you for reaching out to the Google Ads API support team.
>
> After reviewing your concern, I understand that you need to access Google 
> Ads API.
>
> I would recommend you refer to the document Getting Started 
>  
> to 
> get more information on how to do Google Ads API setup step by step. Also, 
> you can refer to the guide Access Levels and Permissible Use 
>  to get 
> more information on access levels. Please go through the supported Libraries 
> and Examples 
>  for your 
> reference. 
>
>   
> This message is in relation to case "ref:!00D1U01174p.!5004Q02r4kZ4:ref"
>
> Thanks,
>   
> [image: Google Logo] 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/a4746de7-cf99-4a14-9bc8-83d221bad8d4n%40googlegroups.com.


RE: google ads api authorization

2024-01-01 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi,

Thank you for reaching out to the Google Ads API support team.

After reviewing your concern, I understand that you need to access Google Ads 
API.

I would recommend you refer to the document Getting Started to get more 
information on how to do Google Ads API setup step by step. Also, you can refer 
to the guide Access Levels and Permissible Use to get more information on 
access levels. Please go through the supported Libraries and Examples for your 
reference.

This message is in relation to case "ref:!00D1U01174p.!5004Q02r4kZ4: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/ZhEh90S6MHF500B1YrtGAFRpy1OH_ebRUecA%40sfdc.net.


Google ads api Authorization

2024-01-01 Thread Mehul Panchal
hi 

I need access token for access google ads api from server to server call. 
which api i used and what are the needed creds ?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/38dc3f18-c82e-4f9f-af54-9774c9a16162n%40googlegroups.com.


RE: Google Ads API authorization

2019-08-28 Thread Google Ads API Forum Advisor Prod
Hi,

Thanks for posting your concern.

Could you confirm if you are using AdWords API or Google Ads API? Then, could 
you provide more details on what you want achieve with the API? If what you 
want is to generate credentials, then, you can follow this guide and feel free 
to write back if you have clarifications.

Also, if I misunderstood your concern let me know and provide more context.

Regards,
Ejay
Google Ads API Team
ref:_00D1U1174p._5001UHEt4m: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/egz5F0PWXSJG00-JyV64k8R9CxL68ccOBmDg%40sfdc.net.


Google Ads API authorization

2019-08-27 Thread Vassilis Rodokanakis
Hello to everyone, 

just got my standard access token but cannot seem to be able to select the 
related API in the library. 
Any ideas?


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/ce7a9a92-ac86-4d70-a91f-6f7c66af04e7%40googlegroups.com.