Price:: Google AD API

2021-02-11 Thread Bhaskar
I need to integrate the Google Ad API in my new platform.. So what is the price? Can any one help me? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this mes

Re: Google Ads API (Python, v6): New Error: "Enum ChangeEventResourceType has no name defined for value 13"

2021-02-11 Thread Mat
Hi Matt, the "reply privately" button is greyed out. But anyhow: The issue seems to be that the "ChangeEventResourceType " v6 now (after the 6.1 update) contains 14 enums, while

How can I get reach and frequency report by google ads api

2021-02-11 Thread TUNG NGUYEN THANH
HI I read this article and see that google ads have reach and frequency report. But I cannot find that metric in google ads api reference

Re: Setting listingScope in Google Ads API return INTERNAL_ERROR

2021-02-11 Thread Yoshie Agata
Hi Anthony, Thank you! Let me know if you have any update on this. Yoshie On Thursday, February 11, 2021 at 2:41:50 AM UTC+9 adsapiforumadvisor wrote: > Hi Yoshie, > > I was able to find your email. I will follow up there. > > Regards, > > Anthony > > [image: Google Logo] > Anthony > Google A

Re: How to get asset information for HTML5_UPLOAD_AD

2021-02-11 Thread Google Ads API Forum Advisor Prod
Hi Dihan, Could you share an API call log for the failing request by using the "Reply to user" option? To enable logging for your client library, look for the Logging guide under the respective client library on this page: https://developers.google.com/google-ads/api/docs/client-libs Cheers An

Re: V6 Reporting Documentation Incorrect

2021-02-11 Thread Google Ads API Forum Advisor Prod
Hi Pete, We discussed this issue internally, and came to the conclusion that the Google Ads UI and Google Ads API behavior in this case is correct, so there's an upcoming change to disallow these column combinations in AdWords API. See https://ads-developers.googleblog.com/2021/01/changes-to-co

RE: Google Ads API (Python, v6): New Error: "Enum ChangeEventResourceType has no name defined for value 13"

2021-02-11 Thread Google Ads API Forum Advisor Prod
Hi Mat, Thanks for reaching out. Can you please reply privately and provide the request and response logs associated with this SearchStream request? If you do not have logging configured, please see this guide for configuring logging for the Python client library. Thanks, Matt Google Ads API T

RE: Any examples for customer-match REST interface

2021-02-11 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for reaching out. There is no specific example on creating/managing customer match user lists with the REST interface. You could refer to the client library implementation and the service operation details as well as the conventions for using the REST API to correctly make the API

MutateCampaigns - adding/removing proximities

2021-02-11 Thread 'Kyle Werve' via AdWords API and Google Ads API Forum
I am trying to understand from the documentation if it is possible to use MutateCampaigns in order to add and remove proximities based on latitude/longitude to existing campaigns? And if so, are there sample JSON request/response examples that could be shared on how to accomplish this? Any gui

RE: create customer match audience using rest interface

2021-02-11 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for reaching out. You would be able to use the REST interface to upload the user list. However, this makes the process more complicated sometimes as it’s not high level programming languages. You could follow one of the client libraries to see what fields are being used and what

RE: [Issue] Google Ads script - BigQuery Exporter

2021-02-11 Thread Google Ads API Forum Advisor Prod
Hello, Unfortunately, there is no way to use Scripts to pull data using Google Ads API. It currently pulls using the same queries as AdWords API. Since your issue is more specific to Scripts, please post on their forum since they are better suited to handle these issues. Regards, Anthony Anth

Re: V6 Reporting Documentation Incorrect

2021-02-11 Thread Pete Lavetsky (AdWords API Guru)
Hi Anash, Any update on this matter? I noticed 6.1 had some Conversion work so wondering if we're getting any closer https://developers.google.com/google-ads/api/docs/release-notes#reporting-v6_1 Thanks Pete On Friday, December 11, 2020 at 5:20:30 PM UTC-5 adsapiforumadvisor wrote: > Hi Pete

RE: Request AdvertisingChannelSubType field for reporting

2021-02-11 Thread Google Ads API Forum Advisor Prod
Hi Todd, I've added a feature request on your behalf to have this field added to the API. Please follow our blog for updates. Regards, Anthony Anthony Google Ads API Team ref:_00D1U1174p._5004Q2CPvOt:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https:/

RE: USER_PERMISSION_DENIED,User doesn't have permission to access customer,"errorCode": { "authorizationError": "USER_PERMISSION_DENIED"

2021-02-11 Thread Google Ads API Forum Advisor Prod
Hi Austin, Thank you for reaching out. This code example would go through the account hierarchy and print them out. If you don’t specify the managerId, then the direct accounts under the authenticated manager would be fetched first to build the hierarchy. Otherwise, if you specify the managerId

RE: Expand the size of customer match list

2021-02-11 Thread Google Ads API Forum Advisor Prod
Hi Da, Thanks for reaching out. Can you please confirm if 6 - 12 hours have passed since the list was uploaded? Please see this list of considerations. If you are still having issues after checking each of these, please let us know. Regards, Matt Google Ads API Team Matt Google Ads API Team re

Re: ManagedCustomerServiceError.NOT_AUTHORIZED

2021-02-11 Thread Google Ads API Forum Advisor Prod
Hi Artem, This is Lakshmi. I work along with Mark and Ernie. Please send the details to the alias googleadsapi-supp...@google.com. Regards, Lakshmi Prathipati Google Ads API Team ref:_00D1U1174p._5004Q2Bf5RG:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

RE: Targeting Multiple Countries in Google Ads API

2021-02-11 Thread Google Ads API Forum Advisor Prod
Hi Tamas, You can use this example as reference. It shows how to add multiple criteria to a campaign, including locations. You will just need to create multiple location parameters and add them accordingly. Please reach out if you face issues. Cheers, Anthony Anthony Google Ads API Team ref:_0

Re: campaign groups in Google Ads API

2021-02-11 Thread Tom Nahum
Hi Again. I started implementing the Adwords API to get campaignGroup info. all i need is to relate between a campaign id and campaignGroup id. can you please help - how can i get this simple task done? i tried the campaign service which gives me campaign id and campaignGroup id (great!) but it se

Any examples for customer-match REST interface

2021-02-11 Thread Coder
Hello Google Ads Team, Is there any example particular to customer-match (creating userlist and adding / removing users to/from userlist) audience type using the REST JSON? I could not find specific example in the Google Ads documentation. Thanks. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Google Ads API (Python, v6): New Error: "Enum ChangeEventResourceType has no name defined for value 13"

2021-02-11 Thread Mat
Hi, a Python script that has been running for several weeks now without errors keeps throwing a new Error since tonight: "Error: Enum ChangeEventResourceType has no name defined for value 13" when calling this query to the SearchStream Service (customer id doesn't matter): query: "SELECT chan

Geo-targeting postcodes, cities etc...

2021-02-11 Thread Nathan O'Connor
I have a question around geo-targeting. I want to target E and N postcodes only and not the whole of London. if I'm targeting E1 postcode and a user is in E1 will Google see this as E1 or as London? Google Ads ValueTrack {loc_physical_ms} shows the ID given to the users location. The London ID

Re: create audience with python api and get id

2021-02-11 Thread David Montgomery
Hi This is a completely unpleasant api. I go to the URL and wow another error Tracking Number: c4311830744000493. status = StatusCode.PERMISSION_DENIED details = "Google Ads API has not been used in project 814450330638 before or it is disabled. Enable it by visiting https://console.developers.

[Issue] Google Ads script - BigQuery Exporter

2021-02-11 Thread 'Ruslan Obolonsky' via AdWords API and Google Ads API Forum
Hello. I am trying to use this script for retrieving costs, metrics and clicks Everything works well, I use this kind of report (below). But I've faced the problem. I have *big discrepancies with

Re: Multiple types of campaign criteria

2021-02-11 Thread Андрей Ласевичев
Thanks понедельник, 8 февраля 2021 г. в 10:58:46 UTC+5, adsapiforumadvisor: > Hello there, > > Thanks for getting back to us. I work with Peter and allow me to assists > you this time. > > Since you're trying to disable a platform >

create customer match audience using rest interface

2021-02-11 Thread Coder
Hello, I'm trying to create an audience with type customer match and add / remove users to it. I do not want to use the client libraries, as our project just want to use audience upload feature and I don't want to bundle the complete client libraries, rather would like to use the rest interface

Re: create customer match audience using rest interface

2021-02-11 Thread Coder
Hello, I'm trying to create an audience with type customer match and add / remove users to it. I do not want to use the client libraries, as our project just want to use audience upload feature and I don't want to bundle the complete client libraries, rather would like to use the rest interface