Re: Can You Use The AdWords API To Access The Ad Preview & Diagnosis Tool?

2019-01-11 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, Ad preview isn't an available feature as of the moment. You may look out for updates by referring to our blog . Sincerely, Peter AdWords API Team On Friday, January 11, 2019 at 8:40:12 AM UTC+8, moh belk wrote: > > Hi Anash, >

Python 3 error after recent upgrade

2019-01-11 Thread Green Leaf
Hi I'm currently upgrading to v201809. i'm using Python 3 and I'm getting the following error when running a test script: ImportError: cannot import name 'izip' - Any thoughts on how I can get past this? Many thanks Trackback looks like C:\Users\Simon\Anaconda3\lib\site-packages\googleads

Unable to switch to Manual CPC BS when using view through conversions

2019-01-11 Thread paul . cooper
Hello, While attempting to switch a campaign from Target CPA to Manual CPC through the Adwords API this error is returned: BiddingErrors.NOT_COMPATIBLE_WITH_VIEW_THROUGH_CONVERSION_OPTIMIZATION (campaign_set_bidding_strategy) Firstly, why would this be the case? It seems perfectly reasonable

Re: UNEXPECTED_INTERNAL_API_ERROR raised during ConversionTrackerService.get query

2019-01-11 Thread paul . cooper
The issue just disappeared, so I was not able to get the requested information. On Tuesday, 11 December 2018 21:11:09 UTC+1, Peter Oliquino (AdWords API Team) wrote: > > Hi Paul, > > Thank you for reaching out to support. Could you send to me your > clientCustomerId and the complete SOAP reques

Re: How do I create an audience using the new Google Ads API?

2019-01-11 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Jon, Sorry for the delay as I was checking with my team on this. Instead, you will need to create an Info object (e.g., CrmBasedUserListInfo) and set it to the UserList object via the setCrmBasedUserList() method. CrmBasedUserListInfo userList = CrmBasedUserListInfo.newBuilder() .setUpl

Re: How do I create an audience using the new Google Ads API?

2019-01-11 Thread Jon Oler
Hi Dhanya, Thank you very much for your response. However, I still don't see how I can create the user lists I need to create with the new Google Ads API. I only see CrmBasedUserListInfo and SimilarUserListInfo classes in the 0.6.0 java sdk. As I mentioned in my original post, I'm trying to cre

Re: Python 3 error after recent upgrade

2019-01-11 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Simon, Looks like it is python library issue. Could you please post your concern in python client libraries issue tracker as the library

Re: Adding labels on keywords

2019-01-11 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello, You will first need to use the LabelService to create the label with the specific text. In your case with the date when you updated the max CPC as the text. Once that is done, you can use the mutateLabels(

Re: Unable to switch to Manual CPC BS when using view through conversions

2019-01-11 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Paul, Could you reply back with the client customer id and complete SOAP request and response, so that I can check further? You may *reply privately to author*. Regards, Dhanya, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googl

Re: How to check conversion which are imported from GA

2019-01-11 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Indrani, Currently, it is not possible to get the Google Analytics conversion trackers through ConversionTrackerService . Unfortunately, I cannot comment on the future plans for this feature. Plea

Re: How do I create an audience using the new Google Ads API?

2019-01-11 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Jon, Currently, only CRMBased User Lists and Similar user lists are supported as stated in this section of the guide. Please keep an eye on the blog

How to set the bidCeiling & bidFloor for a Target ROAS Portfolio strategy via api in python?

2019-01-11 Thread Skyler Christensen
This is what I've got so far. I just don't know how to set the bidCeiling or how to structure the operations object. STRATEGY_ID = '1855829761' def main(client, strategy_id): # Initialize appropriate service. campaign_service = client.GetService('BiddingStrategyService', version= 'v201809') # C

Re: How to set the bidCeiling & bidFloor for a Target ROAS Portfolio strategy via api in python?

2019-01-11 Thread Skyler Christensen
Oh and the error is that it can't find the key TargetRoasBiddingScheme On Friday, January 11, 2019 at 5:37:11 PM UTC-10, Skyler Christensen wrote: > > This is what I've got so far. I just don't know how to set the bidCeiling > or how to structure the operations object. > STRATEGY_ID = '1855829761