Check the approval status of an ad By API

2018-08-27 Thread avnish
I need to check the approval status of an ad via API. If any helplink is available please send me -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this messag

Re: Can I get In-market audiences list via api?

2018-08-27 Thread Ken Hsu
Hi Peter, Thanks for your response, When I use ConstantDataService.getUserInterestCriterion() this function , I get all of them, but I only want to pull the list like the screenshot, I

Zero Clicks in Geo Performance Report

2018-08-27 Thread Oksana Sulyma
Hi Google team, I have a question to you. I request Campaign Performance Report report for one of my clients for 1 month, and I get in summary Impressions =30850, Clicks = 69. Invalid Clicks = 0. When I request Geo Performance Report for the same account/date range, I get in summary Impressions

Getting Audience Type in Audience Performance Report

2018-08-27 Thread Charles Clark
Hello, When querying the Audience Performance Report, we're having trouble locating the Audience Type. The audience type can be easily added as a column in the adwords UI when we look at audience. Some of the types include "Detailed demographics", 'Affinity audience' ,or "Similar audience". How

Re: Zero Clicks in Geo Performance Report

2018-08-27 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Oksana, Could you please share the client customer id for which you are retrieving the stats so that I can troubleshoot the issue? You can choose 'Reply privately to author' option while responding. Thanks, Milind, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Al

Re: Parallel traching

2018-08-27 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Pankaj, Please find my responses inline: 1. If i talk about the our normal ad-words account, how can we use custom click tracking. You can use custom click tracking for additional tracking information. Usually this is a proprietary/in-house tracking or via a third party provi

Re: Check the approval status of an ad By API

2018-08-27 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Avnish, Unfortunately, you won't be able to get the ad status via API. However, you can use the Ad Performance report and using the CombinedApprovalStatus

Re: Using AdGroupAdService I got SelectorError.TOO_MANY_PREDICATE_VALUES error

2018-08-27 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hi Luigi, The TOO_MANY_PREDICATE_VALUES occurs when you are using over 10,000 values in either your IN or NOT_IN predicate. If this is not the cause of your issue, please send me your SOAP req

Re: Using AdGroupAdService I got SelectorError.TOO_MANY_PREDICATE_VALUES error

2018-08-27 Thread Luigi Taccetta
In this case it was related to the quantity of values passed. Thanks! On Monday, 27 August 2018 20:10:27 UTC+2, Teja Makani wrote: > > Hi Luigi, > > The TOO_MANY_PREDICATE_VALUES > > occurs > wh

Re: Can I get In-market audiences list via api?

2018-08-27 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Ken, I am Peter's colleague and will be following up on this thread as he is unavailable today. To get the In Market audience, you can use code below: ConstantDataServiceInterface constantDataService = adWordsServices.get(session, ConstantDataServiceInterface.class); constantDataService.g

Adwords reports with Custome dates (Python)

2018-08-27 Thread Sergei S
Hi, I'm trying to get a report for custom dates with the following query: report_query = (adwords.ReportQueryBuilder() .Select( 'CampaignName', 'AdGroupName', 'Url', 'Impressions',

Re: Cannot find AdWords API Center

2018-08-27 Thread piyush
Hey, Please complete the billing details after creating MCC account. Once that is completed you can see API Center option under Tool Icon. Thanks. On Wednesday, May 7, 2014 at 5:09:45 PM UTC+5:30, adwordsku...@ksk-media.de wrote: > > Dear All, > > Our company wants to develop a simple tool tha

Parallel tracking

2018-08-27 Thread dharam . enest
Hello team, We are using the Google Ad-words api for sending Offline Conversion to Google Ad-words accounts. For that we are using the GCLID that is added to the landing page by enabling auto-tagging. If we talk about custom click tracking (for instance, a third-party click measurement system

Authentication problem

2018-08-27 Thread sshaw . losasso
I'm trying to get started with adwords api but am unable to authenticate. I am using python. When I run: flow = google_auth_oauthlib.flow.Flow.from_client_secrets_file( 'client_secret.json', scope=[oauth2.GetAPIScope('adwords')]) flow.redirect_uri = 'https://www.example.com/oauth2callback'

Re: How can I retrieve conversion using ConversionTrackerService

2018-08-27 Thread Roberto Jax
tks so much baby i fixed this :) On Friday, November 24, 2017 at 2:34:08 AM UTC-8, Jikai Zhang wrote: > > Hi AdWords API Teams, > > I use AdWords integrate with Firebase project, I create Conversion with > Firebase events in the AdWords Platform, so I can see those conversions on > the adwords.

Re: How can I retrieve conversion using ConversionTrackerService

2018-08-27 Thread Gary Torino
that's great :))) On Friday, November 24, 2017 at 2:34:08 AM UTC-8, Jikai Zhang wrote: > > Hi AdWords API Teams, > > I use AdWords integrate with Firebase project, I create Conversion with > Firebase events in the AdWords Platform, so I can see those conversions on > the adwords. > But I can not

Re: Can We Get "Approved Limited Trademarks in ad Text" Warning Via Adwords API

2018-08-27 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Avnish, You can use the AdGroupAdService.policysummary to filter by combinedApprovalStatus = APPROVED_LIMITED. Please refer this this forum post

Re: Adwords reports with Custome dates (Python)

2018-08-27 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Sergei, Since you are using the Python client library, the implementation here is quite different for setting up the date range. Could you try using the below code snippet instead? .During(start_date='20180801', end_date='20180802') Let me know if it works. Thanks and regards, Luis AdWord

Re: Authentication problem

2018-08-27 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, When setting up your OAuth2 credentials , we recommend the installed application flow