Use Ads api and Adwords api to get campaigns return different response

2019-04-02 Thread wei liu
I get campaigns via Adwords api,the response is right,and then,I use Ads api to get campaigns which the same refresh token and customer id,but return the response error:USER_PERMISSION_DENIED, why the response is different? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us o

Re: Downloading XML and CSV reports using the new Ads API

2019-04-02 Thread Stepanian
Just to clarify, my question is: Once we migrate to the new Ads API and use its client SDK (Java or otherwise), will there be a way to programmatically request and download XML and/or CSV reports? On Sunday, March 31, 2019 at 11:11:25 PM UTC-7, Stepanian wrote: > > Is it possible to download XML

RE: [9-8765000026134] Getting data from CAMPAIGN_PERFORMANCE_REPORT

2019-04-02 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, Thank you for reaching out. My apologies but we could only provide support with regards to the AdWords API. Getting data from the campaign performance report and inserting it into your local database is already outside of our expertise. Should you have additional concerns specific to the Ad

RE: Adding Hotel AdGroupCriterion without bidding value

2019-04-02 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Didier, The field negative is immutable, once it is set you cannot modify it via update operation. If you want to bid value you have to remove the criterion and add it with negative field to false. Please give it a try and let me know if you have any further questions. Regards, Sai Teja,

RE: Changing campaign targeting settings through Google Ads API: immutable fields

2019-04-02 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Ernst, This is a known issue and our team is looking into this. I will keep you posted on our findings. Thanks, Bharani, Google Ads API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=

Calling AssetService with large files

2019-04-02 Thread 'Clint Yang' via AdWords API and Google Ads API Forum
The publicly available example in AssetService suggests this code: byte[] zipFileBytes = ... // get the MediaBundle mediaBundle = new MediaBundle(); mediaBundle.set

Retrieving split of conversions and conversion rate for Campaigns with experiments

2019-04-02 Thread David Felton
Hi there I'm retrieving my conversion and conversion rate data from the new Google Ads API. My AWQL is along the lines of the following: SELECT campaign.name, metrics.conversions, metrics.conversions_from_interactions_rate FROM campaign WHERE segments.date >= '2019-02-01' AND segments.d

change Allproduct exclue to include

2019-04-02 Thread Jimit Jani
when I create product partition in that if All product status is exclude at that time i can not change it to include(unit) or subdevision it shows this error java.lang.IllegalStateException: Root criterion for ad group ID is not a BiddableAdGroupCriterion at com.google.common.base.Preconditions

Getting data from CAMPAIGN_PERFORMANCE_REPORT

2019-04-02 Thread Jessica
Hi, hopefully someone can help me with this. I am completely new to Adwords however I have a lot of SSIS experience and have been tasked with using SSIS to get data from the CAMPAIGN_PERFORMANCE_REPORT into a Microsoft SQL Server DB. Can anyone help me with this, or at least point me in the dir

Can TargetingIdeaService return search volume grouped by location?

2019-04-02 Thread sebby
Hi there! For some context, my purpose is to find the highest impressions in the US for a specified keyword. Let's say "candy". So I want to find the top 10 US cities or US counties or whatever that have the highest search volume for "candy". In the keyword planning tool I have the capability

Isssue with change All product group type

2019-04-02 Thread Jimit Jani
when i create productpartitioning If All product(product group) status is exclude and if I change it to "Include" via adwords api at that time this kind of error shown java.lang.IllegalStateException: Root criterion for ad group ID is not a BiddableAdGroupCriterion at com.google.common.base.Pr

RE: Benchmark product price in Google Ads API

2019-04-02 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, This feature is not currently available in the API. Although I cannot give any timelines, you can follow our blog for any announcements. Regards, Anthony Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog

Changing campaign targeting settings through Google Ads API: immutable fields

2019-04-02 Thread 'Ernst Kuiper' via AdWords API and Google Ads API Forum
Hi, recently I visited a Google Ads API workshop in London where I asked whether it was possible to change the targeting setting of a campaign using the Google Ads API from 'Bid Only' to 'Target and Bid' or vice versa. We want to automate this because when adding a user list to a campaign using

RE: Changes to responsive ads in the AdWords API and Google Ads API

2019-04-02 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Tuyen, The Ad Type Responsive Ad is replaced with the *Responsive display ad*. Through the API, the ResponsiveDisplayAd to create Responsive Ads will fail with an error. If you use th

RE: Smart Shopping ad assets creation

2019-04-02 Thread dima
Thank you -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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" g

RE: Fetching the customer_client.name for a customer

2019-04-02 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Noemi, Unfortunately, this field is currently not available for customer_client. However, you can make a call to the Customer resource to get the descriptive name. Regards, Anthony Google Ads API Team =~=~=~=~=~=~=~=~=~=~=

Benchmark product price in Google Ads API

2019-04-02 Thread Yang Yu
Hello, The new beta feature Benchmark product price in the UI looks very interesting. Is this feature available in the new Google Ads API? If not, is there a timeline as to when this feature will be added? Thank you -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

RE: Smart Shopping ad assets creation

2019-04-02 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, Unfortunately, there is currently no way to set these fields using the API. I'll let the team know to have this supported. Please see our blog for any updates or announcements regarding this. Regards, Anthony Google Ads API Team =~=~=~=~=~=~=~=~=

RE: invalid click lookback

2019-04-02 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Oksana, Your metrics may occasionally be updated one or more days after a click occurs. This can happen for a number of reasons, including (but not limited to): - When a conversion occurs days after the initial click - When we detect invalid traffic that needs to be removed So, usu

RE: Create Message extension via API

2019-04-02 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Duong, The message delivery field where you enter the email address to receive customer's text message is not available through the API. I have a raise a feature request to the team. Please keep an eye our our blog for future

Fetching the customer_client.name for a customer

2019-04-02 Thread Noémi Molnár
I would like to return the id, currencyCode, timeZone, descriptiveName for each customer_client for a customer. The customer_client resource group returns the id, currencyCode, timeZone, but not the descriptiveName. I tried to use request the descriptiveName for the customer_clients, but it ret

Re: Adding Hotel AdGroupCriterion without bidding value

2019-04-02 Thread Didier Roy
Hello Sai thank you for you answer. I can create an adgroup criterion with negative field to true and it appears as Excluded on the Google Ads Platform. This is good thank you. I am trying now to update the adgroup with a bid value and switching negative to false and I get the error : Google A

RE: Audience Report

2019-04-02 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Pooja, Thank you for sharing the details privately. The Audience Performance Report maps to the Audience tab in the Google Ads UI. The field: People not in audience is available in the Predefined reports in the Google Ads UI. It is currently not supported through the API. Regards, Bharani

RE: How to include Audience Type - People Not In Audience, to download Audience_Performance_Report using Google-API

2019-04-02 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Harish, Thank you for sharing the details privately. The Audience Performance Report maps to the Audience tab in the Google Ads UI. The field: People not in audience is available in the Predefined reports in the Google Ads UI. It is currently not supported through the API. Thanks, Bharani

RE: can not find AdWords API Center

2019-04-02 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Andy, You will need a manager account in order to sign up for the API. You can fill out the form that listed in this link to get one. Once you do, you can follow the steps here

RE: FeedItemTargetService

2019-04-02 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Rishabh, You will be able to use FeedItemTargetService and restrict FeedItems to any specific campaigns, ad groups or criteria. You may refer to this guide on Dynamic Remarketing f

RE: Get managed customer List (ads API, adwords API)

2019-04-02 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Kim, You won't be able to filter the cancelled accounts. We have raised a feature request on your behalf and passed it to the team. Please keep an eye on our blog for any future updates. Thanks, Bharani, Google Ads API Te

RE: How to ignore cancelled accounts (Google Ads API)

2019-04-02 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Alex, You won't be able to filter these accounts. I created a feature request on your behalf and passed it to the team. Any updates or announcements can be found on our blog . Regards, Anthony Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Get permissions of login behind OAuth access token

2019-04-02 Thread Dorian Kind
To at least check whether there's only read-only access to a given account you could try send a simple operation (e.g. creating a new campaign) with the validateOnly header as suggested in this thread. On Tuesday, 2 April 20

invalid click lookback

2019-04-02 Thread Oksana Sulyma
Hello AdWords API Community! We use campaign performance reports and we noticed interesting case recently. For one of campaigns, report created on Mar 20 contents 18 clicks, 1 invalid click. Same report created today shows 10 clicks, 9 invalid clicks. I understand that Google analysis traffic and

RE: [1-4073000025608] How to pull conversion_actions from new google ads api?

2019-04-02 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello All, I've flagged this issue that it affects many users now. The engineering team is investigating this right now. I'll inform any progresses here once I've heard from them. Cheers, Thanet, Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and d

Get managed customer List (ads API, adwords API)

2019-04-02 Thread SHbabybyebye
*Hi,* *I used "ads API" to get a list of customers(tree structure).* = ads api query = "SELECT customer_client.client_customer, customer_client.le

How to include Audience Type - People Not In Audience, to download Audience_Performance_Report using Google-API

2019-04-02 Thread Google-Ads Account
Hi Team, I am able to see "People not in audience" type in Audience and Audience Type column of Audience_Performace_Report downloaded from "ReportUI Dashboard" But The Audience_Performace_Report which is downloaded using Google-API doesn't contain "People not in audience" in Audience and Audie

FeedItemTargetService

2019-04-02 Thread anonymousMonk
does the FeedItemTargetService work with dynamic retargeting? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Go

RE: Update Keyword Bid SOAP RQ for AdGroupCriterionService call

2019-04-02 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Gunjan, You can use the BatchJobService to accomplish this and you can refer to this guide as to how. We currently do not have a direct exam

Re: Update Keyword Bid SOAP RQ for AdGroupCriterionService call

2019-04-02 Thread Gunjan Patel
Hi Peter, One more question. We are updating 100's of keyword at a time. Is there a way to do a bulk update? If yes, can you send me sample payload request for it? Thanks in advance. Gunjan On Wednesday, 6 February 2019 00:01:36 UTC-6, googleadsapi-forumadvisor wrote: > > Hi Gunjan, > > Glad

Create Message extension via API

2019-04-02 Thread xuantoi . ads . mtest
Hi team, In Message extension creating UI there is field allow enter email to create message extension but i cant find any field to create it via api. Can anyone help. Thank you. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogs

Re: Look for DSA search queries and costs

2019-04-02 Thread Norbert Mazur
Perfect, that is exactly what I was looking for. Thank you! On Tuesday, 2 April 2019 05:56:39 UTC+2, googleadsapi-forumadvisor wrote: > > Hi Norbert, > > Could you please confirm if you are using AdWords API > ? If yes, > you may refer

RE: Get permissions of login behind OAuth access token

2019-04-02 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Ales, On the AdWords API perspective, if what you want is to fetch the access level of specific OAuth token based on this link , I'm afraid that this is currently not supported via AdWords API. Other way to know the access level is

Re: Smart Shopping ad assets creation

2019-04-02 Thread dima
We create a blank ad, without headlines etc, i.e. without the assets from my first screenshot. We can't understand how to populate the fields, for example the headline. There is no setter like setHeadline, and no setField that receives a field enum or something. We've found only setField(Fiel

Get permissions of login behind OAuth access token

2019-04-02 Thread ales
I have a quick question that I did not find answer to in this forum yet. Google Ads login can have one of 5 different permission levels, starting from lowest Email-only all the way up to Administrative access. The OAuth token inherits the same permissions of a login it was authenticated with. *

Re: How to ignore cancelled accounts (Google Ads API)

2019-04-02 Thread Alex Mmz
[image: Capture.PNG] Thanks Anthony, this works for hidden accounts but not for cancelled ones. Seeing that there isn't a property for that in CustomerClient, is there another approach? On Monday, April 1, 2019 at 11:33:48 PM UTC+2, googleadsapi-forumadvisor wrote: > > Hi Alex, > > You can us