How to escape single quotes in Google Ads API query language?

2020-12-10 Thread Exos Solutions
Hi everyone,

I am sending a query with the Google Ads API, in which I search for a 
product_brand that has single quotes and it returns the *BAD_VALUE *error.

This is the query that I send and the error that it returns: 

Request
---
MethodName: google.ads.googleads.v5.services.GoogleAdsService/SearchStream
Endpoint: googleads.googleapis.com:443
Headers: {developer-token=REDACTED, login-customer-id=xxx, 
x-goog-api-client=gl-java/11.0.3 gapic/ gax/1.57.0 grpc/1.30.0}
Body: customer_id: "xxx"
query: "SELECT ad_group.id, campaign.id, 
shopping_performance_view.resource_name,  metrics.impressions, 
metrics.clicks, metrics.cost_micros, metrics.average_cpc,  
 metrics.conversions_from_interactions_rate, 
metrics.cost_per_all_conversions,   metrics.search_click_share, 
metrics.search_impression_share,   metrics.all_conversions, 
metrics.conversions,   segments.ad_network_type,   segments.product_brand,  
 segments.product_item_id, segments.product_merchant_id,  
 segments.product_type_l1, segments.product_type_l2, 
segments.product_type_l3,   segments.product_type_l4, 
segments.product_type_l5  FROM shopping_performance_view   WHERE 
segments.product_brand = \'joe\'s\'  and segments.date BETWEEN 
\'2020-11-13\' AND \'2020-12-02\'"


Response

Headers: 
Metadata(content-type=application/grpc,request-id=0kZ5xU1wAU2rTjFt-9cHgg,date=Thu,
 
10 Dec 2020 07:36:29 GMT,alt-svc=h3-29=":443"; ma=2592000,h3-T051=":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")
Body: null
Failure message: errors {
  error_code {
query_error: BAD_VALUE
  }
  message: "Error in WHERE clause: invalid value \'."
}

Status: Status{code=INVALID_ARGUMENT, description=Request contains an 
invalid argument., cause=null}.

How can I escape *joe's* single quote? 

Thanks and regards,
Gloria Muñoz.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/f1707973-98e0-402a-99ed-9ae1bb418e04n%40googlegroups.com.


RE: Update ExpandedTextAd

2020-12-10 Thread Google Ads API Forum Advisor Prod
Hi,

Thanks for posting your concern. Also, I would like to inform you that I am 
going to delete your initial post and paste it here where sensitive Ids are hid.

Moving forward, could you use the UPDATE operation of AdService.MutateAds 
instead and refer to this sample code for mutating expanded text ads. Let me 
know how it goes after trying the provided suggestion.

"Hello,

I receive the following error when trying to update an ExpandedTextAd:
Below is the code that makes the call
AdGroupAdOperation adGroupAdOperation = new AdGroupAdOperation
{
Update = adGroup,
UpdateMask = FieldMasks.AllSetFieldsOf(adGroup)
};

MutateAdGroupAdsResponse response = 
AdService.MutateAdGroupAds(CustomerId.ToString(), new AdGroupAdOperation[] { 
adGroupAdOperation });

Below is the request and response details

---BEGIN API CALL---

Request
---

Method Name: /google.ads.googleads.v5.services.AdGroupAdService/MutateAdGroupAds
Host: https://googleads.googleapis.com
Headers: {
"x-goog-api-client": "gl-dotnet/4.0.30319 gapic/5.0.0 
gax/3.1.0+acac8dfe75024cb815497966fe13fc6cb1a1b0ed grpc/2.32.0",
"developer-token": "REDACTED",
"login-customer-id": " REDACTED ",
"x-goog-request-params": "customer_id= REDACTED"
}

{ "customerId": " REDACTED", "operations": [ { "update": { "resourceName": 
"customers/REDACTED/adGroupAds/XX~", "status": "ENABLED", 
"ad": { "expandedTextAd": { "headlinePart1": "GoogleAPI V5", "headlinePart2": 
"I hope this works", "headlinePart3": "really I do. Changing", "description": 
"no, I mean it, I hope this works.  Changing ad copy", "description2": "here 
goes nothing", "path1": "testing", "path2": "tesing" }, "resourceName": 
"customers/ REDACTED/ads/XX", "finalUrls": [ "https://www.example.com"; 
] } }, "updateMask": 
"resourceName,status,ad.type,ad.expandedTextAd.headlinePart1,ad.expandedTextAd.headlinePart2,ad.expandedTextAd.headlinePart3,ad.expandedTextAd.description,ad.expandedTextAd.description2,ad.expandedTextAd.path1,ad.expandedTextAd.path2,ad.devicePreference,ad.systemManagedResourceSource,ad.resourceName,ad.finalUrls"
 } ] }

Response

Headers: {
"request-id": "XX",
"date": "Mon, 07 Dec 2020 21:57:45 GMT",
"alt-svc": "h3-29=\":443\"; ma=2592000,h3-T051=\":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\"",
"google.ads.googleads.v5.errors.googleadsfailure-bin": 
"CoMBCgIICxJGRmllbGQgJ2FkLmRldmljZV9wcmVmZXJlbmNlJyBjYW5ub3QgYmUgbW9kaWZpZWQgYnkgJ1VQREFURScgb3BlcmF0aW9uLiI1Eg4KCm9wZXJhdGlvbnMSABIICgZ1cGRhdGUSBAoCYWQSEwoRZGV2aWNlX3ByZWZlcmVuY2UKnAEKAggLElFGaWVsZCAnYWQuZXhwYW5kZWRfdGV4dF9hZC5kZXNjcmlwdGlvbicgY2Fubm90IGJlIG1vZGlmaWVkIGJ5ICdVUERBVEUnIG9wZXJhdGlvbi4iQxIOCgpvcGVyYXRpb25zEgASCAoGdXBkYXRlEgQKAmFkEhIKEGV4cGFuZGVkX3RleHRfYWQSDQoLZGVzY3JpcHRpb24KngEKAggLElJGaWVsZCAnYWQuZXhwYW5kZWRfdGV4dF9hZC5kZXNjcmlwdGlvbjInIGNhbm5vdCBiZSBtb2RpZmllZCBieSAnVVBEQVRFJyBvcGVyYXRpb24uIkQSDgoKb3BlcmF0aW9ucxIAEggKBnVwZGF0ZRIECgJhZBISChBleHBhbmRlZF90ZXh0X2FkEg4KDGRlc2NyaXB0aW9uMgqiAQoCCAsSVEZpZWxkICdhZC5leHBhbmRlZF90ZXh0X2FkLmhlYWRsaW5lX3BhcnQxJyBjYW5ub3QgYmUgbW9kaWZpZWQgYnkgJ1VQREFURScgb3BlcmF0aW9uLiJGEg4KCm9wZXJhdGlvbnMSABIICgZ1cGRhdGUSBAoCYWQSEgoQZXhwYW5kZWRfdGV4dF9hZBIQCg5oZWFkbGluZV9wYXJ0MQqiAQoCCAsSVEZpZWxkICdhZC5leHBhbmRlZF90ZXh0X2FkLmhlYWRsaW5lX3BhcnQyJyBjYW5ub3QgYmUgbW9kaWZpZWQgYnkgJ1VQREFURScgb3BlcmF0aW9uLiJGEg4KCm9wZXJhdGlvbnMSABIICgZ1cGRhdGUSBAoCYWQSEgoQZXhwYW5kZWRfdGV4dF9hZBIQCg5oZWFkbGluZV9wYXJ0MgqiAQoCCAsSVEZpZWxkICdhZC5leHBhbmRlZF90ZXh0X2FkLmhlYWRsaW5lX3BhcnQzJyBjYW5ub3QgYmUgbW9kaWZpZWQgYnkgJ1VQREFURScgb3BlcmF0aW9uLiJGEg4KCm9wZXJhdGlvbnMSABIICgZ1cGRhdGUSBAoCYWQSEgoQZXhwYW5kZWRfdGV4dF9hZBIQCg5oZWFkbGluZV9wYXJ0MwqQAQoCCAsSS0ZpZWxkICdhZC5leHBhbmRlZF90ZXh0X2FkLnBhdGgxJyBjYW5ub3QgYmUgbW9kaWZpZWQgYnkgJ1VQREFURScgb3BlcmF0aW9uLiI9Eg4KCm9wZXJhdGlvbnMSABIICgZ1cGRhdGUSBAoCYWQSEgoQZXhwYW5kZWRfdGV4dF9hZBIHCgVwYXRoMQqQAQoCCAsSS0ZpZWxkICdhZC5leHBhbmRlZF90ZXh0X2FkLnBhdGgyJyBjYW5ub3QgYmUgbW9kaWZpZWQgYnkgJ1VQREFURScgb3BlcmF0aW9uLiI9Eg4KCm9wZXJhdGlvbnMSABIICgZ1cGRhdGUSBAoCYWQSEgoQZXhwYW5kZWRfdGV4dF9hZBIHCgVwYXRoMgp1CgIICxI/RmllbGQgJ2FkLmZpbmFsX3VybHMnIGNhbm5vdCBiZSBtb2RpZmllZCBieSAnVVBEQVRFJyBvcGVyYXRpb24uIi4SDgoKb3BlcmF0aW9ucxIAEggKBnVwZGF0ZRIECgJhZBIMCgpmaW5hbF91cmxz",
"grpc-status-details-bin": 
"CAMSJVJlcXVlc3QgY29udGFpbnMgYW4gaW52YWxpZCBhcmd1bWVudC4amgsKQ3R5cGUuZ29vZ2xlYXBpcy5jb20vZ29vZ2xlLmFkcy5nb29nbGVhZHMudjUuZXJyb3JzLkdvb2dsZUFkc0ZhaWx1cmUS0goKgwEKAggLEkZGaWVsZCAnYWQuZGV2aWNlX3ByZWZlcmVuY2UnIGNhbm5vdCBiZSBtb2RpZmllZCBieSAnVVBEQVRFJyBvcGVyYXRpb24uIjUSDgoKb3BlcmF0aW9ucxIAEggKBnVwZGF0ZRIECgJhZBITChFkZXZpY2VfcHJlZmVyZW5jZQqcAQoCCAsSUUZpZWxkICdhZC5leHBhbmRlZF90ZXh0X2FkLmRlc2NyaXB0aW9uJyBjYW5ub3QgYmUgbW9kaWZpZWQgYnkgJ1VQREFURScgb3BlcmF0aW9uLiJDEg4KCm9wZXJhdGlvbnMSABIICgZ1cGRhdGUSBAoCYWQSEgoQZXhwYW5kZWRfdGV4dF9hZBINCgtkZXNjcmlwdGlvbgqeAQoCCAsSUkZpZWxkICdhZC5leHBhbmRlZF90ZXh0X2FkLmRlc2NyaXB0aW9uMicgY2Fubm90IGJlIG1vZGlmaWVkIGJ5ICdVUERBVEUnIG9wZXJh

How to retrieve campaign bid in query google ads api

2020-12-10 Thread Phước Duy
My query:
$query = 'SELECT campaign.id, campaign_bid_modifier.criterion_id, 
campaign_bid_modifier.bid_modifier, campaign_bid_modifier.campaign, 
campaign_bid_modifier.resource_name
FROM campaign_bid_modifier';

Result was null.



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/7ddced3d-0636-40a2-951d-501d4e906fb2n%40googlegroups.com.


Shopping Campaigns

2020-12-10 Thread cv
Hi,

Is there anyway I can get details about shopping campaigns?

I need to get Product Informations and its details
Also Products category.

1) Is there any view or resource I can refer so that I can get Top products 
and Top Product categories?
2) How I can get product metrics or stats
3) How I can identify campaign is Shopping campaign or not.
 

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/71c917e0-24b6-4287-a6f5-a442f1784fc3n%40googlegroups.com.


migrating from AdWordsAPI, no able to execute get_campaigns.py

2020-12-10 Thread Felix Garcia
hello everyone, im kinda a newbie in the AdWordAPI and GoogleAdsAPI

I successfully obtained the developer token, client_id, client_secret, and 
i use the customer_id of test account (not manager test account) and 
everything works correctly, list campaigns, create campaigns, create 
groups, bid modifiers, etc.

I am using the same developer_token, client_id, client_secret and 
customer_id in the yaml file of GoogleAdsApi. No matter what I do, when I 
try to run get_campaigns.py I always get the same error message 
"ValueError: The specified login customer ID is invalid. It must be a ten 
digit number represented as a string, i.e." 1234567890 ""



Note that the customer id parameter requirement message is not even prompted

my customer id (of the test manager account) on yaml file



any idea of  what i'm doing wrong?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/94f401fa-29e2-44e9-811c-1180f0343427n%40googlegroups.com.


Re: migrating from AdWordsAPI, no able to execute get_campaigns.py

2020-12-10 Thread Felix Garcia
sorry, dont know what happened with the screens on firts message

El jueves, 10 de diciembre de 2020 a las 7:30:34 UTC-4, Felix Garcia 
escribió:

> hello everyone, im kinda a newbie in the AdWordAPI and GoogleAdsAPI
>
> I successfully obtained the developer token, client_id, client_secret, and 
> i use the customer_id of test account (not manager test account) and 
> everything works correctly, list campaigns, create campaigns, create 
> groups, bid modifiers, etc.
>
> I am using the same developer_token, client_id, client_secret and 
> customer_id in the yaml file of GoogleAdsApi. No matter what I do, when I 
> try to run get_campaigns.py I always get the same error message 
> "ValueError: The specified login customer ID is invalid. It must be a ten 
> digit number represented as a string, i.e." 1234567890 ""
>
>
>
> Note that the customer id parameter requirement message is not even 
> prompted
>
> my customer id (of the test manager account) on yaml file
>
>
>
> any idea of  what i'm doing wrong?
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/5ae867eb-7f39-43a3-935f-19bb938f5d41n%40googlegroups.com.


Re: error when creating new ad schedule (campaign criterion)

2020-12-10 Thread fru...@adzlocal.de
hey, just made another attempt to update to api v5 but with an updated 
protobuf library (v3.14.0) which in the meantime has been updated due to a 
known issue - now it works as expected
so if someone stumbles upon a similar problem please check/update your 
library versions..

adsapiforumadvisor schrieb am Donnerstag, 8. Oktober 2020 um 21:47:24 UTC+2:

> Hello,
>
> Can you please *reply privately to author *your request and response for 
> this API call so that we can take a closer look?
>
>
> Thanks,
> Anthony
> Google Ads API Team
>
> [image: Google Logo] 
> Anthony 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q25Yela: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/ca7d5590-d50c-4eea-9b30-0eb10e2ca7b0n%40googlegroups.com.


RE: ConversionRate in grpc api

2020-12-10 Thread Google Ads API Forum Advisor Prod
Hello,

The Google Ads API equivalent field to the ConversionRate is the 
conversions_from_interactions_rate. You can see this page as a reference to see 
how all fields in AdWords API reports map to Google Ads API reports.

Regards,
Anthony
Google Ads API Team

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


How to get customer id from credentials

2020-12-10 Thread Kamil Buczko
Hello,

I have a task to integrate with Google ads system.
I already implemented an authentication flow, so when new client uses my 
system and connects his Google Ads account to my system I receive his 
account credentials(access/refresh tokens) and store them in a database.

Now i want to download data from his google ads account and in order to do 
this i need his customer id. Is there any way to get google ad customer id 
in exchange for credentials?

I am using Java with google ads sdk (v6)

Thanks,
Kamil

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/cb70d646-ea4e-4a51-8c68-353ee97062bbn%40googlegroups.com.


RE: How do i get a Report on Keyword Impression Share

2020-12-10 Thread Google Ads API Forum Advisor Prod
Hello,

You can find this page which shows how all the report fields in AdWords API map 
to Google Ads API. You will be able to find the impression share related fields 
for keywords reports there.

Regards,
Anthony
Google Ads API Team

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


RE: Extensions Disaaproval Reasons

2020-12-10 Thread Google Ads API Forum Advisor Prod
Hi Ramanajee,

Thanks for reaching out. You can use the FeedItemPlaceHolderPolicyInfo field in 
the FeedItem resource. There you can find the field, 
FeedItemQualityDisapprovalReason.

Regards,
Matt
Google Ads API Team

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


RE: Retrieving ParentLocations in Google Ads

2020-12-10 Thread Google Ads API Forum Advisor Prod
Hi Kevin,

In Google Ads API, you can use the GeoTargetConstantService which will return 
locations. This object contains the field parent_geo_target which is equivalent 
to the parent locations in AdWords API.

Regards,
Anthony
Google Ads API Team

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


RE: the difference between 'VIDEO_AD' and other ad video types!

2020-12-10 Thread Google Ads API Forum Advisor Prod
Hello,

Thanks for reaching out. The ad type is given by the campaign type. The ad 
type, VIDEO_AD, is from a standard video campaign, whereas the type, 
VIDEO_BUMPER_AD, is associated with video bumper ad campaigns.

Regards,
Matt
Google Ads API Team

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


Re: How to fetch deivce and extensions statistics

2020-12-10 Thread Matt
Hi Kuldeep - were you ever able to retrieve the level using 
targeted_ad_group and targeted_campaign with extension_feed_item? The 
fields are always null (I've tried in v6 and v5).

On Thursday, October 3, 2019 at 11:54:35 AM UTC-7 adsapiforumadvisor wrote:

> Hi Kuldeep, 
>
> It is not possible to retrieve the Level attribute directly. If the 
> FeedItem is targeted to any specific ad group or campaign, the fields 
> targeted_ad_group 
> 
>  and targeted_campaign 
> 
>  will 
> return these details. Hope this helps!
>
> Thanks,
> Bharani, Google Ads API Team
>
> ref:_00D1U1174p._5001UHHl07: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/78a91ed0-8ec2-4bbd-a0fd-b61adcfc72adn%40googlegroups.com.


Re: How to get association for AdExtension

2020-12-10 Thread Matt
Hi Frank - were you ever able to solve your problem using targeted_ad_group 
and targeted_campaign with extension_feed_item? If not, what approach did 
you settle on? I'm trying to solve for the same but the targeted_ad_group 
and targeted_campaign fields are always null (I've tried in Google Ads API 
v6 and v5).

On Monday, January 13, 2020 at 10:56:52 AM UTC-8 adsapiforumadvisor wrote:

> Hello Frank,
>
> Thank you for reaching out. If you want to see the association between a 
> feed item and campaigns or ad groups, you could use the 
> ad_group_extension_setting 
> 
>  and campaign_extension_setting 
> 
>  resources 
> instead. If the issue persists, could you please share the complete report 
> query along with the client customer id for further investigation?
>
> P.S. Please use *Reply privately to author* option while sharing the 
> details.
>
> Regards,
> Nikisha Patel, Google Ads API Team
>
>
> ref:_00D1U1174p._5001USwA2s: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/40a150d5-bb09-4e2e-bafa-9411de8991b1n%40googlegroups.com.


RE: How to get metrics data from keyword_view with Google Ads API?

2020-12-10 Thread Google Ads API Forum Advisor Prod
Hi Gian,

Thank you for reaching out. It might be that these metrics are from the Display 
Network and YouTube Network. Please give it a try to query the metrics from the 
display_keyword_view resource.

Thanks and regards,
Xiaoming, Google Ads API Team


Xiaoming
Google Ads API Team
ref:_00D1U1174p._5004Q28oYbN: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/Q6PmR0QL4VHJ00--Taz5wrRo-AWhl26J7AxA%40sfdc.net.


RE: Disapproval extensions

2020-12-10 Thread Google Ads API Forum Advisor Prod
Hello,

You can run a report from the feed_item level which contains the field 
policy_infos. This field will let you know whether your extension is 
disapproved or not.

Regards,
Anthony
Google Ads API Team

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


Re: Campaign Metrics

2020-12-10 Thread Google Ads API Forum Advisor Prod
Hello,

Can you please share you report query, its results and your CID through reply 
privately to author so I can take a closer look?

Thanks,
Anthony
Google Ads API Team

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


RE: Google Ads API: How to get the field of ShoppingSmartAdInfo

2020-12-10 Thread Google Ads API Forum Advisor Prod
Hi Pengfei,

Thank you for reaching out. The Shopping Smart Ad, just as its name says, is a 
type of “Smart” ad for which the API does not expose the detailed information 
about its fields and it is created automatically without setting properties. 
You could refer to this code snippet on how to create the Shopping Smart Ad.

Thanks and regards,
Xiaoming, Google Ads API Team


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


RE: Google Laravel Example Giving Stream NULL *need help*

2020-12-10 Thread Google Ads API Forum Advisor Prod
Hello,

Thank you for reaching out. Can you please share the detailed request and 
response logs using the reply privately to author so that we can investigate 
this issue? You can find information on enabling logging here.

Laravel appears to be a third party API, so I would recommend reaching out to 
them for assistance as well.

Regards,
Matt
Google Ads API Team

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


RE: Search Query Performance Report request for 1/2 accounts just hangs

2020-12-10 Thread Google Ads API Forum Advisor Prod
Hi Sanj,

Thank you for reaching out. Could you please describe what exactly had happened 
after you submitted the request? Your app froze or it returned empty results? 
Could you please share the complete request and response(if exists) logs along 
with the client customer id via the Reply privately to author option for us to 
further investigate?

Thanks and regards,
Xiaoming, Google Ads API Team


Xiaoming
Google Ads API Team
ref:_00D1U1174p._5004Q28obYh: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/6znWv0QL53TO00WOgSiiNAQZ-A1R4mKrNgxA%40sfdc.net.


Re: Smart Campaigns from the ad group ad report

2020-12-10 Thread Emily
Hi there,

I'm seeing the same issue for one of our accounts. Smart campaigns aren't 
coming through the API when pulling ad group performance reports and I 
would like to know if this is expected behavior.

We are still using the Adwords API version v201809.

Thanks,
Emily

On Tuesday, September 29, 2020 at 2:53:46 PM UTC-4 adsapiforumadvisor wrote:

> Hi Maria,
>
> Thanks for reaching out. With regards to your concern, can you please 
> provide screenshot of the UI smart campaign along with customer id so that 
> i can further investigate the issue. Can you please confirm which version 
> you are using in the Google Ads API?
>
> Please reply privately author option while sharing the details.
>
>
> Thanks,
> [image: Google Logo] 
> Nirmitabahen Gaurav Patel 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q25XNQV: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/e73b653b-fb97-46d9-993c-c33120a1d3aen%40googlegroups.com.


RE: How to know the date of a GclId ?

2020-12-10 Thread Google Ads API Forum Advisor Prod
Hi Samir,

Thank you for reaching out. As the GclId is only generated once when the ad was 
first displayed and clicked by the user, it would require you to run the 
CLICK_PERFORMANCE_REPORT for a single day for the past up to today. If you see 
the Clicks value is 1 that means it is also the click time. Otherwise, it is 
only the impression time. You might find this article useful for the click time 
generation.

Thanks and regards,
Xiaoming, Google Ads API Team


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


Re: Retrieving ParentLocations in Google Ads

2020-12-10 Thread Kevin
Worked for me, thanks Anthony!

On Thursday, December 10, 2020 at 7:52:52 AM UTC-8 adsapiforumadvisor wrote:

> Hi Kevin,
>
> In Google Ads API, you can use the GeoTargetConstantService 
> 
>  
> which will return locations. This object contains the field 
> parent_geo_target 
> 
>  which 
> is equivalent to the parent locations in AdWords API.
>
> Regards,
> Anthony
> Google Ads API Team
>  
> [image: Google Logo] 
> Anthony 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q28okHw: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/226638fb-cddf-4731-a655-4282478e1838n%40googlegroups.com.


TargetingIdeaService NetworkSetting XML Error

2020-12-10 Thread jal...@roirevolution.com
Hello,

We are having trouble making a request to the TargetingIdeaService using 
the 'NetworkSearchParameter' using the 'networkSetting' option. 

Here's the error indicating that we have the incorrect value for 
'targetGoogleSearch' even though it's specified as a boolean in the 
reference docs:

Here's the selector we are using in the request:


Can anyone clarify what's going wrong here?

Thanks!
Jared Allen

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/700f991e-3859-41d7-a607-22832486378cn%40googlegroups.com.


RE: How to get campaign's target location via query in php

2020-12-10 Thread Google Ads API Forum Advisor Prod
Hello,

You can run a report on the location_view level to get this data. If you are 
still not seeing results, please share your report query and CID through reply 
privately to author so I can take a closer look.

Thanks,
Anthony
Google Ads API Team

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


Internal error with version 6

2020-12-10 Thread cbeau...@acquisio.com
Hi, 

i'm using the new version of the api (6) with the latest c# nuget sdk (6) 
and i'm getting an internal error when accessing some accounts. Please 
reply to this email so i can send you privately the stack trace of the call

Thanks

Claude

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/ef149723-74d0-44a7-bd56-ce36200363cdn%40googlegroups.com.


Re: How to fetch deivce and extensions statistics

2020-12-10 Thread Google Ads API Forum Advisor Prod
Hi Matt,

I can take a closer look at your account if you'd like. Please share your 
report query and CID through reply privately to author if you would want me to 
take a closer look.

Regards,
Anthony
Google Ads API Team

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


RE: customerClientLinks:mutate through REST API

2020-12-10 Thread Google Ads API Forum Advisor Prod
Hi Steve,

Thank you for reaching out. Please give it a try to use the following JSON 
payload:


{

"operations": [

{

"updateMask": "status",

"update": {

"resourceName": 
"customers/{customer_id}/customerClientLinks/{client_customer_id}~{manager_link_id}",

"status": "INACTIVE"

}

}

]

}

Thanks and regards,
Xiaoming, Google Ads API Team


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


Re: TargetingIdeaService NetworkSetting XML Error

2020-12-10 Thread jal...@roirevolution.com
Looks like my screenshots aren't being shown in my message above.

Here's the raw text of the error:

Error: soap:Client: Unmarshalling Error: cvc-complex-type.2.4.a: Invalid 
content was found starting with element 
'{"https://adwords.google.com/api/adwords/o/v201809":targetGoogleSearch}'. 
One of 
'{"https://adwords.google.com/api/adwords/cm/v201809":targetGoogleSearch, 
"https://adwords.google.com/api/adwords/cm/v201809":targetSearchNetwork, 
"https://adwords.google.com/api/adwords/cm/v201809":targetContentNetwork, 
"https://adwords.google.com/api/adwords/cm/v201809":targetPartnerSearchNetwork}'
 
is expected.


And here's the selector we're using in our request:

const selector = {
  searchParameters: [{
  'xsi:type': 'RelatedToQuerySearchParameter',
  queries: ['coffee']
},
{
  'xsi:type': 'NetworkSearchParameter',
  networkSetting: {
 targetGoogleSearch: true
  }
},
  ],
  ideaType: 'KEYWORD',
  requestType: 'STATS',
  requestedAttributeTypes: ['SEARCH_VOLUME', 'KEYWORD_TEXT'],
  paging: {
numberResults: 10
  },
  localeCode: 'en_US'
}
On Thursday, December 10, 2020 at 4:09:15 PM UTC-5 jal...@roirevolution.com 
wrote:

> Hello,
>
> We are having trouble making a request to the TargetingIdeaService using 
> the 'NetworkSearchParameter' using the 'networkSetting' option. 
>
> Here's the error indicating that we have the incorrect value for 
> 'targetGoogleSearch' even though it's specified as a boolean in the 
> reference docs:
>
> Here's the selector we are using in the request:
>
>
> Can anyone clarify what's going wrong here?
>
> Thanks!
> Jared Allen
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/7cc55aa5-34b2-4c53-a56e-fbabb4068833n%40googlegroups.com.


Re: How to fetch deivce and extensions statistics

2020-12-10 Thread Matt Kraft
Hi Anthony,

The CID is 7259472860 and the query is:

SELECT
extension_feed_item.id,
extension_feed_item.extension_type,
extension_feed_item.status,
extension_feed_item.targeted_ad_group,
extension_feed_item.targeted_campaign,
extension_feed_item.callout_feed_item.callout_text
FROM
extension_feed_item
WHERE
extension_feed_item.extension_type = "CALLOUT"

Thanks,
Matt
On Dec 10, 2020, 1:15 PM -0800, Google Ads API Forum Advisor Prod 
, wrote:
> Hi Matt,
>
> I can take a closer look at your account if you'd like. Please share your 
> report query and CID through reply privately to author if you would want me 
> to take a closer look.
>
> Regards,
> Anthony
> Google Ads API Team
>
> Anthony
> Google Ads API Team
>
>
>
> ref:_00D1U1174p._5001UHHl07: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/bad055e4-61c5-4426-9da5-31dba611e567%40Spark.


Re: Call-only Ads created as Old version

2020-12-10 Thread Google Ads API Forum Advisor Prod
Hi,

You can refer here for the fields required to create a CallOnlyAd using the 
Google Ads API.

However, to better assist you and investigate the issue you observed, could you 
provide more details on how you are creating the said ads, such as the 
generated and complete request and response logs? Please also include your 
customer ID and the request ID.

You may send the requested information using the Reply privately to author 
option.

Best regards,

Peter Laurence Napa Oliquino
Google Ads API Team
ref:_00D1U1174p._5004Q1zqNde: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/cylaJ0QL5K4M000mCjLbjZQniHQ0fzlbPkmA%40sfdc.net.


Re: Youtube Data API V3 quota increase

2020-12-10 Thread Todd Lau
The reason we are using YouTube API is the LACK of video uploading ability 
in AdWords/Google Ads.
It's not us who chose the YouTube API!
在2019年7月25日星期四 UTC+8 上午5:22:50 写道:

> Hi Alexandre,
>
> We address questions specific to AdWords API on this forum. Since your 
> question is specific to Youtube API, please post it on the YouTube 
> Community forum  as 
> they are more equipped to assist you regarding this. Let us know if you 
> have any concerns related to Adwords/Google Ads API.
>
> Regards,
> Nikisha Patel, Google Ads API Team
>
>
> ref:_00D1U1174p._5001UEGEyx: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/2c4c68d4-21f4-4c0f-93fd-7d4a356c76b4n%40googlegroups.com.


Re: Filtering on Label Status

2020-12-10 Thread Google Ads API Forum Advisor Prod
Hi Kevin,

Thanks for providing further details. I would like to inform you that I'm going 
to delete your last reply as it contains the customer ID of your Google Ads 
account.

Also, in order for our team to see the whole query of the report the you have 
used, please provide the complete request and response logs with request ID via 
Reply privately to author option.

If you haven't enabled the logging of API transactions for your client library, 
then please refer to the specific link below to know how to do so:

Java - 
https://developers.google.com/google-ads/api/docs/client-libs/java/logging
.NET - 
https://developers.google.com/google-ads/api/docs/client-libs/dotnet/logging
PHP - https://developers.google.com/google-ads/api/docs/client-libs/php/logging
Python - 
https://developers.google.com/google-ads/api/docs/client-libs/python/logging
Ruby - 
https://developers.google.com/google-ads/api/docs/client-libs/ruby/logging
Perl - 
https://developers.google.com/google-ads/api/docs/client-libs/perl/logging


Regards,

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


RE: Can you use HTML5 ads for dynamic retargeting using the API?

2020-12-10 Thread Google Ads API Forum Advisor Prod
Hi Tory,

Thank you for reaching out.

To better look into the issue, could you confirm if you are using the AdWords 
API or the Google Ads API?

Also you may share your customer ID and the complete request and response logs, 
along with the request ID, that was generated when the error occurred. You may 
send the requested details using the Reply privately to author option.

Best regards,

Peter Laurence Napa Oliquino
Google Ads API Team
ref:_00D1U1174p._5004Q28ogt9: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/OSCxS0QL5OT400rcLmtY74TDi9uLBY8H_XQw%40sfdc.net.


RE: ASSET_DATA_IS_MISSING error on create text_asset

2020-12-10 Thread Google Ads API Forum Advisor Prod
Hi Eleni,

Thanks for posting your concern.

You may construct your API request for creating text asset using REST by 
following this guide and this link.

However, we also recommend using the Google-supported client libraries as they 
will construct this at the backend on your behalf.

Regards,

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


Re: How to get metrics data from keyword_view with Google Ads API?

2020-12-10 Thread Gian Snow
Hi Xiaoming,

I've overlooked the display_keyword_view.
I could get what I want with it.

Thanks,
Gian

2020年12月11日金曜日 2:06:20 UTC+9 adsapiforumadvisor:

> Hi Gian,
>
> Thank you for reaching out. It might be that these metrics are from the 
> Display Network and YouTube Network. Please give it a try to query the 
> metrics from the display_keyword_view 
>  
> resource.
>
> Thanks and regards,
> Xiaoming, Google Ads API Team
>
>  
> [image: Google Logo] 
> Xiaoming 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q28oYbN: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/5830a088-743b-43a3-8121-409f4862af45n%40googlegroups.com.


Re: Cannot upload click conversion

2020-12-10 Thread Pascal Landau
Hey  Xiaoming ,

I'm encountering the exact same problem as Christiano.

You can find a more extensive explanation in this Github issue 
 (including code 
samples and details regarding our account setup).

Summary:
- conversion action was created through the UI
- I can retrieve the action via API and get it's exact ID, the owners ID 
(the MCC account) and the exact resource name in the format  "customers/MY 
CUSTOMER ID/conversionActions/458214867" 
- using this exact id yields the error "This customer does not have an 
import conversion action that matches the conversion action provided"

What's more: Using the another library that does not require the action id 
but uses the action name instead works as expected (bases on this example 

).

PS: I'm happy to send detailed request logs, but the email adress you 
posted appears shortened as " googleadsa...@google.com 
 " and the underlying link points 
to https://groups.google.com/

Cheers
Pascal


adsapiforumadvisor schrieb am Dienstag, 1. Dezember 2020 um 20:15:31 UTC+1:

> Hi Cristiano,
>
> Thank you for reaching out. Could you please send the requested 
> information to our email alias googleadsa...@google.com directly for us 
> to further investigate?
>
> Thanks and regards,
> Xiaoming, Google Ads API Team
>
>  
> [image: Google Logo] 
> Xiaoming 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q27wUda: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/f2d93583-6105-46a7-8a83-968e59fd393dn%40googlegroups.com.


RE: AdWords API: Viewing Users who can access an Account

2020-12-10 Thread Google Ads API Forum Advisor Prod
Hi Tim,

Thank you for posting your concern.

I am afraid that it is not possible in AdWords API to retrieve all the users 
that have access to specific account and their level of access.

However, you may try to use the CustomerUserAccessService.GetCustomerUserAccess 
of Google Ads API or by following this guide in order to get this information.

Let me know if you have further questions.

Regards,

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


RE: Exception: No functional channel service provider found. Try adding a dependency on the grpc-okhttp, grpc-netty, or grpc-netty-shaded artifact

2020-12-10 Thread Google Ads API Forum Advisor Prod
Hi,

Thank you for posting your concern.

You may follow this document to know how to migrate from the AdWords API to the 
Google Ads API. If you are using the Java client library, you may also refer to 
this document as it will guide on how you will configure your API environment 
in the Java client library.

However, if you have further questions / concerns on configuring your API 
environment, and since client library related concerns are outside of our scope 
already, then you may post it here to get support from the author of the Java 
client library.

Regards,

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