Re: Pausing Ad Groups in an Array

2018-07-10 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Sean, You don't need a selector if your goal is just to pause the ad group. All you need to do is to create a loop for your array and set directly each ad group id and ad group status

v201806/AdService mutate SET trackingUrlTemplate yields AdError.INVALID_AD_TYPE

2018-07-10 Thread Chris
Converting several of our tracking templates to use https but not having any luck with the new AdService.mutate(). POST /api/adwords/cm/v201806/AdService https://adwords.google.com/api/adwords/cm/v201806;> SET REDACTED https://REDACTED

Re: Are labels supported for negatives?

2018-07-10 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Markus, My apologies for the confusion. Adding labels via AdWords API is also not possible. The screenshots were just to support my point that labels in general are not supported by negatives, since the API only mirrors the general functionalities of the UI. Let me know if you have

Abount Conversions between KeywordPerformanceReport API and AdWords Console.

2018-07-10 Thread T.Motodate
We want to get the Conversions and CostPerConversion by a certain ConversionTypeName. We could get them using by KeywordPerformantReport with the segment ConversionTypeName. However, there's a difference between the sum of Conversions using by above way and Conversions on the AdWords Console

Re: KeywordsPerformanceReport Quality Score Device Segmentation

2018-07-10 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello Gaurav, QualityScore is an attribute in KeywordsPerformanceReport is

Re: TargetingSetting at the campaign level

2018-07-10 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Christopher, Could you please try code below: $details []= null; $targetingSetting = new TargetingSetting(); $detail = new TargetingSettingDetail(); $detail->setCriterionTypeGroup = 'USER_INTEREST_AND_LIST'; $detail->setTargetAll = true; $details [] = $detail;

Re: Account access management in API (grant other user access to my account)

2018-07-10 Thread GDZ
Hello, am I getting this right and you can only invite user to manage account when account is in "process of creation", i.e. ADD? Not when managed customer account is already created some time ago under our MCC and you just need other person to have access? Thank you. On Wednesday, June 27,

Re: adding labels to ad bulk upload

2018-07-10 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello Richard, I understand you have some concerns related to AdWords scripts. On this forum, we will discuss concerns related to AdWords API only. I would recommend you to post your question on the AdWords scripts forum . Regards, Sai

Add support for shared labels

2018-07-10 Thread charles
This is a feature request(not sure if it's the right place). I just realized it wasn't possible to use labels created in a MCC on objects from child accounts(e.g. campaigns). I feel that being able to build a library of shared labels, just like shared sets, could be valuable. In our

Re: Retrieval of Conversion Code on Page Load

2018-07-10 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Krishna, >From the UI, Global site tag and Event snippet is matching with the API googleEventSnippet and googleGlobalSiteTag values. Please find the attached the UI screen shot. I ran the ConversionTrackerService.get in my test account and get the values below: 1. googleEventSnippet: !--

Pausing Ad Groups in an Array

2018-07-10 Thread szusi
Hello, If I have a list of adgroups in an array, or at least their ID or something similar, can I pause them without having to use a selector? Essentially I am filtering the adgroups to see which need to be paused using my own algorithm, as the predicates are not specific enough. Thus I put

Re: Google Ads API beta { "authorizationError": "DEVELOPER_TOKEN_NOT_WHITELISTED" }

2018-07-10 Thread rentcafe dev
Luis, It's been over two weeks and I still have not gotten approval for my developer token to use Google Ads API. I would really appreciate it if you could follow up on my application. Thanks KDJ On Thu, Jun 28, 2018 at 3:10 PM, wrote: > Luis, > > Thank you for letting me know the time frame

Re: MostSpecificCriteriaId in GeoPerformanceReport acts like a segment

2018-07-10 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Alex, Please find my inline response below: 1) Is the documentation wrong about MostSpecificCriteriaId? MostSpecificCriteriaId is an attribute it is supposed to give the most specific Location criterion associated with the specific impression. If you are seeing any issues while using this

Re: Failed to exchange authorization code for access token

2018-07-10 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Kieran, Thanks for explaining. Since you are using the web application type to setup the OAuth, you will need to specify a valid redirect url while creating the client credentials in the Google developers console. The same redirect

Re: Keyword Planner API - Configured Requests for List of Keywords

2018-07-10 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello Rishav, By setting the TargetingIdeaService.RequestType to STATS for the TargettingIdeaService ,

KeywordsPerformanceReport Quality Score Device Segmentation

2018-07-10 Thread bansal412425
Hello - In Keyword Performance Report Quality Score is segmented by Device. How can I calculate single Quality Score for the Keyword from this data? Thanks, Gaurav -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Re: KPI estimates for display campaign

2018-07-10 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Terence, The TrafficEstimatorService of the AdWords API retrieves the traffic estimates for proposed or existing campaigns, ad groups, and keywords. Please check this guide

Re: Report error

2018-07-10 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello Maria, Could you please share the report definition , error logs along with the client customer id of the account for which you are pulling the reports to investigate further on this concern? You

TargetingSetting at the campaign level

2018-07-10 Thread Christopher Taylor
Trying to set TargetingSetting attributes via the PHP libraries at the campaign level, but receiving this error: Unmarshalling Error: cvc-type.2: The type definition cannot be abstract for element ns1:settings Only see examples for setting at the adgroup level and not the campaign level but

Re: Expression Rule User List Error

2018-07-10 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Danny, I think there may be a bit confusion here in what I explained, so let me take a set back here to explain. Your error is not happening in the second step that you're explaining here. Your error is happening even before you create the criterion. When you first create your

Re: Are labels supported for negatives?

2018-07-10 Thread Markus Heiden
Hi Dannison, what I am interested in most is, whether there is any way to add labels to negatives via the API or not. The UI is not important for me. Regards, Markus -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

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

2018-07-10 Thread Jianbo zhu
Got it, thanks a lot, Thanet! On Tue, Jul 10, 2018 at 12:10 AM 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API and Google Ads API Forum < adwords-api@googlegroups.com> wrote: > Hi Jianbo, > > Engineering has confirmed that it's a legacy product dimension, that are > not designed

Re: BatchJobError.DISK_QUOTA_EXCEEDED with no apparent reason

2018-07-10 Thread Samuel Barbosa
Thanks Josh, things seem to be working alright now. Regards, Sam On Monday, July 9, 2018 at 4:23:10 PM UTC-3, Josh Radcliff (AdWords API Team) wrote: > > Hi Sam, > > The quota for your account has been reset. Please try creating batch jobs > again and let me know if you encounter any issues.

adding labels to ad bulk upload

2018-07-10 Thread richard
Hi, Do you have it in your scope to make it possible to within the bulk upload (ad) also include a label to the ads? currently, it is not supported? https://developers.google.com/adwords/scripts/docs/features/bulk-upload-entities This feature would simplify a lot when working with the API

Re: Cannot find AdWords API Center

2018-07-10 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, Sorry this has been so frustrating for you. Hopefully I can clear a few things up. First, you can only apply for a developer token under a production manager account. Once you've applied: - While your token is pending approval, you can use that developer token to issue API requests

Re: Expression Rule User List Error

2018-07-10 Thread danny+awtest
Hi Nadine! Glad to see you again! But I can not see how set name for ADD operation. At first I created CriterionCustomAffinity or CriterionCustomIntent (tried both) Than set custom affinity/intent id (2608877). also added criterion type - CUSTOM_INTENT or CUSTOM_AFFINITY (but I created

MostSpecificCriteriaId in GeoPerformanceReport acts like a segment

2018-07-10 Thread Alex
MostSpecificCriteriaId is flagged as an attribute, but it behaves like a segment. If I add it to the select-clause then I get much more rows from the report. Many of the additional rows are postal-codes. 1) Is the documentation wrong about MostSpecificCriteriaId? 2) What is the MetroCriteriaId

KPI estimation for display campaign

2018-07-10 Thread Térence Delsate
Hi all ! I am trying to recover the KPI estimations for display campaigns. Right now I'm using the KeywordTrafficEstimateService with a campaign and adgroup set up for display, together with given keywords, but it seems to me that the estimates are different than those in the user interface.

Error trying to load GEO_PERFORMANCE_REPORT

2018-07-10 Thread maria . naidis
We have a basic token and need the GEO_PERFORMANCE_REPORT in order to create a reporting for a client. When we try to load the Geo Report via API, we get the following message: "We encountered an error

Report error

2018-07-10 Thread maria . naidis
When trying to load the GEO_PERFORMANCE_REPORT in order to create a reporting we get the following error: "We encountered an error when we tried to fetch your data. Try again. If you still have problems,

KPI estimates for display campaign

2018-07-10 Thread Térence Delsate
Hi all ! I'm trying to figure out how to extract the KPI estimates for adgroups from a display campaign from the API. So far, I'm using the KeywordTrafficEstimateService with a display campaign and display adgroup, with given keywords. But it seems to me that the estimates I recover are

Become a digital marketing expert |IDMI

2018-07-10 Thread Ramya Paidia
Make your career starts with digital marketing certification course from IDMI. This Executive development program in

Keyword Planner API - Configured Requests for List of Keywords

2018-07-10 Thread Rishav Choudhury
Is there any exhaustive technical documentation on Google AdWords API which explains how I can call specific configurations for a list of keywords to return the volume? Say for Example: I have a list of 10,000 keywords for which I need Search Volume but I want to configure the Country and

Re: Failed to exchange authorization code for access token

2018-07-10 Thread Kieran Hewitson
Hi Sreelakshmi, We have a web application that uses the Adwords client API library and authenticates users with an OAuth auth code/access token flow. They receive a token from google and manually pass it back to the application. Since upgrading to the new version of the API, this type of

Re: Noob-Question: Make a simple API Call in Browser for Testing

2018-07-10 Thread Philipp Jäckle
Hi Luis, thanks for the fast reply. I thought that maybe it is possible to add the report definition as querystring-parameters to the URL. Anyway, not the answer I wanted to hear, but definitely an answer that helps me :-D Best On Tuesday, 10 July 2018 08:14:55 UTC+2, Luis Xander Talag

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

2018-07-10 Thread 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Jianbo, Engineering has confirmed that it's a legacy product dimension, that are not designed to be used right now. It exists for backward support of some old types of campaigns. So, I'd suggest using other product dimensions instead of this one. Best, Thanet, AdWords API Team On Friday,

Re: Retrieval of Conversion Code on Page Load

2018-07-10 Thread Krishna Kishore
Hey Milind, As explained in the Question, I'm already using the ConversionTrackerService and fetching the google Event snippet. The event snipped that I get from ConversionTrackerService is gtag('event', 'conversion', {'send_to': 'AW-123456789/P_1234_1234567890123'}); The response which

Re: Noob-Question: Make a simple API Call in Browser for Testing

2018-07-10 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Philipp, I'm afraid that is not possible as the AdWords API report needs a report definition which is an XML or AWQL fragment that

Re: Empty Click Performance Report

2018-07-10 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, If you are using the Basic access , there is a limit of 1000 reports download per day. However, as for the issue of getting empty reports, could you clarify if you set the includeZeroImpressions