Re: Redundant versioning in Google Ads API Python examples - are there better ways?

2020-09-09 Thread Mat
Hi Anthony,

I've just checked the Google Ads Python issue tracker 
 and there already 
seems to exist a similar request 
. The last 
answer of the maintainer is "That's a good idea - we'll consider it for a 
future release." That was about half a year ago and to date, no assignments 
have been made. So currently, there does not seem to be a way to set the 
default api version.

Regards
Mat

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/d3085680-ea47-406e-88e1-053724273edao%40googlegroups.com.


Oauth2 token expired time

2020-09-09 Thread Wayne Tao
Hi Team,

I have an issue about refresh user token expired time, I realize that user 
token can only use for one hour then it will expired, so I write a function 
to auto refresh token when it going to expired.

*Here's the code:*
GoogleOAuth auth = dao.getGoogleAuth();
System.out.println(String.format("Auth expired date:%s",
  new Date(auth.getExpirationTimeMillis()).toString()));
//get the original UserCredentials
UserCredentials credentials = auth.toUserCredentials();
credentials.refresh();
AccessToken accessToken = credentials.refreshAccessToken();

System.out.println("current time:" + new Date().toString());
System.out.println(String.format("Auth new expired date:%s",
  accessToken.getExpirationTime().toString()));
GoogleOAuth newAuth = GoogleOAuth.newBuilder(credentials.getClientId())
  
.setClientSecret(config.getClientSecret()).setRefreshToken(accessToken.getTokenValue())
  .setAccessToken(credentials.getAccessToken().getTokenValue())
  
.setExpirationTimeMillis(accessToken.getExpirationTime().getTime()).build();
biz.getMutator().mutateConnectGoogle(newAuth);
Collection accountIds = newAuth.getAllAdAccounts(true);
GoogleCache.refreshAccountAndCampaignCache(newAuth, credentials, 
accessToken, accountIds);

*The output got from Google:*
Auth expired date:Thu Sep 10 13:35:09 CST 2020
current time:Thu Sep 10 12:41:48 CST 2020
Auth new expired date:Thu Sep 10 13:35:10 CST 2020

I got the new token after run the auto refresh function, but the expired 
time was not changed, I am not sure whats problem about it.




-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/746e71c6-4de1-4506-bfaf-6b65d38d9782n%40googlegroups.com.


Re: Change History Data Mismatched with UI

2020-09-09 Thread Chirag eReportz
Yes, I did.
Also I get replies from Anansh stating this.
"*This is one of the campaigns you were requesting change details for in
the logs you shared. This one seems to be a smart campaign, so the UI
doesn't show any changes for it, but the API seems to return changes for
it. That seems to be the root of the mismatch between the number of changes
returned by the API and the UI. I'll try to confirm this with the change
history team.*"


On Thu, Sep 10, 2020 at 12:36 AM Google Ads API Forum Advisor Prod <
adsapiforumadvi...@gmail.com> wrote:

> Hi Chirag,
>
> I wanted to check in with you if you've sent the email?
>
> Thank you,
>
> [image: Google Logo]
> Bryan Li
> Google Ads API Team
>
>
> ref:_00D1U1174p._5004Q23HSeX: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/CAP0TF-s3LHXQY1j6PYqJiEQO1BG6Cb30cMO2q8ayHC99oNXqcA%40mail.gmail.com.


Google Ad API Access Level

2020-09-09 Thread Kuldilok (Ton) Chongchareonkit
I requested the API access level to basic access but I didn't get any 
feedback from Google.

How can I follow this case?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"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/10e91415-9545-433c-819f-8a79c6071305n%40googlegroups.com.


How can I get UAC Campaign with Asset data?

2020-09-09 Thread Lan Nguyen
Hi team,

We're mobile game publisher and we're using Google Ads to run only UAC 
Campaign. I would like to crawl data split to Asset data with 2 important 
metrics:

   - Install
   - In-app action

As I check on your documents, I couldn't find any info that make me do that 
:(

Hope receive your help soon

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/21693fb1-7079-44cf-9862-9020d10229e3n%40googlegroups.com.


Re: CampaignExtensionSettingService: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR

2020-09-09 Thread Google Ads API Forum Advisor Prod
Greetings!

Your timeout for your requests is set to 60 seconds, so it times out on our 
back-end after 60 seconds. Some of these requests you are sending need more 
than 60 seconds to process. This is happening to many of your requests. Please 
increase your timeout on your requests; that should resolve the errors.

Best,
Nadine Wang, Google Ads API Team
ref:_00D1U1174p._5004Q24Zm2m: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/Gz4I10QGF2VA00UtKjoDGeSxiQYpF5FQzSQg%40sfdc.net.


Re: Enable AdAccount via API

2020-09-09 Thread Bartłomiej Stępień
Correction: 
Mistaken in the previous message: I noticed that the newly created account 
already has one customerId (googleAdAccountId), but the account is not 
enabled by default.
Correct: I notice that the newly created account has no customerId 
(ggogleAdAccountId), so its not enabled by default. I cant perform any 
operation with google ads API beta, because I get "NOT_ADS_USER" error.

środa, 9 września 2020 o 17:52:08 UTC+2 Bartłomiej Stępień napisał(a):

> Hi, 
>
> We are developing an application that, on behalf of our client, will 
> create and publish ads on google. 
>
> Here is is the flow which we assume: 
>
>- authorization with googleAds premission scope
>- chose client googleAdAccount X (from function 
>listAccessibleCustomers)
>- link client googleAdAccount account X to our MCC GoogleAds Manager 
>Account (according to description: 
>
> https://developers.google.com/google-ads/api/docs/account-management/linking-manager-accounts
>)
>
> Everything works fine for the account, which already had googleAdAccount. 
> But we also would like to deliver service for a new client without 
> googleAdAccount (ad client) or not enabled.
>
> Let's assume I've just created a new google account without configuring 
> googleAdAccount. I noticed that the newly created account already has one 
> customerId (googleAdAccountId), but account is not enabled by default.
>
> *Is there any way to enable this account via API instead of asking him to 
> enable and configure googleAdAccount manually by UI (ads.google.com 
> )?*
>
> Regards, 
> Bartek
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/f30667d8-8408-4dd4-8d14-6e419b50160en%40googlegroups.com.


RE: How to retrieve Client Customer ID from API (Python)?

2020-09-09 Thread Google Ads API Forum Advisor Prod
Hi Chris,

Thanks for reaching out! If you are trying to use CustomerService without 
specifying a customer ID in your request, you will not be able to make the 
request. If you do not know the customer ID, then you will have to get it 
manually from the UI. However, if you are the manager of the customer, then you 
can specify your manager ID in the request to get a list of customers under 
your management.

Regards,

Danica
Google Ads API Team
ref:_00D1U1174p._5004Q24ZrNd: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/SGHWs0QGET1300GCMjknSIQD6Ug8nWxjQ0Jg%40sfdc.net.


RE: keyword tables & search query stats

2020-09-09 Thread Google Ads API Forum Advisor Prod
Hello,

There is a field in the Search Query Performance Report called 
KeywordTextMatchingQuery which will let you know which keyword was triggered 
from your query.

Regards,
Anthony
Google Ads API Team

Anthony
Google Ads API Team
ref:_00D1U1174p._5004Q24ZcaS: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/8lg640QGERPF008NIql7LXTqmEWs43NO69xg%40sfdc.net.


RE: Id in gender performance report

2020-09-09 Thread Google Ads API Forum Advisor Prod
Hello,

You can use this page to see what values your Ids correspond to. For both the 
Age Range and Gender report, you can use the field Criteria to get a string of 
what your age and gender were. Unfortunately, there is no report that will give 
you the combination of both.

Regards,
Anthony
Google Ads API Team

Anthony
Google Ads API Team
ref:_00D1U1174p._5004Q24a4Zp: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/lQln-0QGEQR500k8dFyMDCS7u3r4hB0smNxg%40sfdc.net.


RE: Google Ads API - 500 error code

2020-09-09 Thread Google Ads API Forum Advisor Prod
Hi,

Thanks for reaching out. With regards to your concern, can you please provide 
complete request and response logs so that i can further investigate the issue. 
Please reply privately to author options while sharing the details.

Thanks,

Nirmitabahen Gaurav Patel
Google Ads API Team
ref:_00D1U1174p._5004Q24ZtWq: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/EeIs50QGEPOB00lp_Vm5IjSEGnG-dgRJRzjQ%40sfdc.net.


RE: FirstPositionCpc in Keywords Performance Report returned as "--"

2020-09-09 Thread Google Ads API Forum Advisor Prod
Hi XCI,

Thanks for reaching out. With regards to your concern, can you please share the 
complete report definition you are using as well as the downloaded report so 
that i can investigate the issue. Please reply privately to author options 
while sharing the details.

Thanks,

Nirmitabahen Gaurav Patel
Google Ads API Team
ref:_00D1U1174p._5004Q24Zmjk: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/-XlGM0QGEPCU002TwUWvnbTBqxSo1ZL-ngeA%40sfdc.net.


Re: callOnlyAd CANNOT_SET_FIELD error response

2020-09-09 Thread Google Ads API Forum Advisor Prod
Hi,

Thank you for reaching out. The finalUrls could not be set for CallOnlyAd using 
Google Ads API.

Thanks and regards,
Xiaoming, Google Ads API Team





Xiaoming
Google Ads API Team
ref:_00D1U1174p._5004Q24ZUO6: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/MpiPN0QGEOSC00SGMohklzSAaleFN7ElHvvA%40sfdc.net.


Mutate Smart Campaigns in google ads api Beta

2020-09-09 Thread Guilherme Kowalski
Hello,
I'm using google ads api with python client library and google-ads 7.0.0.
I'm able to retrieve smart campaigns but I can't change their budgets.
It´s getting MUTATE_ACTION_NOT_PERMITTED_FOR_CLIENT.

Is there something I can do in order to Mutate smart campaigns?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/CALeDK-HmP1dhH8BHkvejx%2BYfVq1PbiY8VoVPE7VDHwF6amyMfA%40mail.gmail.com.


Re: Change History Data Mismatched with UI

2020-09-09 Thread Google Ads API Forum Advisor Prod
Hi Chirag,

I wanted to check in with you if you've sent the email?

Thank you,

Bryan Li
Google Ads API Team
ref:_00D1U1174p._5004Q23HSeX: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/10Vqk0QGENRD00uJsHblFvQnuZfGhoHbGNPA%40sfdc.net.


RE: Redundant versioning in Google Ads API Python examples - are there better ways?

2020-09-09 Thread Google Ads API Forum Advisor Prod
Hey Mat,

I'd suggest bringing this up with the client library owners as this is more 
suited for them to provide insight on.

Regards,
Anthony
Google Ads API Team

Anthony Madrigal
Google Ads API Team
ref:_00D1U1174p._5004Q24ZcAe: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/OFS9K0QGEMV1002MJeMa5FSJO3up3OWuqP8A%40sfdc.net.


Re: OfflineConversionError.INVALID_CONVERSION_TYPE error when submition conversion, while UploadConversion was created much earlier

2020-09-09 Thread Google Ads API Forum Advisor Prod
Hello,

As shown in the attached screenshot, this conversion action is inactive because 
this account uses cross-account conversions created by a manager account 
(Prosper Trading MCC 628-927-6739). For more details, you can take a look at 
this support article. Can you confirm if this conversion action was enabled 
when you tried uploading? If not, this explains why you were receiving an 
INVALID_CONVERSION_TYPE error. In that case, please try using an active 
conversion action and then try your request again.

Regards,

Danica
Google Ads API Team
ref:_00D1U1174p._5004Q23wbBI: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/2bT2A0QGELWM0041EKMsYdRQixKW1ndjORWw%40sfdc.net.


RE: PERMISSION_DENIED issue

2020-09-09 Thread Google Ads API Forum Advisor Prod
Hi Abby,

Thank you for reaching out. The error USER_PERMISSION_DENIED usually occurs 
when there is no link between the manager account authenticated in the request 
and the client account specified in the headers. If you are using the Google 
Ads API you need to include the login-customer-id in the header as mentioned in 
this blog post. If the issue persists, could you please share the complete 
request and response logs along with the loginCustomerId and clientCustomerId 
and the email you used to generate the OAuth2 credentials via the Reply 
privately to author option for me to further investigate?

Thanks and regards,
Xiaoming, Google Ads API Team





Xiaoming
Google Ads API Team
ref:_00D1U1174p._5004Q24ZvGe: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/Fj3Ow0QGELHZ00fhXTDMNmQhWtllv9D4GysQ%40sfdc.net.


RE: AddConversionAction.php getting the following error

2020-09-09 Thread Google Ads API Forum Advisor Prod
Hi Simanta,

Can you please share your full API request and response for this call? Please 
be sure to do so using reply privately to author.

Regards,
Anthony
Google Ads API Team

Anthony
Google Ads API Team
ref:_00D1U1174p._5004Q24ZwLY: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/PRUv30QGEL7200meCy4WARQX6GtcIzGYM3yA%40sfdc.net.


Id in gender performance report

2020-09-09 Thread Матвей Свиридов
Hello! I have several questions about Gender Performance Report and Age 
Performance Report
1) As far as I understand, if I want to get data groupped by gender I 
should use Id as attribute in Gender Performance Report (there is no 
attribute called "Gender"). As a result I have three different values in 
column Id (10, 11 and 20). 20 seems to be 'Unknown', but how can I 
understand which one is for Male, and which one is for Female?
2) The same question for Age Range Performance Report. In final dataset I 
get 7 different ids. How can I understand which Age Range stands behind 
each Id?
3) Do I understand correctly, that there is no way to combine both age and 
gender in one report?
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/3b84fe9d-16f5-4002-bdaf-f76bbfdd3c19n%40googlegroups.com.


RE: Customer client ID

2020-09-09 Thread Google Ads API Forum Advisor Prod
Hi,

Thank you for reaching out to us. You can find the customerclientIDs by using 
the customer or customer client reports. You can also find this by logging into 
the Google Ads UI and clicking the "?" button in the upper right hand corner. 
Let me know if you have further questions.

Thank you,

Bryan Li
Google Ads API Team
ref:_00D1U1174p._5004Q24ZbHK: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/Z6GWP0QGEIC900Uk-Qi31qRRa9XvPMBBeGCQ%40sfdc.net.


Re: CampaignExtensionSettingService: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR

2020-09-09 Thread Google Ads API Forum Advisor Prod
Hi,

Thank you for  reaching out to us. I'll look at this internally with my team 
and will get back to you as soon as possible.

Thanks,

Nirmitabahen Gaurav Patel
Google Ads API Team
ref:_00D1U1174p._5004Q24Zm2m: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/6aBCF0QGEHDP00dGnQGrT1TbWxMH29oqo_FA%40sfdc.net.


RE: DSA ads and final url

2020-09-09 Thread Google Ads API Forum Advisor Prod
Hi Suraj,

Thank you for reaching out. Please give it a try to query the 
dynamic_search_ads_search_term_view.landing_page field from the 
dynamic_search_ads_search_term_view resource.

Thanks and regards,
Xiaoming, Google Ads API Team





Xiaoming
Google Ads API Team
ref:_00D1U1174p._5004Q24ZuO3: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/pGkd80QGEGTX00QzUNFiIpS1-kotg2uXkWFg%40sfdc.net.


Re: Billing problem when trying to enable Google Ads API

2020-09-09 Thread Google Ads API Forum Advisor Prod
Hi Roman,

Glad to hear you were able to resolve your issue.  If you have any additional 
questions or require further clarification, do not hesitate.

Thanks,

Nirmitabahen Gaurav Patel
Google Ads API Team
ref:_00D1U1174p._5004Q24ZZUw: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/NjQjU0QGEFU6001z9cPAzsSS2Ii4awbYOq7Q%40sfdc.net.


Enable AdAccount via API

2020-09-09 Thread Bartłomiej Stępień


Hi, 

We are developing an application that, on behalf of our client, will create 
and publish ads on google. 

Here is is the flow which we assume: 

   - authorization with googleAds premission scope
   - chose client googleAdAccount X (from function listAccessibleCustomers)
   - link client googleAdAccount account X to our MCC GoogleAds Manager 
   Account (according to description: 
   
https://developers.google.com/google-ads/api/docs/account-management/linking-manager-accounts)

Everything works fine for the account, which already had googleAdAccount. 
But we also would like to deliver service for a new client without 
googleAdAccount (ad client) or not enabled.

Let's assume I've just created a new google account without configuring 
googleAdAccount. I noticed that the newly created account already has one 
customerId (googleAdAccountId), but account is not enabled by default.

*Is there any way to enable this account via API instead of asking him to 
enable and configure googleAdAccount manually by UI (ads.google.com)?*

Regards, 
Bartek

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/ff5321f2-9620-45a8-b38d-36f4ce0b9388n%40googlegroups.com.


Re: How to get Google Ads accounts using API via Oauth2 Authentication.

2020-09-09 Thread Google Ads API Forum Advisor Prod
Hello,

You can retrieve the client customer id by selecting the ExternalCustomerId 
when running reports.

Regards,
Anthony
Google Ads API Team

Anthony
Google Ads API Team
ref:_00D1U1174p._5001UKM2Ru: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/KrHSt0QGEENV00eNki5QHCQPSbwyt38ofoeg%40sfdc.net.


RE: API for google display ads

2020-09-09 Thread Google Ads API Forum Advisor Prod
Hi Linda,

Unfortunately, it will not be possible to pull creatives directly from a site 
using the API. You can use Dynamic Remarketing to create ads using feeds as 
described here.

Regards,
Anthony
Google Ads API Team

Anthony
Google Ads API Team
ref:_00D1U1174p._5004Q24ZSg8: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/M-BwW0QGEDQL00MDAHp9w9SV2GIZsAPe93Ow%40sfdc.net.


Re: Dynamic Ads setup

2020-09-09 Thread Google Ads API Forum Advisor Prod
Hi,

When creating a campaign, you can use the same setting to set your Dynamic Ad 
feeds.

Regards,
Anthony
Google Ads API Team

Anthony
Google Ads API Team
ref:_00D1U1174p._5004Q24ZF3M: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/lZM8S0QGEBO000dGg5UlqDRBSevfvYAheCRg%40sfdc.net.


Re: AttributeError: '_SingleThreadedRendezvous' object has no attribute 'add_done_callback'

2020-09-09 Thread Google Ads API Forum Advisor Prod
Hi Daniel,

I took a further look at your logs and it looks like this may be an issue 
regarding the client library and your set up. Could I ask you to post your 
concern here so that our dedicated Python Client Library Support Team can 
assist you with this issue? Let me know if you have further questions.

Thank you,

Bryan Li
Google Ads API Team
ref:_00D1U1174p._5004Q23x7i7: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/pDyGc0QGEA9S00DTw0GsSxS7arW83-8S-7QQ%40sfdc.net.


Re: Retrieve Feed Item status via API

2020-09-09 Thread Radu Galesanu
Thank you, Anthony. That worked.

On Tuesday, September 8, 2020 at 6:26:08 PM UTC+3 adsapiforumadvisor wrote:

> Hi Radu,
>
> In order to get the approval status of your feed items, you can run a 
> Placeholder Feed Item Report and select the field ValidationDetails 
> 
> .
>
> Cheers,
> Anthony
> Google Ads API Team
>
> [image: Google Logo] 
> Anthony 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q24ZEyl: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/173bde24-d72f-430b-92fa-8b6eeb750e19n%40googlegroups.com.


Re: CampaignExtensionSettingService: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR

2020-09-09 Thread bar...@ppcbee.com
Hello,

thanks for your response. It seems that you are right it started to work 
again yesterday afternoon. But it wasn't working from  2020-07-20. 

Best regards
Ondrej Bartas



On Wednesday, September 9, 2020 at 12:06:19 AM UTC+2 mansu...@gmail.com 
wrote:

>
>
> ‫أُرسلت من الـ iPhone‬
>
> ‫في ٠٩‏/٠٩‏/٢٠٢٠ الساعة ١٢:٠٣ ص، كتب/كتبت ‏Google Ads API Forum Advisor 
> Prod ‏:‬
>
>  Hi Ondrej,
>
>
>
> Thank you for reaching out. The 
> InternalApiError.UNEXPECTED_INTERNAL_API_ERROR 
> 
>  
> could be due to a temporary issue in the servers. Please try running the 
> service again and if you are still having an issue, please share the 
> complete latest request and response logs of the call via Reply privately 
> to the author so that I can further investigate the issue.
>
> Thanks,
> [image: Google Logo] 
> Nirmitabahen Gaurav Patel 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q24Zm2m: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 adwor...@googlegroups.com
> To unsubscribe from this group, send email to
> adwords-api...@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...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/adwords-api/u3IW00QGCYHB004ZvG19pNTj6xXtbR_utdWg%40sfdc.net
>  
> 
> .
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/5e94e2b5-c12e-415f-baea-0af74f030771n%40googlegroups.com.


APP campaign mutate issue

2020-09-09 Thread denma test

Hi
Facing below error while mutate APP campaign

[errorResponse] => 
[OperationAccessDenied.OPERATION_NOT_PERMITTED_FOR_CAMPAIGN_TYPE @ 
operations[0].operand.settings] [errorMsg] => 
OPERATION_NOT_PERMITTED_FOR_CAMPAIGN_TYPE

SOAP request/response:
Have attached file with details

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/ffb05c5c-aa3d-4a65-ae76-a4e4f6cf7ae2n%40googlegroups.com.
[2020-09-09 16:48:02] AW_SOAP.INFO: clientCustomerId=430-855-8101 operations=1 
service=BudgetService method=mutate responseTime=180 
requestId=0005aedfa8ddcc830aa7968de406d105 server=adwords.google.com isFault=0 
faultMessage=  
[2020-09-09 16:48:02] AW_SOAP.DEBUG: POST 
/api/adwords/cm/v201809/BudgetService?wsdl HTTP/1.1
Host: adwords.google.com
Connection: close
User-Agent: PHP-SOAP/5.6.36-1+ubuntu14.04.1+deb.sury.org+1
Content-Type: text/xml; charset=utf-8
SOAPAction: ""
Content-Length: 963
Authorization: REDACTED


http://schemas.xmlsoap.org/soap/envelope/; 
xmlns:ns1="https://adwords.google.com/api/adwords/cm/v201809;>430-855-8101REDACTEDunknown
 (AwApi-PHP, googleads-php-lib/40.0.0, 
PHP/5.6.36-1+ubuntu14.04.1+deb.sury.org+1)falsefalseADDBudget
 
#5f58b9e88093212500STANDARDfalse

HTTP/1.1 200 OK
Content-Type: text/xml; charset=UTF-8
Date: Wed, 09 Sep 2020 11:21:57 GMT
Expires: Wed, 09 Sep 2020 11:21:57 GMT
Cache-Control: private, max-age=0
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
Content-Security-Policy: frame-ancestors 'self'
X-XSS-Protection: 1; mode=block
Server: GSE
Alt-Svc: h3-29=":443"; ma=2592000,h3-27=":443"; ma=2592000,h3-T051=":443"; 
ma=2592000,h3-T050=":443"; ma=2592000,h3-Q050=":443"; 
ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; 
ma=2592000; v="46,43"
Accept-Ranges: none
Vary: Accept-Encoding
Connection: close
Transfer-Encoding: chunked

http://schemas.xmlsoap.org/soap/envelope/;>https://adwords.google.com/api/adwords/cm/v201809;>0005aedfa8ddcc830aa7968de406d105BudgetServicemutate1180https://adwords.google.com/api/adwords/cm/v201809;>BudgetReturnValue7328681667Budget
 
#5f58b9e880932Money12500STANDARDfalseENABLED
  
[2020-09-09 16:48:03] AW_SOAP.WARNING: clientCustomerId=430-855-8101 
operations=1 service=CampaignService method=mutate responseTime=268 
requestId=0005aedfa8eae0780a62fb08c50db375 server=adwords.google.com isFault=1 
faultMessage=[OperationAccessDenied.OPERATION_NOT_PERMITTED_FOR_CAMPAIGN_TYPE @ 
operations[0].operand.settings]  
[2020-09-09 16:48:03] AW_SOAP.NOTICE: POST 
/api/adwords/cm/v201809/CampaignService?wsdl HTTP/1.1
Host: adwords.google.com
Connection: close
User-Agent: PHP-SOAP/5.6.36-1+ubuntu14.04.1+deb.sury.org+1
Content-Type: text/xml; charset=utf-8
SOAPAction: ""
Content-Length: 2190
Authorization: REDACTED


http://schemas.xmlsoap.org/soap/envelope/; 
xmlns:ns1="https://adwords.google.com/api/adwords/cm/v201809; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance;>430-855-8101REDACTEDunknown
 (AwApi-PHP, googleads-php-lib/40.0.0, 
PHP/5.6.36-1+ubuntu14.04.1+deb.sury.org+1)falsefalseADDsearch
 nw all 
#5f58b9e8732bcPAUSED20200916202010097328681667com.labpixies.colordripsVENDOR_GOOGLE_MARKETA
 cool puzzle gameRemove connected 
blocks3 difficulty 
levels4 colorful fun 
skinsOPTIMIZE_FOR_INSTALL_CONVERSION_VOLUMELOCATION_OF_PRESENCELOCATION_OF_PRESENCEMULTI_CHANNELUNIVERSAL_APP_CAMPAIGNTARGET_CPA200

HTTP/1.1 500 Internal Server Error
Content-Type: text/xml; charset=UTF-8
Date: Wed, 09 Sep 2020 11:21:58 GMT
Expires: Wed, 09 Sep 2020 11:21:58 GMT
Cache-Control: private, max-age=0
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
Content-Security-Policy: frame-ancestors 'self'
X-XSS-Protection: 1; mode=block
Server: GSE
Alt-Svc: h3-29=":443"; ma=2592000,h3-27=":443"; ma=2592000,h3-T051=":443"; 
ma=2592000,h3-T050=":443"; ma=2592000,h3-Q050=":443"; 
ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; 
ma=2592000; v="46,43"
Accept-Ranges: none
Vary: Accept-Encoding
Connection: close
Transfer-Encoding: chunked


AddConversionAction.php getting the following error

2020-09-09 Thread Simanta Ray
Hi  Team,

When running AddConversionAction.php getting the following error. 
ApiException was thrown with message '{ "message": "Request contains an 
invalid argument.", "code": 3, "status": "INVALID_ARGUMENT", "details": [ { 
"@type": 0, "data": 
"type.googleapis.com\/google.ads.googleads.v5.errors.GoogleAdsFailure" }, { 
"@type": 0, "data": [ { "errorCode": { "fieldError": "REQUIRED" }, 
"message": "The required field was not present.", "location": { 
"fieldPathElements": [ { "fieldName": "operations", "index": "0" }, { 
"fieldName": "create" }, { "fieldName": "name" } ] } } ] } ] }'. 

Please elp me to solve this. 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/894e18b2-34f2-4380-aec0-185561ce67ffn%40googlegroups.com.


Re: callOnlyAd CANNOT_SET_FIELD error response

2020-09-09 Thread denma test
Okay, thanks for the details. Can we set this using Google Ads API beta?

On Wednesday, September 9, 2020 at 1:07:17 AM UTC+5:30 adsapiforumadvisor 
wrote:

> Hi,
>
> Thank you for reaching out. The fields url, finalUrls, finalMobileUrls, 
> finalAppUrls, urlCustomParameters, or trackingUrlTemplate could not be set 
> on a call only ad. Otherwise, you would encounter the 
> AdError.CANNOT_SET_FIELD.
>
> Thanks and regards,
> Xiaoming, Google Ads API Team
>
>
>
>
> [image: Google Logo] 
> Xiaoming 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q24ZUO6: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/a23c7cd2-10d5-43b9-b74d-27745fd4f82en%40googlegroups.com.


Re: Campaign status mismatch between UI and API

2020-09-09 Thread denma test
HI
Great, *ServingStatus *working fine thanks.

On Wednesday, September 9, 2020 at 12:58:47 AM UTC+5:30 adsapiforumadvisor 
wrote:

> Hi Denma,
>
> Thanks for reaching out. With regards to your concern, you can use 
> servingstatus 
> 
>  field. 
> Let me know if this what you are looking for. If not can you please provide 
> complete request and response logs so that i can further investigate the 
> issue.
>
> Thanks,
> [image: Google Logo] 
> Nirmitabahen Gaurav Patel 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q24ZRfd: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/c5cb2092-4826-4422-98ff-4d703d48e603n%40googlegroups.com.


Re: Dynamic Ads setup

2020-09-09 Thread denma test
Hi
Actually i want to get the details while campaign creation.

On Wednesday, September 9, 2020 at 12:45:14 AM UTC+5:30 adsapiforumadvisor 
wrote:

> Hi,
>
> You can select the DynamicSearchAdsSetting 
> 
>  
> from the CampaignService to get this info. The setting will include page 
> feeds which will show the feed ids.
>
> Cheers,
> Anthony
> Google Ads API Team
>
> [image: Google Logo] 
> Anthony 
> Google Ads API Team 
>   
>  
>
> ref:_00D1U1174p._5004Q24ZF3M: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/d5d13b8f-496f-4844-8b56-fea2177840e1n%40googlegroups.com.


Re: Associate an uploaded extension with campaigns issue (EntityNotFound.INVALID_ID).

2020-09-09 Thread Анатолій Закаблук
Done. I tried to reload extensions but again got failed. It is a new live
example:

http://schemas.xmlsoap.org/soap/envelope/;
xmlns:ns1="https://adwords.google.com/api/adwords/cm/v201809; xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance
">2402205906REDACTEDkeywordsconnect.sample.com:ReportDownloader:V1.1
(AwApi-PHP, googleads-php-lib/42.0.0, PHP/7.3.21-1+ubuntu18.04.1+
deb.sury.org+1)falsefalseSET1556443608SITELINK62552027136066018328

HTTP/1.1 500 Internal Server Error
Content-Type: text/xml; charset=UTF-8
Date: Wed, 09 Sep 2020 08:48:06 GMT
Expires: Wed, 09 Sep 2020 08:48:06 GMT
Cache-Control: private, max-age=0
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
Content-Security-Policy: frame-ancestors 'self'
X-XSS-Protection: 1; mode=block
Server: GSE
Alt-Svc: h3-29=":443"; ma=2592000,h3-27=":443"; ma=2592000,h3-T051=":443";
ma=2592000,h3-T050=":443"; ma=2592000,h3-Q050=":443";
ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443";
ma=2592000,quic=":443"; ma=2592000; v="46,43"
Accept-Ranges: none
Vary: Accept-Encoding
Connection: close
Transfer-Encoding: chunked

http://schemas.xmlsoap.org/soap/envelope/;>https://adwords.google.com/api/adwords/cm/v201809;>0005aedd8297d3690ac7c13ace07ad9aCampaignExtensionSettingServicemutate2445soap:Client[EntityNotFound.INVALID_ID
@ operations[0].operand.extensionSetting.extensions[0].feedItemId;
trigger:'FeedItemId{id=136066018328}']https://adwords.google.com/api/adwords/cm/v201809;>[EntityNotFound.INVALID_ID
@ operations[0].operand.extensionSetting.extensions[0].feedItemId;
trigger:'FeedItemId{id=136066018328}']ApiExceptionhttp://www.w3.org/2001/XMLSchema-instance;
xsi:type="EntityNotFound">operations[0].operand.extensionSetting.extensions[0].feedItemIdoperations0operandextensionSettingextensions0feedItemIdFeedItemId{id=136066018328}EntityNotFound.INVALID_IDEntityNotFoundINVALID_ID

вт, 8 сент. 2020 г. в 22:43, Google Ads API Forum Advisor Prod <
adsapiforumadvi...@gmail.com>:

> Hello,
>
> Can you please *reply privately to author *the full SOAP request and
> response for these API calls so I can take a closer look?
>
> Thanks,
> Anthony
> Google Ads API Team
>
> [image: Google Logo]
> Anthony
> Google Ads API Team
>
>
> ref:_00D1U1174p._5004Q24ZHiM: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/CABK%2BBEw2u1TUPbP23UNJcdmiy20xhZH_-Uho1uDw6Hor6sYTjQ%40mail.gmail.com.


PERMISSION_DENIED issue

2020-09-09 Thread Abby Lv
Hi there,

We followed the instructions and generated parameters to make calls, 
however, we received error reported like "PERMISSION_DENIED: The caller 
does not have permission". How can I find out which part is not setting 
correctly or permission not granted? Help needed.

Best,

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/edd07bef-b284-466e-9e87-1789c91c04can%40googlegroups.com.


Regarding the recommendation provided by Google at campaign level

2020-09-09 Thread Pankaj Chibhrani
Hi Team,

I would like to find out the percentage provided by Google for 
recommendation at campaign level. From the Google API, it now shows the 
base and potential metrics but it does not show the percentage for Keywords 
and Targeting, ADs and Extensions, Bids and Budgets.

PFA screenshot for the same.

The response that we get from Google API is:

{
"recommendation": {
"resourceName": 
"customers/80729214668/recommendations/NzMy0xODEtMTU5OTE2MzIxMzk1NS0rMTk4MTg0NzI3OA",
"type": "MAXIMIZE_CLICKS_OPT_IN",
"impact": {
"baseMetrics": {
"impressions": 341,
"clicks": 27,
"costMicros": "34475400",
"conversions": 0
},
"potentialMetrics": {
"impressions": 2402,
"clicks": 72,
"costMicros": "3505",
"conversions": 0
}
},
"campaign": "customers/9173971368
/campaigns/19618421278",
"dismissed": false,
"maximizeClicksOptInRecommendation": {}
}
},

There are other recommendation types that google provides for keywords , 
extensions but we are not getting the percentage displayed in the attached 
screenshot. 

Kindly let us know how Google will provide or we need to do some 
calculation based on base and potential metrics to calculate the percentage.

Thanks and Regards,
Pankaj Chibhrani

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/d786f3a6-75fa-405c-9fac-75468cbb0fa8n%40googlegroups.com.