RE: [2-8014000025508] THIRD_PARTY_REDIRECT_AD Image Preview - how to get from API?

2019-04-17 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Oksana, Thanks for this information, and apologies for the back-and-forth over this issue! Can I ask if you're using one of the client libraries to make your requests? If so, which one? I just attempted this same request and am also seeing that for Third party ads data is simply not returned

[GOOGLE ADS API] Get Conversion Action List

2019-04-17 Thread Miguel Graciá
I'm trying to get a list of the conversion actions of a customer client, but it always returns empty. On the other hand, if I make the same query using the id of the manager account, the query returns the list of conversion actions of that manager account. This is the query I'm using with th

Re: metrics data not available for Income Range type criterion at ad_group or campaign nor a view exists.

2019-04-17 Thread Darshan Pradhan
Hi I am already pulling the names what I need is to be able to pull metrics for criterion of INCOME_RANGE type. Please advise. On Tuesday, April 16, 2019 at 4:40:59 PM UTC-4, googleadsapi-forumadvisor wrote: > > Hi Darshan, > > You may use the campaign_criterion.resource_name >

RE: gzip compression in the new Google Ads API?

2019-04-17 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Alexander, Since the report data returning as typed objects and no longer writing on the files. You have to handle it in your code to write them into files and compress the files programatically. I will let my team know regarding your concern and to have the code samples for this. Regards

RE: How to add keyword as search term with status "Added"

2019-04-17 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Juliana, I'm Hiro's colleague addressing your concern as he is out of office. This field is not available through the API. As an alternative, you may use the new Google Ads API, search_term_view.status

Re: Responsive Search Ads Migration Issues

2019-04-17 Thread Kevin
Hi Dannison, Thanks for letting me know about the limitations on the Asset object. I can probably work around the issue. As for the UrlCustomParameters, I reviewed the traffic and now see I had an error in my previous request set. I am getting the field - I just wasn't comparing the behavior on

Re: Unmarshalling Error while trying to create unit product partitions

2019-04-17 Thread fraser
Hi peter, Total idiot moment for me here as I pass micros everywhere else. Fixed! Thanks a bunch. On Wednesday, April 17, 2019 at 5:09:14 AM UTC-7, Peter Bowen wrote: > > You might try passing the max cpc in micros instead of as a string. > > On Tuesday, 16 April 2019 11:01:02 UTC+1, fra...@sho

Re: THIRD_PARTY_REDIRECT_AD Image Preview - how to get from API?

2019-04-17 Thread Oksana Sulyma
Thanks Sai Teja! I've sent you my call details privately because I still get empty result while I expected to see some data.. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

RE: How to get created location/ affiliate location extensions?

2019-04-17 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, I'm afraid, it is not possible to query the Chain IDs through the API. Let me know if you have any other questions. Thanks, Bharani, Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: https://ads-developers.googleblog

RE: Demographical report (AgeRanges + Gender)

2019-04-17 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Pablo and Louis, That's right. It is not possible to get the combined data for multiple reports through the API. I have shared your feedback with the team. Please keep an eye on our blog for more updates. Thanks, Bharani, Go

RE: Query campaigns and metrics, segmented by the Geographic location

2019-04-17 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Karam, Thank you for the details. Universal App campaigns does not support geograhic_view report type. Please check this guide for the supported report types for Universal App Campaigns. If you're sti

Re: Unmarshalling Error while trying to create unit product partitions

2019-04-17 Thread Peter Bowen
You might try passing the max cpc in micros instead of as a string. On Tuesday, 16 April 2019 11:01:02 UTC+1, fra...@shocksurplus.com wrote: > > I'm trying to create a number of products but am getting: > > zeep.exceptions.Fault: Unmarshalling Error: For input string: "0.60291" > [ While

gzip compression in the new Google Ads API?

2019-04-17 Thread Alexander
Is it possible to compress the data which is coming from the API? Something like it was possible to download GZIPPED_CSV files in the old Adwords API? I know that a binary format is used which should reduce the data-size, but true compression may be more effective. -- -- =~=~=~=~=~=~=~=~=~=~=

RE: Campaign_bid_modifier resource contains only bid_modifiers for criterion_id 8000

2019-04-17 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, Thank you for reaching out. Could you provide the campaign IDs so I could further investigate this? Please use *reply privately to author* option. Regards, Dave Paurillo Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group:

RE: Pause campigns by Label ID

2019-04-17 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, Thank you for reaching out. To filter LabelId in your request, you would need to include a predicate for your LabelId. You may refer to this guide on how to set the LabelIds as a predicate. Fo

Re: get all campaigns

2019-04-17 Thread kyungjun . yim
2019년 4월 17일 수요일 오후 3시 36분 51초 UTC+9, googleadsapi-forumadvisor 님의 말: > > Hi, > > Thank you for reaching out. > > To better assist you, can you provide the clientCustomerId of the 2 > accounts you used? You may use the* reply privately to author* option. > > If you wish to get all campaigns in y

Campaign_bid_modifier resource contains only bid_modifiers for criterion_id 8000

2019-04-17 Thread Alexander
The criterion_id is always 8000. > SELECT campaign_bid_modifier.criterion_id, > campaign_bid_modifier.interaction_type.type, > campaign_bid_modifier.bid_modifier, campaign_bid_modifier.campaign, > campaign_bid_modifier.resource_name FROM campaign_bid_modifier LIMIT 1000 > I checked on mul

RE: How to add keyword as search term with status "Added"

2019-04-17 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Juliana, You may utilize AdGroupCriterionService.BiddableAdGroupCriterion() service, then you would need to add an object of Type Keyword

Pause campigns by Label ID

2019-04-17 Thread Firas
Im new to using AdWords API with Python, and Im trying to make some simple tasks such as pausing a campign vased on the label id, but its not working. Hoping for some help please; #!/usr/bin/env python # # Copyright 2016 Google Inc. All Rights Reserved. # # Licensed under the Apache License, Ver

RE: Suffix Url Empty

2019-04-17 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Asaad, Could you confirm if the url you are referring to is the finalUrlSuffix field? If yes, could you change your selector and use the *AdField.CreativeFinalUrlSuffix* instea