RE: Google Ads API Beta Rate Limit Question

2020-11-20 Thread Google Ads API Forum Advisor Prod
Hi Jack,

I understand you are looking for information on rate limiting for general API 
usage. I believe you will find this guide (or here in case you are using the 
older Adwords API) provides quite useful information related to your question, 
in particular this section (here for Adwords) on concurrent threads. Depending 
on your use case, Batch Processing (here for Adwords) may be a useful means of 
lowering the number of requests sent as well.

Regards,
Laura, Google Ads API Team
ref:_00D1U1174p._5004Q27vKYz: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/qF-Ni0QK3SXF00Jfw06sSfQmCvgk-PhnRLvA%40sfdc.net.


RE: Google Ads Api Beta

2020-05-26 Thread Google Ads API Forum Advisor Prod
Hi Olesya,

Thank you for reaching out. Google Ads API is still in beta version. We don’t 
have a set timeline for the Google Ads API to be in production again. However, 
We recommend to continue running production systems using the AdWords API. 
While Google Ads API is in “beta”, you may use the new API for testing and 
development work in preparation for future migration. Please keep in mind that 
during this "beta" phase, there may be breaking changes in the Google Ads API. 
You could keep an eye on our blog for updates on new releases.

Thanks and regards,
Xiaoming, Google Ads API Team
ref:_00D1U1174p._5004Q1zrqUO: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/Ljy040QAY8GD00DYUQaZPHQJeH32BlJ-AzqQ%40sfdc.net.


Re: Google Ads API Beta Python - Query a keyword's quality score and conversion rate

2020-05-20 Thread Google Ads API Forum Advisor Prod
Hi Ky,

Thank you for the update. Yes, it should show a zero, but if there is not 
enough information then the field will not be populated for both fields. Let me 
know if you have further questions.

Thank you,
Bryan, Google Ads API Team
ref:_00D1U1174p._5004Q1zpic2: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/kBwnu0QAN1AS00nTzSCRfETNicAvtgo3CTTw%40sfdc.net.


Re: Google Ads API Beta Python - Query a keyword's quality score and conversion rate

2020-05-19 Thread 'Ky Nguyen' via AdWords API and Google Ads API Forum
Hi Bryan,

Wanted to follow up on this resource. I just wanted to double check that 
it's behaving as I'm expecting it to with the query:
'SELECT ad_group.id, '
   'ad_group_criterion.criterion_id, '
   'ad_group_criterion.keyword.text, '
   'metrics.conversions_from_interactions_rate, '
   'ad_group_criterion.quality_info.quality_score '
  'FROM keyword_view '
 'WHERE ad_group_criterion.type = KEYWORD '
   'AND ad_group_criterion.status = ENABLED '


Would ad_group_criterion.quality_info.quality_score.value and 
metrics.conversions_from_interactions_rate.value always return 0 if the 
keyword hasn't shown any conversion? In the Ads UI, quality score is shown 
as a dash indicating no value while conversion rate shows 0%, so I just 
wanted to confirm that it will always return 0.

Thank you!


On Monday, May 18, 2020 at 1:22:52 PM UTC-7, adsapiforumadvisor wrote:
>
> Hi Ky,
>
> I've taken a look and can see that Keywords Reports has a Quality Score 
> field, and to retrieve it, you need to query 
> ad_group_criterion.quality_info.quality_score 
> .
>  
> For your convenience, if you're having trouble writing the query, you can 
> use this interactive query builder 
> 
>  
> at your convenience. Let me know if you have further questions.
>
> Thank you,
> Bryan, Google Ads API Team 
>
> ref:_00D1U1174p._5004Q1zpic2: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/a911c7b6-2f20-477f-b152-07fe709314e3%40googlegroups.com.


Re: Google Ads API Beta Python - Query a keyword's quality score and conversion rate

2020-05-18 Thread 'Ky Nguyen' via AdWords API and Google Ads API Forum
Thanks so much, Bryan!

On Monday, May 18, 2020 at 1:22:52 PM UTC-7, adsapiforumadvisor wrote:
>
> Hi Ky,
>
> I've taken a look and can see that Keywords Reports has a Quality Score 
> field, and to retrieve it, you need to query 
> ad_group_criterion.quality_info.quality_score 
> .
>  
> For your convenience, if you're having trouble writing the query, you can 
> use this interactive query builder 
> 
>  
> at your convenience. Let me know if you have further questions.
>
> Thank you,
> Bryan, Google Ads API Team 
>
> ref:_00D1U1174p._5004Q1zpic2: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/71cbb6d4-4b68-40e6-9c29-335536f8ff82%40googlegroups.com.


Re: Google Ads API Beta Python - Query a keyword's quality score and conversion rate

2020-05-18 Thread Google Ads API Forum Advisor Prod
Hi Ky,

I've taken a look and can see that Keywords Reports has a Quality Score field, 
and to retrieve it, you need to query 
ad_group_criterion.quality_info.quality_score. For your convenience, if you're 
having trouble writing the query, you can use this interactive query builder at 
your convenience. Let me know if you have further questions.

Thank you,
Bryan, Google Ads API Team
ref:_00D1U1174p._5004Q1zpic2: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/6hII30QAJN9J00WbK56z-1RM2Xawf5hm0DpA%40sfdc.net.


RE: Google Ads API Beta Python - Query a keyword's quality score and conversion rate

2020-05-18 Thread Google Ads API Forum Advisor Prod
Hi Ky,

Thank you for reaching out to us. For a keyword's quality score, could you show 
me a screenshot of what quality score you want to retrieve from the UI? For the 
conversion rate, there is the conversions from interactions rate from the 
keywords report in Google Ads API. Let me know if you have further questions.

Thank you,
Bryan, Google Ads API Team
ref:_00D1U1174p._5004Q1zpic2: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/OGKZG0QAJC0R00PG-nW6unS-myqhRulxIWnA%40sfdc.net.


RE: Google ads api beta remove item from feed

2020-02-06 Thread Google Ads API Forum Advisor Prod
Hello Simon,

Thank you for reaching out. You could use FeedItemService to mutate the feed 
items via Google Ads API Beta. The MutateFeedItems method will help you perform 
the remove operation by specifying the resource name of the feed item which is 
expected to be removed in the below format. Let us know if you need any 
additional information.

customers/{customer_id}/feedItems/{feed_id}~{feed_item_id}

Regards,
Nikisha Patel, Google Ads API Team
ref:_00D1U1174p._5001UV02Lj: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/zKZXj0Q5ARBJ00AympU0N4SDaj-0iH3bAFMA%40sfdc.net.


RE: Google Ads API Beta reports to MySQL

2019-12-30 Thread Google Ads API Forum Advisor Prod
Hi Drew,

Thank you for writing to us regarding your concern. If you are using our client 
libraries, it is not possible to retrieve the data as a JSON object. However, 
as an alternative you can use the cURL operation to get the output in JSON 
format and implement the logic on your end to export it to MySQL database. You 
can refer to this guide for more details on how to interact with Google Ads API 
using cURL. Please give this a try and let me know if this helps.

Regards,
Nikisha Patel, Google Ads API Team
ref:_00D1U1174p._5001UOFUKW: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/VWMT00Q3CB7N00Afnnw64tRJivckd9CY-zCA%40sfdc.net.


RE: Google Ads API Beta: Retrieve relevant customer_client data for oauthed MCC account

2019-09-06 Thread Google Ads API Forum Advisor Prod
Hi Kenneth,

Thank you for reaching support. Please find my response to your queries below:

Using the customer_client resource, is there any way to filter out accounts 
that are cancelled to return only active accounts? It is not possible to check 
the status of the account and filter out the accounts that are cancelled to 
return only active account using query via API.
Is there no simple way to retrieve relevant data for managed accounts with the 
currently oauthed MCC account? Unfortunately, using the customer_client 
resource is the only way to query the data for managed accounts and there is no 
alternative to filter out data for inactive/cancelled accounts in the mentioned 
scenario.

Let us know if you need any additional information.

Regards,
Nikisha Patel, Google Ads API Team
ref:_00D1U1174p._5001UHFjCj: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/nmvgs0PXEXC4008loK4X0kReS4qnSeVXlWdw%40sfdc.net.


Re: [Google Ads API Beta] Proto definitions for latest releases

2019-09-06 Thread John
Thanks, the new fields of CustomerClient now work with my client.


On Thursday, September 5, 2019 at 3:50:23 PM UTC+2, adsapiforumadvisor 
wrote:
>
> Hi John,
>
> Thanks for your patience here. We've updated the protocol buffer 
> definitions for v2 on GitHub 
> 
>  to 
> be current with the v2_1 release 
> 
>  
> of the Google Ads API beta. 
>
> Please let us know if you have any issues with them
>
> - Adam. Google Ads API Team 
>
> ref:_00D1U1174p._5001UHEkaK: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/65e92e79-ab4b-464e-98ca-be57e81bfbfd%40googlegroups.com.


Re: Google Ads API Beta: Retrieve relevant customer_client data for oauthed MCC account

2019-09-05 Thread Kenneth Oh
I resolved the issue of not receiving the customer_client fields (time_zone
, test_account, manager, descriptive_name, currency_code, and id) by 
updating my google-ads-python package to latest that contains support for 
querying for these fields.

On Wednesday, September 4, 2019 at 2:17:33 PM UTC-7, Kenneth Oh wrote:
>
> Hi,
>
> I'm using the google-ads-python library for managing an MCC account that 
> is managing around 1200 other accounts, in which many are "cancelled".
>
> Using the customer_client resource, is there any way to filter out 
> accounts that are cancelled to return only active accounts? I don't see any 
> options in the documentation regarding status. 
>
> Additionally for the customer_client resource, the fields id NOR 
> descriptive_name gets returned, although I clearly see these values set in 
> the UI or using the CustomerService GetCustomer method.
>
> Lastly, if using the CustomerService service to use the GetCustomer method 
> for all the accounts returned in a customer_client resource query, calls 
> fail for inactive accounts and quota per minute usage gets quickly 
> exhausted, in which ultimately I'm not able to get even simple account 
> information under the MCC. 
>
> Is there no simple way to retrieve relevant data for managed accounts with 
> the currently oauthed MCC 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 
"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/ee062e01-acf7-4a01-9b76-aae7de1e1493%40googlegroups.com.


Re: [Google Ads API Beta] Proto definitions for latest releases

2019-09-05 Thread Google Ads API Forum Advisor Prod
Hi John,

Thanks for your patience here. We've updated the protocol buffer definitions 
for v2 on GitHub to be current with the v2_1 release of the Google Ads API beta.

Please let us know if you have any issues with them

- Adam. Google Ads API Team
ref:_00D1U1174p._5001UHEkaK: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/6lj0H0PXD2FG00qlFJPtH6Q5SHYJIvlZdvPQ%40sfdc.net.


Re: [Google Ads API Beta] Proto definitions for latest releases

2019-08-28 Thread John
On 
https://github.com/googleapis/googleapis/tree/master/google/ads/googleads 
it says:
 

> To develop in a programming language without an official client library, 
> refer to the API Concepts Guide 
>  and 
> consult these protocol buffer definitions as a reference when constructing 
> API requests.
>

I'd like to use the Google Ads API in NodeJS, and I was able to do this 
with the protocol buffer definitions published on GitHub. These files are 
outdated, and the code that is generated with these files doesn't include 
the new fields. I suppose that the official client libraries are also based 
on these proto files, so publishing the updated files to GitHub shouldn't 
be too hard.

Regards,
John


On Wednesday, August 28, 2019 at 4:41:47 PM UTC+2, adsapiforumadvisor wrote:
>
> Hello John,
>
> The new fields that are made available for CustomerClient can be 
> accessible via the Customer_Client 
>  
> resource instead. 
> You could use a GAQL resource query 
> 
>  
> with the help of Interactive Query builder 
> 
>  
> to fetch data for those fields. Also, you have to update to the latest 
> client library v2_1 if not yet updated. For example latest version of Java 
> library can be found here 
>  other 
> client libraries can be found here 
> . Please 
> let me know if you have any further questions.
>
> Regards,
> Sai Teja, Google Ads API Team
>
> ref:_00D1U1174p._5001UHEkaK: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/468cea10-92b9-4f36-80cf-ae4edc03968b%40googlegroups.com.


Re: [Google Ads API Beta] Proto definitions for latest releases

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

The new fields that are made available for CustomerClient can be accessible via 
the Customer_Client resource instead. You could use a GAQL resource query with 
the help of Interactive Query builder to fetch data for those fields. Also, you 
have to update to the latest client library v2_1 if not yet updated. For 
example latest version of Java library can be found here other client libraries 
can be found here. Please let me know if you have any further questions.

Regards,
Sai Teja, Google Ads API Team
ref:_00D1U1174p._5001UHEkaK: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/-WRXh0PWYBH000BjjcftX9Q-2rTtTFQL37EA%40sfdc.net.


Re: [Google Ads API Beta] Proto definitions for latest releases

2019-08-28 Thread John
With a client build with the v2_0 proto files the new fields introduced in 
v2_1 are not available. I'd like to use these new fields of CustomerClient:

Added time_zone, test_account, manager, descriptive_name, currency_code, 
> and id to CustomerClient to make it easier to retrieve customers in an 
> account hierarchy.
>

 

On Tuesday, August 27, 2019 at 8:07:57 PM UTC+2, adsapiforumadvisor wrote:
>
> Hello John,
>
> You could use the protocol buffers from here 
> . 
> Since V2_1 is a minor release, you can use the Protocol buffers from V2 
> folder in that link.
>
> Regards,
> Sai Teja, Google Ads API Team
>
> ref:_00D1U1174p._5001UHEkaK: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/8a94d30a-c1d0-4ff2-89b3-a7bae11cd263%40googlegroups.com.


RE: [Google Ads API Beta] Proto definitions for latest releases

2019-08-27 Thread Google Ads API Forum Advisor Prod
Hello John,

You could use the protocol buffers from here. Since V2_1 is a minor release, 
you can use the Protocol buffers from V2 folder in that link.

Regards,
Sai Teja, Google Ads API Team
ref:_00D1U1174p._5001UHEkaK: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/Fj45f0PWWQCU00HGa_1wYsSCKP0wx9_vC8-w%40sfdc.net.


Re: [Google Ads API Beta] Proto definitions for latest releases

2019-08-26 Thread John
The proto files for version v2_1 

 
of the Google Ads API Beta are missing in the googleapis github repository 
. 
Can someone update the proto definitions at GitHub?

On Monday, November 12, 2018 at 10:14:52 AM UTC+1, Menno wrote:
>
> Hi,
>
> The proto definitions for the Google Ads API at 
> https://github.com/googleapis/googleapis/tree/master/google/ads/googleads 
> 
>  
> are not updated in the last 4 months.
> Releases 0.3.0, 0.4.0 and 0.5.0 are missing. Can you update the proto 
> definitions at GitHub, and add this to the release process for upcoming 
> releases?
>
> Thanks,
> Menno
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/68153d6f-0f64-4ca1-8475-68961a70b329%40googlegroups.com.


Re: Google Ads API beta

2019-02-20 Thread cv
Ok,

Let me post issue over there.

Thanks,


On Friday, 15 February 2019 15:51:46 UTC+5:30, cv wrote:
>
> Hi,
>
> How I can run the example from browser for google Ads API beta?
>
> What should I need to change?
>
> 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 
"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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/58eb9bf2-2f0d-4694-b504-3e4c56146a5f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


RE: Google Ads API beta

2019-02-18 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum


Hi Chirag,

The issue you encountered seems specific to PHP client library rather than
the Google Ads API. This being said, I would suggest to post your issue here
 as the PHP client
library owners are better equipped to assist you here.

Regards,
Luis
Google Ads API Team


=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com/search/label/adwords_api
https://developers.google.com/adwords/api/community/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

On 02/19/19 13:27:03 chirag.erepo...@gmail.com wrote:

Hello Luis,

I am using clientLibrary for PHP only,
We get the error when using ->fromFile('google_ads_php.ini') and when
[LOGGING] is disabled.
When [LOGGING] is disabled then also LoggerFactory -> createLogger() is
finding the $stream = $stream === null ? STDERR : $stream;

Hope you got the idea about issue I am facing.

Thanks,

On Mon, Feb 18, 2019 at 2:20 PM googleadsapi-forumadvisor via AdWords API
and Google Ads API Forum  wrote:

Hi,

I'm a colleague of Sai and allow me to assist you as he is unavailable.
Moving forward, my apologies as we do not provide support in running the
Google Ads API from browser thus I could not comment on the issue that you
encountered. We highly recommend to use one of our client libraries
 when making
API calls using the Google Ads API.

Regards,
Luis
Google Ads API Team


=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com/search/label/adwords_api
https://developers.google.com/adwords/api/community/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Was your question answered? Please rate your experience with us by taking a
short survey.
If not -- reply to this email and tell us what else we can do to help.

Take Survey


Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com/search/label/adwords_api
https://developers.google.com/adwords/api/community/
On 02/18/19 12:18:07 chirag.erepo...@gmail.com wrote:

Hello Sai,

I am able to run the example but only from command line (CLI).

From browser I am getting error as Use of undefined constant STDERR -
assumed 'STDERR' in *src/Google/Ads/GoogleAds/Lib/LoggerFactory.php* on
line *44*

Can you please guide me how to run the example from browser?

Thanks,

On Saturday, 16 February 2019 02:09:40 UTC+5:30, googleadsapi-forumadvisor
wrote:

Hello Chirag,

Google Ads API Beta is the Upgraded version of AdWords API in Beta stage.
If you are using the AdWords API for now and trying to migrate to the
Google Ads API Beta, you could refer this guide
. In
general, you can make the APi calls using our client libraries
 of Google
Ads API Beta or using the CURL operations mentioned here
.
If your question is different could you please elaborate the scenario you
are trying?

Regards,
Sai Teja, Google Ads API Team


=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com/search/label/adwords_api
https://developers.google.com/adwords/api/community/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Was your question answered? Please rate your experience with us by taking a
short survey.
If not -- reply to this email and tell us what else we can do to help.

Take Survey


Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com/search/label/adwords_api
https://developers.google.com/adwords/api/community/

--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit

RE: Google Ads API beta

2019-02-18 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum


Hi,

I'm a colleague of Sai and allow me to assist you as he is unavailable.
Moving forward, my apologies as we do not provide support in running the
Google Ads API from browser thus I could not comment on the issue that you
encountered. We highly recommend to use one of our client libraries
 when making
API calls using the Google Ads API.

Regards,
Luis
Google Ads API Team


=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com/search/label/adwords_api
https://developers.google.com/adwords/api/community/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

On 02/18/19 12:18:07 chirag.erepo...@gmail.com wrote:

Hello Sai,

I am able to run the example but only from command line (CLI).

From browser I am getting error as Use of undefined constant STDERR -
assumed 'STDERR' in *src/Google/Ads/GoogleAds/Lib/LoggerFactory.php* on
line *44*

Can you please guide me how to run the example from browser?

Thanks,

On Saturday, 16 February 2019 02:09:40 UTC+5:30, googleadsapi-forumadvisor
wrote:

Hello Chirag,

Google Ads API Beta is the Upgraded version of AdWords API in Beta stage.
If you are using the AdWords API for now and trying to migrate to the
Google Ads API Beta, you could refer this guide
. In
general, you can make the APi calls using our client libraries
 of Google
Ads API Beta or using the CURL operations mentioned here
.
If your question is different could you please elaborate the scenario you
are trying?

Regards,
Sai Teja, Google Ads API Team


=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com/search/label/adwords_api
https://developers.google.com/adwords/api/community/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Was your question answered? Please rate your experience with us by taking a
short survey.
If not -- reply to this email and tell us what else we can do to help.

Take Survey


Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com/search/label/adwords_api
https://developers.google.com/adwords/api/community/

--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit
https://groups.google.com/d/msgid/adwords-api/5d0121b5-023f-47e7-a72a-b5995370a618%40googlegroups.com

.
For more options, visit https://groups.google.com/d/optout.

--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/ijlio4eb9001gmrvk4000m4kemz6smj8cpk6go30c1g68qj6d1j%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Google Ads API beta

2019-02-17 Thread cv
Hello Sai,

I am able to run the example but only from command line (CLI).

>From browser I am getting error as Use of undefined constant STDERR - 
assumed 'STDERR' in *src/Google/Ads/GoogleAds/Lib/LoggerFactory.php* on 
line *44*

Can you please guide me how to run the example from browser?

Thanks,

On Saturday, 16 February 2019 02:09:40 UTC+5:30, googleadsapi-forumadvisor 
wrote:
>
> Hello Chirag,
>
> Google Ads API Beta is the Upgraded version of AdWords API in Beta stage. 
> If you are using the AdWords API for now and trying to migrate to the 
> Google Ads API Beta, you could refer this guide 
> . 
> In general, you can make the APi calls using our client libraries 
>  of Google 
> Ads API Beta or using the CURL operations mentioned here 
> .
>  
> If your question is different could you please elaborate the scenario you 
> are trying? 
>
> Regards,
> Sai Teja, Google Ads API Team
>
>
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> Also find us on our blog and discussion group:
> http://googleadsdeveloper.blogspot.com/search/label/adwords_api
> https://developers.google.com/adwords/api/community/
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>
> Was your question answered? Please rate your experience with us by taking 
> a short survey.
> If not -- reply to this email and tell us what else we can do to help.
>
> Take Survey 
> 
>
> Also find us on our blog and discussion group:
> http://googleadsdeveloper.blogspot.com/search/label/adwords_api
> https://developers.google.com/adwords/api/community/
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/5d0121b5-023f-47e7-a72a-b5995370a618%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


RE: Google Ads API beta

2019-02-15 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum


Hello Chirag,

Google Ads API Beta is the Upgraded version of AdWords API in Beta stage.
If you are using the AdWords API for now and trying to migrate to the
Google Ads API Beta, you could refer this guide
. In
general, you can make the APi calls using our client libraries
 of Google
Ads API Beta or using the CURL operations mentioned here
.
If your question is different could you please elaborate the scenario you
are trying?

Regards,
Sai Teja, Google Ads API Team


=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com/search/label/adwords_api
https://developers.google.com/adwords/api/community/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/ijlio2v6ao010pmjhk000slajkz6smj8cpk6go30c1g68qj6d1j%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Google Ads API beta { "authorizationError": "DEVELOPER_TOKEN_NOT_WHITELISTED" }

2018-07-11 Thread 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello KDJ,

Sorry for the delay. I'm chasing this matter for you. 
Could you please tell us your client customer ID you've filled in by *Replying 
privately to author*?

Best,
Thanet, AdWords API Team

On Wednesday, July 11, 2018 at 4:54:07 AM UTC+9, rentcafe dev wrote:
>
> Luis,
>
> It's been over two weeks and I still have not gotten approval for my 
> developer token to use Google Ads API.  I would really appreciate it if you 
> could follow up on my application.
>
> Thanks
> KDJ
>
> On Thu, Jun 28, 2018 at 3:10 PM,  wrote:
>
>> Luis,
>>
>> Thank you for letting me know the time frame for my developer token 
>> getting whitelistted.
>>
>> KDJ
>>
>> On Wednesday, June 27, 2018 at 8:27:05 PM UTC-7, Luis Xander Talag 
>> (AdWords API Team) wrote:
>>>
>>> Hi,
>>>
>>> The whitelisting of your developer token for Google Ads API usually 
>>> takes up to one to two weeks for approval. You won't receive a new 
>>> developer token but rather your current developer token will be 
>>> whitelisted. You will receive an email of approval for you to get notified 
>>> regarding this. If you haven't received any approval within the time frame, 
>>> let me know so I could follow up your application.
>>>
>>> Thanks and regards,
>>> Luis
>>> AdWords 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 
>> "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.
>> Visit this group at https://groups.google.com/group/adwords-api.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/adwords-api/2a681773-1fe4-4898-bb8a-72ce569e7053%40googlegroups.com
>>  
>> 
>> .
>>
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/0883d897-ae7a-439d-beff-dd4508c00377%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Google Ads API beta { "authorizationError": "DEVELOPER_TOKEN_NOT_WHITELISTED" }

2018-07-10 Thread rentcafe dev
Luis,

It's been over two weeks and I still have not gotten approval for my
developer token to use Google Ads API.  I would really appreciate it if you
could follow up on my application.

Thanks
KDJ

On Thu, Jun 28, 2018 at 3:10 PM,  wrote:

> Luis,
>
> Thank you for letting me know the time frame for my developer token
> getting whitelistted.
>
> KDJ
>
> On Wednesday, June 27, 2018 at 8:27:05 PM UTC-7, Luis Xander Talag
> (AdWords API Team) wrote:
>>
>> Hi,
>>
>> The whitelisting of your developer token for Google Ads API usually takes
>> up to one to two weeks for approval. You won't receive a new developer
>> token but rather your current developer token will be whitelisted. You will
>> receive an email of approval for you to get notified regarding this. If you
>> haven't received any approval within the time frame, let me know so I could
>> follow up your application.
>>
>> Thanks and regards,
>> Luis
>> AdWords 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
> "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.
> Visit this group at https://groups.google.com/group/adwords-api.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/adwords-api/2a681773-1fe4-4898-bb8a-72ce569e7053%40googlegroups.com
> 
> .
>
> For more options, visit https://groups.google.com/d/optout.
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/CAO4%2Bn4MyGwV57DvvJn%3DPbLqK%2BRAkpKOvzQLoXHPEx5dAwhKGXg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Google Ads API beta { "authorizationError": "DEVELOPER_TOKEN_NOT_WHITELISTED" }

2018-06-28 Thread rentcafedev1
Luis,

Thank you for letting me know the time frame for my developer token getting 
whitelistted.

KDJ

On Wednesday, June 27, 2018 at 8:27:05 PM UTC-7, Luis Xander Talag (AdWords 
API Team) wrote:
>
> Hi,
>
> The whitelisting of your developer token for Google Ads API usually takes 
> up to one to two weeks for approval. You won't receive a new developer 
> token but rather your current developer token will be whitelisted. You will 
> receive an email of approval for you to get notified regarding this. If you 
> haven't received any approval within the time frame, let me know so I could 
> follow up your application.
>
> Thanks and regards,
> Luis
> AdWords 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 
"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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/2a681773-1fe4-4898-bb8a-72ce569e7053%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Google Ads API beta { "authorizationError": "DEVELOPER_TOKEN_NOT_WHITELISTED" }

2018-06-27 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi,

The whitelisting of your developer token for Google Ads API usually takes 
up to one to two weeks for approval. You won't receive a new developer 
token but rather your current developer token will be whitelisted. You will 
receive an email of approval for you to get notified regarding this. If you 
haven't received any approval within the time frame, let me know so I could 
follow up your application.

Thanks and regards,
Luis
AdWords 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 
"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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/97c5dc83-53f5-4e4e-b5cc-fba92d8fcea9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Google Ads API Beta] "API solution not found with service name: googleads.googleapis.com"

2018-06-21 Thread Martin
Hey Luis,

Using incognito fixed it! Thanks!

On Thursday, June 21, 2018 at 4:46:04 AM UTC+1, Luis Xander Talag (AdWords 
API Team) wrote:
>
> Hi Martin,
>
> Could you try to enable the Google Ads API using the incognito mode of 
> Google Chrome? If the issue persist, could you provide your MCC ID and the 
> email address you are using when enabling the Google Ads API in developer's 
> console so that I could further investigate? Please reply via *Reply 
> privately to author*.
>
> Thanks and regards,
> Luis
> AdWords 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 
"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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/57eeb2e5-b6ac-4f25-aac5-3445c613a49f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Google Ads API Beta] "API solution not found with service name: googleads.googleapis.com"

2018-06-20 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Martin,

Could you try to enable the Google Ads API using the incognito mode of 
Google Chrome? If the issue persist, could you provide your MCC ID and the 
email address you are using when enabling the Google Ads API in developer's 
console so that I could further investigate? Please reply via *Reply 
privately to author*.

Thanks and regards,
Luis
AdWords 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 
"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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/67b392cb-36dc-4318-b96f-68879421c4c9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.