Retrieve

2022-06-14 Thread LC
Hi,

I am trying to retrieve the user-list resource name from an offline job
https://developers.google.com/google-ads/api/fields/v10/offline_user_data_job 
(first 
field in the list)

*Query*

"SELECT offline_user_data_job.resource_name, " +
"offline_user_data_job.id, " +
"offline_user_data_job.status, " +
"offline_user_data_job.type, " +
"offline_user_data_job.failure_reason " +
"offline_user_data_job.customer_match_user_list_metadata.user_list " +
"FROM offline_user_data_job "

*Response*

Failure message: errors {
  error_code {
query_error: UNEXPECTED_INPUT
  }
  message: "Error in query: unexpected input 
offline_user_data_job.customer_match_user_list_metadata.user_list."
}

if I comment out the yellow-highlighted part of the query, it succeeds but 
hasCustomerMatchUserListMetadata = false

So how can I get the metadata back?

This is for an operational use case: Whilst monitoring for jobs of a 
specific status, it would make sense to be able to point back at a 
particular user-list



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/3005aba8-3123-477b-af2b-02591b5f2e62n%40googlegroups.com.


RE: Internal users

2022-06-14 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Scott,


I'm Kevin from the Google Ads API Team.


Based on this article, only projects associated with a Google Cloud 
Organization can configure Internal users to limit authorization requests to 
members of the organization.


Regarding your query "If I continue as an External user will all my team be 
able to access the Google My Business App in Freshdesk?", I'm afraid that we're 
unable to comment on this as we can only provide support for Google Ads API 
related issues. I suggest you reach out to the GCP support team for further 
assistance.


Regards,

Kevin Gil
Google Ads API Team
ref:_00D1U1174p._5004Q2bwSU9: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/3qU7G0RDI9DH00T3s_RpP9Rz22UKN9ipnOsQ%40sfdc.net.


Re: Cant get user phone number in "call_view" request

2022-06-14 Thread Jad Seifeddine
Hi There,
I am also looking for caller full phone number. Has this feature been 
added? If not, is there any reason to why we cannot get this data.

On Thursday, September 9, 2021 at 12:29:59 PM UTC+10 adsapi wrote:

> Hello Kostja,
>
> Thanks for getting back to us.
>
> I have raised a feature request to get the caller info and this is for the 
> team's review. However, please note that this isn't a guarantee that this 
> feature will be supported in the API soon. In the meantime, we suggest that 
> you keep an eye on our blog  for 
> updates and new releases.
>
> Regards,
> [image: Google Logo] 
> Mark Kevin Albios 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2MiFRK: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/7011af66-e72c-4c41-83c5-d33e6b14d347n%40googlegroups.com.


Google Ads API - new authentication method

2022-06-14 Thread César Diaz
Hi, 

   We have an app running in a server and configured as an installed 
desktop app. It authenticates using the ruby gems 
"google-ads-googleads"(https://github.com/googleads/google-ads-ruby) for 
the client and later it uploads offline conversion data to the Ads portal. 
But we have been told that our authentication method is going to be 
deprecated in 
October(https://developers.googleblog.com/2022/02/making-oauth-flows-safer.html#disallowed-oob)
 
and we should change it then.

Which should be the right method to use in replace of our actual one in our 
case?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/39a22b8c-a5d9-4b96-9960-d84d46a4fa87n%40googlegroups.com.


Internal users

2022-06-14 Thread Scott Mackintosh
Hi Google, I am trying to set up 0Auth consent for integration to 
Freshdesk. it tells me I need to select an Internal user however it does 
not give me the option to do so. 

If I continue as an External user will all my team be able to access the 
Google My Business App in Freshdesk? 


Thanks

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/184c06d9-9a2e-43ee-bb05-4255280ac9d5n%40googlegroups.com.


Re: DeadlineExceed Error due to Authorization issue

2022-06-14 Thread Vijay Kumar
Thanks for the support.

Side note: This is a known bug in the ruby client library, posting the 
issue link here for the public 
reference: https://github.com/googleads/google-ads-ruby/issues/246 which is 
happening due to an the underlying issue in the google-auth 
lib https://github.com/googleapis/google-auth-library-ruby/issues/366.

On Tuesday, June 14, 2022 at 6:37:31 PM UTC+5:30 adsapi wrote:

> Hi Vijay,
>
> This issue seems to be specific to the Ruby client library. As our team 
> provides general Ads API support, I would recommend reaching out to the Ruby 
> client library owners 
> . 
>
> Regards,
>
> [image: Google Logo] 
> Matt 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2bvrfZ: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/01fb2c37-342d-4ca4-8de1-cbbfcbc4f4ean%40googlegroups.com.


RE: Copy GoogleAdsrRow into filestream

2022-06-14 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Olayinka,

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

With regards to your concern, please refer to the migration guide. Should you 
have additional clarifications, you may send those over to our API support team 
via this thread so we can further assist you.

Thanks,

Nirmita
Google Ads API Team
ref:_00D1U1174p._5004Q2bwGEi: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/7wkpa0RDH4AM00nTDiQD8hQd64_ysAYggdgA%40sfdc.net.


Copy GoogleAdsrRow into filestream

2022-06-14 Thread Olayinka Popoola
hello, 
I am currently migrating a Adwords Project into GoogleAds.

I need to copy search return  into a file:

request.Query = ReportParams[2];
request.CustomerId = customerid;
var response = serviceClient.Search(request);
   
using (FileStream FileStrm = new 
System.IO.FileStream(Path.Combine(FilePath, ReportParams[0]), 
FileMode.Create))
{
   
   
}

Can you please help.

Kind regards,

Olayinka

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/577e5e4e-f38d-448a-9fa6-037f319d1ab6n%40googlegroups.com.


RE: Google Ads API

2022-06-14 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi MJ,

Thank you for reaching out to our team.

If you are looking for ad preview and diagnostic tool in the Google Ads API, 
then I am afraid that it is currently not supported here. However, our team has 
already raised a feature request for this feature, subject for review. For now, 
please follow our blog as we will post there relevant updates when it become 
supported.

Thanks,

Nirmita
Google Ads API Team
ref:_00D1U1174p._5004Q2bwFKf: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/ty7Du0RDH2TM00fQmzar11Q3Gm5O62T4iaTg%40sfdc.net.


Google Ads API

2022-06-14 Thread MJ Steenberg
Hi There,

Is there functionality to pull ad previews via the Google Ads API?

Find attached for example.


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/e5733fb9-6aa5-44b4-bf38-cb0128eb8ebfn%40googlegroups.com.


Re: Responsive Display Ads Preview URL - Google Ads API

2022-06-14 Thread Hamza Saeed
So no, I am talking about to pull a ad preview URL like below,
https://www.youtube.com/watch?v=VSCkrvtVt3Y&force_ad_encrypted=AM6cMbzSCvwW3ne5R0bi1QZdaUvDSXjzvd3U3RERVIavFC5j-njmOXigZxamPzBpXPn_9axKmg8EgAYdQOyWku2fA4dJptwBWaIEPrV0O9vQ61BEmc2OTr4FdfMDq-r0eEeLUa7Jq4-IWkO2jFtMFwYIUyVf9jlnlxWZL7wIEJgrB1cvz5OAEF4NPWHquOxW5zumAYLo3v-LKiHC6qJA-yMDgjLv1eQ-YfgfEpBSGv05ZkSfNR8RvFVTyYJHEZztOc4uQiGKmFPTpw3fexQClr-WCmsYO6d6wb8Ih1LiQuJZexlXJ3QepxFTXy8zXTkcZm6X8q6N1u01bdZvyg65qi2nYbh2MFlbe4q1__H5CxUlKMyH4WyWnlc=

On Tuesday, June 14, 2022 at 6:19:33 PM UTC+5 adsapi wrote:

> Hi Hamzad,
>
> Thank you for reaching out to the Google Ads API Forum.
>
> If you are looking for ad preview and diagnostic tool 
>  in the Google Ads 
> API, then I am afraid that it is currently not supported here. However, our 
> team has already raised a feature request for this feature, subject for 
> review. For now, please follow our blog 
>  as we 
> will post relevant updates when it becomes supported.
>
> Best regards,
> [image: Google Logo] 
> Jinky 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2bwB4c: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/86ce3875-c320-497e-93ce-d9fd5888fdd0n%40googlegroups.com.


Re: Fetch video asset thumbnail

2022-06-14 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Tiana,

This stackoverflow article about using Youtube Id for every type of URL may be 
of assistance - https://stackoverflow.com/a/2068371. I tried some and they work 
just using the 11 letter Id from “asset.youtube_video_asset.youtube_video_id”.

For example, the 11 letter Id can be placed in the regular Youtube url starting 
"https://www.youtube.com/watch?v="; you can add to the end "B5PylOONGww" for the 
result - https://www.youtube.com/watch?v=B5PylOONGww and you can see a Google 
Ads tutorial. The default high quality image is 
https://img.youtube.com/vi/B5PylOONGww/hqdefault.jpg. I can guess this works 
for all Youtube videos.

Please get back to us.

Regards,

Aryeh
Google Ads API Team
ref:_00D1U1174p._5004Q2bvkCb: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/oSWPa0RDGYRC00681fLnfaQHeSjnZUSv_Ung%40sfdc.net.


RE: Responsive Display Ads Preview URL - Google Ads API

2022-06-14 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Hamzad,

Thank you for reaching out to the Google Ads API Forum.

If you are looking for ad preview and diagnostic tool in the Google Ads API, 
then I am afraid that it is currently not supported here. However, our team has 
already raised a feature request for this feature, subject for review. For now, 
please follow our blog as we will post relevant updates when it becomes 
supported.

Best regards,

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


Re: KeywordPlanService.GenerateHistoricalMetricsRequest only returns GLOBAL results

2022-06-14 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Lukas,

Thank you for the reply.

Since you insist that the issue still persists on your end, could you provide 
more details of it so our team can further investigate it? Also, you may note 
that we have a new guide for this behavior, you can check this documentation 
for more details.

Best regards,

Heidi
Google Ads API Team
ref:_00D1U1174p._5004Q2YbrjF: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/650iY0RDGY0J00FQk3zkjuRAaBOYO-o7RUzA%40sfdc.net.


RE: About Google Ads Access

2022-06-14 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Kazi,

Thank you for reaching out to us.

Moving forward to your questions,"I need to access their campaign data from 
their google ads accounts. Can I access their campaign data without being a 
manager in their ads account? ”, “Is there any way where I can access the 
campaign data without having this full access to their account?” and “Is there 
any API where I can just pull out the campaign data without having full access 
to their ads account ?”

-This might be connected to the Account Access level and this is possible if 
your manager account grants you access to it. Please note that manager accounts 
have levels of access they can assign and the corresponding features available 
for each access level. You may also learn here how to grant or remove access to 
your Google Ads Account .

Also note that as with individual Google Ads accounts, you can invite other 
users to your manager account. You can choose what these users can do within 
the manager account by assigning them one of the 5 access levels:

Administrative
Standard
Read only
Email only
Billing

You may check this article for more information about this and this also 
describes what users can do in your manager account at different access levels.

And for this, "Another way I found is that my clients can add my email as user 
in their account. but every mail has a limit, so that's not a solution?"

-With this, You may also refer to the article I have provided above.

Best regards,

Heidi
Google Ads API Team
ref:_00D1U1174p._5004Q2bwAFF: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/P_1lp0RDGXTO00WE6m0Y2fTzWa0Eh0gG4h8g%40sfdc.net.


Re: DeadlineExceed Error due to Authorization issue

2022-06-14 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Vijay,

This issue seems to be specific to the Ruby client library. As our team 
provides general Ads API support, I would recommend reaching out to the Ruby 
client library owners.

Regards,

Matt
Google Ads API Team
ref:_00D1U1174p._5004Q2bvrfZ: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/BOM8D0RDGXS100zmgWsPz8SeaAgIqijGM3cA%40sfdc.net.


Re: DeadlineExceed Error due to Authorization issue

2022-06-14 Thread Vijay Kumar
Hi Darwin,

Thanks for your response. We already know that the account has an 
authorization issue, and needs to be reauthorized - that's not the problem. 
The problem is the behavior of the ruby client lib. The client library is 
infinitely retrying until the deadline exceeds in case of 'invalid_grant'. 
Theoretically 'invalid_grant' is not even a retriable error.

Regards,
Vijay Kumar

On Tuesday, June 14, 2022 at 1:07:53 PM UTC+5:30 adsapi wrote:

> Hi Vijay,
>  
>
> Thanks for your response. I am Darwin also, a member of the Google Ads API 
> team and let me provide support to your concern.
>  
>
> An *invalid_grant* 
> 
>  error 
> usually indicates an issue with your refresh token. That said, I would 
> recommend that you regenerate the said refresh token. Since you are using 
> RUBY, you can refer to this guide 
> 
>  on 
> how to set up your authentication credentials.
>
>
> Let me know how this goes, and should the issue persist, you may enable 
> logging by referring to this RUBY guide 
> ,
>  
> and provide to our team the complete request 
> 
>  and response 
> 
>  logs, 
> with the request-id 
> 
> .
>  
>
> 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.
>
>
> Regards,
> [image: Google Logo] 
> Darwin 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2bvrfZ: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/3989b27f-7fe2-4d12-8bcf-aae846effa78n%40googlegroups.com.


RE: "Unrecognized field in the query: \'customer_client.status\'."

2022-06-14 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello Maksim,

Can you please confirm which language are you using the Google Ads client 
library in?

If you have a look here, you can verify what version of each client library you 
have to use to make sure you have support for V10 of the Google Ads API.

Please note that the minimum client library version required to have support 
for V10 of the API depends on the language you are developing in.

Thanks,

Mattia Tommasone
Google Ads API Team
ref:_00D1U1174p._5004Q2bwBJD: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/Y3m1t0RDGUG700_qcoCUhJRE-9amga8xg2RQ%40sfdc.net.


Re: Fetch video asset thumbnail

2022-06-14 Thread Tiana S.
Hi Jinky,

Thanks for getting back to me! 

That is one of the fields I also showed in my initial message:

"adGroupAd.ad.videoAd.inFeed.thumbnail": "DEFAULT_THUMBNAIL",
Unfortunately, that field returns an enum of the type of thumbnail 
(DEFAULT_THUMBNAIL, 
THUMBNAIL_1, THUMBNAIL_2, THUMBNAIL_3) that's show but not an actual 
reference to the thumbnail itself.
I need the actual image that is used by the ad. Is there any way to fetch 
that?

Thank you,

Tiana
On Tuesday, 14 June 2022 at 12:40:45 UTC+2 adsapi wrote:

> Hi Tiana,
>
> Thank you for providing the requested information.
>
> Upon searching for possible fields in the Google Ads API, I found 
> this ad_group_ad.ad.video_ad.in_feed.thumbnail. With this, you may try this 
> field ad_group_ad.ad.video_ad.in_feed.thumbnail 
> 
>  to 
> know what the thumbnail is currently in use by your ad. Let me know what 
> goes after.
>
> Best regards,
> [image: Google Logo] 
> Jinky 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2bvkCb: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/1c247f69-d3a0-47e8-809c-d6167458b25dn%40googlegroups.com.


Re: Looking for API call to estimate clicks & conversions

2022-06-14 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi,

Thank you for this question. However, our team has no access to know the status 
of feature requests (subject for review). For now, kindly follow our blog post 
and check our release notes as we will post relevant updates there when it 
becomes supported

Best regards,

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


Re: KeywordPlanService.GenerateHistoricalMetricsRequest only returns GLOBAL results

2022-06-14 Thread Lukas Sekerak
Any news on this issue?

On Wednesday, June 8, 2022 at 12:00:51 PM UTC+2 jeff@bonprix.net wrote:

> The issue still persists for me.
>
>
> adsapi schrieb am Mittwoch, 1. Juni 2022 um 06:01:27 UTC+2:
>
>> Hello All,
>>
>> Sorry for keeping you waiting for many days. The issue should be fixed 
>> now. Could you please retry your requests to see if it works? If it 
>> doesn't, please *Reply privately to author* and attach your requests and 
>> responses. If the issue is not related to the geo targets set at the 
>> campaign level, please create a separate post, so we can track it better. 
>> Again, I'm sorry for your inconvenience.
>>
>>
>>
>> Best,
>> Thanet, Google Ads API Team
>>
>>
>>
>> ref:_00D1U1174p._5004Q2YbrjF: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/f81eab7b-d2be-4239-98d1-4a3ba1c78bd3n%40googlegroups.com.


"Unrecognized field in the query: \'customer_client.status\'."

2022-06-14 Thread 'Maksim Grigoryev' via Google Ads API and AdWords API Forum
Hi. I've tryed to select data 

query = """
SELECT
  customer_client.client_customer,
  customer_client.level,
  customer_client.manager,
  customer_client.descriptive_name,
  customer_client.currency_code,
  customer_client.time_zone,
  customer_client.status,
  customer_client.id
FROM customer_client
WHERE customer_client.manager = False
and customer_client.status = 'ENABLED'
"""

but im getting an error.
message: "Unrecognized field in the query: \'customer_client.status\'."

I'm using google-ads library version 14.0.0
On 16.0.0 it works well. 

I can't use now version 16.0.0. I need version 14
Anyway i dont understand why it is not working. Because from version 10.0.0 
it has started working with API v 10. Isn't it? 

I saw similiar problem here
https://groups.google.com/g/adwords-api/c/kiNkmEWRAYM
But reason there is API version. And i think my problem is different.

request_id: "w4-dax9ApTgULS4jg_Sz4A"

pls help me solve this problem. It's really bound only with library 
version? 

Best 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/4bb56f28-40d5-458d-b4f0-4dc7a97d0f9an%40googlegroups.com.


Responsive Display Ads Preview URL - Google Ads API

2022-06-14 Thread Hamza Saeed
Hi, 
Is there any way to pull ad preview URL for responsive display ads and 
Instream Ads using Google Ads API Reports?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/3ce8332c-28b4-41e8-9235-8fc154738fc2n%40googlegroups.com.


Re: Looking for API call to estimate clicks & conversions

2022-06-14 Thread AMAP TEST

Hi,
Thanks for the replay,  do you have any idea about when (very high level)  
can be available this feature?

Kindest Regards
On Friday, 27 May, 2022 at 2:56:13 pm UTC+2 adsapi wrote:

> Hi,
>
> Thanks for reaching out to the Google Ads API Forum.
>
> Unfortunately, it's not available in the Google Ads API, however, my team 
> already raised a request to support 'weekly estimates' in Google Ads API as 
> seen in UI screenshots. You may monitor our *blog* 
>  for 
> an update when it is supported in the future.
>
> Regards,
> [image: Google Logo] 
> Yasar 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2bDn5J: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/1b0db3eb-40de-4a46-a6d6-e4c8de9a9bb8n%40googlegroups.com.


Re: Looking for API call to estimate clicks & conversions

2022-06-14 Thread AMAP TEST

Hi,
Thanks for the replay,  do you have any idea about when (very high level)  
can be available this feature?

Kindest Regards
On Friday, 27 May, 2022 at 2:56:13 pm UTC+2 adsapi wrote:

> Hi,
>
> Thanks for reaching out to the Google Ads API Forum.
>
> Unfortunately, it's not available in the Google Ads API, however, my team 
> already raised a request to support 'weekly estimates' in Google Ads API as 
> seen in UI screenshots. You may monitor our *blog* 
>  for 
> an update when it is supported in the future.
>
> Regards,
> [image: Google Logo] 
> Yasar 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2bDn5J: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/565c44bc-94ee-4c00-8396-0e978a116fban%40googlegroups.com.


About Google Ads Access

2022-06-14 Thread Kazi Khayruzzaman
Hi, 
I have a google ads manager account. i have a good number of client. I need 
to access their campaign data from their google ads accounts. Can I access 
their campaign data without being a manager in their ads account? 

Till now, I have found that, I my manager account is added as their manager 
account, I can access their campaign data. But also i have full power over 
their account. Is there any way where I can access the campaign data 
without having this full access to their account? 

I looked it up in docs, but seems like manager has no access limitation. 
Another way I found is that my clients can add my email as user in their 
account. but every mail has a limit, so that's not a solution? 

Can you help? 
Is there any API where I can just pull out the campaign data without having 
full access to their ads account ?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/24596362-a663-4f70-a3e3-0736970095e2n%40googlegroups.com.