RE: How are API calls counted?

2019-05-13 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, It should be counted as 1 API call and 200 operations. You could refer here to know more about counting the API operations. Regards, Sai Teja, Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

RE: Getting undefined search volume for a well known keyword

2019-05-13 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Matic, Since the keywords ideas are not available via Keyword Planner the TargetingIdeaService also not resulting any keywords. I recommend you to post your concern on the Advertisers community forum , the product owner

RE: Is it possible to match an Ads conversion with the Analytics Goal Event Action and Label?

2019-05-13 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Scott, It is not possible to match the conversions with Analytics Goals. Regards, Sai Teja, Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: https://ads-developers.googleblog.com/search/label/google_ads_api https:

RE: All reports have no data but UI shows data

2019-05-13 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Erik, I took a look at the account: 5334532570 and found that the account has only 2 UAC campaign in it. Since UAC campaigns won't support CampaignPerformanceReport you are seeing zero values. You could only get the reports specified here

RE: I am trying get campaign targeting location

2019-05-13 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Chirag, Could you please share the request and response logs without redacting any information to check this further? You can reply back via Reply privately to author option. Regards, Bharani, Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog a

RE: Create Multiple Campaign From MYSQL Query

2019-05-13 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, You will be able to create campaigns using the CampaignService.mutate() operation. You will need to implement a logic on your end to have the created campaign inserted as a new row in the MYSQL ta

RE: getting a lot of authentication errors

2019-05-13 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, This issue is because you are trying to act on a disabled account. If you are getting this type of error in any other context, please create a new forum post so that someone can help you as quickly as possible, and make sure you include all relevant details of what you've tried and exactl

RE: Maximize CPV

2019-05-13 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Anthony, If you're looking to set the Bidding strategy for video campaigns, please note that Video campaigns are not yet supported through the API services. They are available only through reports. You will be able to use the API reports to pull these metrics

RE: API V201809 Adgroup_perfomance_report : Daily task not returning the same number of Adgroup

2019-05-13 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Alex, Could you please share the specific dates where you're seeing the difference in the ad group counts along with the customer Id to check this further? You can share the details privately via Reply privately to author option. Regards, Bharani, Google Ads API Team =~=~=~=~=~=~=~=~=~=~=

RE: migrate from responsiveDisplayAd to multiAssetResponsiveDisplayAd

2019-05-13 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello TuyenVu, That's right. If you use the AdWords API, modify your code to use MultiAssetResponsiveDisplayAd wherever you currently use ResponsiveDisplayAd

RE: Ads API: New Customer auto_tagging_enabled IMMUTABLE_FIELD, no validateOnly option also?

2019-05-13 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Joel, The error indicates that you cannot set the auto-tagging while creating the account. You will first need to create an account and then perform the mutate operation to set the auto-tagging. Please find the code snippet below as a reference: CustomerServiceClient customerServiceClient

RE: [5-6040000026070] developer-token parameter is missing even though I'm passing the token in Google Ads API

2019-05-13 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Anirudh, That error means that the developer token and the client-id/client-secret from your Google Could project can't be used in the same request. For a given Google Cloud project ID, the Google Ads API only allows you to use one developer token. When you receive the above error it usually

RE: Change Status Service - Google Ads API

2019-05-13 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Chirag, You will be able to use the Feed attribute available here to pull the Feed specific changes. Could you please give this a try? Thanks, B

RE: Google Ads API: MutateJobService Code Examples

2019-05-10 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, As of now we are not accepting the whitelisting for the batch-job services, It's still in testing phase. Regards, Sai Teja, Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: https://ads-developers.googleblog.com/searc

RE: ad asset performance

2019-05-10 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Sz, You could use the asset resource and get the details of the assets but clicks and impressions are not available via API. Regards, Sai Teja, Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find

RE: [7-3837000026249] AdError.AD_TYPE_MISMATCH for different ads then ExpentedTextAd

2019-05-10 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, I took a quick look into this. The code is using a ResponsiveDisplayAd object, but the ad ID being referenced is a MultiAssetResponsiveDisplayAd

RE: Google Ads API library page error

2019-05-10 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Jessie, When you refer to the library page, are you referring to our client libraries ? If you can provide a screenshot of the issue, that should help us assist you. Regards, Anthony Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~

RE: OperationAccessDenied.ACTION_NOT_PERMITTED: while creating a new ad customiser feed

2019-05-10 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Ketan, Could you please confirm whether the user making the API call is having the right access to the account for which you are making the mutate operations? If the problem persists, could you please share the complete SOAP logs for the operation, you are performing without redacting any

RE: Strange CONVERSION_PRECEDES_CLICK error, cannot understand the reason

2019-05-10 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Oleksandr, The error usually occurs if the conversion is reported to have happened before the click. To avoid this, you will need to make sure that the conversion time should be set after the click occurred. Could you please check the time zone when the click happened? You can look up the tim

RE: [5-6040000026070] developer-token parameter is missing even though I'm passing the token in Google Ads API

2019-05-10 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Anirudh, Thanks for the question, and sorry you're running into this issue. As you're going through the OAuth playground, did you create a new project or are you using the one you created previously when writing your Node script? Just curious because when creating credentials for use in a sof

RE: AdParamService on the Google Display Network (Responsvie Ads)

2019-05-10 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Thomas, The default-value will be used if the param is on the Display Network. Since this is more of a product related question, you should navigate to the Google Ads Community Forum to find out why. Regards, Anthony Goog

RE: All reports have no data but UI shows data

2019-05-10 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Erik, I was unable to replicate these results when I tried to run the report. Can you try running it again and let me know if you still see this behavior? Thanks, Anthony Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group:

RE: Feature suggestion: When wrong country code is given the API should return an error, not setup Afghanistan

2019-05-10 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Costantin, Do you have an API call and ad group/ad ID that you can share with me? Please do so using *reply privately to author.* Thanks, Anthony Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: https://ads-developers.g

RE: Administrative owner

2019-05-10 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Marc, The Administrative owner setting cannot be toggled via API, you have to do it via UI only. Regards, Sai Teja, Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: https://ads-developers.googleblog.com/search/label/

RE: Google Ads API: confusing documentation and expamles about how to get/add/update bid modifiers

2019-05-10 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Mat, The Connected TV enum value is not yet supported. This should be available in the upcoming API releases. Please keep an eye on our blog for more updates. The campaign bid modifiers support the Interaction Type. Curren

RE: How to get campaign with all elements (adGroups, ads) after mutate?

2019-05-10 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Zied, The API services will return data for any specific level and it is not possible to get the AdGroupStatus while mutating a campaign. You will need to make another API call to AdGroupService.get() to g

RE: Add an OfferID to an existing partition

2019-05-10 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Tommy, Thank you for your reply. It seems that your latest question is the same with the one you've sent in your private reply. Please check my answer to this question on the private thread. Regards, Ejay Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on

RE: Adwords API Video campaigns

2019-05-10 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Venkat, I'm afraid that video campaigns are still not supported in the AdWords API services to be created or maintained. As of now they are only available in the reports . You may cont

RE: I want to know, what type of access my manager account have over its client accounts, there must be some way to get this data through adwords api?

2019-05-10 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Ankit, This can only be obtained via the Google Ads UI. You may also reach out to the product experts in the Google Ads Community Forum to confirm whether there are other methods to obtain the said information. Thanks and

RE: I want to know, what type of access my manager account have over its client accounts, there must be some way to get this data through adwords api?

2019-05-10 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Ankit, I'm afraid that retrieving the information you highlighted in your screenshot is not supported in the AdWords API. You may follow our blog for updates. Thanks and regards, Peter Google Ads API Team =~=~=~=~=~=~=~=~=~=~

RE: Clone Campaign Settings

2019-05-10 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, Thank you for reaching out. Unfortunately, there is no direct way on how you could clone a campaign in AdWords API. Ideally, to clone a campaign, you need to get the existing campaign by using the CampaignService.get

RE: Google ads API V1.0 - A resource name for the removed campaign extension setting

2019-05-10 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Priya, Thank you for reaching out. You can try to use the CampaignExtensionSettingService.GetCampaignExtensionSetting () method to get

RE: BiddingErrors not compatible with payment mode campaign pay for conversions

2019-05-10 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi David, So I can further investigate, could you provide the complete SOAP request and response logs that were generated when the BiddingErrors.NOT_COMPATIBLE_WITH_PAYMENT_MODE error occurred? If you haven't yet, you may enable SOAP logging for your PHP client library by referring to this gu

RE: Google AdWords API (python) Doesn't return data from Keywords Performance Report

2019-05-09 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Alon, Thank you for reaching out. Could you confirm if you are downloading a large amount of report? I asked this because this is the possible reason why the report runs for a long time and eventually will encounter timeout error. There is no explicit data size limit; however, due to a varie

RE: Google Ads API First Call

2019-05-09 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Aysun, Thank you for reaching out. Before you could make an API call, you would need to do the following: 1. Sign up for a Google Ads Manager account. 2. Apply for a developer token

RE: Error when getting accessible customers from Google Ads Api

2019-05-09 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, Thank you for reaching out. To further investigate this, could you provide the complete JSON request and response logs when you encountered the error? If you haven't enabled logging yet, you may do so by following this guide . Regards, D

RE: How to move account with Google Ads API

2019-05-09 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, Upon checking with the team, to be able to move the client account from your root MCC to your sub MCC, you first need to mark the existing link as INACTIVE. To mark the existing link as INACTIVE, you could use the CustomerManagerLinkService.MutateCustomerManagerLink

RE: Bug in Ads API? UNAUTHENTICATED Exception started popping up when making call to Google Ads CustomerServiceClient.GetCustomer

2019-05-09 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Darshan, Upon checking with the team, the accounts that you are trying to access are either cancelled or in draft. You need to finish setting the accounts up in order for these accounts to be accessible via the API. Feel free to write back if you are finished setting up the accounts and are s

RE: Want to make Google Adwords API v201809 work with Java 7

2019-05-09 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Lulu, Thanks for reaching out. It appears that your concern is a client library related issue. With this, you may try to reach out the creator/author of the Java client library supported by Google Ads by posting your concern to this link

RE: [Google Ads API] GAQL query selecting from ad_group_criterion_simulation only works for some accounts, other accounts return empty result, no error - same accounts on Adwords API all work fine

2019-05-09 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Robert, Could you please share the account Ids for which you are getting empty results? Please use *reply privately to the author* option while sharing the client customer ids. Regards, Sai Teja, Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blo

RE: Google Ads API: MutateJobService Code Examples

2019-05-09 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, Yes, as per the document, for now Batch job service is a whitelisted feature. The code samples to create the batch jobs is not yet available for Google Ads API. Our team is aware of this concern, meanwhile you could keep an eye on our blog

RE: Administrative owner

2019-05-09 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Marc, Linking a client account to the manager account is possible. After linking, the manager account will be having complete rights over the linked client account to perform operations. The Admin user of the manager account will be able to make API calls to the client account with his OAu

RE: How to change Ad Group Audience List targeting from Observation to Targeting?

2019-05-09 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Josh, You may use the AdGroupService.mutate() operation with the TargetingSettingDetail and targetAll set to true/false to switch between Observation and Targeting. You may refer to the

RE: How to make a POST request via Node JS to fetch data from the Google Ads API?

2019-05-09 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Anirudh, looks like there is another thread going on for the authorization issue you are facing. Let's continue our discussion on that thread to avoid confusion and duplicacy. R

RE: Google Ads API V1.0 RemarketingSetting

2019-05-09 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Priya, Could you please share the exact request and response logs from both the AdWords API and Google Ads API to check this further? You may share the details privately via Reply privately to author option. Thanks, Bharani, Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

RE: Google Ads API: how to get the metrics of DSA ad target criteria (used to be "WEBPAGE" in the legacy Criteria Performance Report)

2019-05-09 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Mat, You will need to use the campaign_criterion.resource_name which will return the criterion Id for the specific resource. Similarly, you can obtain the resource name for ad g

RE: Add list of keywords to an ad group (NEW API)

2019-05-09 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, You will be able to add multiple keywords to the list of operations that you want to for any specific ad group. Could you please give

RE: All reports have no data but UI shows data

2019-05-09 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Erik, Are you making the report request from the MCC or client account? Reports made from the MCC level will always return with no data. Regards, Anthony Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: https://ads-deve

RE: ListAccessibleCustomers fails for one specific account

2019-05-09 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Marc, Your account is in DRAFT. You can't call the API against an account that is not set up. Once you finishing setting it up, you should be able to make API calls. Regards, Anthony Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussio

RE: [4-6034000026529] Why Google Ads API doesn't support CSV downloads?

2019-05-09 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Everyone, First - thank you all so much for taking the time to outline your feedback and concerns in such detail. This information is extremely useful to us so that we can prioritize our work. While I will discuss this feedback with my team, I'd like to emphasize that it's also really importa

RE: Sunset date for adwords api

2019-05-09 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Narender, Could you please share the API request and response logs where you're receiving this error? You may share the details privately via Reply privately to author option. Thanks, Bharani, Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and d

RE: Add a campaign without a shared budget

2019-05-09 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Costantin, When creating a campaign and its budget, you can set the budget field explicitly_shared to false. Cheers, Anthony Google Ads API Team

RE: Feature Parity

2019-05-09 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Chuck, No, it does not, but we are so close. We are still missing a few big features such as campaign drafts and experiments, customer match lists (whitelisted only feature), and batch jobs (code is out, but not enabled for use). There are also a few reporting fields missing. To keep up wi

RE: [7-3837000026249] AdError.AD_TYPE_MISMATCH for different ads then ExpentedTextAd

2019-05-09 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello! Thanks for reaching out with this information, I'm taking a look into the problem and will follow up with more information as soon as possible. Best, Ben Karl, Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: https:/

RE: [FIXED] UNEXPECTED_INTERNAL_API_ERROR for all requests

2019-05-09 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Ross, We are actively working on correcting the data from 12:01am on May 1 to 4: 00am May 2 (PDT). You can find the latest updates regarding this in the blog post here . Let me know if you have any other questions. Regards,

RE: getting a lot of authentication errors

2019-05-09 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, I believe we already have an active feature request for some way to tell whether or not an account is currently disabled, but I will double check and file one if it's missing. I agree that this is critical to proper account management use cases. Regards, Mike, Google Ads API Team =~=~=

RE: Google Ads API: "campaign.manual_cpc.enhanced_cpc_enabled.value = False" does not work

2019-05-09 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Mat, I was able to test this on my end and this is working as expected. Could you please share the specific campaign Ids along with the request and response logs to check this further? You may share the details privately via Reply privately to author option. Regards, Bharani, Google Ads API

RE: Starting 2019-05-08 Adwords API DataService criterion_bid_landscape is returning no data

2019-05-09 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Robert, Sure, feel free to write back to us if you see the issue again, with the API logs to investigate the issue further. Thanks, Bharani, Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: https://ads-developers.googleb

RE: Add an OfferID to an existing partition

2019-05-09 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, I'm afraid that there is no readily available code for this field. You may try to implement the field that I previously provided and you may return back if you encountered any issues/errors. Regards, Ejay Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on

RE: Receiving negative values for Cost/Impressions in ADGROUP_PERFORMANCE_REPORT

2019-05-09 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, Yes, our team is actively working on correcting the data from 12:01am on May 1 to 4:00am May 2 (PDT). You may check our blog for more details about the issue. Regards, Hiroyuki Google Ads API Team

RE: INVALID_FUNCTION_FOR_FEED_WITH_FIXED_SCHEMA error for matchingFunction of AdGroupFeed

2019-05-09 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Sabrina, Thank you for contacting support. So I can further investigate, could you provide the complete SOAP request and response logs that were generated when the error occurred? If you haven't yet, you may enable SOAP logging by referring to this guide

RE: How to get Placement Detail report

2019-05-09 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Jessie, Unfortunately, it is currently not possible to download the data which is shown by navigating *WHERE ADS SHOWED tab > Placement checkbox > View details*. What is currently available is the Automatic Placements Performance Report

RE: Google Ads API - Creating ads with Location Extensions

2019-05-09 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi John, Thank you for reaching out. I could see that you want to create ads using location extensions. Unfortunately, this feature is currently not available with Google Ads API. However, as a workaround, you could create the ads manually and retrofit these newly created ads based on your locat

RE: Add an OfferID to an existing partition

2019-05-09 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Tommy, Thanks for reaching out. With regard to your question, you may use the get() method of AdGroupCriterionService

RE: Product price benchmark via api

2019-05-08 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Stefan, Thank you for reaching out. Unfortunately, this is currently not supported in Google Ads API. I would suggest you to keep an eye on our blog post for the latest updates. Regards, Dave Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

RE: Cannot find Cloud Setup project ID on Large Scale Link Checker

2019-05-08 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Lucas, For this channel, our team provides support for AdWords/Google Ads API related concerns only. For Google Ads Scripts, you can get in touch with their support team via this link instead. Cheers, Peter Google Ads API Team

RE: How to get the keyword which triggered the phone call?

2019-05-08 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Alexander, No worries for bumping an old thread. My apologies as well as there is currently no way via the AdWords/Google Ads API reports to directly associate all the call metrics to a specific criteria (keyword). What is available at this moment in the Keywords Performance Report

RE: Reporting Issue - Google Ads reporting for May 1 (Pacific Time) is incorrect. We will update this message when the issue is resolved and the data is corrected.

2019-05-08 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello everyone, @Paul - I'm afraid I couldn't give any specific date on when the issue is expected to be fixed. @Zweite - Unfortunately, I couldn't comment about the specifics of the issue. As said on the blog post, there was a bug that caused the data of the reports to be incorrect for April 3

RE: [4-2742000026529] Rate Limit Key

2019-05-08 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Andrew, Thank you for the question and for sending along all of this information. Unfortunately, as Anthony mentioned, it's not possible to make a specific recommendation on the best request rate. That's because that rate actually fluctuates based on a number of variables, such as the overal

RE: Google Ads API: "campaign.manual_cpc.enhanced_cpc_enabled.value = False" does not work

2019-05-08 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Mat, The Bidding strategy type will be Manual CPC. The enhanced_cpc_enabled value is to check if the conversions can be increased with Enhanced CPC. Please find the attached UI screenshot as a reference. Thanks, Bharani, Google Ads API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

RE: Error while creating OAuth Credential to initiate Adwords session

2019-05-08 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, It looks like the issue is specific to the Java client library. Could you please post your concern on the Java Github Issue Tracker and the library owners will be able to take a look? Thanks, Bharani, Google Ads API Team =~=~=~=~=~

RE: Change Service - Expose Information about "who" made the change

2019-05-08 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Fabian, I'm afraid, the Change Status service currently does not support returning this data. This will be a good addition to have the Change Status service return this data. I have raised a feature request to the team. We will not be able to share a definite timeline on when this feature

RE: Rate Limit Key

2019-05-08 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Andrew, I don't have a recommended request rate but you should take steps in making fewer requests and to wait between requests. The guide I provided earlier gives guidelines you can use to avoid these errors. You should also have a look at our Best Practices

RE: Starting 2019-05-08 Adwords API DataService criterion_bid_landscape is returning no data

2019-05-08 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Robert, We are not aware of any known issues at this time. Could you please share the API request and response logs to troubleshoot this further? You can share the details privately via Reply privately to author option. Regards, Bharani, Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

RE: Google Ads V1.0 - Conversion Action Service

2019-05-08 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Greetings! Yes, I can confirm that if you use anything, but EXTERNAL in that value for the conversion action, then you're good there. Keep in mind when you upload a click or a call that you need to keep external_attribution_data

RE: How to make a POST request via Node JS to fetch data from the Google Ads API?

2019-05-08 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Anirudh, It seems like the Access token is not passed properly. In the API call the Authorization header should be passes as shown below. Please give it a try, if you are still having issues, you could generate a new access token by following this guide

RE: Google Ads API: how to get the metrics of DSA ad target criteria (used to be "WEBPAGE" in the legacy Criteria Performance Report)

2019-05-08 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Mat, You will be able to use the ad_group_criterion.webpage.criterion_name or campaign_criterion.webpage.criterion_name

RE: Outstream video ads don't seem to have an AdType in the AdWords API

2019-05-08 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Dorian, As of now we are seeing empty AdType for Outstream video Ads, but we are not sure about the change in future. But for now you can consider this as workaround. Regards, Sai Teja, Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and dis

RE: developer-token parameter is missing even though I'm passing the token in Google Ads API

2019-05-08 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Aniruth, Usually, the access token has certain time limit after that time it will be invalidated and you have to generate another access token to work with. I faced the similar error when I pass the expired access token to the API call. If you have a refresh token with you, you can genera

RE: getting a lot of authentication errors

2019-05-08 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, We have determined that these errors occur when you try to act against a disabled account. You cannot act on disabled accounts using the API, so these errors do indicate that you should be using a different account. However, the error message is a bit too generic so we are investigating t

RE: What's start time advertising data have more 2 new fields "final url suffix" and "custom parameter"

2019-05-08 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, Could you confirm if what you are asking is when was the '*final url suffix*' and '*custom parameter*' field have been added in creating *responsive display ads*? If yes, you may post your question to Google Ads Community

RE: Google Ads API: Do we still have to exclude id 3000000 and 3000006 in keyword_view?

2019-05-08 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Mat, Thank you for reaching out. You can still use *NOT IN *because as seen on this guide , this isn't obsolete yet. Specifying the campaign.advertising_channel_type will just filter your results to all campaigns whose advert

RE: [GOOGLE ADS API] Get metrics data by location

2019-05-08 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, Thank you for reaching out. To further investigate this, could you provide the clientCustomerId and campaignId that you used when running this query? Please use the *reply privately to author* option. Regards, Dave Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also

RE: How to move account with Google Ads API

2019-05-08 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, For the old manager account, you should update the managerLink to *INACTIVE* to indicate that the relationship is terminated. Take

RE: Get keyword traffic estimates -- Migrate to Webpage

2019-05-07 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Lucy, Thank you for contacting support. However, it appears that the issue is more related to the client library implementation. That being said, you may reach out to the PHP library owners directly via this link as they are better equip

RE: Google Ads transfers

2019-05-07 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Chuck, Thank you for reaching out to us. Unfortunately, as per the documentation , this feature is not yet supported for Google Ads API. For now, I would suggest that you keep an eye on our blog

RE: Receiving negative values for Cost/Impressions in ADGROUP_PERFORMANCE_REPORT

2019-05-07 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Will, Our team is still working on this. Rest assured that we will provide updates in our blog and this thread once we receive any. Regards, Hiroyuki Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=

RE: set proximity radius not doing anything

2019-05-07 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Greetings! I have an answer. Criteria are immutable, so you can't do a SET. I've just never tried this for this situation before, so I didn't realize this is how the system would react. Otherwise, I would have been able to tell you right way. Your request is just silently being ignored rather th

RE: Reporting at Customer / Campaign level, but NOT at ad/ad_group levels

2019-05-07 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Jesse, Thank you for reaching out to us. Could you provide the clientCustomerId so I could further investigate this on my end? Please use the *reply privately to author* option. Regards, Dave Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and

RE: Reporting Issue - Google Ads reporting for May 1 (Pacific Time) is incorrect. We will update this message when the issue is resolved and the data is corrected.

2019-05-07 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi, Thank you for reaching out to us. There is a bug that caused Google Ads reporting to be incorrect. The engineering team is still working to correct the data from 12:01am on May 1 to 4:00am May 2 (PDT). You may refer to this blog post

RE: Rate Limit Key

2019-05-07 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Andrew, I am not sure what the "shasta" key you are referring to is. Can you provide more details? You can increase the number of operations an API token can have by applying for Standard access . However, you shou

RE: Request Limit Google Ads API

2019-05-07 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Marco, Could you please share the complete error logs containing the request id using the *reply privately to the author* option to investigate further? Regards, Sai Teja, Google Ads API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googlea

RE: Rate Limit

2019-05-07 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Andrew, Since the rate limits are at the developer token and account scope it is not possible to have separate rate limits per team. Regards, Sai Teja, Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: https://ads-dev

RE: [1-8067000026362] Receive CREATE_OPERATION_NOT_PERMITTED error for campaign creation

2019-05-07 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Mohammed, Thank you for reaching out, and apologies that you've run into this issue. There is actually a separate whitelist for UAC in the Google Ads API, which is why you're unable to access those assets in the Google Ads API. The problem is temporary and will be resolved so that you can ac

RE: Can You Use The AdWords API To Access The Ad Preview & Diagnosis Tool?

2019-05-07 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Neeb, Ad preview is still not available in the API. Regards, Anthony Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: https://ads-developers.googleblog.com/search/label/google_ads_api https://developers.google.com/a

RE: Rate Limit Key

2019-05-07 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Andrew, The rate error you are receiving happens when the same application makes a high number of requests per second on a single Google Ads account managed by a manager account. You will need to

RE: Receiving an error when trying to create a radius around a LocationExtensionOperand

2019-05-07 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Nick, Thank you for the details. It looks like you're giving the campaign Id to the Location Id. The Location criteria should be selected from the GeoTargets available here . The code sample available here

RE: Google Ads API V1.0 RemarketingSetting

2019-05-07 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, You may use the CustomerService to get the remarketing settings details. If you're looking to get the snippet, remarketing_action

RE: PRODUCT_PARTITION_DOES_NOT_EXIST when setCaseValue(new ProductBrand())

2019-05-07 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Bala, Could you please share the SOAP request and response logs to investigate this further? You can share the details privately via Reply privately to author option. Regards, Bharani, Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discu

RE: AdWords reporting API returning ETIMEDOUT 173.194.175.113:443 error.

2019-05-07 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, Can you please *reply privately to author *your report request and a screenshot of the error you're seeing so I can take a closer look? Thanks, Anthony Google Ads API Team =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: https://ads-de

<    1   2   3   4   5   6   7   8   9   10   >