RE: Modifying campaigns to use tROAS values

2019-02-06 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Guadalupe, You could use the BiddingStrategyService.MutateBiddingStrategies to create/update your bidding strategy. If you encountered a

RE: Script failing - Export Google Ads Reports into BigQuery - Manager Account script - Unsupported version error

2019-02-06 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, Our team could only provide support on issues/concerns related to AdWords API only. For issues/concerns related to Google Ads Scripts, I would suggest to post it on the Google Ads Scripts Forum as they are better equipped to assist

RE: Authorization problem when connecting GAds to BigQuery

2019-02-06 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Pablo, Our team could only provide support on issues/concerns related to AdWords API only. For issues/concerns related to Google Ads Scripts, I would suggest to post it on the Google Ads Scripts Forum as they are better equipped to

Re: Script failing - Export Google Ads Reports into BigQuery - Manager Account script - Unsupported version error

2019-02-06 Thread serpscomlocalsearch
I upgraded to v201809 in my script and scripts worked again. I guess I need to keep a better eye on notifications from Google regarding API version changes. Would be better if this could be handled in code somehow? On Thursday, February 7, 2019 at 9:09:37 AM UTC+10, serpscoml...@gmail.com

Script failing - Export Google Ads Reports into BigQuery - Manager Account script - Unsupported version error

2019-02-06 Thread serpscomlocalsearch
My script, which is based on the one provided here stopped working this week and checking the script history, the following errors are shown... Invalid reporting query: UNSUPPORTED_VERSION:

Modifying campaigns to use tROAS values

2019-02-06 Thread 'Guadalupe Reyes' via AdWords API and Google Ads API Forum
Hi all! I want to update campaigns to either start using tROAS at a certain value, or if they are already using tROAS, update the value. This using the new GoogleAds API and the python client. So far I could only create new campaigns and set a tROAS values, by modyfing the example on setting

Authorization problem when connecting GAds to BigQuery

2019-02-06 Thread Pablo Marco
Hi, I am trying to connect to BigQuery from Google Ads Script for the first time. I am trying to export some data from my accounts, after some treatment with the script. I am using "Export Google Ads Reports into BigQuery - Single Account" as inspiration. I have already: - Created an

RE: Multiple values in responsive display ad google ads api v.0_7

2019-02-06 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Nikolay, You could use the short_headline and description fields of the responsive_display_ad by using the

RE: Conversion is being volatile even after its conversion window

2019-02-06 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Erik, Once conversions are reflected in the Google Ads UI then its not very likely to change. Could you please confirm how you are uploading the conversions via API or UI? Also, are you updating the conversions once they upload? Thanks, Milind, AdWords API Team

RE: 404 Error for Ad Network Type in the Documentation (Reporting)

2019-02-06 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Jan, The Ad Network Type is under segments. Please refer to this section of the guide. The Ad Channel Type can be pulled from Campaigns as shown here

RE: Responsive Display Ads in the Google Ads Beta API

2019-02-06 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello John, You will be able to create the Responsive display ads using the AdGroupAdService and the MutateAdGroupAdsRequest

RE: Does the MutateMediaFiles service work for images yet?

2019-02-06 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello John, Glad you were able to solve the issue. Regards, Sai Teja, Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://googleadsdeveloper.blogspot.com/search/label/adwords_api

RE: login-customer-id required for "Google Adwords API" or only for "Google Ads API"

2019-02-06 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Walter, You are required to set the login-customer-id header to the customer ID of the manager account, removing any hyphens in the ID *only for Google Ads API calls but not to the AdWords

Responsive Display Ads in the Google Ads Beta API

2019-02-06 Thread john
Hi Google, Can responsive display ads be created in the Google Ads Beta API yet? I did not notice them on the release notes. If they cannot be created yet, can you provide a timeframe? Thanks, John -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Re: Does the MutateMediaFiles service work for images yet?

2019-02-06 Thread john
Thanks Sai - however there doesn't seem to be an issue on your end. I had the wrong error from another call. I have been able to successfully upload an image and the the resource name. Thanks for all your help. I'm sorry for my mistake. On Wednesday, February 6, 2019 at 1:03:54 PM UTC-5,

RE: Java max CPCBID from adgroupID and criterionID

2019-02-06 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, Could you please retry with code snippet below: BiddableAdGroupCriterion biddableAdGroupCriterion = new BiddableAdGroupCriterion(); biddableAdGroupCriterion = (BiddableAdGroupCriterion) adGroupCriterionResult; BiddingStrategyConfiguration bsc =

RE: Does the MutateMediaFiles service work for images yet?

2019-02-06 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello John, We are looking into the issue and we will get back to you shortly. Regards, Sai Teja, AdWords API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://googleadsdeveloper.blogspot.com/search/label/adwords_api

Re: login-customer-id required for "Google Adwords API" or only for "Google Ads API"

2019-02-06 Thread Walter Barrios
Ads Team, replied on another thread "This is only affecting Google Ads API. It is not affecting AdWords API. So, v201806 and v201809 are safe from this change." On Wed, Feb 6, 2019 at 11:09 AM steven.lewis via AdWords API and Google Ads API Forum wrote: > I'd love to know the answer to this

Re: login-customer-id required for "Google Adwords API" or only for "Google Ads API"

2019-02-06 Thread steven.lewis via AdWords API and Google Ads API Forum
I'd love to know the answer to this also, so that's a bump from me! Hoping that anyone using the non-beta version of the API can just carry on without tweaks. On Wednesday, 6 February 2019 11:04:16 UTC, Walter wrote: > > Is this change required also for Google Adwords API or only for Beta >

404 Error for Ad Network Type in the Documentation (Reporting)

2019-02-06 Thread jan . fiedler
Hi there, did I miss something and Ad Network Type was dropped from reporting? It still shows up under ENUMs under gRPC Refernce, but all Links displayed when searching for Ad Network Type end up in a 404 and I can't find anything under API Fields Example

Multiple values in responsive display ad google ads api v.0_7

2019-02-06 Thread nikolay . makurin
How can i create a multiple values in short headline or desrciption using api? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are

RE: Difference between Shopping Performance Report API and web GUI

2019-02-06 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Zsombor, Could you reply back with the client customer id and report definition as well as point out the differences that you see between the report in UI and API, so that I can troubleshoot? You

login-customer-id required for "Google Adwords API" or only for "Google Ads API"

2019-02-06 Thread Walter
Is this change required also for Google Adwords API or only for Beta Google Ads API 0.6+ "Starting *February 11, 2019* if you are making *Google Ads API* requests using OAuth credentials from a manager account. You will need to set

Conversion is being volatile even after its conversion window

2019-02-06 Thread erik . lilja
I have a conversion for an account that has data that is being changed even after it's conversion window of 30 days. For the 1st of November 2018, the amount of conversions is 3682 in our system. The last update for that date was 1st of December 2018. Our system considers conversions to be

RE: Will there be support for connectedTvBidModifier

2019-02-06 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Ron, Unfortunately, I could not provide a comment on when ConnectedTv devices will be supported for other campaign types. You could keep an eye on our blog for future updates and announcements regarding the AdWords API.

Will there be support for connectedTvBidModifier

2019-02-06 Thread Ronald Findling
Hi guys, we're wondering if there are plans to support ConnectedTv bidModifiers for shoppingCampaigns, as there is already support for Display/Video ad campaigns? https://ads-developers.googleblog.com/2018/12/connected-tv-device-targeting-reporting.html?m=1 Best Regards, Ron -- --