Re: Difference between Google Ads UI, Google Ads Big Query Export Data and Google Ads API

2023-02-15 Thread Marcel Daryanto
Hi, is there any update on these problems? I also facing the same issue, 
that a campaign appears on Google Ads UI but it doesn't appear on Google 
Ads API, I suspect that that particular campaign has Not Eligible status.

On Tuesday, May 5, 2020 at 12:17:52 AM UTC+7 Google Ads API Forum Advisor 
Prod wrote:

> Hi Venika,
>
> Thank you for reaching out. In terms of the discrepancies between the 
> Google Ads UI and API, can you please provide your client customer ID plus 
> any relevant logs/reports that further explain the issue *via Reply 
> privately to author *so that I can further investigate the issue?
>
> For issues with BigQuery, I would recommend contacting their support team 
> here .
>
> Regards,
> Mitchell
>
> Google Ads API Team
>
> ref:_00D1U1174p._5004Q1zJxMv: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/687e0637-4c67-44d6-b4be-9d2c8d08c2b8n%40googlegroups.com.


RE: GeoTargetConstantService.SuggestGeoTargetConstants

2023-02-15 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi,

Thanks for reaching out to the Google Ads API Forum.

There is no separate limits for using 
GeoTargetConstantService.SuggestGeoTargetConstants

POST https://googleads.googleapis.com/v12/geoTargetConstants:suggest

You may see this guide for the limits on API operations, such as the number of 
operations that can be sent in a single mutate request. A Search or 
SearchStream request counts as one operation against the user's daily operation 
quota. One SearchStream request counts as one API operation irrespective of the 
number of batches.

Note that for the search stream API calls, you may send 15,000 API operations 
per day for Operations with Basic Access, and unlimited operations for Standard 
access.

However, you can also dynamically look up some constants using the Google Ads 
Query Language. You may use GoogleAdsService.Search or 
GoogleAdsService.SearchStream to get any report. You may use this code example 
for reporting examples. Also, you may see how to look up a location by its 
resource name or by its display name.

By resource name

Look up Mountain View, CA, by its resource name geoTargetConstants/1014044.

SELECT geo_target_constant.canonical_name,

geo_target_constant.country_code,

geo_target_constant.id,

geo_target_constant.name,

geo_target_constant.status,

geo_target_constant.target_type

FROM geo_target_constant

WHERE geo_target_constant.resource_name = 'geoTargetConstants/1014044'

Look up "Mountain View" as a city name in the United States.

SELECT geo_target_constant.canonical_name,

geo_target_constant.country_code,

geo_target_constant.id,

geo_target_constant.name,

geo_target_constant.status,

geo_target_constant.target_type

FROM geo_target_constant

WHERE geo_target_constant.country_code = 'US'

AND geo_target_constant.target_type = 'City'

AND geo_target_constant.name = 'Mountain View'

AND geo_target_constant.status = 'ENABLED'

Following are the two endpoints to fetch the objects from Google Ads:


search

POST /v12/customers/{customerId}/googleAds:search

Returns all rows that match the search query.

searchStream

POST /v12/customers/{customerId}/googleAds:searchStream

Returns all rows that match the search stream query.


Let us know if you have any questions.

Regards,

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


Re: Campaign report is missing all the campaigns associated with an account

2023-02-15 Thread Google Ads API and AdWords API Forum
Re-posting the last inquiry (
https://groups.google.com/g/adwords-api/c/GnZgrGohFis) from the forum as it 
wasn't routed to our support queue.

Regards,
Carmela
Google Ads API Team
On Wednesday, February 15, 2023 at 9:00:09 AM UTC+8 pga...@nerdwallet.com 
wrote:

> Hi Team,
>
> We are not receiving any campaign data for the below account even though 
> we have a lot of active campaign's running for this account
>
> login_customer_id=8631872757
> account: 4000923014
> RequestId: i00m1E6delT8zFOhlPJ6Sg
>
> *Logs:*
>
> [2023-02-14 16:48:44,484] {bash_operator.py:157} INFO - {"asctime": 
> "2023-02-14 16:48:44,482", "exc_info": null, "funcName": 
> "log_successful_request", "levelname": "INFO", "lineno": 230, "message": 
> "Request made: ClientCustomerId: 4000923014, Host: 
> googleads.googleapis.com, Method: 
> /google.ads.googleads.v12.services.GoogleAdsService/SearchStream, 
> RequestId: i00m1E6delT8zFOhlPJ6Sg, IsFault: False, FaultMessage: None", 
> "pathname": 
> "/Users/poojithagandra/.pex/nerdwallet/delphi/1.2.2970/installed_wheels/c022af0e91f4bbc204999e98f2ec1a43e3458df0e0e34932e241bd4573c6b7f9/google_ads-19.0.0-py3-none-any.whl/google/ads/googleads/interceptors/logging_interceptor.py",
>  
> "name": "google.ads.googleads.client", "process": 80695, "processName": 
> "MainProcess", "tags": {}, "thread": 140704604952768, "threadName": 
> "MainThread"}
>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/8ec04512-4c4e-42e4-aace-5b1efced0b83n%40googlegroups.com.


RE: Cannot get refresh token

2023-02-15 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi,

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

Regarding your concern, I can see that this is about getting the refresh token. 
Having said that, I would suggest checking out our guide which is mainly for 
getting an OAuth2 Refresh Token and configuring your client.

Let us know if you have further questions.

Regards,

Carmela
Google Ads API Team
ref:_00D1U1174p._5004Q2j0OXh: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/ju4Jx0RQ4PBE00BRBEelzNRTKdEJrbkNJ5mw%40sfdc.net.


Re: Error related with "channel type MULTIPLE" operations

2023-02-15 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello -

Thank you for following up. Unfortunately I don't have any updates at the 
moment. I'm coordinating with the engineering team that focuses on this feature 
on the investigation and I just prompted them for an update. I'll follow up 
here as soon as I have more information.

Best,

Ben Karl
Google Ads API Team
ref:_00D1U1174p._5004Q2iOP6Z: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/j2yTA0RQ4OKA00JeTQ_Jz3RRqvh44XSNluBQ%40sfdc.net.


Re: Batch Jobs Stuck In Running State

2023-02-15 Thread Ershov Aleksandr
Confirming, we see it as resolved, too

On Wednesday, February 15, 2023 at 5:48:18 AM UTC+4 Ricky Cortopassi wrote:

> As of around 6:30 PM ( Central Time ) , it appears that most all the batch 
> jobs have FINALLY processed and are done ( with 0 errors ). 
>
> Not sure what the cause of this was.. But for now, appears to be back to 
> normal ( seems like these were stuck in RUNNING state for about ~5 Hours , 
> before finally completing. ) 
>
> - Batch Job Crisis of 2023 is hopefully over.. - for now , looking to get 
> some insight on what caused this though. 
>
> Ricky C 
>
> On Tuesday, February 14, 2023 at 4:47:30 PM UTC-6 Ricky Cortopassi wrote:
>
>> Yes, started noticing this around this afternoon... It is at least good 
>> to know that i am not the only one.. i can see in the logs batch jobs that 
>> were OK and DONE up till about 11:30 am ( central time.. is where this 
>> started happening )  Appears to be for ALL of them and even very simple 
>> ones that usually complete in no more than a few seconds at most , but 
>> usually less than a minute. 
>> Hopefully Get some insight into this sooner than later...
>>
>> Ricky C
>>
>> On Tuesday, February 14, 2023 at 4:25:00 PM UTC-6 Ershov Aleksandr wrote:
>>
>>> I'm seeing the same issue, reported an hour ago
>>> https://groups.google.com/g/adwords-api/c/3hh63Pa8Dag
>>>
>>> On Wednesday, February 15, 2023 at 2:18:24 AM UTC+4 Ricky Cortopassi 
>>> wrote:
>>>
 Today, sometime around after noon ( Feb 14th 2023 ). Starting seeing 
 many BATCH JOBS  that are not unusually large ( being STUCK in a RUNNING 
 state for over a few hours in some cases ).  Normally these are expected 
 to 
 and usually do complete in a reasonable amount of time.. expected to FAIL 
 or be DONE. 

 Currently there are many that are RUNNING / at 0 PCT completed .. 

 Any insight as to what might be causing this? ( the non batch jobs 
 MUTATE requests seems to be working fine at the moment ) 


 Thanks, 
 Ricky C




-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/c21b04e6-7f89-429d-927e-37ed30c04f11n%40googlegroups.com.


Re: Error related with "channel type MULTIPLE" operations

2023-02-15 Thread sealytic...@gmail.com
Hi,

Is there any update here? 

On Friday, February 10, 2023 at 10:50:46 AM UTC+3 sealytic...@gmail.com 
wrote:

> Hello sorry to write again but it is already one week and I am asked about 
> the case regularly.
>
> Can you share an update please?
>
> Thanks
>
> On Friday, February 3, 2023 at 9:12:54 PM UTC+3 Google Ads API Forum 
> Advisor wrote:
>
>> Hello - 
>>
>> Thanks for following up. The team is still investigating this issue, so 
>> unfortunately I don't have an update right now. I'll respond to this thread 
>> as soon as there's information to share.
>>
>> Best,
>> [image: Google Logo] 
>> Ben Karl 
>> Google Ads API Team 
>>   
>>
>> ref:_00D1U1174p._5004Q2iOP6Z: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/b171fe7b-43b2-442c-beb9-85a06fcfd569n%40googlegroups.com.


RE: 回复: Historical keyword data

2023-02-15 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Dongfu,

Thank you for reaching out to us.

Regarding your concern, can you provide more context about this? Additionally, 
please note that the metrics.video_quartile_p25_rate is the percentage of 
impressions where the viewer watched 25% of your video.

Regards,

Carmela
Google Ads API Team
ref:_00D1U1174p._5004Q2izfbq: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/locnC0RQ4G2R00FMxuCSKvSO-gjUHSCX_6jg%40sfdc.net.


RE: Batch Jobs Stuck In Running State

2023-02-15 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi All,

Thank you for raising this concern to the Google Ads API. Allow me to raise 
this concern to the rest of our team and we will provide updates shortly.

Best regards,

Jinky
Google Ads API Team
ref:_00D1U1174p._5004Q2j0GZP: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/dzEN20RQ4DD900hZHCaZVERLecoB8yePy2yA%40sfdc.net.


GeoTargetConstantService.SuggestGeoTargetConstants

2023-02-15 Thread teambs
Hi

GeoTargetConstantService.SuggestGeoTargetConstants 


For using the above service in rest api are there any limits,

we are actually planning to integrate this with our UI, 
whenver a user enters a few words 
we would call our bk function which in turns call the rest api,  

For this scenario the no if calls to geotargetconstant service will be very 
high, does it impact, search stream api calls like getting rate limited?

or these are two are considered independent for rate limiting purpose

Please clarify

Regards

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/8de9ad79-74da-4010-acb8-29412f9cfd8bn%40googlegroups.com.


Re: Plan's bid value is too high

2023-02-15 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Nam,

Thank you for returning to us.

Regarding your concern, you mentioned that you are using the API and getting an 
error. That said, can you please provide first the complete request and 
response logs with request ID and request header generated on your end so our 
team can provide guidance accordingly? This will help us check and provide the 
accurate insights about this issue. 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 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.

Regards,

Carmela
Google Ads API Team
ref:_00D1U1174p._5004Q2izrYM: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/2jXrb0RQ4BJG00JdAJprC4TNaY9fV1SY_Klg%40sfdc.net.


Re: BatchJobs are running for dozens of minutes with zero progress

2023-02-15 Thread Ershov Aleksandr
Done, sent you private response.

Thank you, Heidi!

On Wednesday, February 15, 2023 at 12:14:22 PM UTC+4 Google Ads API Forum 
Advisor wrote:

> Hi Ershov,
>
> Thank you for reaching out to us.
>
> Could you kindly elaborate and provide more details on your concern, like 
> a screenshot of what you are seeing, so that we could provide precise 
> guidance accordingly? If you are doing this batch job through the Google 
> Ads API, could you please provide us with the complete API logs (*request* 
> 
>  and* response* 
> 
>  with request-id 
> )
>  
> generated on your end so that we can further check this?
>
> You may then send the requested information 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] 
> Heidi 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2j0EW9: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/5a567cff-ad4a-44df-a567-d7821ad98e58n%40googlegroups.com.


Cannot get refresh token

2023-02-15 Thread SCEPTER XPENG
Hello. Could you please take a look at the following question?
I've set the access_type parameter to offline in the initial request to 
Google's authorization server. But there's no refresh_token paramter in the 
server response. The response as shown:
{
"access_token": "xxx",
"expires_in": 3599,
"scope": "https://www.googleapis.com/auth/adwords";,
"token_type": "Bearer"
}

Best regards,
ScepterXpeng

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/291a2942-ed21-4dac-a0a3-3e02c39c9661n%40googlegroups.com.