Google Ads API V1 - Remove Campaign Extension Setting

2019-04-29 Thread Priya
Created an ExtensionFeedItem with resource name customers/{customer_id}/extensionFeedItems/{feed_item_id} and a CampaignExtensionSetting with resource name customers/{customer_id}/campaignExtensionSettings/{campaign_id}~{extension_type}. Using query $@"SELECT feed.id FROM feed_item WHERE

Re: Increase bid for all adgroups using adwords API

2019-04-29 Thread Cory Weiner
Thank you Peter. I am fairly new to the adwords API, so hoping you can provide me some guidance! Lets say I have a set of ad groups which I attained from the AdGroupService: client.get(selector) How would I go about setting a $.50 increment on all ad groups in that result set? Sorry, I have

Re: Google Ads (get_all_disapproved_ads.py): "google.api_core.exceptions.InternalServerError: 500 Internal error encountered"

2019-04-29 Thread bevis_chen
Hi Sai Teja, It seems the error is gone today. I will let you know if facing the error again. Thanks for your replay googleadsapi-forumadvisor於 2019年4月30日星期二 UTC+8上午12時00分54秒寫道: > > Hello, > > I ran the same query with my test account and I was able to fetch the > result without any internal

RE: How can I get cost(spend) per campaign through AdWords Java API?

2019-04-29 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi there, The value of money fields may differ from the API and the UI. The API returns money values in micros as explained in this guide . However, the values you mentioned were significantly different.

Re: "Status(StatusCode=Unavailable, Detail=\"channel is in state TRANSIENT_FAILURE\"

2019-04-29 Thread jordan
Posting my findings here to make it easier for others to find the answer in the future. The solution to this issue (specific to the dotnet examples) was the last comment in the attached GitHub link: For future reference, the issue was with grpc’s dns resolver. Setting the environment variable

Re: How can I get cost(spend) per campaign through AdWords Java API?

2019-04-29 Thread niv
Hey, I know this is an old question, but I have the same problem now. "Cost" gives me a number that I can't understand and is not related to real cost I see in the api. For example: in the api it says the Cost on 21.4.19 is 94.59$ but in the report I downloaded using java it says "6032". Is

How to get keyword ID from the Google Ads API?

2019-04-29 Thread johnny . jensen
I am using the following query: { query : "SELECT campaign.id, campaign.name, ad_group.id, ad_group.name, ad_group_criterion.criterion_id, ad_group_criterion.keyword.text, ad_group_criterion.status, metrics.impressions, metrics.clicks, metrics.conversions, metrics.cost_micros, metrics.ctr,

RE: adWords API vs ads api - keywords performance report

2019-04-29 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, Thank you for clarifying this. Could you please share the client customer Id for the specific account along with the date range to check this further? You can reply back via Reply privately to author option. Regards, Bharani, Google Ads API Team

Re: Running Account Auditor´s script from Google Ads API

2019-04-29 Thread Rodrigo Vazquez
Hi Dave, thanks for your answer. I'll try to explain what I'd love to do in the best scenario by describing this steps: 1- A third-party Adwords's user logs in into my web application. 2- This third-party user accepts to grant me access to manage his account with a Manager Account of my own.

RE: Placeholer performance report impressions not matching with campaign performance report?

2019-04-29 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Qaiser, The different type of report types correspond to the data at different levels. For example, the Campaign Performance Report will return data at the campaign level where as the Placeholder Report will return the data for the ad based extensions. The impressions for these report

RE: Receive CREATE_OPERATION_NOT_PERMITTED error for campaign creation

2019-04-29 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Mohammad, I'm glad that the first issue has been resolved. If you are making API calls using OAuth credentials from a manager account and are accessing a related customer account, then you will need to specify the login-customer-Id in the request header. Please check this related blog

RE: Updating ads without setting all fields

2019-04-29 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, That feature is currently under development, so I've given my teammates a formal feature request for the Google Ads API that we only need to set the one field. You've caught us at the right time. I don't have an exact date as to when that will be released, but we will try to see if we

RE: Google Ads (get_all_disapproved_ads.py): "google.api_core.exceptions.InternalServerError: 500 Internal error encountered"

2019-04-29 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, I ran the same query with my test account and I was able to fetch the result without any internal errors. Could you confirm whether the error is persistent or intermittent? If you are facing the error again please share the entire response log with the requestID to investigate further

RE: how to create product group use ads api

2019-04-29 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, The BAD_RESOURCE_ID error shows us when the resource name provided is malformed. The AdGroup resource name should be built with the budgetResourceName and campaignResourceName as shown in this code sample

RE: getting a lot of authentication errors

2019-04-29 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, We've gotten a few reports of this issue. I'm following up with the engineering team to try to determine the cause, and will post here with any updates. Regards, Mike, Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group:

RE: StringRuleItem length for AdwordsUserListService

2019-04-29 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Lóránd, If you're referring to the maximum length of the StringRuleItem key , please note that this should consist of UTF8 code that is greater than 127 and consist of US-ascii letters or

Re: adWords API vs ads api - keywords performance report

2019-04-29 Thread vadim
Hello, This is a different issue, but with accounts related problem we are already finished the discussion. I need the answers regarding keywords, not accounts. On Monday, April 29, 2019 at 9:00:15 AM UTC-5, googleadsapi-forumadvisor wrote: > > Hello, > > @Vadim: I see that you're already

RE: adWords API vs ads api - keywords performance report

2019-04-29 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, @Vadim: I see that you're already in touch with my colleague on a separate thread . Please continue the discussion on that thread to maintain continuity. @Guillaume: We are working

Re: [GOOGLE ADS API] Get Conversion Action List

2019-04-29 Thread jrodriguez
Thanks, it works for me El viernes, 26 de abril de 2019, 10:51:02 (UTC-4), googleadsapi-forumadvisor escribió: > > Hi all, > > The issue is now resolved. Please let me know if you still face issues. > > Cheers, > Anthony > Google Ads API Team > > >

Re: Receive CREATE_OPERATION_NOT_PERMITTED error for campaign creation

2019-04-29 Thread Mohammad Reza Kiani
I solved that problem by setting api.googleads.loginCustomerId in ads.properties file and using new customerId in the explicite code (however I didn't understand what was the problem) and adding channelSubType to request. But now I'm receiving this error: Request --- MethodName:

Receive CREATE_OPERATION_NOT_PERMITTED error for campaign creation

2019-04-29 Thread Mohammad Reza Kiani
Hi, I'm using google ads new api to create campaign. After I'v created a budget & a bidding strategy successfully, I failed to create the app using following code: Campaign.newBuilder() .setName(StringValue.of(request.name))

Placeholer performance report impressions not matching with campaign performance report?

2019-04-29 Thread Qaiser Javed
Hi Members, I am facing an issue regarding impressions total mismatch. I am fetching data from following 3 reports 1. Placeholder Report 2. Placeholder feed Item Report 3. Campaign Performance Report total impressions different in each report. Please tell me what are possible reasons of this

RE: "Status(StatusCode=Unavailable, Detail=\"channel is in state TRANSIENT_FAILURE\"

2019-04-29 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Jordan, Thank you for reaching out to us. You may refer to this link in Github for more information on how to troubleshoot the issue. Should you still encounter the error after troubleshooting, feel free to continue the discussion on

RE: Google AdREST API's

2019-04-29 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Salem, Thank you for reaching out to us. Unfortunately, we do not provide support for third-party systems. However, on the Google Ads API perspective, you may use the GetCustomerClient() method from CustomerClientService

RE: Increase bid for all adgroups using adwords API

2019-04-29 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Cory, You can use the BatchJobService to update all your ad groups' bids, since the AdGroupBidModifierOperation

Re: adWords API vs ads api - keywords performance report

2019-04-29 Thread Guillaume Rouviere
Hello, We're having the exact same issue and concern about this new API right now. On large account this is critical for us. This needs to be taken seriously. If things were to stay like this, it would really hurt our product and business. Regards, Guillaume On Friday, 26 April 2019 16:13:53

Increase bid for all adgroups using adwords API

2019-04-29 Thread Cory Weiner
I would like to automate a process that can be done through the adwords admin management panel. I have a large number of adwords campaigns, and I would like to automate the process of bidding up and down across all ad groups. In the UI, you can do this by clicking all ad groups > Edit >

How to increase bid accross all ad groups via API

2019-04-29 Thread Cory Weiner
Hi there, I have a need to automatically increase or decrease my bid via the API accross all ad groups. In the UI, you can do this by clicking all ad groups > Edit > Change Bids > Increase by amount (see screenshot). Is this possible through the API? [image: Capture.JPG] Can this be

Google AdREST API's

2019-04-29 Thread Salem Matloob
How do I get the customer info using REST API's with postman? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the

Re: "Status(StatusCode=Unavailable, Detail=\"channel is in state TRANSIENT_FAILURE\"

2019-04-29 Thread jordan
I have been trying to run the code examples all day, and I keep getting this same error. Is there any further information? On Wednesday, March 20, 2019 at 12:29:28 PM UTC-7, swap...@logicserve.com wrote: > > Hi, > > I am using new google ads api to access my google ads account. However, >

Re: [GOOGLE ADS API] Get Conversion Action List

2019-04-29 Thread Miguel Graciá
Hi Anthony. Great!, it works for me. Thanks for your help. BR El viernes, 26 de abril de 2019, 16:51:02 (UTC+2), googleadsapi-forumadvisor escribió: > > Hi all, > > The issue is now resolved. Please let me know if you still face issues. > > Cheers, > Anthony > Google Ads API Team > -- --

RE: AdGroupFeedError.CANNOT_OPERATE_ON_DELETED_ADGROUP_FEED

2019-04-29 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, The error CANNOT_OPERATE_ON_REMOVED_ADGROUP_FEED occurs when you try to use a removed adGroup feed in an operation. In this case, to ensure that the adGroup feed is not removed,