Re: ReportDownloadError.MISSING_PARAMETER reportdownload/v201806

2018-06-19 Thread Георгий Грязнов
I have tried. Now I have problems with my OAuth_Access_token. But it is another theme. Thanks a lot. вторник, 19 июня 2018 г., 13:11:34 UTC+5 пользователь Dannison Yao (AdWords API Team) написал: > > Hi, > > My apologies as we are not familiar with using the POSTMAN method. Could > you try

Re: How to get access token

2018-06-19 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, You could use one of our client libraries which will allow you to automatically generate an access token when making a request. All you need to do is to specify your OAuth2 credentials in the property file including your

ProductType dimension difference between a shooping campaign and a display campaign with GMC feed

2018-06-19 Thread Jianbo zhu
Hi, Adwords team, I got one question regarding PrdocutDimension in ProductScope Campaign Criterion. Basically, both a shooping campaign and a display campaign with GMC feed can have product scopes. but they use different ProductDimensions: for example, shopping campaign use ProductType

Re: Unable to remove AdGroupCriterion (keyword) - OperationAccessDenied.OPERATION_NOT_PERMITTED_FOR_CAMPAIGN_TYPE

2018-06-19 Thread Inessa M
Hi, it seems the error occured because when I've tried to remove AdGroupCriterion I set a lot of criterion fields. If I set the adgoupId and criterionId only (like in this example ) It works fine.

Re: CTR used for Bid Landscape estimates

2018-06-19 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Leon, The Bid Landscape in the API is analogous to the Bid Simulator in the UI. The CTR is a ratio of how often people who see your ad end up clicking it. CTR is the number of clicks that your ad receives divided by the number of times your ad is shown. The Estimated CTR value may or may

How to get access token

2018-06-19 Thread Георгий Грязнов
Hi there. Please help me to get the access token. I want to get a static access token which will not expire in hour (day, month). I will use it in the App which allows me to send only one HTTP request. So, I need static access token to include it the request one time and not to change it. Is

Re: BatchJobMutateResponse - campaignLabel operand not returning the campaignId

2018-06-19 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Pedro, To assign label to a campaign, you will need to use CampaignService.mutateLabels with CampaignLabel

Re: Shopping Performance Report API and mapping of products and ads

2018-06-19 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Par, I understand your concern. Shopping Performance Report via the API corresponds to shopping campaign statistics aggregated at the product level. When it is aggregated at the product partition level, you can use the Product Partition Report

Re: Post API Results from TrafficEstimatorService on Website

2018-06-19 Thread Peter Bowen
This is possible. You'd need some code to grab the data from Google, store it in your database or a file and then turn it into html to display on your site. That's the simplistic version. It needs some thought around whether this would class as an internal use app or a full service tool and if

Re: Empty estimated cpc bid

2018-06-19 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello Evgeniy, Since your question is not specific to the AdWords API but more about the AdWords product as such, I would recommend you to post it in the advertisers community forum . Regards, Sai Teja, AdWords

Re: Are multiple predicates still applied as AND?

2018-06-19 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Ryan, In all reports , OR is not supported and conditions in Condition Lists are performed with AND operator. Please refer this section of guide for

Re: account label not getting in ManagedCustomerService

2018-06-19 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello, You will be able to use ManagedCustomerService.get() by querying for the accountLabels field. If this is not what you're looking for, could you share the complete

Re: Post API Results from TrafficEstimatorService on Website

2018-06-19 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello, Through the API, it is possible to obtain the search volume trends which retrieves the traffic estimates for proposed or existing campaigns, ad groups, and keywords. The results can be used to estimate future traffic and help you decide whether your proposed keywords are optimal.

Re: Dynamics Remarketing ads for retail

2018-06-19 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, Although the AdWords API does not support template ID 416, you can now create a ResponsiveDisplayAd for your dynamic remarketing campaigns. The process for doing so will be essentially

CTR used for Bid Landscape estimates

2018-06-19 Thread Leon Lei
Question regarding the estimates returned when fetching *Ad Group Criterion Bid Landscapes (Keywords):* - How is the CTR for each bid landscape point generated? - Assumption here is that an estimated CTR is used to ultimately determine estimated Clicks from estimated Impressions

Re: INVALID_TOKEN_HEADER while connecting to Ads API from Production website, testing website is working fine. How to find what is causing the issue?

2018-06-19 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello Mirek, INVALID_TOKEN_HEADER usually occurs when the developer token in the request is missing or invalid. Please make sure the developer token entered for production site has no typos

Re: ocid in https://adwords.google.com URL's

2018-06-19 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Jacek, Deep linking is not supported in AdWords API. So, unfortunately, I will not be able to provide a solution for it. Please keep an eye on the blog for updates on future releases. Regards, Dhanya, AdWords API Team --

Re: Got an error while connectin Adwords and SeoToolsforExcel

2018-06-19 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Joao, Could you please enable the logging and share the complete SOAP request and response for *Costumer_Not_Found* error so that I can troubleshoot the issue? Please refer this Java guide to enable the logs. The

BatchJobMutateResponse - campaignLabel operand not returning the campaignId

2018-06-19 Thread pedro . alegre
Hi, I have a list of BatchJobOperation to create a structure with campaigns, keywords, assign labels, ads, etc. All the operations are executed successfully in AdWords and I get the results back. When I try to apply the results to my local database, I encounter an issue with the

account label not getting in ManagedCustomerService

2018-06-19 Thread sarthakadwords111
hi, when I call the ManagedCustomerService from API (test account) I did not get the label but in ad-word dashboard show that label and when I call the AccountLabelService I also got their label but did not get the Customer. I need the label that shows me that this belongs to this Customer or

Re: How can i get the total number of active ads?

2018-06-19 Thread sarthakadwords111
thanks, this solved my problem On Thursday, June 14, 2018 at 5:41:19 PM UTC+5:30, sarthaka...@gmail.com wrote: > > thanks Dannison for your support , i will check this > > On Thursday, June 14, 2018 at 11:57:27 AM UTC+5:30, Dannison Yao (AdWords > API Team) wrote: >> >> Hi Sarthak, >> >>

Re: How can i get the total number of active ads?

2018-06-19 Thread sarthakadwords111
this solve my problem thx On Thursday, June 14, 2018 at 3:08:11 AM UTC+5:30, sarthaka...@gmail.com wrote: > > Hi > > i am working on MCC account and i want to get the total number of active > ads. > > As per the UI (AdWord Dashboard) there are 2 options, one is *enable* and > second one is

Empty estimated cpc bid

2018-06-19 Thread Evgeniy Belov
In which cases can all the estimated cpc bid for phrases be zero? And firstPageCpc and topOfPageCpc and firstPositionCpc. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

INVALID_TOKEN_HEADER while connecting to Ads API from Production website, testing website is working fine. How to find what is causing the issue?

2018-06-19 Thread mkutil1
Hi, we are having problem when we are trying to access Adwords API from our production website statusdroid.com. When I try to connect to the API, I am getting following error message. Traceback (most recent call last): > File "/usr/local/lib/python3.6/site-packages/googleads/common.py", line

Post API Results from TrafficEstimatorService on Website

2018-06-19 Thread 'Patt Rick' via AdWords API and Google Ads API Forum
Hi, my question is the following: Is it possible to analyze the searchvolume for different keywords and publish the results on a website? For example I would like to analyze the searches for different car models and calculate the popularity/interest over time. Thanks :) -- --

Got an error while connectin Adwords and SeoToolsforExcel

2018-06-19 Thread Joao Carpio
Hi, I've been trying for about a week now trying to connect the company's adword mcc account with SeoToolsforExcel, however i keep getting this error whenever I try it. Costumer_Not_Found, while doing some research I found this " No account found for the customer ID provided in the header",

Are multiple predicates still applied as AND?

2018-06-19 Thread Ryan Allan
I read a post from 2012 from the adwords team stating all predicates in video performace reports are applied as AND, without any option to combine multiple predicates using some kind of OR. Is this still the case? And if so, is the preferred workaround to submit multiple requests, each with

Shopping Performance Report API and mapping of products and ads

2018-06-19 Thread paran
I'm wondering how I can map a product returned by the shopping performance report to the ad it belongs to. For example let's assume that I have created a shopping campaign with 1 ad group, I then upload 2 different product feeds. In the adwords UI under "Ads & Extension" I will see 2 rows like

Re: ReportDownloadError.MISSING_PARAMETER reportdownload/v201806

2018-06-19 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, My apologies as we are not familiar with using the POSTMAN method. Could you try using the curl method as seen in this example? curl --header "Authorization: Bearer XXX" --header "clientCustomerId: XXX-XXX-" --header "developerToken: XX"

Re: Finding Cost Per Click with API Reporting

2018-06-19 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Szusi, You may still use the selector method if this is what you wish to use, but the syntax would be a bit different. You could use the sample code you have provided. However, you have to associate this predicate to your selector. Could you confirm if you are encountering an error with

Re: Template ads Images

2018-06-19 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Prashant, The zip file will not be downloaded through the URL that you are using. You will have to retrieve the MediaBundle.data object from your end to retrieve the zip file and its

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

2018-06-19 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, Unfortunately, AdWords API does not generate reports with fields according to it's data type. The data type you see on the documentation will not always reflect on the reports. Check this guide for

Re: Offline conversions without a Google click Id(GCLID

2018-06-19 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Alec, If you are referring to store sales conversion, yes, that is possible through the AdWords API as you can see on this guide . For the set up process, yes, whitelisting