Re: Google Ads Beta Api Query

2018-12-11 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, I'm afraid, you cannot mimic the Click Performance Report from Google Ads API Beta as the GCLID field is currently not yet available in Ads API Beta. All the listed fields on this guide are currently the only available fields

Re: RateExceededError after a few operations

2018-12-11 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Alexandra, Unfortunately, there is currently no way to know how many requests your account has made for the day. However, you could refer to the rate sheet guide on how the operations are computed. According to this

about RateExceededError

2018-12-11 Thread Chen Roger
Hello google API team, I want to ask about RateExceededError I often get this message. RateExceededError https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads

Re: Try to update ad group keyword

2018-12-11 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Rahat, If you have concerns or issue with the AdWords API, could you open your concern in a new thread and elaborate further so I could better assist you? Regards, Dannison AdWords API Team On Tuesday, December 11, 2018 at 11:19:52 PM UTC+8, Rahat wrote: > > > > (adsbygoogle =

Re: what string can i put on placement in CustomerNegativeCriterionService

2018-12-11 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Alejandro, Could you clarify if you are using the Python client library? If so, you may refer to this complete sample code for adding Placement

Re: TargetingIdeaService: How to get keyword search volume and keyword ideas for a specific period?

2018-12-11 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Hitesh, I'm afraid, setting of custom date range is still not supported for TargetingIdeaService . I could not tell on if and when the date range feature will be supported in TargetingIdeaService.

Re: Google Adwords Reach Estimate For Keywords And Budget

2018-12-11 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi John, To better investigate this, could you provide the complete SOAP request and response logs when you're running the keyword estimates with different dailyBudget? Please reply via *Reply privately to author*. If you haven't enabled your logging yet, you may refer to this guide

Re: INVALID_PRODUCT_DIMENSION_TYPE When Adding CampaignCriterion To A Shopping Campaign

2018-12-11 Thread Pete Lavetsky (AdWords API Guru)
Peter, D'oh! I was testing the ProductScope stuff on a Campaign I had previously added under a different context. Thanks for clearing that up for me, and for the prompt response. Pete -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Re: TargetingIdeaService range of dates

2018-12-11 Thread Hitesh Paryani
Hi there Josh, Have you added the custom range filter yet? On Friday, March 2, 2018 at 7:35:29 PM UTC+5:30, Josh Radcliff (AdWords API Team) wrote: > > Hi, > > No updates to report at this time. We'll be sure to announce any changes > in release notes >

Re: TargetingIdeaService: How to get keyword search volume and keyword ideas for a specific period?

2018-12-11 Thread Hitesh Paryani
Hi Vishal, By any chance, is the custom date range filter added to the TargetingIdeaService now? On Wednesday, August 24, 2016 at 3:00:31 AM UTC+5:30, Vishal Vinayak (Adwords API Team) wrote: > > Hi, > > The chart that I shared is specific to AdWords reports. Monthly stats > available via the

RateExceededError after a few operations

2018-12-11 Thread Alexandra Faynburd
Hi, I'm getting the error after running tens or maybe low hundreds of operations (at least I think that this is the number) I'm getting this error googleads.errors.GoogleAdsServerFault: [RateExceededError ] The rate is 1 per day How can I check what is the actual number of operations I did,

what string can i put on placement in CustomerNegativeCriterionService

2018-12-11 Thread Alejandro Brücher
Hi Can I block this url like "yahoo.com" o "mobileapp::2-tv.peel.smartremote" with this code? Customer_criterion_service = client.GetService( 'CustomerNegativeCriterionService', version='v201809') # Initialize appropriate service. operations = [] for index, row in

Re: INVALID_PRODUCT_DIMENSION_TYPE When Adding CampaignCriterion To A Shopping Campaign

2018-12-11 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Pete, The CriterionError.INVALID_PRODUCT_DIMENSION_TYPE error occurred because you were trying to set a ProductCanonicalCondition

Google Ads Beta Api Query

2018-12-11 Thread rentcafedev1
Hello, I'm trying to mimic the CLICK_PERFORMANCE_REPORT using the new api. Below is the CLICK_PERFORMANCE_REPORT I'm using. Select GclId, CampaignId, CreativeId, CriteriaId, AdGroupId, Device, AdNetworkType1, Date from CLICK_PERFORMANCE_REPORT during 20181210, 20181210 Below is what I have so

Re: Link Client to MCC

2018-12-11 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Rafael, The NOT_AUTHORIZED error occurs when the user authenticating the request is not authorized to perform this operation. You will need to verify

INVALID_PRODUCT_DIMENSION_TYPE When Adding CampaignCriterion To A Shopping Campaign

2018-12-11 Thread Pete Lavetsky (AdWords API Guru)
Hi All, I am getting a CriterionError.INVALID_PRODUCT_DIMENSION_TYPE when attempting to add any product dimension other than ProductBrand to a ProductScope. After running into the error with my own code I tried with the github samples provided for Shopping Campaigns as located here:

Re: Google Ads Beta: Google Ads failure details: request_error: Invalid customer ID

2018-12-11 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello, Could you please remove the '-'s in the customer Id and try the request again? In the Google Ads API Beta client customer id is specified without any '-'s in the request . Please give it a try

Re: AD_PERFORMANCE_REPORT ExpandedTextAdHeadlinePart3 is not working

2018-12-11 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Saurabh, I'm sending a follow up to confirm as well if perhaps you are using the AdWords Scripts instead of the AdWords API? If yes, you can get in touch with their team via their forum

Re: UNEXPECTED_INTERNAL_API_ERROR raised during ConversionTrackerService.get query

2018-12-11 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Paul, Thank you for reaching out to support. Could you send to me your clientCustomerId and the complete SOAP request and response logs so I can further investigate? You may reply to me via the *Reply privately to author* option. Thanks and regards, Peter AdWords API Team On Wednesday,

Re: navigate to apicenter without making a campaign

2018-12-11 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Angelo, My apologies as we can provide support to concerns/issues that are specific to AdWords API. I would recommend that you post your concern in the Google Ads Community forum instead as they are more equipped in assisting you on this. Best

Re: Didn't get the custom audience list size updated after uploaded test(fake) data via API

2018-12-11 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Chiwan, Please see below my comments to your queries. 1. For custom audience list in your test account, It doesn't matter if you use real or mock data, however, please note that For privacy purposes, the user list size will show as zero until the list has at least 1,000 members. After

Re: Problem with API service Google\AdsApi\AdWords\v201809\ch\CustomerSyncService

2018-12-11 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Dmitry, Can you provide to me your clientCustomerId as well as the complete SOAP request and response logs so I can further investigate your concern on my end? You can send it to me via *Reply privately to author*. Thanks, Kevin AdWords API Team On Wednesday, December 12, 2018 at 1:43:12

Re: ManagedCustomerService mutateLink issue

2018-12-11 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Daniel, Setting link status to "CANCELLED" is used to rescind/cancel the invitation sent to a client account (see here for more information). I assume that since the link is already created

Re: CUSTOMER_NOT_WHITELISTED_FOR_API Ads customer + MCC on the same account

2018-12-11 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Yana, As you have stated, the account 677-390-5764 is a MCC account and 235-894-7710 is a non-manager account. To get a list of BillingAccounts that client 235-894-7710 can use, you will need to call getBillingAccounts() by authenticating as MCC id: 677-390-5764. Please refer to this

Didn't get the custom audience list size updated after uploaded test(fake) data via API

2018-12-11 Thread Chiwan Leung
We upload 6 lines via excel and 1line via API to the custom audience list in our test account. But the list size didn't updated forever. Question: 1. Do we need to upload real data for you to match then get the list size updated? 2. Does the list size mean "size" after matching? -- --

ManagedCustomerService mutateLink issue

2018-12-11 Thread 'Daniel Pernevan' via AdWords API and Google Ads API Forum
can you please provide some insights why this request and response is not doing what is supposed to do. Request: http://schemas.xmlsoap.org/soap/envelope/; xmlns:ns1="https://adwords.google.com/api/adwords/cm/v201802; xmlns:ns2="https://adwords.google.com/api/adwords/mcm/v201802;>

Re: UNEXPECTED_INTERNAL_API_ERROR

2018-12-11 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi German, Could you provide to me the complete SOAP request and response logs so we can take a closer look at the issue? You may reply to me via the *Reply privately to author* option. Thanks and regards, Peter AdWords API Team On Wednesday, December 12, 2018 at 1:51:50 AM UTC+8, German

Re: AD_PERFORMANCE_REPORT ExpandedTextAdHeadlinePart3 is not working

2018-12-11 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Saurabh, Could you confirm if you are using the latest version of the AdWords API? Also, could you provide to me your clientCustomerId and the complete report definition

Link Client to MCC

2018-12-11 Thread Rafael Botas
hello, I am trying to link automatically new clients to a Google MCC but I always get ManagedCustomerServiceError.NOT_AUTHORIZED @ operations[0] I can do everything else through the API but I have not being able to get this working. My code: anyone can help me please? -- --

UNEXPECTED_INTERNAL_API_ERROR

2018-12-11 Thread German Schiavon Matteo
Hi, I keep running to this error very often lately while modifying kewords/adgroups. I added some debug in order to find the problem and what I've found is that the *requestID* is null, I don't really understand what does it mean... Any help with this would be appreciated. 2018-12-11

UNEXPECTED_INTERNAL_API_ERROR raised during ConversionTrackerService.get query

2018-12-11 Thread paul . cooper
Hi, We're encountering a consistent and fatal error when making a ConversionTrackerService get request. This only happens with a single account. Others work without an issue. Here is the selector: selector = { 'fields': ['Category', 'Id', 'Name', 'Status', 'ExcludeFromBidding',

UNEXPECTED_INTERNAL_API_ERROR during ConversionTrackerService.get query

2018-12-11 Thread paul . cooper
Hi, We're encountering a fatal and consistent error when making a ConversionTrackerService get request for a single account. Many other accounts work without issue. Here is the selector: selector = { 'fields': ['Category', 'Id', 'Name', 'Status', 'ExcludeFromBidding',

UNEXPECTED_INTERNAL_API_ERROR

2018-12-11 Thread German Schiavon Matteo
Hi, Lately I have been running to this error a lot and I don't really know what's going on. I am including the debug message. Notice that the *requestId * is null (no idea why). Thanks in advance! 2018-12-11 04:29:17,383 [Executor task launch worker-0] WARN

AD_PERFORMANCE_REPORT ExpandedTextAdHeadlinePart3 is not working

2018-12-11 Thread Saurabh Gupta
I tried to get a report of ExpandedTextAdHeadlinePart3 on AD_PERFORMANCE_REPORT. But the error says: Column 'ExpandedTextAdHeadlinePart3' is not valid for report type AD_PERFORMANCE_REPORT. Double-check your SELECT clause. Kindly fix it. -- --

TOO_MANY_CHANGES with Google\AdsApi\AdWords\v201809\ch\CustomerSyncService

2018-12-11 Thread roistat . artemov . d
Our application requests data if there are changes in campaigns and ads. We have a client who has a lot of campaigns and ads on them (more than 300k in a couple of days), now we have data broken down into 20 (10 focus groups) campaigns, and ads are broken down by day, but this is not enough. If

TOO_MANY_CHANGES with Google\AdsApi\AdWords\v201809\ch\CustomerSyncService

2018-12-11 Thread roistat . artemov . d
Our application requests data if there are changes in campaigns and ads. We have a client who has a lot of campaigns and ads on them (more than 300k in a couple of days), now we have data broken down into 20 (10 focus groups) campaigns, and ads are broken down by day, but this is not enough. If

Problem with API service Google\AdsApi\AdWords\v201809\ch\CustomerSyncService

2018-12-11 Thread roistat . artemov . d
Our application requests data if there are changes in campaigns and ads. We have a client who has a lot of campaigns and ads on them (more than 300k in a couple of days), now we have data broken down into 20 (10 focus groups) campaigns, and ads are broken down by day, but this is not enough. If

how to go to apicenter without making a campaign

2018-12-11 Thread Angelo Paolo Obispo
I have recently completed our company's application for Standard Access on our develper token. The link on the instruction email specified to navigate to https://adwords.google.com/ and find the Settings Gear or "Account settings" or "AdWords API Center". There are none of those links when I

navigate to apicenter without making a campaign

2018-12-11 Thread Angelo Paolo Obispo
I have recently applied for Standard Access for our company's developer token. I have received an email with detail instructions to go to https://adwords.google.com/ to find my developer token. However, I am stuck with a form that wants me to make a campaign. There is no Gear Icon or "Account

Google Ads Beta: Google Ads failure details: request_error: Invalid customer ID

2018-12-11 Thread gruzservice2017
We use Google Ads Beta Code from examples: GetAccountsBudgets.php const CUSTOMER_ID = 'xxx-xxx-'; We copy customer id from the Google adwords control panel. And all the time we receive error: Request with ID 'RsvjjfK81TqLx_ffaVXY4A' has failed. Google Ads failure details: request_error:

Link MCC to Client Account

2018-12-11 Thread Rafael Botas
hello, I am trying to link automatically new clients to a Google MCC but I always get AuthorizationError.USER_PERMISSION_DENIED @ ; trigger:'' I can do everything else through the API but I have not being able to get this working. My code: anyone can help me please? -- --

Re: ClickAssistedConversionValue and ImpressionAssistedConversionValue now contain "--"?!

2018-12-11 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
s >ClickAssistedConversionValue >ImpressionAssistedConversions >ImpressionAssistedConversionValue > >CampaignStatus >IN >ENABLED >PAUSED > REMOVED > >

Re: Try to update ad group keyword

2018-12-11 Thread Rahat
(adsbygoogle = window.adsbygoogle || []).push({ google_ad_client: "ca-pub-5768703770817569", enable_page_level_ads: true }); -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Re: Adwords API Beta ⁻ Unresponsive

2018-12-11 Thread 'Anthony Duperray' via AdWords API and Google Ads API Forum
Found it, the error occurd with google-ads maven lib 0.6, works great in 0.5 Anthony On Monday, December 10, 2018 at 8:03:15 PM UTC+1, Teja Makani wrote: > > Hello Anthony, > > Could you please share the entire code snippet, CID of the account, the > timestamp around which the call was

Re: Google Adwords Reach Estimate For Keywords And Budget

2018-12-11 Thread John Yfain
Hello, I've tried something but the budget make no changes to the result in my request. I set the micriAmount on the AdGroupEstimateRequest and then set the setDailyBudget on the CampaignEstimateRequest. But no effect to the results being shown. I've used the code sample (the first one) from

Re: Google Adwords Reach Estimate For Keywords And Budget

2018-12-11 Thread John Yfain
Hello, I've tried something but the budget make no changes to the result in my request. I set the micriAmount on the AdGroupEstimateRequest and then set the setDailyBudget on the CampaignEstimateRequest. But no effect to the results being shown. -- --

Re: Automated Rules In Adwords API

2018-12-11 Thread tom . wagstaff
Old thread, but still a worthwhile feature request I think. My main use case is so that I can *disable* automated rules via the API, to make sure those rules don't conflict with the automations I've built using the API. At the moment the only way to do this is to manually check every account...

ClickAssistedConversionValue and ImpressionAssistedConversionValue now contain "--"?!

2018-12-11 Thread Zweitze
ons ClickAssistedConversionValue ImpressionAssistedConversions ImpressionAssistedConversionValue CampaignStatus IN ENABLED PAUSED REMOVED 20180827 20181211 ht

Re: CUSTOMER_NOT_WHITELISTED_FOR_API Ads customer + MCC on the same account

2018-12-11 Thread Yana Sergeeva
I will send here as i am not sure you received and i don't want to have viruses. 235-894-7710 - Ads user - i have to get balance from it and receive an error. (prepaid) 677-390-5764 - MCC user - if i get balance for it - it's fine and correct. They are on the same account. API server response:

Re: CUSTOMER_NOT_WHITELISTED_FOR_API Ads customer + MCC on the same account

2018-12-11 Thread Yana Sergeeva
I sent you a server response to your private email, then received a BitBounce letter to pay 0.05$ to be able to deliver my email, i clicked "Add to whitelist" and my macbook showed me a message i have a Trojan!!! Are you really from Google team? пятница, 7 декабря 2018 г., 22:07:50 UTC+2

Re: Google Adwords Reach Estimate For Keywords And Budget

2018-12-11 Thread John Yfain
Hello Luis Xander Talag, thanks again for your fast reply. What is the best way to include the budget in the sample code below? - The API is a little bit confusing for me. /** > * Copyright 2017 Google Inc. All Rights Reserved. > * > * Licensed under the Apache License, Version 2.0 (the

Re: Google Adwords Reach Estimate For Keywords And Budget

2018-12-11 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi John, With TrafficEstimatorService , you can simulate proposed campaigns and ad groups by using daily budgets. A dailyBudget

Re: Need description of ExternalConversionSource values

2018-12-11 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Perry, Just to update you here. Upon checking with the team, I'm afraid we don't have the exact description for all the predicate values for ExternalConversionSource field

Re: CUSTOMER_NOT_WHITELISTED_FOR_API Ads customer + MCC on the same account

2018-12-11 Thread Yana Sergeeva
How can I send private message? пятница, 7 декабря 2018 г., 22:07:50 UTC+2 пользователь Dhanya Sundararaju (AdWords API Team) написал: > > Hi Yana, > > Could you reply back with both the client customer ids and also SOAP > request and response which shows the error? You may opt to *reply >