Re: Can i use Ads API for my SEO Tool

2021-07-27 Thread Google Ads API Forum Advisor
Hello Rohit, Thanks for getting back to us. As for your concern if Google will allow to use the Ads API for the SEO Apps, since the API is publicly available then you can feel free to integrate the API to the SEO Apps or to any other 3rd-party applications. However, as to how Google policy wil

Re: [AuthenticationError.OAUTH_TOKEN_INVALID @ ; trigger:'']

2021-07-27 Thread andrei vladimirovich
I really appreciate your quick reply. I defined refresh token on adsapi_php.ini. Do I need to do define the access token, too? If yes, How can do that, and Where do I need to define that access token? https://github.com/googleads/googleads-php-lib/blob/master/examples/AdWords/v201809/Optimizatio

RE: Is Watch Time and Avg. Watch time/impressions available in the API

2021-07-27 Thread Google Ads API Forum Advisor
Hi Leslie, Thank you for posting your concern. I am afraid that the 2 fields are not supported in the AdWords API. With this, I will raise a feature request to my team for this, subject for review. For now, please follow our blog as we will post there any updates and new releases about Google

RE: Get Negative Keywords List

2021-07-27 Thread Google Ads API Forum Advisor
Hello, Thank you for reaching out to us. With regard to retrieving negative keyword lists, you can actually check on the available guides below: Using the AdWords API Using the Google Ads API In the Google Ads API's perspective, you can use the GetSharedSet. This will return the SharedSet whi

RE: Is there a way to get all the fields in a Campaign/AdGroup/etc?

2021-07-27 Thread Google Ads API Forum Advisor
Hi David, Thanks for posting your concern. Could you confirm if you are asking if it is possible to include all the fields listed on the documents below without adding them in the SELECT clause of the report query? If my understanding is correct, then I'm afraid that this is not possible as yo

RE: conv detail

2021-07-27 Thread Google Ads API Forum Advisor
Hi Thanks for reaching out to us. To get the conversation data with respect to the country in a campaign, you may get the field in Geographic View report by selecting the metrics.conversions and segments.geo_target_county since the campaign resource is an attributed resource, you may also inclu

RE: get cost per click for each individual clicks

2021-07-27 Thread Google Ads API Forum Advisor
Hi Vijaysinh, Thanks for raising your concern. To accurately check you concern, could you provide more details to your concern or confirm if you want get the cost per click for each GCLID? Please provide the requested information so that I can provide appropriate support. Regards, Ernie John

Re: get cost per click for each individual clicks

2021-07-27 Thread Vijaysinh Parmar
Yes, for each gclid. On Tue, 27 Jul, 2021, 15:57 Google Ads API Forum Advisor, wrote: > Hi Vijaysinh, > > Thanks for raising your concern. > > To accurately check you concern, could you provide more details to your > concern or confirm if you want get the cost per click for each GCLID? > Please

How to upload image from local system or server using google ads api?

2021-07-27 Thread Aditya Naukri
I am creating an Ad using google ads api, is there any way I can upload images saved in my system? Normally as per documentation I create image asset using the image url but I want to upload image that does not has a download image url but it saved locally on my system or at server ? or is the

RE: Create or Fetch Google Ads Account by user Email address (Google Ads API - PHP Library)

2021-07-27 Thread Google Ads API Forum Advisor
Hi Darshan, Thanks for reaching out to us. You may get the list of users with access to an account so that you can manage the user access. You can refer to this API documentation. As for your requirement, you can first retrieve your account hierarchy using this guide. For each sub-account retu

Re: AdWords API MediaService returns Streaming URL for video but cannot be visited

2021-07-27 Thread Google Ads API Forum Advisor
Hi, I work with Ernie and will assist you. I raised with my team a request for further explanation what the streamingUrl is used for and for better documentation what to do with the youTubeVideoIdString and you may monitor type Video (v201809) for an update. I had sent you an email about this o

Excluding Negative Keywords from Keyword View

2021-07-27 Thread Mario
Hi, I was getting data from the Keyword View resource for some time. I only recently realized that I am also getting data for the negative keywords. Is there a way to filter out the negative keywords from the results of this resource? I tried searching the forum and the support documents for t

Re: Fetch customer Id using email & Create new Google Ads Manager account

2021-07-27 Thread Amol Kawale
Any updates pls? On Monday, July 26, 2021 at 4:19:04 PM UTC+5:30 Amol Kawale wrote: > Hello, > > I'm using *Google Ads API PHP* library in my system. But I didn't found > following 2 API's in provided API list here > https://developers.google.com/google-ads/api/docs/account-management/create-ac

Re: How to migrate to new API version?

2021-07-27 Thread Alexey Seleznev
Hello, i am developed new package for Google Ads API v8. See documentation: https://selesnow.github.io/rgoogleads/docs/ See migration guide from RAdwords to rgoogleads: https://github.com/jburkhardt/RAdwords/issues/124#issuecomment-887373476 понедельник, 18 марта 2019 г. в 08:22:55 UTC+2, goo

How to add advertisers credit card information

2021-07-27 Thread RealDigiAds Inc.
We create Google Ads subaccounts through the API. Clients pay their own advertising costs. How do we add advertisers credit card information to the subaccount? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=

Getting cost for every add

2021-07-27 Thread Nero Gato Nevoso
Hello, I've been trying to get the cost for every add but was not able to. I tried to get the cost_micros metric but it gives me a query error: unexpected input metrics.cost This is my current query: "SELECT campaign.id, " . "ad_group.id, " . "ad_group_ad.ad.id, " . "ad_group_ad.ad.name, " . "s

Re: Get Negative Keywords List

2021-07-27 Thread INI GlobalOps
thank you! On Tuesday, July 27, 2021 at 4:24:24 AM UTC-4 adsapi wrote: > Hello, > > Thank you for reaching out to us. > > With regard to retrieving negative keyword lists, you can actually check > on the available guides below: > >- Using the AdWords API > >

Create a payment profile on pay.google.com

2021-07-27 Thread RealDigiAds Inc.
If I add a payment method on pay.google.com before I have a Google ads account and then create a Google Ads account, will the payment method I added on pay.google.com be a payment profile I can retrieved while creating a new Google Ads account through the API? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~

RE: Fetch customer Id using email & Create new Google Ads Manager account

2021-07-27 Thread Google Ads API Forum Advisor
Hi Amol, Thanks for reaching out. Please note that although the client libraries provide examples for many potential uses, not all possible examples are given. For your first inquiry "API to find out whether user has already exist Google Ads account using email", it seems you may be able to mak

RE: API for the template of billing-transfers-v2 not found

2021-07-27 Thread Google Ads API Forum Advisor
Hello Nicole, It looks like with Google Ads API, that functionality may be possible. You would need to do it in a series of steps. With the BillingSetupService , you can put your billing in place. Then, you can use an AccountBudgetProposal to set up the account budget afterward. Billing setup

RE: account-performance-report enabled campaigns only?

2021-07-27 Thread Google Ads API Forum Advisor
Hi Samir, Thanks for reaching out. The Account Performance Report will not ignore paused or non-serving campaigns. As long as any such campaign has metrics for a given time period, those campaigns will be reported by the Account Performance Report. It is not possible to filter campaigns in this

Can I create a new subaccount with a new payment profile

2021-07-27 Thread RealDigiAds Inc.
Hello, Can I create a new subaccount with a new payment profile through the API? Thank you -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message becau

RE: Rest API Google Ads

2021-07-27 Thread Google Ads API Forum Advisor
Hi, I am deleting your post as it contains sensitive information. Concerns related to Postman integration, I recommend reaching out to Postman support team. To make the API call without any integration, please check the API guide: https://developers.google.com/google-ads/api/docs/first-call/ge

RE: How to set "Pay for" with the API?

2021-07-27 Thread Google Ads API Forum Advisor
Hello, Thanks for reaching out. Can you please provide us more details on the field you are referring to? If you are referring a field, in the UI, can you please provide us with a screenshot of the full screen? Thanks, Matt Google Ads API Team Matt Google Ads API Team ref:_00D1U1174p._5004Q2JD

Re: Manager Accounts don't return customer_client results

2021-07-27 Thread Google Ads API Forum Advisor
Hi Frank, Thanks for letting us know. Please reach out to us if you find any other issues. Regards, Matt Google Ads API Team Matt Google Ads API Team ref:_00D1U1174p._5004Q2JXzQy:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.bl

Re: Permission Denied

2021-07-27 Thread Google Ads API Forum Advisor
Hello, It seems possible you did not receive the most recent message from our team. Please let us know if you have received this message. Our response to your message where you provided your logs is below: The USER_PERMISSION_DENIED error usually indicates that you are authenticating as a user

Re: The /customers:listAccessibleCustomers response is missing an account.

2021-07-27 Thread Google Ads API Forum Advisor
Hi Noémi, I raised your concerns to my team and we will get back to you as soon as possible. Regards, Aryeh Baker Google Ads API Team ref:_00D1U1174p._5004Q2Kbqd2:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=

Re: [API Migration] In Market Audience Discrepancy

2021-07-27 Thread Kevin
Hi Aryeh, Unfortunately, I don't have full logs readily available. However, I have the Summary logs for a recent occurrence, including the Request Ids: *AdWords API:* Request made: Host: adwords.google.com, Service: ConstantDataService, Method: getUserInterestCriterion, clientCustomerId: , Reques

RE: Migrating from Google Adwords API to Google Ads API for Historical Monthly Search volume

2021-07-27 Thread Google Ads API Forum Advisor
Hi Grace, Thank you for reaching out to Google Ads API support. This is the guide to migrate. Could you tell us what are the difficulties you are facing? Could you also send privately the full request / response logs of the differing outcomes? Regards, Aryeh Baker Google Ads API Team ref:_00D

TARGET_SPEND Bidding Strategies not appearing on Campaign view - Google Ads API

2021-07-27 Thread Will Schymik
Hello, I am trying to retrieve all campaigns in my account and their associated bidding strategy using Google Ads API however I am running into issues with specifically the TARGET_SPEND (Maximize Click) bidding strategy. I am selecting the bidding_strategy attributed resource as well as the "b

Re: The /customers:listAccessibleCustomers response is missing an account.

2021-07-27 Thread Google Ads API Forum Advisor
Hello Noemi, You have a couple of things happening at the same time, so I'll go step by step through them on each API. Hopefully, that will help other folks here on the forum in case they bump into this. In case anyone on the forum is curious, CustomerService.getCustomers() in the AdWords API a

Error when adding Background image to Lead Form Extension

2021-07-27 Thread pradeep...@gmail.com
Hi, I was able to upload the image successfully. But when adding the image resource as Background image to Lead form i am getting error. *Details:* Media Upload error "DIMENSIONS_NOT_ALLOWED" I have tried multiple images with right sizes. Also getting the same error provided by google in samp

RE: How to migrate to new API version?

2021-07-27 Thread Google Ads API Forum Advisor
Hi Alexey, Thanks for reaching out to us. Please note that this forum channel can only provide assistance to issues/concerns related to the AdWords API / Google Ads API. If you have any questions about our API, you may open a new thread and provide the complete, so that I can assist further. R

Re: AttributeError: '_SingleThreadedRendezvous' object has no attribute 'add_done_callback'

2021-07-27 Thread Google Ads API Forum Advisor
Hi Dihan, We're glad to know that your issue was resolved. Regarding the better solution that you mentioned, and since this is more of a Python client library setup matter, we recommend that you reach out as well to the client library owners via this link, as they are the more appropriate team

Re: How to get Video Ad's Call To Action Headline using Google Ads API

2021-07-27 Thread Google Ads API Forum Advisor
Hello Weijie, Thanks for getting back to us and for sharing the details. We have raised a feature request for this; however, there is no guarantee if this will be supported soon in the API. In the meantime, please follow our blog for updates and new releases. Regards, Mark Kevin Albios Google

Re: AdWords API MediaService returns Streaming URL for video but cannot be visited

2021-07-27 Thread weijie ding
Yes, I still need the streamingUrl can be played normally, and what do you mean the further explanation what the streamingUrl is used for, is there any limitation? Or can you explain it here first so that I can understand the reason? On Tuesday, July 27, 2021 at 8:27:06 PM UTC+8 adsapi wrote:

User Permission Denied

2021-07-27 Thread Jan Dranreb Balangue
Why it still appear USER_PERMISSION_DENIED even though i follow the instruction in linked-customer-id -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this me

Re: [AuthenticationError.OAUTH_TOKEN_INVALID @ ; trigger:'']

2021-07-27 Thread Google Ads API Forum Advisor
Hi Andrei, Thanks for getting back to us To generate an access token, kindly follow the Installed application (recommended) or the Web application with a web flow. Note that whether you are using web flow or the desktop app flow, the client library you are using should already automatically ta

RE: Campain criterion query not returning the expected response

2021-07-27 Thread Google Ads API Forum Advisor
Hi, Thanks for reaching out to us. Could you please provide us with complete request and response logs with the request-id so that we can take a closer look? Kindly send the requested information via the Reply privately to author option. If this option is not available, you may send the detail

RE: Error when adding Background image to Lead Form Extension

2021-07-27 Thread Google Ads API Forum Advisor
Hi Pradeep, Thank you for reaching out to our API support team. So that our team may better troubleshoot the error, could you also provide the complete request and response logs, with the request-id, generated when the error occurred? If you haven't yet, logging can be enabled by navigating to

Re: Create new combined audience - HOW?

2021-07-27 Thread Google Ads API Forum Advisor
Hello Adam, Thanks for getting back to us. Yes, the mentioned guide is used for combining multiple user lists. As for your concern if there's a way to combine any kind of audiences not only user_list, but also customer_interest(affinity, in-market), custom audiences...etc, I'm afraid that this