Re: Shopping Performance View product listing returns empty

2020-05-26 Thread thuong le
Thanks, I sent a private message for you :) 

On Wednesday, May 27, 2020 at 1:31:13 AM UTC+7, adsapiforumadvisor wrote:
>
> Hi Thuong,
>
> Thank you for reaching out. Can you please share your client customer ID *via 
> Reply privately to author *so I can further investigate the issue? Can 
> you also provide more information on which products are disapproved?
>
> Regards,
> Mitchell
> Google Ads API Team
>
> ref:_00D1U1174p._5004Q1zrpxQ: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/2124dd2f-8ebb-4af5-9399-bd14b966b9a3%40googlegroups.com.


keyword bid upload duplicacy error

2020-05-26 Thread Harisankar Mohanty

Hello,

We are using adwords PHP library for uploading bid adjustment for keywords 
to adwords server. For this we are using "BiddableAdGroupCriterion" service.

We have some keywords which have the same keywordId (criteriaId), adwordsID 
and campaignID. They are distinguished ONLY in capitalization. Here is an 
example.  We have "group therapy" and "Group Therapy". When we try to 
upload bids for those keywords, we are getting this error :

PHP Fatal error:  Uncaught 
Google\\AdsApi\\AdWords\\v201809\\cm\\ApiException: 
[DistinctError.DUPLICATE_ELEMENT @ operations[37], 
DistinctError.DUPLICATE_ELEMENT @ operations[44], 
DistinctError.DUPLICATE_ELEMENT @ operations[82], 
DistinctError.DUPLICATE_ELEMENT @ operations[84]] in 
/var/www/html/vendor/googleads/googleads-php-lib/src/Google/AdsApi/Common/Util/Reflection.php:43\nStack
 
trace:\n#0 
/var/www/html/vendor/googleads/googleads-php-lib/src/Google/AdsApi/Common/Util/Reflection.php(43):
 
ReflectionClass->newInstanceArgs(Array)\n#1 
/var/www/html/vendor/googleads/googleads-php-lib/src/Google/AdsApi/Common/AdsSoapClient.php(202):
 
Google\\AdsApi\\Common\\Util\\Reflection->createInstance('GoogleAdsApiA...',
 
Array)\n#2 
/var/www/html/vendor/googleads/googleads-php-lib/src/Google/AdsApi/Common/AdsSoapClient.php(164):
 
Google\\AdsApi\\Common\\AdsSoapClient->parseApiExceptionFromSoapFault(Object(SoapFault))\n#3
 
/var/www/html/vendor/googleads/googleads-php-lib/src/Google/AdsApi/AdWords/v201809/cm/AdGroupCriterionService.php(198):
 
Google\\AdsApi\\Com in 
/var/www/html/vendor/googleads/googleads-php-lib/src/Google/AdsApi/Common/Util/Reflection.php
 
on line 43

Can you suggest any way so that we can also upload bids for these keywords 
without getting any error?

Regards,
Hari

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/648db932-8c95-45f1-942c-27096f595119%40googlegroups.com.


Re: GAQL CLI

2020-05-26 Thread Scott Clumpus
Hi Benjamin,

I have a problem obtaining an output from the CLI, in which I don't get 
anything returned at all.
My end result is to query a list of all my responsive search & display 
assets with their performance levels, into a csv.

There's no errors, I've configured the json credentials file and for now 
used the example query you listed in your README.md. My query is below:

gaql -o assets.csv xxx-xxx- SELECT campaign.id FROM campaign

I'd love any advice. Thank you!
Scott

On Tuesday, April 28, 2020 at 9:09:46 AM UTC-7, Benjamin Ryves wrote:
>
> Not a question, so feel free to remove this if it's not useful. Today we 
> open sourced our internal Google Ads query CLI, which wraps the GoogleAds 
> Python library. I figured I'd share it here in case folks find it useful.
>
> The repo's here, and you can also find it on PyPi.
> https://github.com/getyourguide/gaql-cli
>
> For safety reasons it only handles reads, and it supports outputting to 
> csv/json/jsonl/proto. Would love to hear any feedback or comments anyone 
> has. Have a great day!
>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/e0a3230d-9a9d-4f45-a552-1ec695ef6ecc%40googlegroups.com.


RE: Confusing results from CRITERIA_PERFORMANCE_REPORT

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

Thank you for reaching out. In order for me to further investigate, could you 
please share the client customer id and both the results you get from the API 
and screenshot of the UI showing the discrepancy via the Reply privately to 
author  option?

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


How to retrieve search terms via the Google Ads Api

2020-05-26 Thread Christian Heath
On Google ads the steps to see the search terms are: search campaign -> 
campaign / adgroup -> keywords -> search terms

How can I retrieve the data from the table shown on search terms via the 
Google Ads API? I am using the Beta v3.

My apologies if this is a duplicate question but I was unable to find an 
answer pertaining specifically to the Google Ads API and not the AdWords 
API. So far I am only able to retrieve keywords but I am unable to find 
search term specific data.

Thanks,
Christian

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/24fe29d8-c0f8-41e4-932c-4a0b9b98538b%40googlegroups.com.


RE: Retrieving last upload customer list java adwords API

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

Thank you for reaching out. Retrieval of the last uploaded user list is not 
currently supported in the API. I have submitted a feature request to support 
the retrieval of the last uploaded user list in the API. You may keep an eye on 
our blog for the announcements and updates on the new releases.

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


Re: Is it possible to resend email invitation to Google Ads account?

2020-05-26 Thread V Kuznetsov
Hi Xiaoming, 

I am creating an account using Google Ads API. While doing that, I pass the 
inviteeEmail to the create method. I was wondering how to repeat the 
invitation using Ads API.

Thank you!
Vlad.

On Tuesday, 26 May 2020 10:14:50 UTC-7, adsapiforumadvisor wrote:
>
> Hi Kuznetsov,
>
> Thank you for reaching out. I’m not sure if you sent out the invitation 
> via API or the Google Ads UI. However, if the client has not received the 
> email you could definitely extend the invitation again via API or UI. You 
> could refer to this guide 
> 
>  
> on how to extend the invitation to link the customer account via the 
> Adwords API.
>
> Thanks and regards,
> Xiaoming, Google Ads API Team
>
>
>  
>
> ref:_00D1U1174p._5004Q1zrm9B: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/ea7081e3-413e-43ca-bc51-483f35e1c6b6%40googlegroups.com.


RE: No Results When Querying ad_group_ad_asset_view

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

Thank you for reaching out to us. I see that you're trying to pull a list of 
all your assets. You can use this example as a basis for reporting calls, as 
well as this query builder to assist you in creating the call. Unfortunately 
Google Ads API does not support formatting or file output. I'll request for 
this to be added as a feature, but in the meantime, please keep an eye on our 
blog for updates on this.

For us to further investigate this issue, could you provide us with the request 
and response logs you obtain after you make the query call, as well as what 
your query call is and the ID of the account you're trying to access? For 
privacy, you can respond back to us using the "reply privately to the author" 
button.

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


RE: Add allowed domains and new user through Google Ads API with coding

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

Thank you for reaching out. Unfortunately, neither of those are possible using 
the API. I have submitted a feature request on your behalf so please keep an 
eye on our Developer Blog for information on future releases.

Regards,
Mitchell
Google Ads API Team
ref:_00D1U1174p._5004Q1zrs3V: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/0jeql0QAYDAG007jaGwbx1SSe9euW2ZtLIGA%40sfdc.net.


Re: Ads Editor API Internal Error

2020-05-26 Thread Sean Doucette
Hi Bryan,

Where do I find the response logs for this?

On Tuesday, May 26, 2020 at 2:32:17 PM UTC-4, adsapiforumadvisor wrote:
>
> Hi Sean,
>
> Thank you for reaching out to us. Could you provide us with the full 
> request and response logs for where this error occurs? For privacy, you can 
> reply by clicking "reply privately to the author".
>
> Thank you,
> Bryan, Google Ads API Team
>
> ref:_00D1U1174p._5004Q1zrx2E: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/25de1316-f369-43d8-92e3-adf1c3ed4ab3%40googlegroups.com.


RE: I can't extract any data from GEO_PERFORMANCE_REPORT [python]

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

Thank you for reaching out. The syntax is correct. You could refer to this 
documentation for more details of the fields in the predicate object.

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


RE: Upload responsive display asset from file via api

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

Thank you for reaching out. The workaround for this case is to upload it to a 
web server first and generate a URL for the file and then use it or use a 
resource which has a valid URL for reference. Please let me know if you have 
any further concerns.

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


RE: adwords api multiple account

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

Thank you for reaching out to us. I see that you have several concerns. You'll 
find my response to these concerns below.

1. If i'm using service account, is it possible to use same service account 
across different multiple account? or is there any preferred way?
You should be able to use the service account to access other accounts. Usually 
for service accounts, we recommend users to use Installed Application Flow as 
it is a simpler alternative that is easier to implement and achieve the same 
results.

2. If i'm using clientid + client secret + refresh token, that means different 
account required different client id and client secret, is it correct?
It may depend. Your client ID, client Secret and refresh token only are 
required to allow you to access the API but also to access accounts. If an 
account has set you as an allowed user in "Tool and Settings" > "Setup" > 
"Account Access" then you won't need to have a new set of OAuth credentials to 
access a different account. However, if the account doesn't have you as an 
allowed user, you can either add your user under "Account Access" or use an 
email/user that has access. You can read about this here.

Let me know if you have further questions.

Thank you,
Bryan, Google Ads API Team
ref:_00D1U1174p._5004Q1zrrXj: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/3ySO-0QAYBJW00E9bHNs9uTw-QqXA3l2ROrw%40sfdc.net.


[no subject]

2020-05-26 Thread Ben Drawer


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/CAO5TWRe%3DjLPOBN5tm1Bx7P0W9L%3D7Wj8iVB%2BWaqa-Rsm_rjUbmw%40mail.gmail.com.


RE: Ads Editor API Internal Error

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

Thank you for reaching out to us. Could you provide us with the full request 
and response logs for where this error occurs? For privacy, you can reply by 
clicking "reply privately to the author".

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


RE: Shopping Performance View product listing returns empty

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

Thank you for reaching out. Can you please share your client customer ID via 
Reply privately to author so I can further investigate the issue? Can you also 
provide more information on which products are disapproved?

Regards,
Mitchell
Google Ads API Team
ref:_00D1U1174p._5004Q1zrpxQ: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/3cL6G0QAYBFG00WhL58a3ZSJualmygL3xoPQ%40sfdc.net.


Re: Use Targeting Ideas with the test account

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

Thank you for reaching out. Please use a production account to generate the 
real data with the TargetingIdeaService. Please let me know if you have any 
further questions.

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


RE: Upcoming changes to payment account listing for Manager accounts

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

Thank you for reaching out. As mentioned in this post, please make sure you are 
making the call using a client account, not a manager account. The call will 
show all of the available billing accounts for the client account. If you make 
the call using a manager account, it will show up empty.

Regards,
Mitchell
Google Ads API Team
ref:_00D1U1174p._5004Q1zrrsI: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/LjdMv0QAYAS2003bs8T-4NSi6g7IUeYj2F6w%40sfdc.net.


RE: Sample Query to get ADs and AD GROUPs

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

Thanks for reaching out. With regards to your concern about  getting the ADs 
and AD GROUPs  with AWQL,  You can use Ad Performance report and AdGroup 
Performace Report to get details using different fields. Please refer to this 
code sample to download the report via AdWords API using AWQL. Please see the 
below query to get the data  what you are looking for.

SELECT AdGroupId, AdGroupName, AdType FROM AD_PERFORMANCE_REPORT

If you are still facing any issue,can you please share the complete report 
definition and customer id. Please reply privately to author options while 
sharing the details.

Let me know if you have any questions.

Thanks,
Nirmita Patel Google Ads Team
ref:_00D1U1174p._5004Q1zryYc: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/KoeOl0QAYAR400cE2lZOQOT7mmdLS0At6b0g%40sfdc.net.


RE: Incorrect Keywordless Conversions when getting them via AdwordsAPI

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

Thank you for reaching out. Can you please share your client customer ID, 
complete report definition, and downloaded report via Reply privately to author 
so I can further investigate the issue?

Regards,
Mitchell
Google Ads API Team
ref:_00D1U1174p._5004Q1zrkr3: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/XX6rg0QAYAMY00b_wz3Zy4TK2YcT954xYksQ%40sfdc.net.


RE: How to add Manager to Client account having Manager access?

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

Thank you for reaching out.  You could use the CustomerManagerLinkService in 
the Google Ads API to link the client customer account to the manager account. 
Please refer to this guide for more information. Let me know if you have any 
further concerns.

Thanks and regards,
Xiaoming, Google Ads API Team
ref:_00D1U1174p._5004Q1zrund: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/dor-v0QAYAG300YvfalHqnS2eEcjc1m-uHig%40sfdc.net.


No Results When Querying ad_group_ad_asset_view

2020-05-26 Thread Scott Clumpus
I'm trying to create a report that has all Responsive Search & Display 
assets with their performance labels. However whenever I query the 
ad_group_ad_asset_view resource I get no results. The query I'm using is 
the one provided in the Fetching Asset Attributes 

 example.

I've checked my account and confirmed I have assets I'm allowed to pull 
data from. I know it's just the specific resource I'm having problems with 
since I've had success with the get_all_image_assets.py 

 script 
and the get_campaigns.py 

 script.

Any advice would be greatly appreciated. Thanks,
Scott

PS. Is there an example python script that is just a simple GAQL query that 
exports to a CSV? As that is my end goal.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/6931d8bc-ae4d-4267-b36e-02e6052145fb%40googlegroups.com.


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: Ads Billings

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

Thank you for reaching out to us. Could you clarify if you're following this 
example for listing available billing accounts, as well as share the account 
you're calling from and which customers you're trying to obtain the billing 
details of? For privacy, you can respond to us by clicking "respond privately 
to author".

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


Re: Sample Query to get ADs and AD GROUPs

2020-05-26 Thread Isaac Choe
I found this link (https://www.awql.me/adwords-awql-help).

I believe the PLACEHOLDER_FEED_ITEM_REPORT is the table I am looking for 
but when I try a sample query, it throws an error.

SELECT AdId FROM PLACEHOLDER_FEED_ITEM_REPORT

Is the example query I tried. Any suggestions?

On Tuesday, May 26, 2020 at 12:44:28 PM UTC-4, Isaac Choe wrote:
>
> Hello,
>
> I am new to AdWords API.
>
> I was wondering if someone could post an example of making an AWQL call 
> from C# to get a list of all of the ad groups and also individual ads.
>
> I cannot seem to find a source that defines a list of "table" names or 
> queryable table like entities. 
>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/f35de127-f08b-4bdc-8895-882b1898e2e5%40googlegroups.com.


RE: Upload more than 20 videos in an AdGroup

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

Thank you for reaching out to us. Could you please provide us with your request 
and response logs for where the error "Too Many" occurs so that I may further 
assist you?

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


Re: How to add a user to existing Google Ads account

2020-05-26 Thread dd
I'm sorry, I mean through the API (I thought this was obvious as the forum 
is about the api).

The use case is: I'm an admin user in an account and I want to add a new 
user with standard rights using the API. You can do this when creating a 
new account, but how to do it after the account is created?


On Tuesday, May 26, 2020 at 6:28:30 PM UTC+2, adsapiforumadvisor wrote:
>
> Hi Dennis,
>
> Thank you for reaching out to us. Unfortunately, according to this 
> documentation , 
> you can only add a new user with full access (not just email only) if you 
> are a user with admin access. I suggest either contacting whoever is your 
> admin for your account to add a new user with full access or to contact 
> your admin to make you an admin to add these users. Let me know if you have 
> further questions.
>
> Thank you,
> Bryan, Google Ads API Team 
>
> ref:_00D1U1174p._5004Q1zrvLQ: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/3609ba1f-e83b-4179-ab09-739ebb8bee32%40googlegroups.com.


Sample Query to get ADs and AD GROUPs

2020-05-26 Thread Isaac Choe
Hello,

I am new to AdWords API.

I was wondering if someone could post an example of making an AWQL call 
from C# to get a list of all of the ad groups and also individual ads.

I cannot seem to find a source that defines a list of "table" names or 
queryable table like entities. 


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/61a5740d-a9a9-4629-8d8e-1fd646e3265c%40googlegroups.com.


RE: Does GoogleAds API support fetching SHOWCASE_AD

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

Thank you for reaching out. Unfortunately, this ad type is not supported in 
Google Ads API. As mentioned in the migration guide here, this ad type is being 
phased out and will not be supported.

Regards,
Mitchell
Google Ads API Team
ref:_00D1U1174p._5004Q1zrpGb: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/fKKnb0QAY6HQ00lzxIR07BSbKJrisxMn3liQ%40sfdc.net.


RE: Why is my Ad Performance Report type get empty data?

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

Thanks for reaching out. With regards to your concern about getting empty data 
of Ad Performance Report, can you please share the complete report definition 
and customer id, So that I can further investigate the issue. Please reply 
privately to author options while sharing the details.

Let me know if you have any questions.

Thanks,
Nirmita Patel Google Ads Team
ref:_00D1U1174p._5004Q1zriM3: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/GJCSz0QAY5QP00EdHLGX5TQ5KT86cFNVIJbg%40sfdc.net.


RE: Live Campaign not getting clicks and impressions without "campaign goal" set?

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

Thank you for reaching out. Setting the campaign goal has no impact the 
campaign's metrics. A campaign with no goal can still get impressions, clicks, 
etc. Just make sure that the campaign isn't paused and that bids and budget are 
set properly.

Regards,
Mitchell
Google Ads API Team
ref:_00D1U1174p._5004Q1zrknT: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/3SQIU0QAY5LP002wfQ9lfDT2qIAYGmrBPd_g%40sfdc.net.


RE: Demographical report (AgeRanges + Gender)

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

Thank you for reaching out. I’m a colleague of Bharani. You could try to use 
the Gender Performance Report and Age Range Performance Report to query the 
metrics you need. Age and Gender are currently not available for segmentation 
use in the APIs. I have submitted a feature request to support segmentation 
with gender and age in the API. Please keep an eye on our blog for the 
announcements and updates on new releases.

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


RE: membersList - maximum question size?

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

Thanks for reaching out. With regard to your concern about size of memberlist, 
the maximum limit size of this collection is 500,000 members only. The 
InternalApiError.UNEXPECTED_INTERNAL_API_ERROR could be due to a temporary 
issue with the API.Can you please try making the call again and let me know if 
you are still facing the issue? If so, please share the complete detailed 
request and response logs for the call so I can further investigate the issue. 
You can find information on enabling logging in the ReadMe of your client 
library. Please reply privately to author option while providing this 
information.

Thanks,
Nirmita Patel Google Ads API Team
ref:_00D1U1174p._5004Q1zru0J: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/MhmnH0QAY5IQ00AoAXfAivRS-NthiclOPGhg%40sfdc.net.


RE: Access denied since the customer is not active

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

Thank you for reaching out to us. It looks like you're trying to access a 
customer account that isn't currently active. Could you provide me with the 
customer ID that you're trying to access, as well as your request and response 
logs for where this error occurs so that I may further assist you?

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


Re: (Python) 'AuthorizationError.NO_CUSTOMER_FOUND' @ 'Make Your First API Call' for AdWords API

2020-05-26 Thread Joomer
I appreciate your answer.

I just found out that I didn't remove the "#" in front of the 
"client_customer_id" field as your answer. Now it works!

Have a good day :)

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/087a459f-6021-4828-aeff-bb74d232cb58%40googlegroups.com.


Ads Editor API Internal Error

2020-05-26 Thread Sean Doucette
Hello,

I keep getting this error message whenever I attempt to check changes in 
Google Ads Editor:

InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ 
> com.google.ads.api.services.common.error.InternalApiError.(InternalApiErro;
>  
> stackTrace: java.lang.NullPointerException
> at 
> com.google.ads.boulder.api.modules.criteriaservice.AuthenticatedRpcRequestWrapperImpl.getEventIdMessage(AuthenticatedRpcRequestWrapperImpl.java:49)
> at
>

I'm trying to upload YouTube remarketing ads built on pre-existing 
audiences, all of which have run before (recently at that). 

Any clue what this is or why this is happening? I've attempted multiple 
times and combed through my campaigns but cannot see any reason why this 
would cause an error. Instructions on Google's help page are extremely 
vague and only suggest trying again after 30 seconds. Please help!


Thanks,

Sean

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/c56a343e-189a-47bf-ae29-7e856b28efa5%40googlegroups.com.


RE: (Python) 'AuthorizationError.NO_CUSTOMER_FOUND' @ 'Make Your First API Call' for AdWords API

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

Thank you for reaching out to us. I see that you didn't mention if you've 
filled in the "client_customer_id" field in the .yaml file? The "user_agent" 
field shouldn't be required to access a customer, as it's a label to set who is 
accessing the API. Could you also make sure that the "client_customer_id" is 
also uncommented in the .yaml file? You can do this by getting rid of the "#" 
in front of the "client_customer_id" field. Could you try this and let me know 
if you encounter the same issue?

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


RE: can't get negative keywords in a campaign

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

Thank you for reaching out. Yes, you should use other editor or IDE instead of 
Jupyter/IPython to make the API calls. Please also remember to include the 
client customer id in the command line.

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


RE: Keywords traffic estimations using adwords test account

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

Thank you for reaching out. As explained here, the TrafficEstimatorService will 
return dummy data for test accounts so it is not the same values that you would 
get in a production account. Please be advised that it is expected to see some 
slight discrepancies between the TrafficEstimatorService and the keyword 
planner UI for a production account.

Regards,
Mitchell
Google Ads API Team
ref:_00D1U1174p._5004Q1zriBu: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/NkNjd0QAY1RV006Q0DQOIITweat-YgkvCtzQ%40sfdc.net.


RE: run GetCampaigns.java error

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

Thank you for reaching out to us. I see that you're encountering an IO 
Exception with a Java Socket error. Since this looks like an error with the 
client library, could you please post your concern here so that our Client 
Library Support Team can take a look at your issue? They will be better 
equipped to assist you with your concern. Let me know if you have further 
questions with the API.

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


Confusing results from CRITERIA_PERFORMANCE_REPORT

2020-05-26 Thread Igor Grigorev
Hi! 
I'm using the following Python function to get criteria performance. And 
I'm getting lots of rows with different AdGroups and Criteria types, but 
all the performance stats like: Clicks, Impressions, etc. are just zeros. 
If I'm using additional filter in AWQL (Impressions > 1) I'm just getting 
empty df as result.
I'm requesting data from the last year in AWQL (tried many time intervals) 
and performance stats are not zeros in the UI even for one day. So it looks 
rather strange. am I missing something or is this a bug? Please help.

Python function:
import io
from googleads import adwords
import pandas as pd

def get_criteria_performance_report(report_downloader, start_date='20190502', 
end_date='20200502', criteria_type='AGE_RANGE'):
'''Function to get criteria statistics
Specs for the CRITERIA REPORT can be found here:
https://developers.google.com/adwords/api/docs/appendix/reports/criteria-performance-report#criteria
criteria_type (str): AGE_RANGE, GENDER, PARENT, INCOME_RANGE, ...
report_downloder should be created via:
adwords_client = 
adwords.AdWordsClient.LoadFromStorage(path='googleads.yaml')
report_downloder = adwords_client.GetReportDownloader(version='v201809')
'''

# Define output as a string
output = io.StringIO()

# Initialize appropriate service.
# report_downloader = client.GetReportDownloader(version='v201809')

# Create report query.
report_query = (adwords.ReportQueryBuilder()
.Select('CampaignName', 'CampaignId', 'AdGroupId',
'AdGroupName',
'Impressions', 'Clicks', 'AverageCpc', 'Labels',
'CriteriaType', 'Criteria',
'ConversionValue', 'AllConversionValue',
'ConversionRate',
'CampaignStatus', 'Cost')
.From('CRITERIA_PERFORMANCE_REPORT')
# .Where('Impressions').GreaterThan(1)
.Where('CriteriaType').In(criteria_type)
.During(start_date=start_date, end_date=end_date)
.Build())

# You can provide a file object to write the output to. For this
# demonstration we use sys.stdout to write the report to the screen.
report_downloader.DownloadReportWithAwql(
report_query, 'CSV', output, skip_report_header=False,
skip_column_header=False, skip_report_summary=True,
include_zero_impressions=True)

output.seek(0)

df = pd.read_csv(output)
print(df)
df.reset_index(inplace=True)
df.columns = df.iloc[0]
df.drop(df.index[0], inplace=True)
df = df.astype({'Campaign ID': 'int', 'Cost': 'float',
'Clicks': 'float', 'Impressions': 'float'})
df.rename(columns={'Cost': 'CostMicroAmount',
}, inplace=True)

return df

if __name__ == '__main__':

adwords_client = adwords.AdWordsClient.LoadFromStorage(path='googleads.yaml'
)
report_downloader = adwords_client.GetReportDownloader(version='v201809')
result_df = get_criteria_performance_report(report_downloader)

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/b98f82e6-19e1-49a8-beea-547369c4d62b%40googlegroups.com.


Re: Campaign.labels is empty

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

Thank you for confirming that you are able to get the resource name. 
Unfortunately, it will not be possible to get the label names from the 
ad_group_ad report. I have created a feature request for this on your behalf so 
please keep an eye on our Developer Blog for information on future releases.

Regards,
Mitchell
Google Ads API Team
ref:_00D1U1174p._5004Q1zrBSy: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/g32F-0QAY0UB00r4QGhR8LSQismQDzjhj9aw%40sfdc.net.


RE: Google Ads release schedule

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

Thank you for contacting us. 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. Let me know if you have further 
questions.

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


Re: partialFailure and validateOnly not supposrted with UserListservices

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

Do you have a concern with Google Ads API? If so, could you please elaborate on 
your concern?

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


How to add a user to existing Google Ads account

2020-05-26 Thread dd
Is there a way to add a user (email address) with standard rights to an 
existing Google Ads account?

I only seem to be able to add an email user when creating a new Google 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 
"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/0ec2a2fb-5756-4194-ab35-cf547392bfa3%40googlegroups.com.


How to add Manager to Client account having Manager access?

2020-05-26 Thread Damian Szczepański
We have a PHP code that generates a refresh token and a manager link (class 
LinkManagerToClient) which allows us to connect to any of our client if he 
give us permission, but we had to create a developer token, console 
project, etc. Now, if we have access to this client, is there any way we 
can add another Google Ads manager account that doesn't have console 
project and developer token? If we have full access to the client's 
account, how we can use it to invite (or even accept the invitation) of 
another manager only using his Google Ads customer ID?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/f7fb8c9c-2b07-4d0c-844a-45e1e51e48d0%40googlegroups.com.


Re: User List maintenance using Google Ads API

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

That code looks correct. Can you please share the detailed request and response 
logs via Reply privately to author so I can further investigate the issue?

@cv, partial failures should be supported for this operation. It looks like 
that forum post is in regards to validateOnly.

Regards,
Mitchell
Google Ads API Team
ref:_00D1U1174p._5001UaRix7: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/itTij0QAXZ8O00NgIDZLhdRuCELjzCVTEbdw%40sfdc.net.


Re: Standard access application form returns 403 Forbidden

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

I've taken a look at this issue with my team. Could you try this link and let 
me know if you're still encountering a 403 forbidden error code?

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


Re: Google Ads MCC test accounts NOT creating client accounts

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

Thank you for reaching out to us. You should be able to create a test client 
account under a test MCC account by using this example from the client 
libraries via the API. In the UI, you should be able to go to your test manager 
account, click the blue "+" button in Accounts, enter in some details and click 
"Save and Continue". This should create a test account under your manager 
account. Let me know if you have further concerns.

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


RE: Campaign Location Report - All Targeted locations for each campaign

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

Thank you for reaching out. In order to pull the metrics for all targeted 
locations in all campaigns, you should use the Campaign Location Target report. 
The Id field will return the location ID and the CampaignId field will return 
the campaign IDs. In the example you shared, you tried to select "Criteria" 
however this is not a supported attribute in this report and should not be 
included. If you are interested in mapping the location ID to the location, you 
can find the mappings here.

Regards,
Mitchell
Google Ads API Team
ref:_00D1U1174p._5004Q1zrNvm: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/HM7uN0QAXY3K005IeQZHYxQu2GpSpLQGTLAQ%40sfdc.net.


Retrieving last upload customer list java adwords API

2020-05-26 Thread Julien LEDRU

Hello, 

In the google ads interface, we can access last upload customer list via 
Shared Library / Audience Manager.

Does someone know if and how we can access this data using the java client 
library.

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 
"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/1c2964c5-341b-4241-ade0-e7920402a729%40googlegroups.com.


membersList - maximum question size?

2020-05-26 Thread Ben Drawer
Hello,

I'm asking about the Adwords User List Service.

According to the documentation 
,
 
the maximum size of the `membersList` collection is 500,000. But in my 
tests, it seems that a collection size greater than 350,000 usually results 
in an UNEXPECTED_INTERNAL_API_ERROR. 

I'm just wondering if the maximum size is actually lower than 500,000? 
Thank you

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/cda55377-efbd-4adb-b2b5-9d92fc0d6d7a%40googlegroups.com.


Add allowed domains and new user through Google Ads API with coding

2020-05-26 Thread Kitti Kraithep
It is possible to do the following actions through Google Ads API(Beta) 
with coding:
- Add domains of email addresses allowed to be invited to account.
- Add new user with access level such as email-only and read-only.

I know these parts can be done by doing via UI [Tool >> Account 
access >> SECURITY tab(Allowed domains) / USERS tab(Invite others to 
access)],
but I want to know it is possible to do by coding?

Best regards,
Thank you in advance.
Kitti

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/d9aeb8d5-3559-4bf7-97da-1493dbfed2f5%40googlegroups.com.


Re: Upcoming changes to payment account listing for Manager accounts

2020-05-26 Thread Accountify Apps

>
> Hi, I am trying get all ads billing details for that I  am using 
> BudgetOrderServe and calling its function name getBillingAccounts but its 
> returning me empty response.
>
My code is in PHP
$session = $this->makeAdwordSession($g_token);
$adWordsServices = new AdWordsServices();
$BudgetOrderService = $adWordsServices->get($session, 
BudgetOrderService::class);
echo ''; print_r($BudgetOrderService->getBillingAccounts()); 
echo '';die; 

My main goal is to get the pending amount user need to pay to google for 
ads .
Should I need to add any new scope while making session?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/9b56dc1d-d267-49d3-abf0-6c27f1791aec%40googlegroups.com.


adwords api multiple account

2020-05-26 Thread Mohammad Fikrih Abdullah
currently i have project for sharing customer match data(email) across 
different account
i'd like  ask  following question regarding how can i authenticate my batch 
to send data to appropriate account

   - if i'm using service account, is it possible to use same service 
   account across different multiple account? or is there any preferred way?
   - if i'm using clientid + client secret + refresh token, that means 
   different account required different client id and client secret , is it 
   correct?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/2aee235f-2a17-429b-b030-516a5f9cd2aa%40googlegroups.com.


Re: not able to get VAS campaign in API

2020-05-26 Thread 임수민


hello,


I just want to send you about detail, but there is no reply.

So there is no button for 'Reply privately to author'. :(


Please reply, so let me send message for detail privately.

thank you.


2020년 5월 24일 일요일 오전 6시 9분 36초 UTC+9, 임수민 님의 말:

>
> hello API team!
> In before, they supported in googleAds API, so I could got campaign and 
> adGroups report.
> but in now, API return empty values.
>
> I don't know since when, not able to get VAS campaign in API.
> I'll reply my customerId and campaignId privately, could you check about 
> this issue is it a bug or stoped supported?
>
> Thank you in advance!
>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/8dc6bc90-a335-4a0a-92d4-5ae7fcbea826%40googlegroups.com.


Google Ads Api Beta

2020-05-26 Thread Олеся Васина

Hi all! 

We need to fetch different statistics using Ads API and Adwords API. Now we 
get more and more accounts from which we can't download statistics using 
Adwords API, but we can download using Ads API.
So we need to upgrade our production code to new API. 
That is why i would like to ask, if this API is still in beta and is it 
safety for resources and data to upgrade? 

Is Ads API used in production processes successfully?  

O would appreciate any recommendations.

Thank you in advance!

Have a nice day, 

Olesya

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/0d8aef61-b4ed-4fa7-a59d-d25b8c8e2832%40googlegroups.com.