Expanded Dynamc Search Ad update

2020-09-14 Thread denma test

Hi
I just tried to update descriptions of Expanded Dynamic Search ad, i 
followed the same way for other creatives update process but while update 
DSA got below error response form API.

Array ( [status] => error [message] => Error in ad update [data] => Array ( 
[errorResponse] => [AdError.CANNOT_MODIFY_AD @ operations[0].operand.id] 
[errorMsg] => CANNOT_MODIFY_AD ) ) 

Attached soap log with complete request and response.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/b4c75af5-b4dc-42e8-b079-a9ec0ed8ff97n%40googlegroups.com.
[2020-09-14 12:24:17] AW_SOAP.WARNING: clientCustomerId=430-855-8101 
operations=1 service=AdService method=mutate responseTime=244 
requestId=0005af408ef2d6e80a62144f8e0d33c8 server=adwords.google.com isFault=1 
faultMessage=[AdError.CANNOT_MODIFY_AD @ operations[0].operand.id]  
[2020-09-14 12:24:17] AW_SOAP.NOTICE: POST 
/api/adwords/cm/v201809/AdService?wsdl HTTP/1.1
Host: adwords.google.com
Connection: close
User-Agent: PHP-SOAP/5.6.36-1+ubuntu14.04.1+deb.sury.org+1
Content-Type: text/xml; charset=utf-8
SOAPAction: ""
Content-Length: 1342
Authorization: REDACTED


http://schemas.xmlsoap.org/soap/envelope/"; 
xmlns:ns1="https://adwords.google.com/api/adwords/cm/v201809"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>430-855-8101REDACTEDunknown
 (AwApi-PHP, googleads-php-lib/40.0.0, 
PHP/5.6.36-1+ubuntu14.04.1+deb.sury.org+1)falsefalseSET464288314767http://trackers.exampleupdate.com/traveltracker/{escapedlpurl}params1=values1¶ms2=values2promo#2020my
 description text asset one edited.my 
description text asset two 
edited.

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

http://schemas.xmlsoap.org/soap/envelope/";>https://adwords.google.com/api/adwords/cm/v201809";>0005af408ef2d6e80a62144f8e0d33c8AdServicemutate1244soap:Client[AdError.CANNOT_MODIFY_AD
 @ operations[0].operand.id]https://adwords.google.com/api/adwords/cm/v201809";>[AdError.CANNOT_MODIFY_AD
 @ 
operations[0].operand.id]ApiExceptionhttp://www.w3.org/2001/XMLSchema-instance"; 
xsi:type="AdError">operations[0].operand.idoperations0operandidAdError.CANNOT_MODIFY_ADAdErrorCANNOT_MODIFY_AD
  


AD_PERFORMANCE_REPORT not list UNIVERSAL_APP_AD

2020-09-14 Thread denma test

HI
I have used AD_PERFORMANCE_REPORT report to show list ads and working fine, 
but it does not returns UNIVERSAL_APP_AD, created Campaign and AdGroups, 
but not returned in report.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/7de9b411-3beb-49cb-87ac-cd0eb7bd3a97n%40googlegroups.com.


Re: Bid_strategy_type enum incompatibility

2020-09-14 Thread Mat
Hi Ido,

I don't know which library you're using, but according to the Python Proto, 
there are two different values: "index" and "number", where "index" seems 
to relate to the order in witch those enumes are listed in the 
documentation while "number" seems to be the value you get while fetching 
"campaign.bidding_strategy_type":

https://github.com/googleads/google-ads-python/blob/master/google/ads/google_ads/v5/proto/enums/bidding_strategy_type_pb2.py

So I'd recommend to use the built-in client library methods to get the 
correct enum currently related to the number, as in these examples:
https://developers.google.com/google-ads/api/docs/samples/get-account-changes?hl=en

Regards
Mat

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

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


Inventory filter shopping campaign

2020-09-14 Thread denma test
Hi
Am looking into setup Shopping campaigns using API, may i know how to do 
Inverntory filter in my UI as like in Google Ads, For reference attached 
screen shot for the option looking for.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/03bcb365-8841-4e94-8b61-6517bb200037n%40googlegroups.com.


Re: APP campaign mutate issue

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

Thank you for reaching out. The AdWords API doesn't support creating 
YoutubeVideoMedia so you need to manually set the campaign's YouTube Video 
assets through the Google Ads UI as described here. For uploading the HTML5 
media bundle and linking to UniversalAppAd we don’t have the example code. 
However, you could refer to this thread on python implementation on how it can 
be implemented in php.

Thanks and regards,
Xiaoming, Google Ads API Team




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


RE: cost is getting multiplied by 1000000

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

Thank you for reaching out. Fields of type Money are returned in micro currency 
units (micros) in the API which means 1.23 would be converted to 
123(multiply by 100). To have the same cost as the console you could 
simply divide the cost by 100.

Thanks and regards,
Xiaoming, Google Ads API Team





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


Re: Unknown Billing Error - when trying to Enable Google Ads API

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

Thanks for reaching out. You can reply the api alias 
googleadsapi-supp...@google.com.

Thanks,

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


RE: Expanded Dynamc Search Ad update

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

Thank you for reaching out. ExpandedDynamicSearchAd is not an ad type that 
could be mutated. You could refer to this table for more details on what types 
of ads could be mutated via the API.

Thanks and regards,
Xiaoming, Google Ads API Team




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


RE: Inventory filter shopping campaign

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

Thank you for reaching out to us. You can filter products to apply your 
campaigns by following this example.

Thank you,

Bryan Li
Google Ads API Team
ref:_00D1U1174p._5004Q24b72V: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/ZHJyB0QGNS0M008dIr5qO0Sg-vW3MmLQAO8w%40sfdc.net.


RE: Fetch Ad Strength

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

Thanks for reaching out. With regards to your concern about getting the ad 
strength of your ads, you can run a report from the ad_group_ad level and 
select the field ad_group_ad.ad_strength.

Let me know if you have any question.

Thanks,

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


RE: AD_PERFORMANCE_REPORT not list UNIVERSAL_APP_AD

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

Thank you for reaching out. The Adwords API does not support the ad level 
reporting for the UAC installs type. You could refer to the list of the 
supported reports for the UAC campaigns installs type in the Adwords API.

Thanks and regards,
Xiaoming, Google Ads API Team





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


Re: Dynamic serach ads selector fields

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

Thanks for reaching out. You can use Ad performance report to get data using 
field. Please let me know if you have any question.

Thanks,

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


RE: How to get the merchant account?

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

Thanks for reaching out. With regards to your concern, you can get merchant 
account via login to your google ads account then navigate to tools and 
settings-> Go to Merchant center. Please follow this guide. Let me know if this 
what you are looking for. If not can you please elaborate your concern.

Can you please confirm if you are using the AdWords API / Google Ads API or 
Content API?

Thanks,

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


Re: How to set bidding strategy to MANUAL_CPC without

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

If the screenshot is of the results of the API request, it looks like the 
Enhanced CPC option is not selected, which means the API request managed to set 
enhanced_cpc_enabled to false. If the screenshot is not of the results, I will 
need you to provide your customerClientId and the campaign ID that is not 
getting updated from your request. It would be best if you can provide the 
detailed logs so that I have all the information about your request needed to 
further analyze the issue. Please provide all this information via the Reply 
privately to author option.

Regards,

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


RE: Bid_strategy_type enum incompatibility

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

As an alternative to the Reply privately to author option, you can send the 
requested details over to our support alias: googleadsapi-supp...@google.com. 
Additionally, you can try Mat's suggestions to see if they provide you with any 
insight.

Regards,

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


Re: AD_PERFORMANCE_REPORT not list UNIVERSAL_APP_AD

2020-09-14 Thread denma test
Hi
Okay, then how do i can get the Ad assets details for a AdGroup as like in 
the screenshot. Please let me know the correct way to do it, possible 
please share PHP based examples.

On Monday, September 14, 2020 at 11:48:05 PM UTC+5:30 adsapiforumadvisor 
wrote:

> Hi,  
>
> Thank you for reaching out. The Adwords API does not support the ad level 
> reporting for the UAC installs type. You could refer to the list 
> 
>  
> of the supported reports for the UAC campaigns installs type in the Adwords 
> API. 
>
> Thanks and regards,
> Xiaoming, Google Ads API Team
>
>
>
>
> [image: Google Logo] 
> Xiaoming 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q24b3ld: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/af03bf51-e454-4dbb-a26c-b6c13d2c1d3cn%40googlegroups.com.


Re: AD_PERFORMANCE_REPORT not list UNIVERSAL_APP_AD

2020-09-14 Thread denma test
Hi
Okay, then how do i can get the Ad assets details for a AdGroup as like in 
the screenshot. Please let me know the correct way to do it, possible 
please share PHP based examples.


On Monday, September 14, 2020 at 11:48:05 PM UTC+5:30 adsapiforumadvisor 
wrote:

> Hi,  
>
> Thank you for reaching out. The Adwords API does not support the ad level 
> reporting for the UAC installs type. You could refer to the list 
> 
>  
> of the supported reports for the UAC campaigns installs type in the Adwords 
> API. 
>
> Thanks and regards,
> Xiaoming, Google Ads API Team
>
>
>
>
> [image: Google Logo] 
> Xiaoming 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q24b3ld: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/b1a2e421-9562-491c-bca8-a04fea229022n%40googlegroups.com.