query_error: FILTER_HAS_TOO_MANY_VALUES

2022-03-08 Thread Yoni Bombach
Hi Google Ads Support Team,

We have a problem when we query for some of our customers a specific 
endpoint in the Google Ads API.

*Endpoint*: asset
*Query*: 
SELECT asset.id, asset.image_asset.full_size.url, asset.text_asset.text, 
asset.youtube_video_asset.youtube_video_id FROM asset WHERE asset.id in 
(xxx, xxx, xxx, xxx,.) we get error 
response: "query_error: FILTER_HAS_TOO_MANY_VALUES\", but we provide just 
20 values.


We would appreciate your help.

Best,
Yoni, Singular

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/fb00d50a-b968-4d10-ac6b-7dd02695ed92n%40googlegroups.com.


we don't get 'metrics.clicks'/'metrics.cost_micros' data from endpoint 'ad_group_ad_asset_view'

2022-03-06 Thread Yoni Bombach
Hi Google Ads Support Team,

We have a problem when we query for some of our customers (not all of them) 
a specific endpoint in the Google Ads API.
*Endpoint*: ad_group_ad_asset_view
*Query*: “SELECT segments.date, campaign.id, campaign.name, 
customer.currency_code, campaign.app_campaign_setting.app_id, 
campaign.app_campaign_setting.app_store, campaign.advertising_channel_type, 
campaign.advertising_channel_sub_type, metrics.impressions, metrics.clicks, 
metrics.cost_micros, campaign.final_url_suffix, 
campaign.tracking_url_template, ad_group.name, ad_group.id, segments.ad
_network_type, ad_group_ad.ad.id, ad_group_ad.ad.name, ad_group_ad.ad.type, 
asset.id, asset.name, asset.type, ad_group_ad.ad.final_urls, 
ad_group_ad.ad.final_url_suffix, ad_group_ad.ad.tracking_url_template, 
asset.youtube_video_asset.youtube_video_title FROM ad_group_ad_asset_view 
WHERE segments.date >= ‘2022-02-07’ AND segments.date <= ‘2022-02-07’ AND 
campaign.name IS NOT NULL ORDER BY segments.date”

We don’t get any data for ‘metrics.clicks’ and ‘metrics.cost_micros’ (not 
even empty data). 

Although we expect to get some data (even empty data) as seen in other 
endpoints (like - ad_group_ad).

We would appreciate your help.

Best,
Yoni, Singular
 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/84153bbf-5d67-48fe-a6de-12663736b6dbn%40googlegroups.com.


Receiving URLError when trying to upload ads

2016-11-15 Thread yoni
Hi,

We're trying to upload ads to a campaign with the api and receive the 
following error URLError 
We get this message sometimes randomly, but this time it is persistent with 
the specific request. 

I can't find any documentation for this type of error. Is there a way to 
get more information about it?


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords 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 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/b756056a-8fa2-4cf8-a2a2-944d0549c897%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Removing members from a Crm user list with user list service's mutateMembers?

2016-07-17 Thread yoni
Thank you for your reply,

Unfortunately, I cannot send the SOAP request and the request fails prior 
to actually sending it to the server. 
As can be seen from the error log I attached, this is some sort of error in 
the package while trying to build the request and not with the reply from 
the server.

I updated the package to the latest version but I'm still getting the same 
result.

I'm attaching the code i'm using, which is basically a copy of the API 
example in python. This code works when using the ADD operator instead of 
REMOVE.
mutate_members_operation = {
'operand': {
'userListId': list_id,
'dataType': 'EMAIL_SHA256',
'members': hashed_emails
},
'operator': 'REMOVE'
}
try:
set_adwords_client(account_id)
user_list_service = get_service(Services.ADWORDS_USER_LIST_SERVICE)
response = 
user_list_service.mutateMembers([mutate_members_operation])

Thanks!


On Monday, July 18, 2016 at 5:53:34 AM UTC+3, Joyce Lava wrote:
>
> Hi,
>
> To better analyze the issue you encountered, I would need the SOAP request 
> and response. Could you please send them to me by clicking* reply 
> privately to author*?
>
> However, regarding the removal of members from the CrmBasedUserList 
> ,
>  
> you will need to use MutateMembersOperation 
> 
>  with 
> REMOVE operator and pass the list of members to be removed. These members 
> should be formatted according to the specified dataType 
> 
> .
>
> Best Regards,
> Joyce, AdWords API Team
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords 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 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/8e75a8dd-f230-40db-b961-8dd29423f462%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Removing members from a Crm user list with user list service's mutateMembers?

2016-07-17 Thread yoni
Hello,

I'm trying to understand how to add a user list and fill it with members. 
I've already managed to add members to a list by following the example code.
But, I can't find out how to remove members from the said list. I've tried 
sending the exact same request using the *REMOVE/ SET* operators but I 
received an unknown error (Added below).
The API documents claim that the remove/set operator is supported. Any Idea 
whats is wrong? 

response = user_list_service.mutateMembers([mutate_members_operation])
  File "build/bdist.linux-x86_64/egg/googleads/common.py", line 323, in 
MakeSoapRequest
for arg in args])
  File "build/bdist.linux-x86_64/egg/googleads/common.py", line 235, in 
_PackForSuds
return [_PackForSuds(item, factory) for item in obj]
  File "build/bdist.linux-x86_64/egg/googleads/common.py", line 232, in 
_PackForSuds
new_obj[key] = _PackForSuds(obj[key], factory)
  File "build/bdist.linux-x86_64/egg/googleads/common.py", line 232, in 
_PackForSuds
new_obj[key] = _PackForSuds(obj[key], factory)
  File "build/bdist.linux-x86_64/egg/googleads/common.py", line 237, in 
_PackForSuds
_RecurseOverObject(obj, factory)
  File "build/bdist.linux-x86_64/egg/googleads/common.py", line 255, in 
_RecurseOverObject
copy_of_obj = tuple(obj)
TypeError: 'type' object is not iterable


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords 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 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/dddb140e-bc7f-4e99-a5ad-b9bd59d63e84%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Missing User Lists in Criteria Report

2016-04-24 Thread yoni

Hello,

I have an ad group in a display campaign with targets a User list. 
for some reason, the user list criteria information and stats are not 
available in the Criteria Performance Report (I only see other criteria 
such as gender).
In another campaign, a search one, I get the data in the report. 

Am I missing something?

Thanks,
Yoni

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords 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 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/1894327d-73d3-4dc4-a0b8-5cd7a1857158%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Attribution Reports and Conversion Data

2016-03-21 Thread yoni
Hi,

Is there a way of accessing the attribution reports (from the UI: Tools -> 
Attributes) with the API?
Here's a link to the documentation for the UI report: 
https://support.google.com/adwords/answer/1722023?hl=en

Thanks,
Yoni

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords 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 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/6299b07b-c0a5-42e9-a1f5-7d7fb91161f4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Very long wait for API developer token approval

2012-05-08 Thread Yoni Rozenshein
Hi,

We've been waiting almost 2 months for our AdWords API developer token to 
be approved.
Is there any way to speed up the process? We thought it would take 2-3 
weeks, and we're relying on the token to continue our project.

Our MCC account ID is 998-728-4102.

Thanks
Yoni

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords 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