Re: Is there any way to get reports with unformatted data ?

2018-05-02 Thread scorchpem
Hi! I also have this concern. I need the unformatted reports data which should adhere to the fields data type (e.g If field is long or double, then they should be valid long or double data type). This way I dont need to process each data cell. On Wednesday, March 8, 2017 at 10:42:37 PM UTC+8,

Re: Adwords API Beta Error "DEVELOPER_TOKEN_NOT_WHITELISTED"

2018-05-02 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Dmitry, If you want to get started with Google Ads API Beta, you may fill up and submit this application form by using your existing AdWords account to get your developer token whitelisted. You'll get a confirmation through the

Re: INVALID_USER_INTEREST error for Affinity Audience and In Market Audience Options Returned from ConstantDataService.getUserInterestCriterion

2018-05-02 Thread drussell
Thanks for the quick reply Nadine! That's good to know. I assume there's nowhere I can see the campaign_type -> audience mapping? On Wednesday, May 2, 2018 at 2:22:17 PM UTC-7, Nadine Sundquist (AdWords API Team) wrote: > > Hello Daniel, > > Some criterion are only valid for certain campaign

Re: How to get "Where ads were shown" stats via API reports ?

2018-05-02 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello Jeremy, You could use the Automatic Placements Performance Report in the API. Please note that Automatic Placements Performance Report in the API returns data by breaking all

Re: INVALID_USER_INTEREST error for Affinity Audience and In Market Audience Options Returned from ConstantDataService.getUserInterestCriterion

2018-05-02 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Daniel, Some criterion are only valid for certain campaign types. The ConstantDataService does not currently have the ability to convey the compatibility of each of these with certain kinds of campaigns. We are in the process of trying to figure out a solution for that. It looks like

Re: Video Performance Report

2018-05-02 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Timna, The Conversions field is now compatible with ConversionTypeName and

Re: Account creation and billing informaiton

2018-05-02 Thread Alina Vavilova
Hello Milind, am I correct in thinking that there is no possibility of billing one particular AdWords account with API? I mean, if we make a third-party service working on your API to give our clients an opportunity to create and change their own ad campaigns under our main account, will our

Adwords API Beta Error "DEVELOPER_TOKEN_NOT_WHITELISTED"

2018-05-02 Thread Dmitry Maslennikov
Hello, I tried to go to Google Adwords Beta (v0), but when I make any request I get an error "DEVELOPER_TOKEN_NOT_WHITELISTED". In the previous version Adwords API, the developer token works without problems. How can I add my developer token to the whitelist? Best Regards, Dmitry -- --

Re: How to request access to a Google My Business account by email with API

2018-05-02 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, If GMB and AdWords account has the same login, you could use the same user email address to make a API call. Otherwise, you need to generate access token for your GMB account and can use this access token to make a call by passing this access token, email address, and the busniess account

Re: LocationCriterionService returning empty results

2018-05-02 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello, It looks like these Criterion IDs are not available in the Geo targets table. It is currently not possible to map these location IDs to the exact location through the AdWords API. It is possible that these IDs correspond to the restricted regions or the DMA regions. If its DMA region,

Re: Get campaign targeting's reach or weekly estimates

2018-05-02 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Jayson/Ping, The Targeting Reach setting in the UI corresponds to the estimate for the specific Targeting settings for Display Network Ad campaigns. You could consider using the Display Planner to generate ideas for display

Re: CampaignBidModifierService returns empty CampaignBidModifierPage

2018-05-02 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Martin, CampaignBidModifierService will only return the bid modifiers for Platform and InteractionType

Re: How to upload media assets to different UAC

2018-05-02 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Aditi, In python, to upload media to an existing campaign via API, you would use code snippet as below: campaign_service = client.GetService('CampaignService', version='v201802') # Construct operation and update campaign. operation = { 'operator': 'SET', 'operand': {

How to get "Where ads were shown" stats via API reports ?

2018-05-02 Thread Tecdyn
Hi, Is it possible to get the stats shown here : with the API reports *when there isn't any "Managed" placement* ? I tried a lot of distinct reports, they're

Re: Call Only Ad description limit

2018-05-02 Thread steve
ok...that's definitely disappointing. Hopefully, this can be solved in the next release. It's a big problem for us as we're managing a lot of call only campaigns at scale and trying to adjust a ton of ads manually will present a huge challenge for a mistaken text limit. I guess I have no

How to request access to a Google My Business account by email with API

2018-05-02 Thread wtemmerman
Hi everyone, I tried to find this functionality into Adwords API and/or Googly My Business API : - *Request access to another Google My Business account by email for an Adwords account* If anyone know how to do it or if this functionality doesn't exists yet into API. Regards, Wilfried --

CampaignBidModifierService returns empty CampaignBidModifierPage

2018-05-02 Thread Martin Botťánek
Hello, I am on Ruby/Rails with the latest version of google-api-ads-ruby gem and v201802 When calling get on CampaignBidModifierService using the following selector all I get is an empty CampaignBidModifierPage selector = { fields: %w[CampaignId CampaignName BidModifier], ordering: [{

LocationCriterionService returning empty results

2018-05-02 Thread sfatma.gts via AdWords API and Google Ads API Forum
Hi, I am pulling GEO_PERFORMANCE_REPORT to get the performance insights of certain ad campaigns done for my company. There are few locationIds which I am getting in response in the report which when queried to LocationCriterionService, I am getting results as blank. These are the impacted

Re: Call Only Ad description limit

2018-05-02 Thread ongyao via AdWords API and Google Ads API Forum
Hi Steve, Upon investigation, the AdWords API only limits up to 35 characters of input for the descriptions of call-only ads and returns an error if exceeded. However, upon checking AdWords UI, AdWords UI is implemented with an 80 character limit for descriptions. Unfortunately, we could not

Re: Get campaign targeting's reach or weekly estimates

2018-05-02 Thread Ping
Hi Bharani, Why this information is not available in API? Without the targeting reach information how users are going to know how many people can they reach after choosing their targeting? On Wednesday, May 2, 2018 at 5:30:15 AM UTC+8, Bharani Cherukuri (AdWords API Team) wrote: > > Hi

Re: Trial creation fails only when previously we have defined campaign platform modifiers

2018-05-02 Thread yeray . romero
Also, remember we are also creating experiments as part of our CI process under many different circumstances, except when there is a platform modifier in the campaign we are trying to clone. On Wednesday, 2 May 2018 10:03:58 UTC+1, yeray@farfetch.com wrote: > > > Hello! > > Unfortunately,

Re: How to find the Application package name in one campaign through the adwords report api?

2018-05-02 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Kevin, Based on your code snippet, I think you are using the right selector. However, to further investigate this, could you provide the complete SOAP request and response logs when running the request? Please reply via *Reply privately to author*. Thanks and regards, Luis AdWords API Team