Re: How can i get total ads count using Campaign ID? Just Count.

2019-09-09 Thread yogesh patel
Hey,

I know that things.but i want to get the count of active ads using campaign
id?

On Tue, Sep 10, 2019 at 2:37 AM Google Ads API Forum Advisor Prod <
adsapiforumadvi...@gmail.com> wrote:

> Hi Yogesh,
>
> Thank you for reaching the support. You could use Ad Performance Report
> 
> to get the list of the ads associated with a campaign based on the campaign
> id. Please find below the sample report query for reference.
> SELECT Id, CampaignId FROM AD_PERFORMANCE_REPORT WHERE CampaignId IN
> ["22", "20X265"] AND Status IN ["ENABLED"]
> Let us know if you need any additional information.
>
> Regards,
> Nikisha Patel, Google Ads API Team
>
>
> ref:_00D1U1174p._5001UHG8ba:ref



-- 
*Assuring Best Service,*

*Regards,*
*Web-Developer ,*
*Yogesh Patel,*
*8866330189.*

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/CAL12jsmYXBA9xaDYD5HDE-QO8hsbgZh%3Dbv8UiGiZt5jWmP11Og%40mail.gmail.com.


RE: where to find full AttributeType.CATEGORY_PRODUCTS_AND_SERVICES id values mapping?

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

Thank you for posting your concern.

With regard to your concern about category IDs, it appears to be more product 
related. In the AdWords API perspecitve, only the values listed in this 
documentation should be available via the AdWords API.

Also, regarding the additional value (be21b779) appended to the keyword 
results, could you confirm if you are using a test account? I asked because 
test accounts only use dummy data and it usually looks similar to the one that 
was returned in your request.

However, if you are using a production account and since this is also product 
related, I would recommend that you get in touch with the product experts in 
the Google Ads Help Community as they are more equipped to answer your concern 
regarding the returned data.

Regards,
Hiroyuki
Google Ads API Team
ref:_00D1U1174p._5001UHGDtS: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/Jgg210PXLPH400nAsFCZuyRtiojXHHUgKtqg%40sfdc.net.


Re: Which API can get Country Data ?

2019-09-09 Thread sky zhao
*Error Message:*
{[ { "errorCode": { "queryError": "UNRECOGNIZED_FIELD" }, "message": 
"Unrecognized field in the query: 'geographic_view.country_criterion_id'." 
} ]}

在 2019年9月6日星期五 UTC+8下午11:33:09,adsapiforumadvisor写道:
>
> Hello,
>
> You should be able to get this data for your locations by using the 
> following query:
>
> SELECT
>  geographic_view.country_criterion_id,
>  geographic_view.location_type,
>  metrics.clicks,
>  metrics.cost_micros
> FROM
> geographic_view
>
> Let me know if you still have issues.
>
> Regards,
> Anthony
> Google Ads API Team
>
> ref:_00D1U1174p._5001UHFuda: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/7cbe7458-7616-4d3d-a822-b63198c2ee50%40googlegroups.com.


Re: Number clicks and impressions are inconsistency

2019-09-09 Thread Rosdyana Kusuma
Hi Ejay, 

Thank you for your clear explanation.

have a good day,
regards,
Ros.

On Monday, September 9, 2019 at 6:22:51 PM UTC+8, adsapiforumadvisor wrote:
>
> Hi Rosdyana,
>
> Thanks for posting your concern.
>
> Please find my answer for each your question below.
>
> "*the first one, is it possible that the number of clicks and impressions 
> will changed after passed some days?*"
> -The possible reason for the data inconsistency that you are encountering 
> is because some performance data are not available instantly, and some 
> metrics are only updated once a day. There are also the possibility of 
> adjustments being applied to your account after a certain period. You may 
> refer to this document 
>  to read more 
> about data freshness and adjustments and what period it is best to retrieve 
> performance data.
>
> "*if first question is possible, is there any notifications or status 
> (from google ads API)  I can use to know that the data is changed?*"
> -I am afraid that a notification feature for metrics adjustments is 
> currently not possible via the AdWords API. You can continue to follow our 
> blog  for 
> any updates or announcements regarding this topic.
>
> Let me know if you have further questions/clarifications.
>
> Regards,
> Ejay
> Google Ads API Team
>
> ref:_00D1U1174p._5001UHG7FI: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/fa0d3267-fb9c-4050-97dc-ab039e3310f7%40googlegroups.com.


Google Ads API: 503 502:Bad Gateway Error - google.api_core.exceptions.RetryError

2019-09-09 Thread Kenneth Oh
Hello,

With the Google Ads API and while requesting the detail_placement_view 
resource using the google-ads-python package for a specific customer as an 
OAuthed MCC, I am encountering this error:

google.api_core.exceptions.RetryError: Deadline of 3600.0s exceeded while 
calling functools.partial(.error_remapped_callable at 0x12c88e050>, 
customer_id: "xx"

query: "SELECT 
ad_group.id,detail_placement_view.placement,detail_placement_view.display_name,detail_placement_view.placement_type,detail_placement_view.target_url,metrics.video_quartile_25_rate,metrics.video_quartile_50_rate,metrics.video_quartile_75_rate,metrics.video_quartile_100_rate,metrics.video_views,metrics.cost_micros,metrics.clicks,metrics.impressions,metrics.conversions,metrics.all_conversions,metrics.view_through_conversions,segments.date,segments.device
 
FROM detail_placement_view WHERE segments.date BETWEEN \'-xx-xx\' AND 
\'-xx-xx\'"

, metadata=[('x-goog-request-params', 'customer_id= xx'), 
('x-goog-api-client', 'gl-python/3.7.4 grpc/1.23.0 gax/1.14.2 
gapic/3.2.0')]), last exception: 503 502:Bad Gateway


Since this is a 503/502 error, I'm assuming this is an internal issue with 
the Google Ads API.


What could be possibly causing this issue?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/59ac437a-71dd-456d-acad-c3e77b7a1616%40googlegroups.com.


where to find full AttributeType.CATEGORY_PRODUCTS_AND_SERVICES id values mapping?

2019-09-09 Thread RaimundasM
I'm using JAVA adwords API(latest, v.4.7.0), in the examples of 
TargetingIdeaService (GetKeywordIdeas.java) when using a 
TargetingIdeaSelector with AttributeType.CATEGORY_PRODUCTS_AND_SERVICES we 
get an array of category IDs, but nowhere in the guide it's specified where 
to get the mappings for the category IDs. I did find some sort of category 
mapping 
,
 
but when trying to map the actual results from the example to the ones in 
that file, most of the returned IDs are missing in the csv file.
Here is an example return line from the service:
​​Keyword with text 'jewelry be21b779', average monthly search volume 
000, average CPC 000, and competition 0.00 was found with 
categories: 49, 44, 52, 10628

So my main question is where is the full mapping of the categories?
Also one more important question is what is that ID-like thing (be21b779) 
appended to the keyword and why is it provided here, should it be useful 
for something? if so have any examples? or should I just remove those parts?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/a7a6a7e1-f2c9-4be5-89e6-e4055c3341b5%40googlegroups.com.


RE: How can i get total ads count using Campaign ID? Just Count.

2019-09-09 Thread Google Ads API Forum Advisor Prod
Hi Yogesh,

Thank you for reaching the support. You could use Ad Performance Report to get 
the list of the ads associated with a campaign based on the campaign id. Please 
find below the sample report query for reference.
SELECT Id, CampaignId FROM AD_PERFORMANCE_REPORT WHERE CampaignId IN 
["22", "20X265"] AND Status IN ["ENABLED"]
Let us know if you need any additional information.

Regards,
Nikisha Patel, Google Ads API Team
ref:_00D1U1174p._5001UHG8ba: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/6Fawq0PXL1BM00lmHZY0ljQFa1_GrtQIbn8g%40sfdc.net.


RE: Google Ads API(V2) about ad_group_ad_asset_view report

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

As of now the status field for assets is not available in the resource. I will 
let my team know regarding your interest and I will file a feature request for 
this.

Regards,
Sai Teja, Google Ads API Team
ref:_00D1U1174p._5001UHG7rD: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/-Obm20PXKWS200tIE-k-QeQ7uHemgk-AqBBg%40sfdc.net.


Re: Google Ads PHP client library V2 fail get conversions and conversions_values from hotel_performance_view with

2019-09-09 Thread Google Ads API Forum Advisor Prod
Hello Didier,

As Adrian said the error looks like due to data type needed to be double value. 
Also it is mentioned here for conversions_value and conversions metrics data 
types are Double. If you are still facing the problem with the PHP 
implementation of this can file an issue under the issue tracker here. Our PHP 
client library owner will assist you better.

Regards,
Sai Teja, Google Ads API Team
ref:_00D1U1174p._5001UHFxXv: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/zU9_w0PXKVJO00BAW7ZwEvSx2ibMny0wQwwg%40sfdc.net.


RE: DNS resolution failed

2019-09-09 Thread Google Ads API Forum Advisor Prod
Hi Henrik,

Thank you for sharing the error response. The error "DNS Resolution Failed" 
could be a transient error. Could you please retry the request and share the 
complete request and response logs if you are still facing this issue for me to 
investigate further? Also, could you confirm if you are observing this error 
consistently with all the API service calls? Please use Reply privately to 
author option while sharing the details.

Regards,
Nikisha Patel, Google Ads API Team
ref:_00D1U1174p._5001UHG8cJ: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/zYZJd0PXKU6500SKVcT6-iTwa0i8Q0T2YpJQ%40sfdc.net.


RE: Google Ads PHP client library V2 fail get conversions and conversions_values from hotel_performance_view with

2019-09-09 Thread Adrian Lara
The problem is you need convert 1 parameter  in to DoubleValue.

[adrian]

From: adwords-api@googlegroups.com  On Behalf Of 
Didier Roy
Sent: Monday, September 9, 2019 2:49 PM
To: AdWords API and Google Ads API Forum 
Subject: Re: Google Ads PHP client library V2 fail get conversions and 
conversions_values from hotel_performance_view with

Hello Sai

the error is a PHP error. It occurs before the API call is done. There is no 
log of the request into the log.
it seems to be a PHP client library bug. I have tried V2 and V1 and got the 
same error

PHP Fatal error:  Uncaught Exception: Expect float. in 
/home/metaio-dev-v5/google-ads-php/V2/vendor/google/protobuf/src/Google/Protobuf/Internal/GPBUtil.php:182
Stack trace:
#0 
/home/metaio-dev-v5/google-ads-php/V2/vendor/google/protobuf/src/Google/Protobuf/DoubleValue.php(61):
 
Google\Protobuf\Internal\GPBUtil::checkDouble(Object(Google\Protobuf\DoubleValue))
#1 
/home/metaio-dev-v5/google-ads-php/V2/vendor/google/protobuf/src/Google/Protobuf/Internal/Message.php(1009):
 Google\Protobuf\DoubleValue->setValue(Object(Google\Protobuf\DoubleValue))
#2 
/home/metaio-dev-v5/google-ads-php/V2/vendor/google/protobuf/src/Google/Protobuf/Internal/Message.php(79):
 Google\Protobuf\Internal\Message->mergeFromArray(Array)
#3 
/home/metaio-dev-v5/google-ads-php/V2/vendor/google/protobuf/src/Google/Protobuf/DoubleValue.php(38):
 Google\Protobuf\Internal\Message->__construct(Array)
#4 
/home/metaio-dev-v5/google-ads-php/V2/src/Google/Ads/GoogleAds/V1/Common/Metrics.php(3960):
 Google\Protobuf\DoubleValue->__construct(Array)
#5 /home/metaio-dev-v5/goo in 
/home/metaio-dev-v5/google-ads-php/V2/vendor/google/protobuf/src/Google/Protobuf/Internal/GPBUtil.php
 on line 182

Regards
Didier


Le lundi 9 septembre 2019 17:54:09 UTC+2, adsapiforumadvisor a écrit :
Hello Didier,

I am form the Google Ads API team. I was able to make successful API call with 
the search query you have shared without any errors. Could you please share the 
exact error message/error log you are facing to help further? Please use reply 
privately to the author option while sharing the information requested.

Regards,
Sai Teja, Google Ads API Team


ref:_00D1U1174p._5001UHFxXv: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/7809a5c6-987a-49ad-a85b-387022440fd4%40googlegroups.com.

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

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


Re: Google Ads PHP client library V2 fail get conversions and conversions_values from hotel_performance_view with

2019-09-09 Thread Didier Roy
Hello Sai

the error is a PHP error. It occurs before the API call is done. There is 
no log of the request into the log.
it seems to be a PHP client library bug. I have tried V2 and V1 and got the 
same error

PHP Fatal error:  Uncaught Exception: Expect float. in 
/home/metaio-dev-v5/google-ads-php/V2/vendor/google/protobuf/src/Google/Protobuf/Internal/GPBUtil.php:182
Stack trace:
#0 
/home/metaio-dev-v5/google-ads-php/V2/vendor/google/protobuf/src/Google/Protobuf/DoubleValue.php(61):
 
Google\Protobuf\Internal\GPBUtil::checkDouble(Object(Google\Protobuf\DoubleValue))
#1 
/home/metaio-dev-v5/google-ads-php/V2/vendor/google/protobuf/src/Google/Protobuf/Internal/Message.php(1009):
 
Google\Protobuf\DoubleValue->setValue(Object(Google\Protobuf\DoubleValue))
#2 
/home/metaio-dev-v5/google-ads-php/V2/vendor/google/protobuf/src/Google/Protobuf/Internal/Message.php(79):
 
Google\Protobuf\Internal\Message->mergeFromArray(Array)
#3 
/home/metaio-dev-v5/google-ads-php/V2/vendor/google/protobuf/src/Google/Protobuf/DoubleValue.php(38):
 
Google\Protobuf\Internal\Message->__construct(Array)
#4 
/home/metaio-dev-v5/google-ads-php/V2/src/Google/Ads/GoogleAds/V1/Common/Metrics.php(3960):
 
Google\Protobuf\DoubleValue->__construct(Array)
#5 /home/metaio-dev-v5/goo in 
/home/metaio-dev-v5/google-ads-php/V2/vendor/google/protobuf/src/Google/Protobuf/Internal/GPBUtil.php
 
on line 182

Regards
Didier


Le lundi 9 septembre 2019 17:54:09 UTC+2, adsapiforumadvisor a écrit :
>
> Hello Didier,
>
> I am form the Google Ads API team. I was able to make successful API call 
> with the search query you have shared without any errors. Could you please 
> share the exact error message/error log you are facing to help further? 
> Please use *reply privately to the author* option while sharing the 
> information requested.
>
> Regards,
> Sai Teja, Google Ads API Team
>  
>
> ref:_00D1U1174p._5001UHFxXv: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/7809a5c6-987a-49ad-a85b-387022440fd4%40googlegroups.com.


Re: Scope has changed from [...] to [...]

2019-09-09 Thread Google Ads API Forum Advisor Prod
Hello Jia,

As mentioned here you can permit your access to multiple resource at the same 
time, It shouldn't be an issues. If you have more questions please elaborate 
your concern and confirm the API you are working with?

Regards,
Sai Teja, Google Ads API Team
ref:_00D1U1174p._5001UHFvDZ: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/n8JPv0PXKMYT003WBQJYJBTWyFqKijH781Ag%40sfdc.net.


RE: Google Ads PHP client library V2 fail get conversions and conversions_values from hotel_performance_view with

2019-09-09 Thread Google Ads API Forum Advisor Prod
Hello Didier,

I am form the Google Ads API team. I was able to make successful API call with 
the search query you have shared without any errors. Could you please share the 
exact error message/error log you are facing to help further? Please use reply 
privately to the author option while sharing the information requested.

Regards,
Sai Teja, Google Ads API Team
ref:_00D1U1174p._5001UHFxXv: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/QHDjJ0PXKMTT00pnP8K4LwTrWnJvIpAtmMDw%40sfdc.net.


Re: Empty Recommendations

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

Thanks for sharing the request and response logs. It looks like there are no 
recommendations in UI against the client customer Id: 721-369-6225. Also, for 
the shared report definition against client customer Id: 294-644-4402, there 
are no text_ad_recommendations in UI. This is the reason you are getting empty 
response while running the report query. Could you please try getting the 
recommendations via API which are already available in UI and let me know if 
you still face any issues.

Regards,
Nikisha Patel, Google Ads API Team
ref:_00D1U1174p._5001UHFuSD: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/jnKSD0PXKM2W00D0bozy4fQTWTsq-sAYROtQ%40sfdc.net.


Re: Google Ads Api - Check if Image Asset existing duplicate check

2019-09-09 Thread Reginald Chris Pasco
Many thanks. I already found the cause of the problem. All is good now.
Thanks

On Mon, Sep 9, 2019 at 10:09 PM Google Ads API Forum Advisor Prod <
adsapiforumadvi...@gmail.com> wrote:

> Hi Reggie,
>
> You may use the asset
>  resource
> to check if the image asset exists in the account and then work around to
> create new assets based on the data. Let me know if your concern is
> different.
>
> Thanks,
> Bharani, Google Ads API Team
>
> ref:_00D1U1174p._5001UHFz3d: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/CAMwy1Hhk4UqiAG4nMA0tJa0hHyaxaKN35D1%3DsjofHpvGfq7Zkg%40mail.gmail.com.


RE: Google Ads Api - Check if Image Asset existing duplicate check

2019-09-09 Thread Google Ads API Forum Advisor Prod
Hi Reggie,

You may use the asset resource to check if the image asset exists in the 
account and then work around to create new assets based on the data. Let me 
know if your concern is different.

Thanks,
Bharani, Google Ads API Team
ref:_00D1U1174p._5001UHFz3d: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/Es1RB0PXKHZ900wJNyUk0NQvyuNfmcZVRR_A%40sfdc.net.


DNS resolution failed

2019-09-09 Thread Henrik Bossart
I am using the beta version of the Google Ads Api (v2), and suddenly 
started receiving this error:

Response
---
Headers: {}
Fault: {
  "created": "@1568023681.855377467",
  "description": "Failed to pick subchannel",
  "file": "src/core/ext/filters/client_channel/client_channel.cc",
  "file_line": 3818,
  "referenced_errors": [
{
  "created": "@1568023680.718458552",
  "description": "Resolver transient failure",
  "file": "src/core/ext/filters/client_channel/resolving_lb_policy.cc",
  "file_line": 268,
  "referenced_errors": [
{
  "created": "@1568023680.718452388",
  "description": "DNS resolution failed",
  "file": 
"src/core/ext/filters/client_channel/resolver/dns/c_ares/dns_resolver_ares.cc",
  "file_line": 357,
  "grpc_status": 14,
  "referenced_errors": [
{
  "created": "@1568023680.718384003",
  "description": "C-ares status is not ARES_SUCCESS: Could not 
contact DNS servers",
  "file": 
"src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.cc",
  "file_line": 244,
  "referenced_errors": [
{
  "created": "@1568023680.718371983",
  "description": "C-ares status is not ARES_SUCCESS: Could 
not contact DNS servers",
  "file": 
"src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.cc",
  "file_line": 244
}
  ]
}
  ]
}
  ]
}
  ]
}
I haven't seen this error before, and was wondering what to do about it? I 
can't find anything about it in the API docs either..

All help is appreciated.

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

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


How can i get total ads count using Campaign ID? Just Count.

2019-09-09 Thread yogesh patel
Hello,

How can I get total ADS count using Campaign ID? I already did some code 
but it was taking too much time when I have multiple campaigns?


$selectorAds = new Selector();
 $selectorAds->setFields(['Id']);
$selectorAds->setOrdering([new OrderBy('Id', 
SortOrder::ASCENDING)]);
$selectorAds->setPredicates(
[
new Predicate('CampaignId', 
PredicateOperator::IN, [$campaign->getId()]),
new 
Predicate('Status',PredicateOperator::IN,[AdGroupAdStatus::ENABLED])
]
);
$pageAds = $adGroupAdService->get($selectorAds);

// Print out some information for each ad group ad.
if ($pageAds->getEntries() !== null) {
$no_of_active_ads = 
$pageAds->getTotalNumEntries();

}

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/6bcbbdf0-d47b-4e9a-aa78-dc7014fd3176%40googlegroups.com.


Re: Can I get paid views for a youtube video by it's ID?

2019-09-09 Thread Strutio
Hi Dannison,

thanks for your reply. First of all: I just posted a duplicate because I 
thought the first post got lost (so you can just trash that other one). 
Seems like this will do the job, will test it out! 

Thanks!



On Monday, September 9, 2019 at 5:18:25 AM UTC+2, adsapiforumadvisor wrote:
>
> Hi,
>
> Thank you for reaching out.
>
> You may download the Video Performance Report 
> 
>  
> in the AdWords API as this will get all the metrics and attributes related 
> to all your video ads. You will also be able to get the view count and cost 
> for each ad. Refer to the sample query below.
>
> AWQL: SELECT CampaignId, VideoTitle, VideoId, VideoChannelId, VideoViews, 
> Cost, Clicks FROM VIDEO_PERFORMANCE_REPORT
>
> Let me know if you have further concerns.
>
> Regards,
> Dannison
> Google Ads API Team
>
> ref:_00D1U1174p._5001UHG6Vo: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/377b8a19-bd94-41fc-9109-fce692771f10%40googlegroups.com.


Google Ads API(V2) about ad_group_ad_asset_view report

2019-09-09 Thread MCC智美
Hello,

I haved success to get the report data.
But I found that it did not contain deleted asset data.
The asset is not has status about ENABLED,PAUSED,REMOVED to set where.
So How can I get all the asset data?

Thaks

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/a996cb87-cb16-4998-96ca-339ea8fdda91%40googlegroups.com.


RE: Number clicks and impressions are inconsistency

2019-09-09 Thread Google Ads API Forum Advisor Prod
Hi Rosdyana,

Thanks for posting your concern.

Please find my answer for each your question below.

"the first one, is it possible that the number of clicks and impressions will 
changed after passed some days?"
-The possible reason for the data inconsistency that you are encountering is 
because some performance data are not available instantly, and some metrics are 
only updated once a day. There are also the possibility of adjustments being 
applied to your account after a certain period. You may refer to this document 
to read more about data freshness and adjustments and what period it is best to 
retrieve performance data.

"if first question is possible, is there any notifications or status (from 
google ads API)  I can use to know that the data is changed?"
-I am afraid that a notification feature for metrics adjustments is currently 
not possible via the AdWords API. You can continue to follow our blog for any 
updates or announcements regarding this topic.

Let me know if you have further questions/clarifications.

Regards,
Ejay
Google Ads API Team
ref:_00D1U1174p._5001UHG7FI: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/jmDUZ0PXK7HN00E0zPyH9sQ_OdlzElAcNaHg%40sfdc.net.


ImageAsset existing duplicate content error

2019-09-09 Thread Reggie Pasco
Hi,

I just want to ask if how can I check if the Image asset im using already 
has existing duplicate content?
Im using different Image name but same image url for my testing and im 
getting the following error when i try to create asset using 
assetService.MutateAssets().

"errorCode": { "assetError": 6 }, 
"message": "The asset has a name which is different from an existing 
duplicate that represents the same content."

Is there a checker I can use to determine that the image im about to create 
as ImageAsset has an existing content?

Adwords API has MediaUtilities.GetAssetDataFromUrl() method. 
I have never encounter this error on Adwords API before which uses this 
method when creating Image Asset.
Is there a version of that method for the Google Ads API?

Please advise.

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/6d18c845-92cf-43a9-91ce-0d0bc207cd0d%40googlegroups.com.


Re: Google Ads Api - Check if Image Asset existing duplicate check

2019-09-09 Thread Reggie Pasco
Any update news please?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/c0b67be1-4a6d-4cba-a839-94d4e7d5a73a%40googlegroups.com.


How to query the API for paid views on a youtube video?

2019-09-09 Thread Strutio
Hi,

Background: I have a youtube channel and an adwords account. Some of the 
youtube videos have paid views. I use the google data api to get the video 
ids of my channel. Now i want to query the google adwords api to get the 
amount of paid views that video has received. Is that possible? Language 
does not matter too much, but I'd prefer python.

If that is not possible: Can I do it the other way around? Get all paid 
views for all videos in that adwords account?


Best regards and thanks in advance!

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

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


RE: Impression Share metrics in AUDIENCE_PERFORMANCE_REPORT

2019-09-09 Thread Google Ads API Forum Advisor Prod
Hi Sreeram,

The Audience Performance Report currently does not support the AveragePosition 
replacement fields as discussed in this blog post. The said fields, however, 
are supported in other report types and you can check out this guide to learn 
which report types currently support them.

For now, you may continue to follow our blog for any updates or announcements 
regarding this topic. I hope this helps.

Thanks and regards,
Peter
Google Ads API Team
ref:_00D1U1174p._5001UHG7Hx: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/aZ-wQ0PXK6KX00hJAeOw0sSsuwKNIyOdKYCg%40sfdc.net.


Re: Google Ads API : Unable to add campaign level Device targeting using client library

2019-09-09 Thread alok
Thanks Bharani,

Updating Connected_TV device criteria works for display and video campaigns.

Regards,
Alok

On Saturday, September 7, 2019 at 1:34:42 AM UTC+5:30, adsapiforumadvisor 
wrote:
>
> Hi Alok, 
>
> Thank you for sharing the complete logs. It looks like you're updating the 
> targeting criteria for a search campaign. You will be able to target or 
> exclude and adjust the bids for the Connected TV criteria only for 
> Display/Video campaigns. Please refer to this blog post 
> 
>  
> for more information. Could you please give this a try for one of the 
> Display campaigns and let us know if you encounter any issues?
>
> Regards,
> Bharani, Google Ads API Team
>
> ref:_00D1U1174p._5001UHFSnF: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/95c8ee3b-7d11-4f68-80b0-3f9c728828b2%40googlegroups.com.


Impression Share metrics in AUDIENCE_PERFORMANCE_REPORT

2019-09-09 Thread Sreeram Jagannathan
Hi,

The "Average Position" is about to be sunset, and the equivalent metrics 
are "Impression Share". However, I could not find any of these "Impression 
Share" metrics in AUDIENCE_PERFORMANCE_REPORT. Do you have some suggestion 
how to handle this and get Impression Shares as part of Audience reports?

Regards,
Sree Ram

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/f8972cf3-73f9-441a-a4fe-390022ae0ad8%40googlegroups.com.


Number clicks and impressions are inconsistency

2019-09-09 Thread Rosdyana Kusuma
Hello, I have some question related to inconsistency of numbers in google 
ads report. 

the first one, is it possible that the number of clicks and impressions 
will changed after passed some days? I have situation that my last week 
downloaded report using google ads API seems different when I check it 
again with ads dashboard ( ads.google.com ), the different mostly just 1-3 
numbers.
the second question, if first question is possible, is there any 
notifications or status (from google ads API)  I can use to know that the 
data is changed?

thank you,
have a good day

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

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


Re: Scope has changed from [...] to [...]

2019-09-09 Thread jia Jimmy
Thanks for your replying first.

I'm trying to generate my OAuth2 credentials and I want get login-user 
profile at the same time.So I think the scopes should be like  


 [ https://www.googleapis.com/auth/userinfo.email,   
https://www.googleapis.com/auth/adwords,  
https://www.googleapis.com/auth/userinfo.profile ]

Am I right?


在 2019年9月9日星期一 UTC+8上午11:11:29,adsapiforumadvisor写道:
>
> Hi,
>
> Thank you for reaching out.
>
> Could you confirm what you are trying to accomplish? If you are trying to 
> generate your OAuth2 credentials based on the guide 
>  
> provided in the AdWords API? If yes, the scope for this can be found here 
> 
> . 
>
> Regards,
> Dannison
> Google Ads API Team
>
> ref:_00D1U1174p._5001UHFvDZ: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/9115c880-759c-48b9-bfda-e535cc85a2fa%40googlegroups.com.