Re: Setting Bid Strategy through API brings up different one in UI

2019-06-06 Thread Vinutha Nayak
Hi Anash, That was the first thing I did ( please check the first mail from me in this thread ) .But I saw discrepancy in the UI which was getting set as " *MANUAL_CPC"* and that is why I raised this issue in the first place. I was told that campaign.bidding_strategy_type is a read only

RE: Problem with Custom Intent Audiencies.

2019-06-06 Thread Google Ads API Forum Advisor Prod
Hi, My apologies missing this out and for the confusion. This is indeed supported. However, to better assist you, could you elaborate further what you meant by creating the customer intent having the type Google search queries? Regards, Dannison Google Ads API Team

Re: How to create a TEST account to be able to use the new Google Ads API for testing purposes?

2019-06-06 Thread Google Ads API Forum Advisor Prod
Hi Nitin, You could contact your account manager at Google to whitelist your test accounts so you could fully use the CrmBasedUserList for creating audiences. Thanks and regards, Peter Google Ads API Team ref:_00D1U1174p._5001UBlkBH:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Example for ConversionUploadService

2019-06-06 Thread Google Ads API Forum Advisor Prod
Hi Eeshan, Thank you for pointing out the exact issue and my apologies for missing it at the start. So I can better identify what may be causing the issue, could you provide any error strings or messages? Also, could you confirm if you have already enabled logging for your Java client

Re: Dynamic Search Ad targets (Google Ads API)

2019-06-06 Thread Google Ads API Forum Advisor Prod
Hi Michael, The WebPage criterion should not be restricted to trigger dynamic search ads only. It can be used to trigger other ad types as well. However, for dynamic search ads, the WebPage criterion is what you need to specify as discussed in this old AdWords API guide. The same should still

RE: How I can use Google Ads PHP Lib with other composer base library

2019-06-06 Thread Google Ads API Forum Advisor Prod
Hi, Thanks for reaching out. I am afraid that your concern is more of a client library concern. You can open your concern to the PHP GitHub Issue Tracker as the client library owners will be able to provide better assistance. Regards, Dannison Google Ads API Team

Re: CustomAffinityService get audience

2019-06-06 Thread Google Ads API Forum Advisor Prod
Hi Lubov, This is a limitation in the API, but we do not have any plans to fix this in the AdWords API since this is a behaviour change that will affect existing users. I'm checking with the team to confirm if this will be exposed in the new Google Ads API instead. I'll keep you posted.

New Google Ads API much slower than Google Adwords API in downloading same report

2019-06-06 Thread Cong Kong
Hi Google Ads team, We recently noticed a performance issue when we switch to use Google Ads API to download the adgroup structure report. It seems like Google Ads API is much slower than the Adwords API (v201809). To validate our observation, I have written 2 CLI programs in Java to log the

Re: Example for ConversionUploadService

2019-06-06 Thread Eeshan Kale
Hey Peter, No I don't think the core issue is due to logging unfortunately. It's the UploadClickConversionsResponse failing to upload the the entries that I plan on uploading (the new 'Mutate' method is uploadClickConversions correct? That step doesn't seem to be proceeding.) I'm still trying

Re: Dynamic Search Ad targets (Google Ads API)

2019-06-06 Thread Michael Zakharevych
Hello, Peter! Thank you for your answer, but it also raises another question - is this criteria applicable ONLY for Dynamic Search Ads (I just wouldn't like to have unnecessary records in the result set)? BR, Michael On Thursday, June 6, 2019 at 10:07:49 AM UTC+3, adsapiforumadvisor wrote: > >

Google Ads API missing fields

2019-06-06 Thread Tomas Courreges
Hi! I'm trying to get results of my campaigns by ad level but i'm not managing to get some breakdowns I need. I was using ad_group_ad but that won't let me use geographical view. What I'm trying to achieve is: Ad name, Ad Group name, Campaign Name, Country (ISO Code), Device operative system,

500 internal error. Adding topics exclusions through Ads API

2019-06-06 Thread Zig-Zag
Hello, i'm receive 500 internal error while trying to add topic exclusions using Ads API here is part of the code: campaign_service = client.get_service('CampaignService', version='v1') campaign_criterion_service = client.get_service('CampaignCriterionService', version='v1')

Should we replace the AdWords API by the Ads API?

2019-06-06 Thread 'Rafael Ramos' via AdWords API and Google Ads API Forum
Hello my friends, Initially, I apologize if I am bringing a question that another friend has already made. We've been using the AdWords API for approximately 3 years. We recently saw this announcement stating that there is a new Google Ads API

Adwordsuserlistservice

2019-06-06 Thread Shweta CHOUDHARY
Hi , How can I upload a list of users using Adwordsuserlistservice for both addition and removal Two types list will be CRM based- CONTACT_INFO and CRM based- MOBILE_ADVERTISING_ID Could you please share sample code in python using http call -- --

RE: Google Ads API Creating Campaign Bid Modifiers Using CampaignCriterionService in Python

2019-06-06 Thread Google Ads API Forum Advisor Prod
Hello Natalie, Could you please take a look at the AddCampaignBidModifier code sample in Python which illustrates in detail on how to set the campaign level bid modifier? Please give it a try and let us know if you have any issues. Thanks, Bharani, Google Ads API Team

RE: documentation inconsistencies?

2019-06-06 Thread Google Ads API Forum Advisor Prod
Hello Benjamin, I am updating the team regarding your concern. I will update you on this thread once we have more information. Regards, Sai Teja, Google Ads API Team ref:_00D1U1174p._5001UBloUu:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Re: Manage ServiceLinks using Google Ads API

2019-06-06 Thread Google Ads API Forum Advisor Prod
Hi Marc, I tried looking up the logs, but it doesn't show any errors. I wonder if the server is not logging some of the error traces. I'll ask the team to investigate. Cheers Anash ref:_00D1U1174p._5001UBlbAD:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

Re: Setting Bid Strategy through API brings up different one in UI

2019-06-06 Thread Google Ads API Forum Advisor Prod
Hi Vinutha, You should be able to use this something like: campaign.bidding_strategy_type = client.get_type('BiddingStrategyTypeEnum').MANUAL_CPM I'm not sure from the email if this alone addresses your issue, so if there are more issues, feel free to let me know. Cheers Anash

RE: How to Bid at the Criterion Level using Google Ads Api

2019-06-06 Thread Google Ads API Forum Advisor Prod
Hello Paul, I was able to set the cpc_bid_micros for the keyword using the Python client library. Please find the code snippet below as a reference. ad_group_criterion.ad_group.value = ad_group_service.ad_group_path(customer_id, ad_group_id) ad_group_criterion.status =

RE: Google Ads API - MutateMembers , Adding & Removing members

2019-06-06 Thread Google Ads API Forum Advisor Prod
Hello Jayashree, We don't have an exact time frame but those features will be made available in the upcoming releases. You could keep an eye here, as that is the place where all the new features are listed whenever we have a new release. Regards, Sai Teja, Google Ads API Team

RE: Test question

2019-06-06 Thread Google Ads API Forum Advisor Prod
Hello Paul, This forum group is active. If you have any concerns, please post you concern and elaborate the scenario you are doing to help you further. Regards, Sai Teja, Google Ads API Team ref:_00D1U1174p._5001UBloxO:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us

Re: Bid Strategy Status / System Status

2019-06-06 Thread Google Ads API Forum Advisor Prod
Hello Cliff, I'm afraid, it is not possible to pull the bidding strategy with status, Limited. I have raised a feature request to the team. Please keep an eye on our blog for more updates. Thanks, Bharani, Google Ads API Team ref:_00D1U1174p._5001UBl8Oc:ref -- --

ConversionAction.TagSnippets

2019-06-06 Thread rentcafe dev
Hello, How to you set TrackingCodeType for a TagSnippet when creating a conversion? Please see attached. KDJ -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You

Re: Adwords API returns Sitelinks errors for other objects

2019-06-06 Thread Google Ads API Forum Advisor Prod
Hello Wesley, I see that you are performing AdGroupExtensionSettingOperation and AdGroupAdOperation which should be performed with 2 different services AdGroupExtensionSettingService and AdGroupAdService. In such two API calls should be done. In my testing I tried to add 2 operations with two

How I can use Google Ads PHP Lib with other composer base library

2019-06-06 Thread cv
Hi, How I can use this library with other composer base library? I am using other git library as well like PHP Client Lib 2.0. I am asking this because composer.json is in google-ads-php folder which might not be suitable path for other library which will sit under vendor folder. This is

Re: How to create a TEST account to be able to use the new Google Ads API for testing purposes?

2019-06-06 Thread Nitin Gupta
How do you create a test account with access to the customer match API? On Thursday, June 6, 2019 at 6:22:33 AM UTC-4, adsapiforumadvisor wrote: > > Hi Denis, > > You may refer below for my responses to your inquiry : > > 1. A test account level developerToken generated from your production MCC

Re: Adwords API TargetingIdeaService(stats) not matching UI. After accounting for Network Parameters, language and location

2019-06-06 Thread Yang Yu
Hello, I believe I've posted replied privately to you post. However, how do I know if you've received the response? Or how would you respond to my message? I don't have Gmail set up. Maybe it is still being worked on, I'm just curious how will I receive the answer. Thank you On Tuesday, June

RE: How to create a TEST account to be able to use the new Google Ads API for testing purposes?

2019-06-06 Thread Google Ads API Forum Advisor Prod
Hi Denis, You may refer below for my responses to your inquiry : 1. A test account level developerToken generated from your production MCC account should be enough to make API calls using the new Google Ads API. There should be no need to request for basic access approval. 2. Yes, you need to

Re: Problem with Custom Intent Audiencies.

2019-06-06 Thread Dmytro Tonkikh
Hey, I can create Custom Intent! https://developers.google.com/google-ads/api/reference/rpc/google.ads.googleads.v1.services#google.ads.googleads.v1.services.MutateCustomInterestsRequest type CustomInterestType

How to Bid at the Criterion Level using Google Ads Api

2019-06-06 Thread Paul Engel
I am trying to use the Google Ads API but my understanding of this library is limited. I have created a client and am trying to update cpc_bid_micros. I am getting the following output and am unable to diagnosis it any further. Any help would be appreciated.

Google Ads API Creating Campaign Bid Modifiers Using CampaignCriterionService in Python

2019-06-06 Thread 'Natalie Chun' via AdWords API and Google Ads API Forum
*Several questions* 1) Is there something wrong with the below approach in using CampaignCriterionService to create Campaign level bid modifiers (at device, location, other level) and what is the recommended best approach to generate these via the Google Ads API? 2) Is there something wrong

Google Ads API - MutateMembers , Adding & Removing members

2019-06-06 Thread Jayashree Venkat
Hi, We are migrating from Google Adwords API v201809 to Google Ads API as Adwords API is going to be sunset in 2020. 1. When can we expect the MutateMembers functionality to be available in Google Ads API ? 2. When can we expect the Addition and Removal of Members to User Lists to be

help

2019-06-06 Thread Paul Engel
sdafdsa -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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"

Test question

2019-06-06 Thread Paul Engel
Does this work -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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

RE: No results returned looking up Campaign bid modifiers

2019-06-06 Thread Google Ads API Forum Advisor Prod
Hi Rodney, So I can further investigate the issue, could you send via the Reply privately to author option your clientCustomerId and the complete JSON logs of your request which returned 0 results? Thanks and regards, Peter Google Ads API Team ref:_00D1U1174p._5001UBlkBD:ref -- --

documentation inconsistencies?

2019-06-06 Thread Benjamin Roth
I would like to report some glitches I faced while implementing google ads code using https://github.com/googleads/google-ads-ruby Basically it's a matter of documentation stating entities are editable while they are not (or maybe partially, yet would deserve clarification). I put below the

RE: Setting YouTube Campaign bid via API

2019-06-06 Thread Google Ads API Forum Advisor Prod
Hi Eli, YouTube campaigns are currently not supported in both the old AdWords API and the new Google Ads API. For the new Google Ads API, you can refer to the AdvertisingChannelType and AdvertisingChannelSubType fields to learn which type of campaigns are supported to be created/updated using

RE: Adwords Reporting: Getting Url Custom Parameters

2019-06-06 Thread Google Ads API Forum Advisor Prod
Hi Chirstoph, You can refer to our reporting guide specifically to the example here on how to structure your reports using the Google Ads API. For retrieving the url custom parameters field, you can include the ad_group_ad.ad.url_custom_parameters field in your SELECT query. Let me know if

RE: Dynamic Search Ad targets (Google Ads API)

2019-06-06 Thread Google Ads API Forum Advisor Prod
Hi Michael, You can use the AdGroupCriterionService.GetAdGroupCriterion to fetch your WebPage criteria that were created purposely for triggering your Dynamic Search Ads. Let me know if this helps. Thanks and regards, Peter Google Ads API Team ref:_00D1U1174p._5001UBlkAn:ref -- --

RE: Google Ads scripts not working in Experiment and draft

2019-06-06 Thread Google Ads API Forum Advisor Prod
Hi Paolo, Since this forum is for AdWords API / Google Ads API, could you create a new thread in Google Ads Scripts Forum with all the details of the issue that you are encountering? Feel free to reach us when you have AdWords API / Google Ads API related inquiries or concerns. Regards,

RE: Problem with Custom Intent Audiencies.

2019-06-06 Thread Google Ads API Forum Advisor Prod
Hi, Thanks for reaching out. I am afraid creation of custom intent audiences are not supported in the AdWords API/Google Ads API. You may refer to this guide for the audience types that are supported in the API. You may open your concern to the Advertiser's Community Forum as the product

RE: How to solve DEVELOPER_TOKEN_PROHIBITED error ?

2019-06-06 Thread Google Ads API Forum Advisor Prod
Hi Nico, The Google Ads API only allows you to use one developer token for a given GCP (Google Cloud Project) ID. The error indicates that you may have at least one request to the Google Ads API using OAuth credentials from the same project ID but with a different developer token. To resolve

RE: Looking to Access the API Via HTTP requests.

2019-06-06 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for reaching out. My apologies if we currently do not have examples ready for what you need. You may, however, refer to our call structure and API call example guides on how you can get structure your requests without the use of a client library. For your concern in setting up