Account Labels pulled from MCC Google Ads API

2021-02-23 Thread Jack
Hello,

Is it possible to pull all of the account labels from Google Ads API from 
an MCC and within all sub MCCs? 

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/19e3d187-a7fb-4a3a-a74b-5dc0cde452a5n%40googlegroups.com.


[Google Ads Api] Refresh token returns not found

2021-02-23 Thread Varun Rau
Hi,

My goal is to develop against the conversion upload service in Node. Since 
there is no node client library, I'm using the REST apis.

I'm currently stuck trying to get a valid access token from my refresh 
token. I created a new OAuth 2.0 client id for my project where I have the 
client id and secret. I then generated a refresh token by running the 
generate_refresh_token.py script 
(https://raw.githubusercontent.com/googleads/googleads-python-lib/master/examples/ad_manager/authentication/generate_refresh_token.py)
 
replacing the scope with https://www.googleapis.com/auth/adwords. From 
there I tried creating an access token like the documentation does here 
(https://developers.google.com/google-ads/api/docs/rest/auth), but I 
continually get a "Not Found" error instead.

What am I doing wrong?

Thanks any help would be greatly appreciated!

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/1f8d4c6d-78f6-4806-9b5d-7f05623977dfn%40googlegroups.com.


RE: InvalidArgument Statuscode when running example code

2021-02-23 Thread Google Ads API Forum Advisor Prod
Hi,

Could you confirm if the issue is still occurring on your end? If yes, you can 
provide the complete API request and response logs with request ID generated on 
your end where we can see the error via Reply privately to author option to 
investigate it.

You may try to enable logging of the API transactions by following the guide 
below:

.Net - 
https://developers.google.com/google-ads/api/docs/client-libs/dotnet/logging


Regards,

Ernie John Blanca Tacata
Google Ads API Team
ref:_00D1U1174p._5004Q2CTeXz: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/Dsgym0QP0IWQ0075E0eKFSSOSpp5_f4XxHCg%40sfdc.net.


Re: User doesn't have permission to access customer - what am I missing?

2021-02-23 Thread Rob Sharp
Hey Mark,

Thanks for your response. Your description of the variables helped me a 
lot. I had the mental model backwards.

I replaced *login-customer-id* with the oauth token UID, and the download 
runs as expected.

Thanks for your help!

On Tuesday, February 23, 2021 at 1:28:51 PM UTC+11 adsapiforumadvisor wrote:

> Hi Rob,
>
> Thanks for raising this to us.
>
> Given the error string (User doesn't have permission to access customer) 
> provided, I can see that you've encountered the USER_PERMISSION_DENIED 
> 
>  error 
> which signifies that the authorized customer does not have access to the 
> operating customer. That said, could you confirm if the OAuth2 credentials 
> being used was generated from a user’s email address that has an access to 
> the *login-customer-id* found in your API request header? Also, could you 
> confirm if the *login-customer-id *is correct (as the manager account ID 
> without hyphens)? If indeed the user has right access credentials to the 
> *login-customer-id*, could you provide us the details below (via *Reply 
> privately to author* option) so our team can further investigate?
>
>- Complete request 
>
> 
> and response 
>
> 
> (with request-id 
>
> 
>) logs 
>- Email Address used to authenticate the API call 
>- Customer ID of the authenticated user 
>
> As an aside, since you're using the Ruby version of the client library, 
> could you try following the configuration guide as mentioned here 
> 
> ?
>
> Regards,
> [image: Google Logo] 
> Mark Kevin Albios 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2CThqf: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/e33d51d8-bd83-4cb2-a220-2a2f2dab2661n%40googlegroups.com.


Re: USER_PERMISSION_DENIED,User doesn't have permission to access customer,"errorCode": { "authorizationError": "USER_PERMISSION_DENIED"

2021-02-23 Thread Austin Becker
Hello Xiaoming, 

I really appreciate your reply. Thank you for looking into this. I could 
not understand the problem after reviewing the code comments in great 
details. 

I see in your response to Lewis that you recommend adding the 
'login-customer-id' in the configuration file. This is where my confusion 
is coming from. The comments in the code state that:

"


*If you don't specify manager ID and login customer ID, the example will 
insteadprint the hierarchies of all accessible customer accounts for 
yourauthenticated Google account.*
"
However, when I do not specify the manager ID and login customer ID, I get 
this "USER PERMISSIONS" error. 

So that's my question. Why do I still get this "USER PERMISSIONS" 
error when I omit the '*login-customer-id*' '*manager-id*' even though the 
code sample comments say that I may omit the '*login-customer-id*' along 
with the '*manager-ID'*? 

It seems to me, after reading the code sample comments, that I should be 
able to omit both and then retrieve the hierarchies of all accounts 
(manager accounts and sub manager accounts included) from the authenticated 
Google Ads account.

Would greatly appreciate your help. 

Thank you,
On Tuesday, February 23, 2021 at 3:38:18 PM UTC-5 adsapiforumadvisor wrote:

> Hi Lewis,
>
> Thank you for reaching out. It’s very likely you didn’t set the 
> 'login-customer-id' in the configuration file. Please do so and try it 
> again.
>
>
>
> Thanks and regards,
> Xiaoming, Google Ads API Team
>
>
> [image: Google Logo] 
> Xiaoming 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2CPk7n: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/f8c1aaf6-9cd0-428c-873c-c75a56d1d507n%40googlegroups.com.


Re: Google Adwords Api - Credentials could not be refreshed and timeout

2021-02-23 Thread Nenad Pantic
Hi Josh,

That's very nice catch. I wonder how it happens? I wouldn't say it is under 
our control, I would assume the library is doing heavy lifting of managing 
access tokens under the hood.

I only have some recent logs (for now), there was no re-occurrence of the 
issue (Google Ads) in last 12 hours. I will be on the lookout in the coming 
days.

The Google Analytics timeouts are still present, I have fresh sample (see 
attached). Google Analytics issue is similar 
to https://issuetracker.google.com/u/1/issues/176032263

On Tuesday, February 23, 2021 at 9:19:51 PM UTC adsapiforumadvisor wrote:

> Hi Nenad,
>
> I mentioned OAuth because the stack trace indicates there was a connect 
> timeout while trying to get a new access token using your refresh token, so 
> the endpoint was the OAuth endpoint, not the AdWords API endpoint. 
>
> Caused by: com.google.api.ads.common.lib.exception.OAuthException: Credential 
> could not be refreshed.
>
>
> at 
> com.google.api.ads.common.lib.auth.OfflineCredentials.generateCredential(OfflineCredentials.java:240)
>  ~[ads-lib-4.10.0.jar!/:na]
> at 
> com.wearebionic.blite.connector.google.ads.GoogleAdsConnectorImpl.getCampaign(GoogleAdsConnectorImpl.java:139)
>  ~[blite-google-connector-0.8.8.0-SNAPSHOT.jar!/:0.8.8.0-SNAPSHOT]
> ... 183 common frames omitted
> Caused by: java.net.SocketTimeoutException: connect timed out
> at java.net.PlainSocketImpl.socketConnect(Native Method) ~[na:1.8.0_212]
> at 
> java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350) 
> ~[na:1.8.0_212]
> at 
> java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
>  ~[na:1.8.0_212]
> at 
> java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188) 
> ~[na:1.8.0_212]
> ...
> at com.google.api.client.http.HttpRequest.execute(HttpRequest.java:1012) 
> ~[google-http-client-1.37.0.jar!/:1.37.0]
> at 
> com.google.api.client.auth.oauth2.TokenRequest.executeUnparsed(TokenRequest.java:322)
>  ~[google-oauth-client-1.30.5.jar!/:1.30.5]at 
> com.google.api.client.auth.oauth2.TokenRequest.execute(TokenRequest.java:346) 
> ~[google-oauth-client-1.30.5.jar!/:1.30.5]
> at 
> com.google.api.client.auth.oauth2.Credential.executeRefreshToken(Credential.java:577)
>  ~[google-oauth-client-1.30.5.jar!/:1.30.5]at 
> com.google.api.client.googleapis.auth.oauth2.GoogleCredential.executeRefreshToken(GoogleCredential.java:376)
>  ~[google-api-client-1.30.7.jar!/:1.30.7]
> at 
> com.google.api.client.auth.oauth2.Credential.refreshToken(Credential.java:494)
>  ~[google-oauth-client-1.30.5.jar!/:1.30.5]
>
>
> Do you see the same issue with the Google Analytics failures? Also, are 
> you still encountering this problem?
>
>
> Thanks,
> Josh, Google Ads API Team
>
> ref:_00D1U1174p._5004Q2CRvhk: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/fb53c186-08eb-4958-a89a-3dd06ec3afc1n%40googlegroups.com.

com.wearebionic.blite.connector.google.analytics.GoogleAnalyticsConnectorException:
 java.net.SocketTimeoutException: Read timed out
at 
com.wearebionic.blite.connector.google.analytics.GoogleAnalyticsConnectorImpl.getInsightsByDateRangeAndFilter(GoogleAnalyticsConnectorImpl.java:243)
 ~[blite-google-connector-0.8.8.0.jar!/:0.8.8.0]
at 
com.wearebionic.blite.connector.google.analytics.GoogleAnalyticsConnectorImpl$$FastClassBySpringCGLIB$$39b95b09.invoke()
 ~[blite-google-connector-0.8.8.0.jar!/:0.8.8.0]
at 
org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) 
[spring-core-5.2.11.RELEASE.jar!/:5.2.11.RELEASE]
at 
org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
 [spring-aop-5.2.11.RELEASE.jar!/:5.2.11.RELEASE]
at 
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
 ~[spring-aop-5.2.11.RELEASE.jar!/:5.2.11.RELEASE]
at 
org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
 [spring-aop-5.2.11.RELEASE.jar!/:5.2.11.RELEASE]
at 

Re: Google Adwords Api - Credentials could not be refreshed and timeout

2021-02-23 Thread Google Ads API Forum Advisor Prod
Hi Nenad,

I mentioned OAuth because the stack trace indicates there was a connect timeout 
while trying to get a new access token using your refresh token, so the 
endpoint was the OAuth endpoint, not the AdWords API endpoint.

Caused by: com.google.api.ads.common.lib.exception.OAuthException: Credential 
could not be refreshed. at 
com.google.api.ads.common.lib.auth.OfflineCredentials.generateCredential(OfflineCredentials.java:240)
 ~[ads-lib-4.10.0.jar!/:na] at 
com.wearebionic.blite.connector.google.ads.GoogleAdsConnectorImpl.getCampaign(GoogleAdsConnectorImpl.java:139)
 ~[blite-google-connector-0.8.8.0-SNAPSHOT.jar!/:0.8.8.0-SNAPSHOT] ... 183 
common frames omitted Caused by: java.net.SocketTimeoutException: connect timed 
out at java.net.PlainSocketImpl.socketConnect(Native Method) ~[na:1.8.0_212] at 
java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350) 
~[na:1.8.0_212] at 
java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
 ~[na:1.8.0_212] at 
java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188) 
~[na:1.8.0_212] ... at 
com.google.api.client.http.HttpRequest.execute(HttpRequest.java:1012) 
~[google-http-client-1.37.0.jar!/:1.37.0] at 
com.google.api.client.auth.oauth2.TokenRequest.executeUnparsed(TokenRequest.java:322)
 ~[google-oauth-client-1.30.5.jar!/:1.30.5]  at 
com.google.api.client.auth.oauth2.TokenRequest.execute(TokenRequest.java:346) 
~[google-oauth-client-1.30.5.jar!/:1.30.5] at 
com.google.api.client.auth.oauth2.Credential.executeRefreshToken(Credential.java:577)
 ~[google-oauth-client-1.30.5.jar!/:1.30.5]  at 
com.google.api.client.googleapis.auth.oauth2.GoogleCredential.executeRefreshToken(GoogleCredential.java:376)
 ~[google-api-client-1.30.7.jar!/:1.30.7] at 
com.google.api.client.auth.oauth2.Credential.refreshToken(Credential.java:494) 
~[google-oauth-client-1.30.5.jar!/:1.30.5]


Do you see the same issue with the Google Analytics failures? Also, are you 
still encountering this problem?

Thanks,
Josh, Google Ads API Team
ref:_00D1U1174p._5004Q2CRvhk: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/pMOzn0QP038M00FTn8TGEDQryPpagXsVamOA%40sfdc.net.


Re: USER_PERMISSION_DENIED,User doesn't have permission to access customer,"errorCode": { "authorizationError": "USER_PERMISSION_DENIED"

2021-02-23 Thread Google Ads API Forum Advisor Prod
Hi Lewis,

Thank you for reaching out. It’s very likely you didn’t set the 
'login-customer-id' in the configuration file. Please do so and try it again.

Thanks and regards,
Xiaoming, Google Ads API Team



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


Re: Adding customer match ids to an existing user list (python)

2021-02-23 Thread Google Ads API Forum Advisor Prod
Hi Stephen,

Thank you for reaching out. Could you please share the complete request and 
response logs along with the source code you used via the Reply privately to 
author option for us to further investigate? If it is disabled, please send the 
requested information directly to our alias at googleadsapi-supp...@google.com.

Thanks and regards,
Xiaoming, Google Ads API Team


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


Re: Exclude removed ad groups from campaign_audience_view

2021-02-23 Thread Google Ads API Forum Advisor Prod
Hi Stepanian,

Thank you for reaching out. Unfortunately, the data in campaign_audience_view 
is aggregated by campaign and audience criterion so the ad group could not be 
used as a filter. Please keep using the Audience Performance Report if it works.

Thanks and regards,
Xiaoming, Google Ads API Team



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


Re: Google Adwords Api - Credentials could not be refreshed and timeout

2021-02-23 Thread Nenad Pantic

Hi Josh, in both cases these are requests to respective apis - so in both 
cases, oauth2 refresh token is collected,
but then both of them might fail at random times when executing random api 
endpoint 
(like get list of Campaigns in Google AdWords or get list of Profiles in 
Google Analytics)

On Monday, February 22, 2021 at 3:42:25 PM UTC adsapiforumadvisor wrote:

> Hi Nenad,
>
> With the Google Analytics timeouts you also saw, were those from requests 
> to Google Analytics, or OAuth requests (like the ones you saw with the 
> AdWords API)?
>
> Thanks,
> Josh, Google Ads API Team
>
> ref:_00D1U1174p._5004Q2CRvhk: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/fa22a64c-0be6-48ef-ad6e-9639d6c15465n%40googlegroups.com.


RE: customer-match: correlation between email and addressinfo

2021-02-23 Thread Google Ads API Forum Advisor Prod
Hi,

Thank you for reaching out. Please find my response to your questions below:

There isn’t any relationship between the 1st user data and the 2nd.

Both the user data is unrelated and this audience will target whoever has given 
email and whoever else has the given firstname and last name.

Thanks and regards,
Xiaoming, Google Ads API Team


Xiaoming
Google Ads API Team
ref:_00D1U1174p._5004Q2CTooX: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/zS5fm0QOZUC600KnIcjJHBR5-6LOleB9X6Lw%40sfdc.net.


RE: Google ads performance report not return ad name in response

2021-02-23 Thread Google Ads API Forum Advisor Prod
Hi,

Thank you for reaching out. The BusinessName could be used for the business 
name in a responsive display ad. Otherwise, there isn’t a field that could be 
fetched for the ad name via the AdWords API. You could give it a try to fetch 
the ad name by querying the ad_group_ad.ad.name from the ad_group_ad resource 
via the Google Ads API.

Thanks and regards,
Xiaoming, Google Ads API Team



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


Re: how can i get Business Data>Data Feed using adwords api

2021-02-23 Thread Google Ads API Forum Advisor Prod
Hi Jimit,

These reports will give you the items you see in the Extensions tab. The feed 
and extension services Peter mentioned should provide what you see in the 
Business data section.

Regards,
Anthony

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


RE: [ERROR] AdWords API - operations[0].operand.ad.id

2021-02-23 Thread Google Ads API Forum Advisor Prod
Hi Geunho,

Thank you for reaching out. The EntityNotFound.INVALID_ID indicates that you 
were referencing the ID of an entity from a different account or you were 
referencing the ID of an entity that was removed. Please have it corrected and 
make the API call again.

Thanks and regards,
Xiaoming, Google Ads API Team

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


Re: AdSchedule in Google Ads API

2021-02-23 Thread Google Ads API Forum Advisor Prod
Hello,

Can you please share your client customer Id privately so we can take a closer 
look?

Thanks,
Anthony

Anthony
Google Ads API Team
ref:_00D1U1174p._5004Q2CSTE8: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/FbXkr0QOZPHQ00RAP-sWOmRD6WkLS1-vxG7g%40sfdc.net.


Re: How to mutate appAd

2021-02-23 Thread Google Ads API Forum Advisor Prod
Hello,

If you are unable to reply privately, please send us an email at 
googleadsapi-supp...@google.com and provide a link to this forum thread in your 
message. If you can provide us logs as specified here, this will be help us 
troubleshoot the issue.

Thanks,
Matt
Google Ads API Team

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


Re: MutateAds INTERNAL_ERROR

2021-02-23 Thread Google Ads API Forum Advisor Prod
Hello Sergey,

Here's a quick update. We think we found the root cause. We're now working on 
confirming it. We'll get back to you once it's confirmed.

Cheers,
Nadine, Google Ads API Team
ref:_00D1U1174p._5004Q2CRNtz: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/YRyX50QOZKS000c5s8AGw7TrmXjpvP8ImX4w%40sfdc.net.


Re: USER_PERMISSION_DENIED,User doesn't have permission to access customer,"errorCode": { "authorizationError": "USER_PERMISSION_DENIED"

2021-02-23 Thread Lewis C
Hi Xiaoming,

I'm having the same issue as Austin. Your response doesn't explain why the 
error would occur. 

The code pulls account IDs that the user has access to e.g.
client.service.customer.list_accessible_customers().resource_names

It then trys to pull information about each account to build the hierarchy. 
Why would it say "grpc_message":"The caller does not have 
permission","grpc_status":7" if it's only accessing information about an 
account the API has said you have access to?

Regards,

Lewis


On Thursday, 11 February 2021 at 17:09:27 UTC adsapiforumadvisor wrote:

> Hi Austin,
>
> Thank you for reaching out. This code example would go through the account 
> hierarchy and print them out. If you don’t specify the managerId, then the 
> direct accounts under the authenticated manager would be fetched first to 
> build the hierarchy. Otherwise, if you specify the managerId to query on 
> then you have to specify the loginCustomerId as well. You could read 
> through the comments 
> 
>  
> in the code to better understand how the code works.
>
> Thanks and regards,
> Xiaoming, Google Ads API Team
>  
> [image: Google Logo] 
> Xiaoming 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2CPk7n: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/88243ad4-6073-4756-95c0-1cc5b83f4708n%40googlegroups.com.


Re: AdSchedule in Google Ads API

2021-02-23 Thread cv
Hi,

I am getting Data using this

Adwords API
   $campaignCriterionService = (new AdWordsServices 
)->get($session, CampaignCriterionService::class); 
$selector = new Selector();  
$selector->setFields(['CampaignId','DayOfWeek', 'StartHour', 
'EndHour', 'CampaignCriterionStatus']);

$selector->setPredicates([
new Predicate('CriteriaType', PredicateOperator::IN, 
['AD_SCHEDULE']),
new Predicate('CampaignCriterionStatus', 
PredicateOperator::IN, ['ACTIVE'])]);

But Not Similar response using Google Ads API

I tried both campaign_criteria and ad_schedule_view, but returned 0 results.

I have done like this in Google Ads API

SELECT campaign.id, campaign_criterion.ad_schedule.day_of_week, 
campaign_criterion.ad_schedule.end_hour, 
campaign_criterion.ad_schedule.start_hour, campaign_criterion.status FROM 
ad_schedule_view  WHERE campaign_criterion.type IN (AD_SCHEDULE) AND 
metrics.impressions >= 0

SELECT campaign.id, campaign_criterion.ad_schedule.day_of_week, 
campaign_criterion.ad_schedule.end_hour, 
campaign_criterion.ad_schedule.start_hour, campaign_criterion.status FROM 
campaign_criterion  WHERE campaign_criterion.type IN (AD_SCHEDULE) 


Thanks,








On Tuesday, 23 February 2021 at 18:30:36 UTC+5:30 cv wrote:

> HI,
>
> I specifically looking at criteria. Old Adwords API is giving AdSchedule 
> data but Google Ads API is not providing any.
>
> Thanks,
>
> On Tuesday, 23 February 2021 at 10:03:05 UTC+5:30 cv wrote:
>
>> HI Peter,
>>
>> How I can get those ALL_TIME Data which can match with Google Adwords API 
>> campaign criteria performance report?
>>
>> Thanks,
>>
>>
>> On Monday, 22 February 2021 at 10:53:16 UTC+5:30 adsapiforumadvisor wrote:
>>
>>> Hi,
>>>
>>> Unfortunately, it would not be possible to use/include segments 
>>>  and 
>>> metrics  
>>> fields in the campaign_criterion 
>>>  
>>> view. 
>>>
>>> You should be able to retrieve all the current campaign criteria 
>>> associated to your campaigns via the said report, without specifying a date 
>>> range.
>>>
>>> Thanks,
>>>
>>> [image: Google Logo] 
>>> Peter Laurence Napa Oliquino 
>>> Google Ads API Team 
>>>   
>>>
>>> ref:_00D1U1174p._5004Q2CSTE8: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/8a3be703-2874-4150-a3b0-3e988dfb6d55n%40googlegroups.com.


Re: AdSchedule in Google Ads API

2021-02-23 Thread Chirag eReportz
Hi,

Thanks for confirmation. Once you have update let me know.



Thanks,

On Tue, Feb 23, 2021 at 6:30 PM cv  wrote:

> HI,
>
> I specifically looking at criteria. Old Adwords API is giving AdSchedule
> data but Google Ads API is not providing any.
>
> Thanks,
>
> On Tuesday, 23 February 2021 at 10:03:05 UTC+5:30 cv wrote:
>
>> HI Peter,
>>
>> How I can get those ALL_TIME Data which can match with Google Adwords API
>> campaign criteria performance report?
>>
>> Thanks,
>>
>>
>> On Monday, 22 February 2021 at 10:53:16 UTC+5:30 adsapiforumadvisor wrote:
>>
>>> Hi,
>>>
>>> Unfortunately, it would not be possible to use/include segments
>>>  and
>>> metrics 
>>> fields in the campaign_criterion
>>> 
>>> view.
>>>
>>> You should be able to retrieve all the current campaign criteria
>>> associated to your campaigns via the said report, without specifying a date
>>> range.
>>>
>>> Thanks,
>>>
>>> [image: Google Logo]
>>> Peter Laurence Napa Oliquino
>>> Google Ads API Team
>>>
>>>
>>> ref:_00D1U1174p._5004Q2CSTE8: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 a topic in the
> Google Groups "AdWords API and Google Ads API Forum" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/adwords-api/yY9h7eJTj5A/unsubscribe.
> To unsubscribe from this group and all its topics, 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/10ab3c14-b2ef-4536-929d-26378807c8ffn%40googlegroups.com
> 
> .
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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-tfKGmdLENfJYUm5i5jmuvn0UY4hG4X%3D6sdadMtVTAiTg%40mail.gmail.com.


Re: Adding customer match ids to an existing user list (python)

2021-02-23 Thread 'Stephen Waters' via AdWords API and Google Ads API Forum
Hi Xiaoming

Thanks for replying
I am unfortunately still struggling with this - I believe the resource name 
is what I was/am passing there?
Additionally when I run the example code from github now (which creates 1x 
list matching 1x email) I see "Waiting until operation completes..." & then 
nothing happens indefinitely - is there any way to figure out why?
Thanks

Stephen

On Wednesday, 17 February 2021 at 17:18:12 UTC adsapiforumadvisor wrote:

> Hi Stephen,
>
> Thank you for reaching out. You would need to pass in the resource name 
> rather than a user list id or name. You could first create the resource 
> name of the user list in the form of 
> customers/{customer_id}/userLists/{user_list_id} and then pass it in the 
> def _add_users_to_customer_match_user_list() method.
>
> Thanks and regards,
> Xiaoming, Google Ads API Team
>  
> [image: Google Logo] 
> Xiaoming 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2CRtpQ: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/8d93d3d1-60e0-422d-a758-787a437678dbn%40googlegroups.com.


Re: AdSchedule in Google Ads API

2021-02-23 Thread cv
HI,

I specifically looking at criteria. Old Adwords API is giving AdSchedule 
data but Google Ads API is not providing any.

Thanks,

On Tuesday, 23 February 2021 at 10:03:05 UTC+5:30 cv wrote:

> HI Peter,
>
> How I can get those ALL_TIME Data which can match with Google Adwords API 
> campaign criteria performance report?
>
> Thanks,
>
>
> On Monday, 22 February 2021 at 10:53:16 UTC+5:30 adsapiforumadvisor wrote:
>
>> Hi,
>>
>> Unfortunately, it would not be possible to use/include segments 
>>  and 
>> metrics  
>> fields in the campaign_criterion 
>>  
>> view. 
>>
>> You should be able to retrieve all the current campaign criteria 
>> associated to your campaigns via the said report, without specifying a date 
>> range.
>>
>> Thanks,
>>
>> [image: Google Logo] 
>> Peter Laurence Napa Oliquino 
>> Google Ads API Team 
>>   
>>
>> ref:_00D1U1174p._5004Q2CSTE8: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/10ab3c14-b2ef-4536-929d-26378807c8ffn%40googlegroups.com.


customer-match: correlation between email and addressinfo

2021-02-23 Thread Coder
Hello Team,

I'm creating the customer-match user list using the java client library and 
I have a below question in the example 

 
provided:

// Creates the first user data based on an email address.
UserData userDataWithEmailAddress = 
UserData.newBuilder().addUserIdentifiers(UserIdentifier.newBuilder().setHashedEmail(normalizeAndHash(sha256Digest,
 
"custo...@example.com"))).build();

//Creates the second user data based on a physical address.
UserData userDataWithPhysicalAddress 
=UserData.newBuilder().addUserIdentifiers(UserIdentifier.newBuilder().setAddressInfo(OfflineUserAddressInfo.newBuilder().setHashedFirstName(normalizeAndHash(sha256Digest,
 
"John")).setHashedLastName(normalizeAndHash(sha256Digest, 
"Doe")).setCountryCode("US").setPostalCode("10011"))).build();

1) Is it there any relationship between the 1st user data and the 2nd? i.e. 
John Doe's email is custo...@example.com
2) Or both the user data is unrelated and this audience will target whoever 
has given email and whoever else has the given firstname and last name? 
Or in other words, 

   - Do GoogleAds needs any correlation between the first and second user 
   data? 
   - Do GoogleAds internally maintains this relationship between email and 
   the address? If so, then I see it is mandatory to maintain the order 
   between these two user data. 

Thanks.

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

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/2e7d6d3f-06ee-4319-bc3a-a8e2a243406an%40googlegroups.com.


Re: create customer match audience using rest interface

2021-02-23 Thread Coder
Thank you for the support provided. 
I have contacted the responsible for java client library and added bug 
 there.

On Tuesday, February 23, 2021 at 9:21:48 AM UTC adsapiforumadvisor wrote:

> Hi,
>
> Thank you for the reply.
>
> Since your question is client library specific, then I am afraid that our 
> team could no longer be able to provide any insights as it is already 
> outside of our scope. I would recommend reaching out to the author of the 
> client library instead by posting the concern here 
>  as they are more 
> equipped to provide support to your concern.
>
> Regards,
> [image: Google Logo] 
> Ernie John Blanca Tacata 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2CPseQ: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/77ca3f67-dcb9-4867-b1af-0375c9936005n%40googlegroups.com.


Re: how can i get Business Data>Data Feed using adwords api

2021-02-23 Thread Jimit Jani
 Placeholder Report 

 and Placeholder Feed Item Report 

 Both 
have give null value

On Thursday, February 11, 2021 at 9:04:10 AM UTC+5:30 adsapiforumadvisor 
wrote:

> Hi Jimit,
>
> Using the AdWords API, feeds and extensions information are generally 
> managed and retrieved using the Feeds Services 
>  or 
> Extension 
> Settings Services 
> , 
> respectively.
>
> In the reports, you may try and use the Placeholder Report 
> 
>  
> and Placeholder Feed Item Report 
> 
>  
> instead. I hope this helps.
>
> Best regards,
>
> [image: Google Logo] 
> Peter Laurence Napa Oliquino 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2BfT34: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/bfd4fdb3-76ae-4039-8c3b-a5d2c1ee1607n%40googlegroups.com.


Why a different Criterion Name for dynamic groups. For example, with Url >> and without. The web version has the Url contains prefix for everyone

2021-02-23 Thread Dmytro Vashchyshyn
Why a different Criterion Name for dynamic groups. For example, with Url >> 
and without. The web version has the Url contains prefix for everyone


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/059f3098-5ecc-4d6b-acc8-6abc95a0f169n%40googlegroups.com.


Google ads performance report not return ad name in response

2021-02-23 Thread dev itcan
Hello,

I have facing an issue when I call AD_PERFORMANCE_REPORT API it will return
data but I can't find Ad name in API response.

Can you help me how to get ad name using AD_PERFORMANCE_REPORT API

Here is the API request:

$fields_of_ads = [
'AbsoluteTopImpressionPercentage',
'AccentColor',
'AccountCurrencyCode',
'AccountDescriptiveName',
'AccountTimeZone',
'ActiveViewCpm',
'ActiveViewCtr',
'ActiveViewImpressions',
'ActiveViewMeasurability',
'ActiveViewMeasurableCost',
'ActiveViewMeasurableImpressions',
'ActiveViewViewability',
'AdGroupId',
'AdGroupName',
'AdGroupStatus',
'AdNetworkType1',
'AdNetworkType2',
'AdStrengthInfo',
'AdType',
'AllConversionRate',
'AllConversions',
'AllConversionValue',
'AllowFlexibleColor',
'Automated',
'AverageCost',
'AverageCpc',
'AverageCpe',
'AverageCpm',
'AverageCpv',
'AveragePageviews',
'AveragePosition',
'AverageTimeOnSite',
'BaseAdGroupId',
'BaseCampaignId',
'BounceRate',
//'BusinessName',
//'CallOnlyPhoneNumber',
'CallToActionText',
'CampaignId',
'CampaignName',
'CampaignStatus',
//'ClickAssistedConversions',
//'ClickAssistedConversionsOverLastClickConversions',
//'ClickAssistedConversionValue',
'Clicks',
//'ClickType',
'CombinedApprovalStatus',
//'ConversionAdjustment',
//'ConversionAdjustmentLagBucket',
//'ConversionCategoryName',
//'ConversionLagBucket',
'ConversionRate',
'Conversions',
//'ConversionTrackerId',
//'ConversionTypeName',
'ConversionValue',
'Cost',
'CostPerAllConversion',
'CostPerConversion',
'CostPerCurrentModelAttributedConversion',
'CreativeDestinationUrl',
'CreativeFinalAppUrls',
'CreativeFinalMobileUrls',
'CreativeFinalUrls',
'CreativeFinalUrlSuffix',
'CreativeTrackingUrlTemplate',
'CreativeUrlCustomParameters',
'CriterionId',
'CriterionType',
'CrossDeviceConversions',
'Ctr',
'CurrentModelAttributedConversions',
'CurrentModelAttributedConversionValue',
'CustomerDescriptiveName',
'Date',
'DayOfWeek',
'Description',
'Description1',
'Description2',
//'Device',
'DevicePreference',
'DisplayUrl',
'EngagementRate',
'Engagements',
'EnhancedDisplayCreativeLandscapeLogoImageMediaId',
'EnhancedDisplayCreativeLogoImageMediaId',
'EnhancedDisplayCreativeMarketingImageMediaId',
'EnhancedDisplayCreativeMarketingImageSquareMediaId',
'ExpandedDynamicSearchCreativeDescription2',
'ExpandedTextAdDescription2',
'ExpandedTextAdHeadlinePart3',
//'ExternalConversionSource',
'ExternalCustomerId',
'FormatSetting',
'GmailCreativeHeaderImageMediaId',
'GmailCreativeLogoImageMediaId',
'GmailCreativeMarketingImageMediaId',
'GmailForwards',
'GmailSaves',
'GmailSecondaryClicks',
'GmailTeaserBusinessName',
'GmailTeaserDescription',
'GmailTeaserHeadline',
'Headline',
'HeadlinePart1',
'HeadlinePart2',
'Id',
'ImageAdUrl',
'ImageCreativeImageHeight',
'ImageCreativeImageWidth',
'ImageCreativeMimeType',
'ImageCreativeName',
//'ImpressionAssistedConversions',
//'ImpressionAssistedConversionsOverLastClickConversions',
//'ImpressionAssistedConversionValue',
'Impressions',
'InteractionRate',
'Interactions',
'InteractionTypes',
'IsNegative',
'LabelIds',
'Labels',
'LongHeadline',
'MainColor',
'MarketingImageCallToActionText',
'MarketingImageCallToActionTextColor',
'MarketingImageDescription',
'MarketingImageHeadline',
'Month',
'MonthOfYear',
//'MultiAssetResponsiveDisplayAdAccentColor',
//'MultiAssetResponsiveDisplayAdAllowFlexibleColor',
'MultiAssetResponsiveDisplayAdBusinessName',
//

Re: create customer match audience using rest interface

2021-02-23 Thread Google Ads API Forum Advisor Prod
Hi,

Thank you for the reply.

Since your question is client library specific, then I am afraid that our team 
could no longer be able to provide any insights as it is already outside of our 
scope. I would recommend reaching out to the author of the client library 
instead by posting the concern here as they are more equipped to provide 
support to your concern.

Regards,

Ernie John Blanca Tacata
Google Ads API Team
ref:_00D1U1174p._5004Q2CPseQ: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/dDHnN0QOZ5ZX00rN4vc5-_RMq5TqOUyV9d1g%40sfdc.net.


Re: How to mutate appAd

2021-02-23 Thread mengqi zhu
I'm sorry, but I don't know how to chat with you in private? Click reply 
author to display: “You are not authorized to reply to authors in this 
group”.

The following is my error log, thank you for your help.

ERROR   2021-02-23T17:03:20+0800get_campaigns.py:138
get_campaigns.modify_google_ad_detail() Request with ID 
"GWcRutX8x_r4EnCvxazQIg" failed with status "INVALID_ARGUMENT" and includes 
the following errors:
ERROR   2021-02-23T17:03:20+0800get_campaigns.py:143
get_campaigns.modify_google_ad_detail() Error with message "This 
operation is not permitted on this campaign type".
ERROR   2021-02-23T17:03:20+0800get_campaigns.py:146
get_campaigns.modify_google_ad_detail() On field: operations
ERROR   2021-02-23T17:03:20+0800get_campaigns.py:146
get_campaigns.modify_google_ad_detail() On field: remove

在2021年2月23日星期二 UTC+8 下午3:55:17 写道:

> Hello there,
>
> Thanks for your response. I work with Matt and allow me to assist you with 
> this.
>
> The logs that our colleague Matt was requesting are the complete request 
> 
>  and response 
> 
>  logs 
> along with the request-id 
> ,
>  
> which should be generated once you have enabled logging as seen in the 
> guide 
> 
>  
> that he provided earlier. You may then provide those details via *Reply 
> privately to author* option so our team could further check on our end.
>
> Regards,
> [image: Google Logo] 
> Mark Kevin Albios 
> Google Ads API Team 
>   
>  
>
> ref:_00D1U1174p._5004Q2CSOPt: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/0882331c-ef30-40fd-9d2f-37d98ec191a5n%40googlegroups.com.