Re: How to pull segments.conversion_actions* from New Ads API? I am getting UNRECOGNIZED_FIELD error.

2019-03-11 Thread Darshan Pradhan
Thanks for taking a look at this Luis, I look forward to hearing from you 
soon on this issue. 

On Monday, March 11, 2019 at 3:23:17 AM UTC-4, googleadsapi-forumadvisor 
wrote:
>
> Hi Darshan,
>
> Thank you for providing detailed information on your issue. Upon 
> replicating this issue on my end, I could also encounter the same error. 
> However, to further investigate this, I will check this with the team and 
> will provide you an update as soon as available.
>
> Thanks and regards,
> Luis
> Google Ads API Team
>
>
>
> On 03/10/19 07:27:39 darshan wrote:
>
> Forgot to add : I have already tried fetching 
> segments.conversion_action for these resources and I am get same error:
>
> *keyword_view*
>
> *ad_group_audience_view*
>
> *campaign_audience_view*
>
> *age_range_view*
>
> *parental_status_view*
>
> *gender_view*
>
> *ad_group_ad*
>
>
>
>
> On Sunday, March 10, 2019 at 10:18:55 AM UTC+11, Darshan Pradhan wrote:
>
>
> Hi Support, 
>
> I am looking to pull conversion_actions related fields from segments 
> resource. The segments.conversion_actions 
> 
>   
> documentation states that is is selectable from most of the View resources. 
> But I am getting following error , please see the details below and advice. 
>
>
> 2019-03-10 10:09:35,080 INFO  [Gax-3] logging.RequestLogger 
> (RequestLogger.java:151) - FAILURE REQUEST DETAIL.
> Request
> ---
> MethodName: google.ads.googleads.v0.services.GoogleAdsService/Search
> Endpoint: googleads.googleapis.com:443
> Headers: {developer-token=REDACTED, login-customer-id=8730611186, 
> x-goog-api-client=gl-java/11.0.1 gapic/ gax/1.35.0 grpc/1.16.1}
> Body: customer_id: "9254837834"
> query: "SELECT segments.date,  segments.device, 
> segments.conversion_action, segments.conversion_action_category, 
> segments.conversion_action_name, ad_group_ad.ad.id,  ad_group_ad.status,  
> metrics.active_view_cpm, metrics.active_view_ctr, 
> metrics.active_view_impressions, 
> metrics.active_view_measurability, 
> metrics.active_view_measurable_cost_micros, 
> metrics.active_view_measurable_impressions, metrics.active_view_viewability, 
> metrics.all_conversions, metrics.all_conversions_from_interactions_rate, 
> metrics.all_conversions_from_interactions_value_per_interaction, 
> metrics.all_conversions_value, metrics.all_conversions_value_per_cost, 
> metrics.average_cost, metrics.average_cpc, metrics.average_cpe, 
> metrics.average_cpm, metrics.average_cpv, metrics.average_position, 
> metrics.clicks, metrics.conversions, 
> metrics.conversions_from_interactions_rate, 
> metrics.conversions_from_interactions_value_per_interaction, 
> metrics.conversions_value, metrics.conversions_value_per_cost, 
> metrics.cost_micros, metrics.cost_per_all_conversions, 
> metrics.cost_per_conversion, 
> metrics.cost_per_current_model_attributed_conversion, 
> metrics.cross_device_conversions, metrics.ctr, 
> metrics.current_model_attributed_conversions, 
> metrics.current_model_attributed_conversions_from_interactions_rate, 
> metrics.current_model_attributed_conversions_from_interactions_value_per_interaction,
>  
> metrics.current_model_attributed_conversions_value, metrics.current_model_
> attributed_conversions_value_per_cost, metrics.engagement_rate, 
> metrics.engagements, metrics.gmail_forwards, metrics.gmail_saves, 
> metrics.gmail_secondary_clicks, metrics.impressions, 
> metrics.interaction_rate, metrics.interactions, 
> metrics.top_impression_percentage, 
> metrics.value_per_all_conversions, metrics.value_per_conversion, 
> metrics.value_per_current_model_attributed_conversion, 
> metrics.video_quartile_100_rate, metrics.video_quartile_25_rate, 
> metrics.video_quartile_50_rate, metrics.video_quartile_75_rate, 
> metrics.video_view_rate, metrics.video_views, 
> metrics.view_through_conversions 
> FROM ad_group_ad WHERE segments.date DURING LAST_30_DAYS  AND 
> ad_group_ad.status IN (ENABLED, PAUSED) AND metrics.impressions > 0 "
> page_size: 1000
>
>
> Response
> 
> Headers: Metadata(content-type=application/grpc,request-id=-
> gqaZyUzn6ADVyNtPGMzLQ,date=Sat, 09 Mar 2019 23:09:34 
> GMT,alt-svc=quic=":443"; ma=2592000; v="46,44,43,39")
> Body: null
> Status: Status{code=INVALID_ARGUMENT, description=Request contains an 
> invalid argument., cause=null}.
> Request ID -gqaZyUzn6ADVyNtPGMzLQ failed due to GoogleAdsException. 
> Underlying errors:
>   Error 0: error_code {
>   query_error: UNRECOGNIZED_FIELD
> }
> message: "Unrecognized fields in the query: 
> \'segments.conversion_action_category\', 
> \'segments.conversion_action\', \'segments.conversion_action_name\'."
>
>
> -- 
> -- 
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> 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" grou

RE: How to solve DEVELOPER_TOKEN_PROHIBITED error ?

2019-03-11 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum


Hi Rod,

If you are using a new developer token, you should generate a new OAuth2
credentials by following this guide
.
Then, you should also generate a new refresh token
  
as

well. Let me know if it works after trying my suggestions.

Thanks and regards,
Luis
Google Ads API Team


=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com/search/label/adwords_api
https://developers.google.com/adwords/api/community/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

On 03/11/19 19:07:44 rodolphe.guitt...@artefact.com wrote:

Hello,

To request Google Ads API v1, we use oauth2 flow, using
client_id/client_secret created in GCP interface and refresh_token
associated with our account on google Adwords interface from google oauth2
playground.

We are trying to update our developper token as we obtained a standard
access.
We were requesting Google Adwords API with no troubles with a previous API
token associated with another MCC account, and the same gcp project.

Now that we change the API token, we are
receiving DEVELOPER_TOKEN_PROHIBITED "Developer token 'X' is not
allowed with project 'X'.

Could you please tell us which relationship lies between API token and gcp
project ?
Any hints about how to solve that issue ?

Thanks for your help

Rod,




This email and any attachments contains privileged and confidential
information intended only for the use of the addressee(s). If you are not
an intended recipient of this email, you are hereby notified that any
dissemination, copying or use of information is strictly prohibited. If you
received this email in error or without authorization, please delete the
email from your system and notify us immediately by sending us an email. If
you need any further assistance, please send a message to he...@artefact.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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit
https://groups.google.com/d/msgid/adwords-api/94398e22-b8fb-4f6c-b568-dfb23b0b2aa2%40googlegroups.com

.
For more options, visit https://groups.google.com/d/optout.

--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/180ibho0gjjshs0012ne3ky6cmjae9o64o30c1g68qjidhh%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


RE: Change History data is not matching with Adwords interface.

2019-03-11 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum


Hi Manuel,

Unfortunately, there are no other services that can retrieve changed
information in the account besides the CustomerSyncService
.
This service only provides limited details as compared to the Change
History in the Google Ads UI.

Regards,
Dannison
AdWords API Team


=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com/search/label/adwords_api
https://developers.google.com/adwords/api/community/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

On 03/11/19 15:53:29 mspierenb...@bol.com wrote:

Hi Dannison,

I had the same issue. I would like to retrieve the change history data
which is visible in the UI via the Google Ads api but it seems the
CustomerSyncService does not return this data.
For example I can't see any bid changes and also it is not visible who made
the change.

Is there another service which can return this information?

Kind regards,

Manuel Spierenburg


On Monday, March 11, 2019 at 7:42:58 AM UTC+1, googleadsapi-forumadvisor
wrote:

Hi Vijaysinh,

It appears that your issue concerns about the Change History in the Google
Ads UI. With this said, you could open your concern to the Advertiser's
Community Forum
 as
the product experts are better equipped in assisting you with this.

However, I will answer your concerns about the CustomerSyncService in this
thread. The CustomerSyncService
  
does

not return a detailed result of the changes as this will only show campaign
and account based changes. This service is not 100% equivalent to the
Change History feature in the Google Ads UI. The Change History returns a
more detailed result of all the changes made in an account. You may refer
to this guide about Change History
 for more
details.

Do take note that the CustomerSyncService may return summary of changes
that are not visible in the UI. There may be some internal clean-up of data
required. For example, change in attribution models based on conversions
behavior, change in bidding etc. If you have specific changes that you
would like us to check further, please let me know.

Regards,
Dannison
AdWords API Team


=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com/search/label/adwords_api
https://developers.google.com/adwords/api/community/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

On 03/09/19 14:14:29 er.parmarvi...@gmail.com wrote:

Hi Team,

I am not getting proper data from adwords api for Change history data.

I have attached my account change history screenshot for date 13th Feb 19
to 14th Feb 19 its showing

*All Change 31 please check in attached screenshot. *

*Account changes = 8 *
*Ad Changes = 0*
*Bid Changes = 0*
*Budget Changes = 14*
*Conversion Changes = 0*
*Keyword Changes = 0*
*Network Changes = 3*
*Status Changes = 0*
*Targeting Changes = 13*

*Above sum is also not matching with adwords interface as it say 31 all
changes but if you sum above than its 38, please explain why?*

My Adwords Account timezone is Asia/Kolkata.

Using adwords api I am not even getting 31 changes also, please check my
attached sample request.

I am getting only 3 changes in response.

Please advise why so much difference in data? How do I get proper and
accurate data using api?

I am using PHP.

Thanks & Regards,
Vijaysinh Parmar.








--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit https://groups.google.com/d/ms
gid/adwords-api/d360339a-ca18-4ce6-8570-a96bb068d45b%40googlegroups.com

.
For more options, visit https://groups.google.com/d/optout.

Was your question answered? Please rate your experience with us by taking a

Budget History

2019-03-11 Thread daniel.jerman via AdWords API and Google Ads API Forum
Hi Everyone,

Is there any possibilities to get from the Google Ads API the information 
about the budget amount of a campaign for specific dates? Actually I am 
getting only the actual value for all the past dates.

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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/383704e4-19f5-4107-9553-959b40a4514d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


How to solve DEVELOPER_TOKEN_PROHIBITED error ?

2019-03-11 Thread rodolphe . guitteny
Hello,

To request Google Ads API v1, we use oauth2 flow, using 
client_id/client_secret created in GCP interface and refresh_token 
associated with our account on google Adwords interface from google oauth2 
playground.

We are trying to update our developper token as we obtained a standard 
access.
We were requesting Google Adwords API with no troubles with a previous API 
token associated with another MCC account, and the same gcp project.

Now that we change the API token, we are 
receiving DEVELOPER_TOKEN_PROHIBITED "Developer token 'X' is not 
allowed with project 'X'.

Could you please tell us which relationship lies between API token and gcp 
project ?
Any hints about how to solve that issue ?

Thanks for your help

Rod,


-- 
 


This email and any 
attachments contains privileged and confidential information intended only 
for the use of the addressee(s). If you are not an intended recipient of 
this email, you are hereby notified that any dissemination, copying or use 
of information is strictly prohibited. If you received this email in error 
or without authorization, please delete the email from your system and 
notify us immediately by sending us an email. If you need any further 
assistance, please send a message to he...@artefact.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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/94398e22-b8fb-4f6c-b568-dfb23b0b2aa2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Add audience targeting to a newly created ad group through AdWords API.

2019-03-11 Thread vibhesh kaul
Hi,

I would like to be able to target Audience specifically relevant o Real 
Estate market. I am able to do that from the AdWords UI but would like to 
be able to do the same through the Adwords API. Please go to this link " 
https://drive.google.com/open?id=1ySLYk48S2o5qIdX314qs1nKLdvYoRAcj " to 
view the image and to better understand what I want to do. I would really 
appreciate your help.

Thanks,
Vibhesh

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/a47b2458-8353-4f19-8858-ee8659d951a6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


RE: Search for Interest API

2019-03-11 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum


Zied,

It is not possible to fetch the audience suggestions based on the seed
keyword via API. Meanwhile, you could keep an eye on our blog
 for
information related to the future releases.

Regards,
Sai Teja, AdWords API Team


=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com/search/label/adwords_api
https://developers.google.com/adwords/api/community/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/186ta380o7b7r60004jfvux70mjie9k60o30c1g68r30dpl%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


RE: Frequent time outs while accessing Adwords APIs

2019-03-11 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum


Hi Igor, Carmine,

I've asked the engineering team to look into this. In the meantime, since
you both seem to be having trouble with AWS, have you reached out to their
support team to see if there are any known issues on their side?

Thanks,
Josh, AdWords API Team

=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com/search/label/adwords_api
https://developers.google.com/adwords/api/community/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

On 03/09/19 09:13:32 sc...@bgenius.com wrote:

We have another system running elsewhere which does not have these issues.

The ipaddress of adwords.google.com is 74.125.193.100.

Best,
Igor

--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit
https://groups.google.com/d/msgid/adwords-api/42cbffa7-0423-4bb2-8346-62f0d8634f27%40googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/186tc3g08r3tro0001oqtgy60mj4d9p68o30c1g68q3ic9k%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


RE: Manager accounts linked to account under my MCC

2019-03-11 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum


Hello Daniel,

Unfortunately, it is not possible to fetch the list of managers of an
account via API. I will let my team know regarding your suggestion.
Meanwhile you can keep an eye on our blog
for
information related to the future releases.

Regards,
Sai Teja, AdWords API Team


=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com/search/label/adwords_api
https://developers.google.com/adwords/api/community/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

On 03/11/19 06:22:34 fogt...@gmail.com wrote:

Hello,

Is there any way to check how many manager accounts (not mine) are linked
to account under my MCC? I do not need any details or credentails of these
MCC, I need to know how many of them are linked to certain account.

I was looking for solutions in the documentation, but unfortunately I did
not find it.

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

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

.
For more options, visit https://groups.google.com/d/optout.

--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/1a0mrl80ggakko0004jl74z64mj4dpm68o30c1g68qj6dpo%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Manager accounts linked to account under my MCC

2019-03-11 Thread fogtdan
Hello,

Is there any way to check how many manager accounts (not mine) are linked 
to account under my MCC? I do not need any details or credentails of these 
MCC, I need to know how many of them are linked to certain account.

I was looking for solutions in the documentation, but unfortunately I did 
not find it.

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

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


RE: Google Ads API: search_term_view missing criterion information

2019-03-11 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum


Hello Tim,

I'm Dhanya's colleague addressing your concern on her behalf. The granular
data which returns the specific Keyword Id for the search term is not yet
supported. I have raised this as a feature request to the team. Please keep
an eye on our blog for more updates.

Thanks,
Bharani, Google Ads API Team.

=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com/search/label/adwords_api
https://developers.google.com/adwords/api/community/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/1a0p30g10ngs80sgf8y74mjidhh68o30c1g68qj6e9k%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


RE: 201902 java client library

2019-03-11 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum


Hello Thomas,

You could refer here
 for the
availability of new versions and the depreciation schedule for existing
versions. Although, the new Google Ads API
 is
replacing the AdWords API, the AdWords API will be available for
approximately one year
  
from

the release of Google Ads API v1 on March 4th. More definitive timelines
will be available in our blog
 in the
near future. For the time being, the important takeaway is that you'll want
to start planning and working on your migration to the Google Ads API now
so you'll be well-prepared for the sunset of the AdWords API.

Regards,
Sai Teja, AdWords API Team


=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com/search/label/adwords_api
https://developers.google.com/adwords/api/community/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

On 03/11/19 06:28:16 thomasbisba...@gmail.com wrote:

When i try to download latest client library.
Inside the examples the latest i can find is 2018v09
Isn't there any with 2019v02?

--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit
https://groups.google.com/d/msgid/adwords-api/c07f3247-6fbc-425b-bca0-649924984de4%40googlegroups.com

.
For more options, visit https://groups.google.com/d/optout.

--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/1a0p30g10v5af800011fj4x6smjie9j6oo30c1g68qjacpk%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


RE: LocationCriterionService return INVALID_PREDICATE_OPERATOR error

2019-03-11 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum


Hello Zeid,

For the LocationCriterionService, ONLY and IN operators are currently
supported. I have raised a feature request to the team. Please keep an eye
on our blog  
 for

more updates.

Thanks,
Bharani, AdWords API Team

=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com/search/label/adwords_api
https://developers.google.com/adwords/api/community/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/1a0j7j81gvednu0008rc0mw68mj6e9g6ko30c1g68qj6dpk%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


RE: How to update tracking_url_template for AdGroupAd using new Google Ads API V1

2019-03-11 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum


Hello Sergei,

Currently, we will not be able to share a definite timeline on this. Please
keep an eye on our blog
 for
more updates.

Thanks,
Bharani, Google Ads API Team

=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com/search/label/adwords_api
https://developers.google.com/adwords/api/community/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/1a0p30g10202fork3ox6omj0c1k60o30c1g68qjed9g%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


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

2019-03-11 Thread Ananth Sakthivel
*Finally Fixed the Issue. i just updated the library to the stable 
version(Google.Ads.GoogleAds). then its working fine.*
*trim empty space if "LoginCustomerId" has.  *

[image: 2019-03-11_20-06-38.png]


On Monday, 11 March 2019 15:08:10 UTC+5:30, pe...@meetweet.nl wrote:
>
> Hi Sai,
>
> A week ago I sent you my credential information and response data in a 
> private message.
> Any progress on this issue?
>
> Regards,
> Peter
>
> Op woensdag 13 februari 2019 12:47:25 UTC+1 schreef Ananth Sakthivel:
>>
>> since yesterday my code was working fine and it's fetching the AdsAccount 
>> Details through the Service of "GetCustomer()". but today onwards its stop 
>> working and throwing the Below error,
>>
>> *Google.Ads.GoogleAds.Lib.GoogleAdsException*
>> *  HResult=0x80131500*
>> *  Message=Status(StatusCode=PermissionDenied, Detail="The caller does 
>> not have permission")*
>> *  Source=Google.Api.Gax.Grpc*
>>
>> I have already added the "LoginCustomerId" in my config file. but still, 
>> it's not sorted out.
>>
>> My TestManager CustomerID: 2349150893
>> Developer token:XX
>> *please have a look on my code below, also I attached the screenshot of 
>> my errors.*
>>
>>  try
>> {
>> Client = new GoogleAdsClient();
>> CustomerService = 
>> Client.GetService(Services.V0.CustomerService);   
>> GoogleAdsServiceClient googleAdsService = 
>> Client.GetService(Services.V0.GoogleAdsService);
>> SearchGoogleAdsRequest request = new 
>> SearchGoogleAdsRequest()
>> {
>> Query = @"SELECT customer_client.client_customer 
>> FROM customer_client",
>> CustomerId = Client.Config.LoginCustomerId
>> };
>> PagedEnumerable> GoogleAdsRow> searchPagedResponse = googleAdsService.Search(request);
>> object sync = new Object();
>>
>> Parallel.ForEach(searchPagedResponse, response =>
>> {
>>  lock (sync)
>>  {
>>  var ClientDetails = 
>> CustomerService.GetCustomer(response.CustomerClient.ClientCustomer);//Error 
>> at this line
>>  if (!ClientDetails.Manager.Value)
>>  {
>> 
>>  }
>>  }
>>
>> });
>> }
>>
>> [image: 2019-02-13_17-12-10.png]
>>
>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/7f34f166-316c-493f-80da-01c32ad60a13%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Search for Interest API

2019-03-11 Thread Zied Chaari
Hi all,

Is their an end point that return user interests based on keyword? Like the 
UI bellow.

[image: Capture.PNG] 

Thanks,

Zied

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/8815a53c-1b3a-4955-9bf1-8dc97884ef55%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


RE: Large difference in performance for similar ads.

2019-03-11 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum


Hi Sam,

Your issue is related to performance in Google Ads rather than the API. I'd
recommend reaching out to the product team
 to
find out why your ads are behaving this way.

Regards,
Anthony
AdWords API Team


=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com/search/label/adwords_api
https://developers.google.com/adwords/api/community/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

On 03/09/19 22:12:59 samuelj.cla...@gmail.com wrote:

In one of my adgroups I have two ads that are very similar. The only
difference is the order of the two headlines. These ads have the same
keywords and same landing page. In the past 7 days I got a 30% conversion
rate for Ad 1 and a 8% conversion rate for Ad 2. They have about the same
CTR, clicks, avg position, and top of page rate. To make it even funner,
last week they were flipped and Ad 2 had a conversion rate of 17% and Ad 1
had a conversion rate of 8%. The week before that they were flipped and Ad
1 did drastically better.  The week before that they were flipped and Ad 2
did drastically better. The better performing ad has at least 2x the
conversion rate of the underperforming ad for the week. Given that both ads
are populated and many months old, what could be causing this strange
behavior?

--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit
https://groups.google.com/d/msgid/adwords-api/ce50733e-b733-46ba-916d-a0b71cb455fd%40googlegroups.com

.
For more options, visit https://groups.google.com/d/optout.

--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/00d12jbmng0181u82aid2az64mjedph6co30c1g68qjecph%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


GetCampaigns.php doesn't return results

2019-03-11 Thread Marcos Gil Fuertes
Just downloaded the PHP library, configured everything at 
"google_ads_php.ini" file and tested the sample... but it doesn't show any 
campaign (and I have a couple of them on my test account).

This is the trace:

[2019-03-11 10:15:20] google-ads.WARNING: Request made: Host: "
googleads.googleapis.com", Method: 
"/google.ads.googleads.v1.services.GoogleAdsService/Search", 
ClientCustomerId: ***600, RequestId: "u0jvceGNDHY4eHWvArcfxA", IsFault: 
0, FaultMessage: "None"  
[2019-03-11 10:15:20] google-ads.NOTICE: Request
---
Method Name: /google.ads.googleads.v1.services.GoogleAdsService/Search
Host: googleads.googleapis.com
Headers: {
"x-goog-api-client": "gl-php\/7.2.15-0ubuntu0.18.04.1 gapic\/ 
gax\/0.38.0 grpc\/1.19.0",
"developer-token": "REDACTED"
}
Request: {"customerId":"***600","query":"SELECT campaign.id, 
campaign.name FROM campaign ORDER BY campaign.id","pageSize":1000}

Response
---
Headers: {
"content-disposition": "attachment",
"request-id": "u0jvceGNDHY4eHWvArcfxA",
"date": "Mon, 11 Mar 2019 09:15:20 GMT",
"alt-svc": "quic=\":443\"; ma=2592000; v=\"46,44,43,39\""
}
Response: {"fieldMask":"campaign.id,campaign.name"}


I can't understand very well the response header "content-disposition": 
"attachment" :/

Did I miss something?

Thank you!

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

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


Re: Google Ads API: search_term_view missing criterion information

2019-03-11 Thread tim . wlcek
Hi Dhanya,

thats great, but I am specifically looking for the information which 
keyword/criteria was triggered by the user query. 
This information is not exposed according to the docs & the interactive 
GAQL builder, which I think uses the FieldService 
(https://developers.google.com/google-ads/api/docs/concepts/field-service) 
to gather the valid attributes and metrics for the specific resource.

I know I can get ad_group details from the view, but this information is 
not granular enough for our use-case, as there might be several keywords in 
one ad group.
Regards
tim

On Friday, March 8, 2019 at 7:48:31 PM UTC+1, googleadsapi-forumadvisor 
wrote:
>
> Hi Tim,
>
> You can pull up the fields under GoogleAdsRow.getSearchTermView() 
> 
>  to 
> retrieve the search term and AdGroup details. For example, 
> GoogleAdsRow.getSearchTermView().getSearchTerm().
>
> Regards,
> Dhanya, Google Ads API Team
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> Also find us on our blog and discussion group:
> http://googleadsdeveloper.blogspot.com/search/label/adwords_api
> https://developers.google.com/adwords/api/community/
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>
> Was your question answered? Please rate your experience with us by taking 
> a short survey.
> If not -- reply to this email and tell us what else we can do to help.
>
> Take Survey 
> 
>
> Also find us on our blog and discussion group:
> http://googleadsdeveloper.blogspot.com/search/label/adwords_api
> https://developers.google.com/adwords/api/community/
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/f83bac62-4033-42f0-9288-02996fc648c2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


201902 java client library

2019-03-11 Thread Thomas Bisballe
When i try to download latest client library.
Inside the examples the latest i can find is 2018v09
Isn't there any with 2019v02?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/c07f3247-6fbc-425b-bca0-649924984de4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


GetCampaigns.php doesn't return results

2019-03-11 Thread Marcos Gil Fuertes
Just downloaded the PHP library, configured everything at 
"google_ads_php.ini" file and tested the sample... but it doesn't show any 
campaign (and I have a couple of them on my test account).

This is the trace:

[2019-03-11 10:15:20] google-ads.WARNING: Request made: Host: 
"googleads.googleapis.com", Method: 
"/google.ads.googleads.v1.services.GoogleAdsService/Search", 
ClientCustomerId: ***600, RequestId: "u0jvceGNDHY4eHWvArcfxA", IsFault: 
0, FaultMessage: "None"  
[2019-03-11 10:15:20] google-ads.NOTICE: Request
---
Method Name: /google.ads.googleads.v1.services.GoogleAdsService/Search
Host: googleads.googleapis.com
Headers: {
"x-goog-api-client": "gl-php\/7.2.15-0ubuntu0.18.04.1 gapic\/ 
gax\/0.38.0 grpc\/1.19.0",
"developer-token": "REDACTED"
}
Request: {"customerId":"4185364600","query":"SELECT campaign.id, 
campaign.name FROM campaign ORDER BY campaign.id","pageSize":1000}

Response
---
Headers: {
"content-disposition": "attachment",
"request-id": "u0jvceGNDHY4eHWvArcfxA",
"date": "Mon, 11 Mar 2019 09:15:20 GMT",
"alt-svc": "quic=\":443\"; ma=2592000; v=\"46,44,43,39\""
}
Response: {"fieldMask":"campaign.id,campaign.name"}


I can't understand very well the response header "content-disposition": 
"attachment" :/

Did I miss something?

Thank you!

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

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


Large difference in performance for similar ads.

2019-03-11 Thread Sam
In one of my adgroups I have two ads that are very similar. The only 
difference is the order of the two headlines. These ads have the same 
keywords and same landing page. In the past 7 days I got a 30% conversion 
rate for Ad 1 and a 8% conversion rate for Ad 2. They have about the same 
CTR, clicks, avg position, and top of page rate. To make it even funner, 
last week they were flipped and Ad 2 had a conversion rate of 17% and Ad 1 
had a conversion rate of 8%. The week before that they were flipped and Ad 
1 did drastically better.  The week before that they were flipped and Ad 2 
did drastically better. The better performing ad has at least 2x the 
conversion rate of the underperforming ad for the week. Given that both ads 
are populated and many months old, what could be causing this strange 
behavior? 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/ce50733e-b733-46ba-916d-a0b71cb455fd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Change History data is not matching with Adwords interface.

2019-03-11 Thread mspierenburg via AdWords API and Google Ads API Forum
Hi Dannison,

I had the same issue. I would like to retrieve the change history data 
which is visible in the UI via the Google Ads api but it seems the 
CustomerSyncService does not return this data.
For example I can't see any bid changes and also it is not visible who made 
the change.

Is there another service which can return this information?

Kind regards,

Manuel Spierenburg


On Monday, March 11, 2019 at 7:42:58 AM UTC+1, googleadsapi-forumadvisor 
wrote:
>
> Hi Vijaysinh,
>
> It appears that your issue concerns about the Change History in the Google 
> Ads UI. With this said, you could open your concern to the Advertiser's 
> Community Forum 
>  
> as the product experts are better equipped in assisting you with this.
>
> However, I will answer your concerns about the CustomerSyncService in this 
> thread. The CustomerSyncService 
> 
>  does 
> not return a detailed result of the changes as this will only show campaign 
> and account based changes. This service is not 100% equivalent to the 
> Change History feature in the Google Ads UI. The Change History returns a 
> more detailed result of all the changes made in an account. You may refer 
> to this guide about Change History 
>  for more 
> details. 
>
> Do take note that the CustomerSyncService may return summary of changes 
> that are not visible in the UI. There may be some internal clean-up of data 
> required. For example, change in attribution models based on conversions 
> behavior, change in bidding etc. If you have specific changes that you 
> would like us to check further, please let me know.
>
> Regards,
> Dannison
> AdWords API Team
>
>
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> Also find us on our blog and discussion group:
> http://googleadsdeveloper.blogspot.com/search/label/adwords_api
> https://developers.google.com/adwords/api/community/
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>
> On 03/09/19 14:14:29 er.parmarvi...@gmail.com wrote:
>
> Hi Team,
>
> I am not getting proper data from adwords api for Change history data.
>
> I have attached my account change history screenshot for date 13th Feb 19 
> to 14th Feb 19 its showing 
>
> *All Change 31 please check in attached screenshot. *
>
> *Account changes = 8 *
> *Ad Changes = 0*
> *Bid Changes = 0*
> *Budget Changes = 14*
> *Conversion Changes = 0*
> *Keyword Changes = 0*
> *Network Changes = 3*
> *Status Changes = 0*
> *Targeting Changes = 13*
>
> *Above sum is also not matching with adwords interface as it say 31 all 
> changes but if you sum above than its 38, please explain why?*
>
> My Adwords Account timezone is Asia/Kolkata.
>
> Using adwords api I am not even getting 31 changes also, please check my 
> attached sample request.
>
> I am getting only 3 changes in response.
>
> Please advise why so much difference in data? How do I get proper and 
> accurate data using api?
>
> I am using PHP.
>
> Thanks & Regards,
> Vijaysinh Parmar. 
>
>
>
>
>
>
>
>
> -- 
> -- 
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> 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.
> Visit this group at https://groups.google.com/group/adwords-api.
> To view this discussion on the web visit https://groups.google.com/d/ms
> gid/adwords-api/d360339a-ca18-4ce6-8570-a96bb068d45b%40googlegroups.com 
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>
> Was your question answered? Please rate your experience with us by taking 
> a short survey.
> If not -- reply to this email and tell us what else we can do to help.
>
> Take Survey 
> 
>
> Also find us on our blog and discussion group:
> http://googleadsdeveloper.blogspot.com/search/label/adwords_api
> https://developers.google.com/adwords/api/community/
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
htt

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

2019-03-11 Thread peter
Hi Sai,

A week ago I sent you my credential information and response data in a 
private message.
Any progress on this issue?

Regards,
Peter

Op woensdag 13 februari 2019 12:47:25 UTC+1 schreef Ananth Sakthivel:
>
> since yesterday my code was working fine and it's fetching the AdsAccount 
> Details through the Service of "GetCustomer()". but today onwards its stop 
> working and throwing the Below error,
>
> *Google.Ads.GoogleAds.Lib.GoogleAdsException*
> *  HResult=0x80131500*
> *  Message=Status(StatusCode=PermissionDenied, Detail="The caller does not 
> have permission")*
> *  Source=Google.Api.Gax.Grpc*
>
> I have already added the "LoginCustomerId" in my config file. but still, 
> it's not sorted out.
>
> My TestManager CustomerID: 2349150893
> Developer token:XX
> *please have a look on my code below, also I attached the screenshot of my 
> errors.*
>
>  try
> {
> Client = new GoogleAdsClient();
> CustomerService = 
> Client.GetService(Services.V0.CustomerService);   
> GoogleAdsServiceClient googleAdsService = 
> Client.GetService(Services.V0.GoogleAdsService);
> SearchGoogleAdsRequest request = new 
> SearchGoogleAdsRequest()
> {
> Query = @"SELECT customer_client.client_customer 
> FROM customer_client",
> CustomerId = Client.Config.LoginCustomerId
> };
> PagedEnumerable 
> searchPagedResponse = googleAdsService.Search(request);
> object sync = new Object();
>
> Parallel.ForEach(searchPagedResponse, response =>
> {
>  lock (sync)
>  {
>  var ClientDetails = 
> CustomerService.GetCustomer(response.CustomerClient.ClientCustomer);//Error 
> at this line
>  if (!ClientDetails.Manager.Value)
>  {
> 
>  }
>  }
>
> });
> }
>
> [image: 2019-02-13_17-12-10.png]
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/0e35fd81-389c-4a4a-b8bc-f257561ba669%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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

2019-03-11 Thread Ananth Sakthivel
Hello sai,

Please check my previous thread. i have already mentioned that below 
solution is not working for me.

On Tuesday, 5 March 2019 02:27:53 UTC+5:30, googleadsapi-forumadvisor wrote:
>
> Hello Anath,
>
> The other users on this thread added * value="INSERT_LOGIN_CUSTOMER_ID_HERE" />* to their app.config file and 
> was able to fix the issue. Could you please try the same? In general we 
> specify the login-customer-id(to manager authenticating client's account) 
> in the app.config file and then pass the client customer id to the program 
> from which you are pulling the data. if you are still facing the 
> PERMISSON_DENIED error, please share the clientCustomerId and 
> login-customer-id and the user authenticating the call. You could use reply 
> privately to the author option while sharing the details requested.
>
> @Inspired UM
>
> The "Main account"(assuming the user of this account is authenticating the 
> call) CID should be present in the google-ads.yaml file and the 
> clientCustomerId of the "Account" you want to access should be present in 
> the query as customer_id. If you are still facing the PERMISSON_DENIED 
> error, please share the clientCustomerId and login-customer-id and the 
> email address of the user authenticating the call. You could use reply 
> privately to the author option while sharing the details requested.
>
> Regards,
> Sai Teja, Google Adws API Team
>
>
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> Also find us on our blog and discussion group:
> http://googleadsdeveloper.blogspot.com/search/label/adwords_api
> https://developers.google.com/adwords/api/community/
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>
> Was your question answered? Please rate your experience with us by taking 
> a short survey.
> If not -- reply to this email and tell us what else we can do to help.
>
> Take Survey 
> 
>
> Also find us on our blog and discussion group:
> http://googleadsdeveloper.blogspot.com/search/label/adwords_api
> https://developers.google.com/adwords/api/community/
> On 03/04/19 03:30:55 inspired...@gmail.com  wrote:
>
> Hi Sai,
>
> I still have same issue. 
> I am using google-ads-python library. I followed instructions in README 
> section of library, used provided template, and specified 'login_customer_id' 
> in google-ads.yaml file, but still have "PermissionDenied: 403 The caller 
> does not have permission" error. The account I want to access has a 
> hierarchy like this:
> Main Account/Sub-Account/Sub-sub-Account/Account I want to access. Which 
> ID should go to "google-ads.yaml" file and which to "customer_id" in quety 
> "google_ads_service.search(customer_id, query=query,page_size=1000) "
>
> Thank you
>
>
> On Saturday, 2 March 2019 00:44:58 UTC+2, googleadsapi-forumadvisor wrote:
>
> Hello Everyone,
>
> Looks like some of you have solved the USER_PERMISSION_DENIED error by 
> adding the login-customer-id in the properties file. If you are still 
> facing the issue, could you please go through this blog post 
> 
>  
> and follow the instructions mentioned there to add login-customer-id in the 
> properties file? If you are still facing the issue, could you please go 
> through this blog post and follow the instructions mentioned there to add 
> login-customer-id in the properties file? 
>
> Regards,
> Sai Teja, Google Ads API Team
>
> Was your question answered? Please rate your experience with us by taking 
> a short survey.
> If not -- reply to this email and tell us what else we can do to help.
>
> Take Survey 
> 
>
> Also find us on our blog and discussion group:
> http://googleadsdeveloper.blogspot.com/search/label/adwords_api
> https://developers.google.com/adwords/api/community/
>
> -- 
> -- 
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> 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.
> Visit this group at https://groups.google.com/group/adwords-api.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/a

Re: LocationCriterionService return INVALID_PREDICATE_OPERATOR error

2019-03-11 Thread Zied Chaari
Hi Bharani,
>
>
As I know their is now label in the location entity, so how can I filter by 
label using ContainAny?

The idea is to reproduce the dropdown location component bellow, when user 
start typing the location name, I give him location suggestion by calling 
LocationCriterionService.

[image: Capture.PNG]


Thanks,
Zied

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/1b43e508-7c7c-4992-9861-e7e720cdb309%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


RE: How to pull segments.conversion_actions* from New Ads API? I am getting UNRECOGNIZED_FIELD error.

2019-03-11 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum


Hi Darshan,

Thank you for providing detailed information on your issue. Upon
replicating this issue on my end, I could also encounter the same error.
However, to further investigate this, I will check this with the team and
will provide you an update as soon as available.

Thanks and regards,
Luis
Google Ads API Team



On 03/10/19 07:27:39 darshan wrote:

Forgot to add : I have already tried fetching
segments.conversion_action for these resources and I am get same error:

*keyword_view*

*ad_group_audience_view*

*campaign_audience_view*

*age_range_view*

*parental_status_view*

*gender_view*

*ad_group_ad*




On Sunday, March 10, 2019 at 10:18:55 AM UTC+11, Darshan Pradhan wrote:


Hi Support,

I am looking to pull conversion_actions related fields from segments
resource. The segments.conversion_actions

documentation states that is is selectable from most of the View resources.
But I am getting following error , please see the details below and advice.


2019-03-10 10:09:35,080 INFO  [Gax-3] logging.RequestLogger
(RequestLogger.java:151) - FAILURE REQUEST DETAIL.
Request
---
MethodName: google.ads.googleads.v0.services.GoogleAdsService/Search
Endpoint: googleads.googleapis.com:443
Headers: {developer-token=REDACTED, login-customer-id=8730611186,
x-goog-api-client=gl-java/11.0.1 gapic/ gax/1.35.0 grpc/1.16.1}
Body: customer_id: "9254837834"
query: "SELECT segments.date,  segments.device, segments.conversion_action,
segments.conversion_action_category, segments.conversion_action_name,
ad_group_ad.ad.id,  ad_group_ad.status,  metrics.active_view_cpm,
metrics.active_view_ctr, metrics.active_view_impressions,
metrics.active_view_measurability,  
metrics.active_view_measurable_cost_micros,

metrics.active_view_measurable_impressions, metrics.active_view_viewability,
metrics.all_conversions, metrics.all_conversions_from_interactions_rate,
metrics.all_conversions_from_interactions_value_per_interaction,
metrics.all_conversions_value, metrics.all_conversions_value_per_cost,
metrics.average_cost, metrics.average_cpc, metrics.average_cpe,
metrics.average_cpm, metrics.average_cpv, metrics.average_position,
metrics.clicks, metrics.conversions,  
metrics.conversions_from_interactions_rate,

metrics.conversions_from_interactions_value_per_interaction,
metrics.conversions_value, metrics.conversions_value_per_cost,
metrics.cost_micros, metrics.cost_per_all_conversions,
metrics.cost_per_conversion,  
metrics.cost_per_current_model_attributed_conversion,
metrics.cross_device_conversions, metrics.ctr,  
metrics.current_model_attributed_conversions,

metrics.current_model_attributed_conversions_from_interactions_rate,
metrics.current_model_attributed_conversions_from_interactions_value_per_interaction,
metrics.current_model_attributed_conversions_value, metrics.current_model_
attributed_conversions_value_per_cost, metrics.engagement_rate,
metrics.engagements, metrics.gmail_forwards, metrics.gmail_saves,
metrics.gmail_secondary_clicks, metrics.impressions,
metrics.interaction_rate, metrics.interactions,  
metrics.top_impression_percentage,

metrics.value_per_all_conversions, metrics.value_per_conversion,
metrics.value_per_current_model_attributed_conversion,
metrics.video_quartile_100_rate, metrics.video_quartile_25_rate,
metrics.video_quartile_50_rate, metrics.video_quartile_75_rate,
metrics.video_view_rate, metrics.video_views,  
metrics.view_through_conversions

FROM ad_group_ad WHERE segments.date DURING LAST_30_DAYS  AND
ad_group_ad.status IN (ENABLED, PAUSED) AND metrics.impressions > 0 "
page_size: 1000


Response

Headers: Metadata(content-type=application/grpc,request-id=-
gqaZyUzn6ADVyNtPGMzLQ,date=Sat, 09 Mar 2019 23:09:34
GMT,alt-svc=quic=":443"; ma=2592000; v="46,44,43,39")
Body: null
Status: Status{code=INVALID_ARGUMENT, description=Request contains an
invalid argument., cause=null}.
Request ID -gqaZyUzn6ADVyNtPGMzLQ failed due to GoogleAdsException.
Underlying errors:
  Error 0: error_code {
  query_error: UNRECOGNIZED_FIELD
}
message: "Unrecognized fields in the query:  
\'segments.conversion_action_category\',

\'segments.conversion_action\', \'segments.conversion_action_name\'."


--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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
em