How can i get billed cost per budget with Google ads API ?

2024-06-03 Thread martin ploug
Its possible to get billed cost per budget in Google ads UI, but how can we do this from the Google ads API ? Best regards, Martin[image: Screen Shot 2024-06-03 at 6.01.42 PM.png] -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https

Re: standard access api

2024-01-18 Thread Martin Ploug
Hi, I understand. I added the message again to the other thread. Thanks! torsdag 18 januari 2024 kl. 08:52:13 UTC+1 skrev Google Ads API Forum Advisor: > Hi, > > Thank you for reaching out to the Google Ads API support team. > > I see that you have already raised this concern on another

Re: api standard access

2024-01-18 Thread Martin Ploug
Removed message by mistake. Hi, We have applied for Standard Access but we didn't get a case ID or any confirmation. We have also submitted the contact Google ads API compliance team, but same. No case ID or confirmation. Our application is limited by basic access and we are handling

Standard Access API

2024-01-17 Thread Martin Ploug
Hi, We have applied for Standard Access but we didn't get a case ID or any confirmation. We have also submitted the contact Google ads API compliance team, but same. No case ID or confirmation. Our application is limited by basic access and we are handling thousands of Google clients. We

API Standard Access

2024-01-17 Thread Martin Ploug
Hi, We have applied for Standard Access but we didn't get a case ID or any confirmation. We have also submitted the contact Google ads API compliance team, but same. No case ID or confirmation. Our application is limited by basic access and we are handling thousands of Google clients. We

Re: null value in campaign_search_term_insight

2023-08-23 Thread 'Martin Roettgerding' via Google Ads API and AdWords API Forum
;' + campaignId + '" AND campaign_search_term_insight.id = "' + insightId + '"'; let searchTermInsightsReport = AdsApp.report(query); let fail = searchTermInsightsReport.rows().totalNumEntities(); } On Tuesday, 22 August 2023 at 14:07:47 UTC+2 Google Ads API Forum Advisor wrote: > Hi Martin, &g

Re: null value in campaign_search_term_insight

2023-08-20 Thread 'Martin Roettgerding' via Google Ads API and AdWords API Forum
s easily means thousands of queries. This can't be how we're supposed to use this report... *tl;dr* 1. Querying for search terms results in an error 2. The documentation is incomplete 3. The restriction of one insight per query complicates things unneccessarily. Thanks for reading, have

Migrating from v9 problem - UserListServiceClient

2022-12-13 Thread 'Martin Rojo' via Google Ads API and AdWords API Forum
Hi guys, I have a productive java application that is failing because it's using version v9 of google-ads lib. I'd like to migrate to v12 but I've read many articles about versions 10, 11 and 12 and I've found that in version 10 some "GETS" methods got deprecated. For instance:

Re: OAuth 2 Service Account error: NOT_ADS_USER

2022-08-26 Thread Martin Levi
Hi Aryeh, OK, I missed the part about "any user in the domain". But I made the change I suggested above, and it worked! Thanks for your help, and have a great weekend, Martin On Friday, August 26, 2022 at 11:18:48 PM UTC+3 adsapi wrote: > Hi Martin, > > The specific lang

Re: OAuth 2 Service Account error: NOT_ADS_USER

2022-08-26 Thread Martin Levi
domain of the account that is impersonated. In any case, it appears that this is the disconnection in my setup. So if I authorize i...@mydomain.com to the Manager Ad Account, and use this email in the $sub field when I generate the Access Token will that solve my issue? Regards, Martin On Friday,

OAuth 2 Service Account error: NOT_ADS_USER

2022-08-26 Thread Martin Levi
: developer_token_idOwner: mgr-acc-idid Service AccountName: My Domain Service AccountId: service_account_idEmail: my-domain-service-acco...@my-domain-ads-interface.iam.gserviceaccount.com ProjectId: my-domain-ads-interfaceDomain: mydomain.com Admin User: Martin Levi

Re: RESOURCE_EXHAUSTED error doesn't make sense

2022-08-10 Thread Dmitri Martin
<https://rusticwatersgroup.com/dmitri-martin/> -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups &q

Missing required "use_proto_plus" key

2022-05-23 Thread Katherine Martin
Hi, I am attempting to connect to the google ads api using python. I have added the following line to my .yaml file: use_proto_plus: True However I am getting the following error: ValueError: The client library configuration is missing the required "use_proto_plus" key. Please set this

'Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/dev

2022-05-12 Thread Katherine Martin
Hi all, I am getting the following error: ''Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.' I am using a developer token,

OAuth Playground resulting in 'Error 400: redirect_uri_mismatch'

2022-05-12 Thread Katherine Martin
Hi All, I have been using OAuth Playground to generate my refresh token. I have input my OAuth Client ID and OAuth Client secret in the OAuth 2.0 configuration and then clicked 'authorize apis'. This has resulted in: 'Error 400: redirect_uri_mismatch'. Please can I get some help as to why

Re: Generating refresh token

2022-05-11 Thread Katherine Martin
Hi Carmela, Thank you for that. I understand it references refresh tokens, however I am struggling to follow it and need additional help. Is there someone from support who I can have a call with? On the documentation it says: ' The authorization sequence begins when your application redirects

Re: Generating refresh token

2022-05-10 Thread Katherine Martin
Hi Adsapi, It seems that you have sent me the same documentation again, is there anywhere I can go for actual steps on how to do it / anyone I can talk to for help? Best, Kitty On Tuesday, 10 May 2022 at 15:39:28 UTC+1 adsapi wrote: > Hi Katherine, > > Thanks for getting back to us. > > For

Re: Generating refresh token

2022-05-10 Thread Katherine Martin
Hi Adsapi, Thanks for the quick reply. I have read the documentation however I don't think it specifically includes information on the actual process of generating the refresh token. Could I please have assistance in doing it. Thanks, Katherine On Tuesday, 10 May 2022 at 07:10:24 UTC+1

Generating refresh token

2022-05-09 Thread Katherine Martin
Hi all, I am attempting to connect to the google ads api (using a javascript library) - however I don't understand how to generate the refresh token. This is the only documentation I can find however I still don't understand how to do it after reading it.

Generating refresh token

2022-05-09 Thread Katherine Martin
Hi all, I am attempting to connect to the google ads api (using a javascript library) - however I don't understand how to generate the refresh token. This is the only documentation I can find however I still don't understand how to do it after reading it. Thanks in advance. Kitty -- --

Re: Service Account receives HTTP code 401: Request is missing required authentication credential.

2021-12-06 Thread Martin Levi
Hi Ben, I have just read in another thread that the Master Account needs to be set up under a unique gmail address. My Master Account is under the same email address that owns my Sub Ad Accounts. Is this the reason for my OAuth issues? Regards, Martin On Wednesday, December 1, 2021 at 11

Re: Service Account receives HTTP code 401: Request is missing required authentication credential.

2021-12-01 Thread Martin Levi
($curl);* You can see the exact headers that were sent in the curl_log.txt file that I sent to you privately. Regards, Martin On Wednesday, December 1, 2021 at 8:27:10 PM UTC+2 Martin Levi wrote: > Hi Ben, > > I'm still a little concerned about my account setup since the > d

Re: Service Account receives HTTP code 401: Request is missing required authentication credential.

2021-12-01 Thread Martin Levi
ill set up the client library in a few hours when my kids are in bed! Meanwhile I will send you privately the logs from my curl request; if there is an error in my access token retrieval it should be apparent from the request log. Regards, Martin On Wednesday, December 1, 2021 at 6:58:52 PM UTC+2 ad

Re: Service Account receives HTTP code 401: Request is missing required authentication credential.

2021-12-01 Thread Martin Levi
"expiry"=>$newExpiry,* *"token_type"=>$token_type* *);* *$newTokenJson = json_encode($newTokenData);* *file_put_contents(' /**/**.json ', $newTokenJson);* *}*

Service Account still receiving HTTP code 401

2021-11-29 Thread Martin Levi
group. Please help me - I am still stuck with this issue which is preventing me from using the Google Ads API. Martin -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Service Account receives HTTP code 401: Request is missing required authentication credential.

2021-11-23 Thread Martin Levi
Hi, I sent the requested logs on November 12th, but I haven't heard back from anyone regarding the issue. Please can someone update me? Regards, Martin On Monday, November 8, 2021 at 6:56:18 PM UTC+2 Martin Levi wrote: > Hi Yasar, > > Thanks for your response. I followed the ins

Re: Service Account receives HTTP code 401: Request is missing required authentication credential.

2021-11-08 Thread Martin Levi
nd you the information you have requested privately. I need a service account because I will be running unattended processes, some of which are initiated by postback routines from outside my server. Regards, Martin On Monday, November 8, 2021 at 11:06:24 AM UTC+2 adsapi wrote: > Hi Martin, > > Than

Re: Service Account

2021-10-26 Thread Martin Levi
server to server interfaces. Regards, Martin On Monday, October 25, 2021 at 10:19:19 AM UTC+3 adsapi wrote: > Hi Martin, > > > > Thank you for raising your concern with us. I'll raise it with our team to > possibly update our Quickstart guide to explicitly mention service acco

Re: Determine Account-Id for Offline Conversion Upload?

2021-10-26 Thread Martin Levi
account will benefit from the accumulated conversion history of the existing one. This may not be relevant in your use case. All the best, Martin On Monday, October 25, 2021 at 10:34:43 AM UTC+3 Christopher Parotat wrote: > Hi Martin, > > We are still guessing the conversion's account

Re: Determine Account-Id for Offline Conversion Upload?

2021-10-26 Thread Martin Levi
account. This seems very cumbersome to me. I have decided to set up cross-account conversion tracking which will enable me to upload all clicks against the manager account Id. Regards, Martin On Monday, October 25, 2021 at 4:33:22 AM UTC+3 adsapi wrote: > Hi Martin, > > Thank you for c

Service Account

2021-10-22 Thread Martin Levi
days I have spent breaking my head over how to set this thing up. So please, can someone confirm that I have finally understood correctly, that to run unattended access to the Google Ads API I need to set up a Service Account and a Google Workspac

Re: Determine Account-Id for Offline Conversion Upload?

2021-10-22 Thread Martin Levi
id you try this? I'm also wondering how the move from ad account level conversion actions to using a shared master account conversion action impacted campaigns in the ad account, since there would be no history of conversions for the new shared conversion action. Best regards, Martin On T

Re: DEVELOPER_TOKEN_NOT_APPROVED - Google Ads

2021-10-19 Thread Martin Levi
Thanks for all your help. I now have my Developer Token approved for basic access. Regards, Martin On Monday, October 18, 2021 at 5:46:45 AM UTC+3 adsapi wrote: > Hi Martin, > > Thank you for your follow up questions. You may refer below for my > responses : > > > *

Re: DEVELOPER_TOKEN_NOT_APPROVED - Google Ads

2021-10-14 Thread Martin Levi
more wary about getting my account access and structure correct than I am about integrating the API call! Regards, Martin On Wednesday, October 13, 2021 at 6:24:24 PM UTC+3 adsapi wrote: > Hi Martin, > > This is Yasar and I work with Aryeh. Let me assist you with this. > >

Re: DEVELOPER_TOKEN_NOT_APPROVED - Google Ads

2021-10-12 Thread Martin Levi
of a third party pixel is close to completely ineffective, and will only continue to get worse long before Google finally and officially declares the pixel dead. This is the major reason I am uploading my conversion data. Regards, Martin On Tuesday, October 12, 2021 at 3:25:32 PM UTC+3

Re: DEVELOPER_TOKEN_NOT_APPROVED - Google Ads

2021-10-11 Thread Martin Levi
for that Master account which will then allow me to upload click conversions for any regular account that is linked to the Master account? Regards, Martin On Monday, October 11, 2021 at 6:53:06 PM UTC+3 adsapi wrote: > Hi Martin, > > Test accounts don't serve ads, so you won't hav

Re: DEVELOPER_TOKEN_NOT_APPROVED - Google Ads

2021-10-08 Thread Martin Levi
ear to me how I can test this on a test account with no clicks. Please can you help me get set up? Thanks, Martin On Friday, October 8, 2021 at 10:15:21 PM UTC+3 adsapi wrote: > Hi Wayne, > > Thank you for sending us your Id's privately. I checked and you have a > developer t

Re: Create Google Ads Test Account related to a Google Ads Manager Test Account

2021-07-02 Thread Martin Levi
is to upload offline conversion events. Sorry for venting a litlle - I guess this is Google's way of making sure I really want to use the api. Martin On Friday, July 2, 2021 at 11:52:01 AM UTC+3 rpm wrote: > Hi Martin, > > You can create test client account under test manager account b

Re: Create Google Ads Test Account related to a Google Ads Manager Test Account

2021-07-01 Thread Martin Levi
t account. Martin On Thursday, 30 January 2020 at 18:11:34 UTC+2 Héloïse Mazingarbe wrote: > Hello, > > I have managed to connect to the Google Ads API and I would like to test > the different methods before implementing it to our production account. > I would like to create Google

RE: InvoiceService query help

2021-04-08 Thread Martin Spurr
Hi Anthony, Thanks very much for the response. Which is the best email address to use privately? Thanks, Martin From: Google Ads API Forum Advisor Prod Sent: 08 April 2021 16:50 To: Martin Spurr Cc: adwords-api@googlegroups.com Subject: RE: InvoiceService query help Hi Martin, Can you

InvoiceService query help

2021-04-08 Thread Martin
Hi, I have access to the Google Ads API for my MCC account and I am trying to query the InvoiceService and use the ListInvoicesRequest method to see the invoices for accounts under my MCC. I can successfully

Re: BillingSetup fails with error code "NO_SIGNUP_PERMISSION"

2020-09-27 Thread martin ploug
Hi, I have the same problem. Ive looked through a lot of the answers in the forum and this is the standard response. "Billing setups can only be created by customers who have permission to set up billings" But where do you set the permission ? Where should i go to give the customer

Re: Can I set target setting to Observation when I add audience or topic to ad group via api?

2020-08-03 Thread Martin SangDo
I see it already supported "settings": [ { "settingType": "TargetingSetting", "details": [ { "criterionTypeGroup": "USER_INTEREST_AND_LIST", "targetAll": true //true: Observation, false: Targeting } ] } ] On Friday, 13 March 2020 19:51:34 UTC+7, Miguel Graciá wrote: > > Hi Vincent > > I am

Error when create new Billing Setup

2020-07-31 Thread Martin SangDo
Hi, I follow below doc to create new Billing Setup: https://developers.google.com/google-ads/api/docs/billing/billing-setups?hl=uk#creating_new_billing_setups It was working but today it generates error: { error_code { internal_error: INTERNAL_ERROR } message: "An internal error has

Re: What is API to search app when create new App campaign?

2020-07-06 Thread Martin SangDo
Hi, What I want is to know API to search mobile apps in Google Play & App Store. Because create App campaign need "app_id". On Tuesday, 7 July 2020 02:13:09 UTC+7, adsapiforumadvisor wrote: > > Hi Martin, > > Thanks for reaching out. With regards to your concern, you ca

Error when create conversion app

2020-06-28 Thread Martin SangDo
Hi, I am using Adwords API to create new Conversion: > "conversionTrackerType": "AppConversion", > "category": "DOWNLOAD", "appId": "com.halfbrick.jetpack", "appPlatform": "ITUNES", "appConversionType": "FIRST_OPEN" But it responses error: "adwords_error": { "error": "ConversionTrackingError",

Re: Google Ads API: "campaign.label" in SELECT query bugged in campaign?

2020-06-26 Thread Rob Martin
Ok, thanks for the update. *ROB MARTIN *- VP of Operations Rank Crankers m | *612-708-1793* 110 5th Ave SE, Suite 300 | Minneapolis, MN 55414 On Fri, Jun 26, 2020 at 1:36 PM Google Ads API Forum Advisor Prod < adsapiforumadvi...@gmail.com> wrote: > Hi Rob, > > This is a k

Re: Google Ads can't complete your request at the moment. Please reload this page to try again.

2020-06-23 Thread Martin SangDo
This is UI problem. I am contacting Support Team. Thanks! On Tuesday, 23 June 2020 22:29:56 UTC+7, adsapiforumadvisor wrote: > > Hi Martin, > > Thanks for reaching out to us. I see that you're experiencing an error. > Could you confirm with me if its in the UI or API? If it's i

How to create App User audience

2020-06-23 Thread Martin SangDo
I don't see documentation about create App User audience using Adwords API. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are

Google Ads can't complete your request at the moment. Please reload this page to try again.

2020-06-22 Thread Martin SangDo
I access any ad account to create App Users audience. When I click onto text box Select your app, 1 popup error displays: "Google Ads can't complete your request at the moment. Please reload this page to try again." Cannot search any app at all. It lasts for 1 week. -- --

Re: Google Ads API: "campaign.label" in SELECT query bugged in campaign?

2020-06-22 Thread Rob Martin
I'm encountering the same issue. This part of the Google Ads API documentation makes it sound like you can combine labels with metrics on the Campaign and Ad Group resources, but I get a similar `

Re: BudgetOrderService - CUSTOMER_NOT_WHITELISTED_FOR_API V201302

2020-06-18 Thread Martin SangDo
1:20 UTC+7, adsapiforumadvisor wrote: > > Hi Martin, > > I'm currently looking into this issue. Could you clarify that you're > trying to find out who your Google Account Manager is, and that you > contacted the Product Support Team for this information but was unable to > obtain

How to get Payments account ID of 1 ad account

2020-06-18 Thread Martin SangDo
Hi, I want to create BudgetOrder of 1 ad account. How to get "Payment Account Id" of one ad account? It's required id to create new BudgetOrder. I found this document https://developers.google.com/adwords/api/docs/guides/budget-order but it responses a list of relevant billing info, including

Re: BudgetOrderService - CUSTOMER_NOT_WHITELISTED_FOR_API V201302

2020-06-17 Thread Martin SangDo
I contacted them via mail & chat, he said contact API provider. However he doesn't know how to contact them!!! On Tuesday, 12 May 2015 03:00:13 UTC+7, Anash P. Oommen (AdWords API Team) wrote: > > Hi, > > If you don't know who your Google Account Manager is, then you could try > reaching out

Your account is currently not eligible to use Customer Match

2020-06-02 Thread Martin SangDo
is eligle to use that function or not before we upload? Thanks, Martin -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to

Re: Get auto fill data & suggestions when create new Ad

2020-06-02 Thread Martin SangDo
Hi Anthony, As I know, Recommendations list is collected from existed Ads in Account. What we want is to get suggestion of Headline & Description of text Ad when we create NEW Ad with new final url. On Thursday, 21 May 2020 00:02:17 UTC+7, adsapiforumadvisor wrote: > > Hello, > > Recommendation

API to preview App Ad (HTML bundle)

2020-05-19 Thread Martin SangDo
Hi, I upload my zip file (contains HTML5, image,css) into HTML bundle dialog when create new Application Ad. In Adwords UI, it's showing preview after uploading that zip file. Is there any API to get its preview? Thanks, -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on

Re: Manage account settings via API

2020-05-19 Thread Martin SangDo
Hi, Now till not supported yet? On Friday, 1 February 2019 17:46:22 UTC+7, googleadsapi-forumadvisor wrote: > > Hi, > > Yes, you are correct. These settings cannot be set in the AdWords API. > This can only be done through the Google Ads UI. > > Regards, > Dannison > AdWords API Team > > >

Re: Unpublished app till appears in App Extension

2020-05-18 Thread Martin SangDo
Hi, In question 1, I want to know why that app appears in Adwords App Extension. User chose it unintentionly. It should not be shown there. On Tuesday, 19 May 2020 03:09:31 UTC+7, adsapiforumadvisor wrote: > > Hi Martin, > > Thank you for the update. You'll find my answers to your co

Unpublished app till appears in App Extension

2020-05-17 Thread Martin SangDo
Hi, 1) I created 1 App extension in Adwords UI, search this app package "bbc.mobile.news.uk". It's showing 1 app with correct package name. Problem is that app cannot search in mobile Play Store neither https://play.google.com/store/search?q=bbc.mobile.news.uk=apps. I am using that url to scape

How to get eviden text or detail of disapproved ad/extension

2020-04-20 Thread Martin SangDo
Hi, I want to get details of disapproved ad/extension, but API returns a few information. Ex: If error "Destination not working", I want to get all details like attached image which same as Adwords UI: url, platform, ... Than

My sitelink extension is always disapproved

2020-01-14 Thread Martin SangDo
My sitelinks: https://www.carlhogantoyota.com/service-specials always is disapproved (Destination not working). None of the tools in doc is helpful. https://support.google.com/adspolicy/answer/6368661?hl=en-GB#673 I tried to resubmit for review but till the same error. -- --

Re: Share audiences between accounts in MCC using API

2019-10-15 Thread Martin SangDo
Hi, is it supported it now? On Wednesday, 1 August 2018 04:22:56 UTC+7, Bharani Cherukuri (AdWords API Team) wrote: > > Hello Eran, > > The AccountUserListStatus > > will

How to get list of Categories recommended for your website in Dynamic Search Ads

2019-10-09 Thread Martin SangDo
Hi, Is there any AdWords API and Google Ads API to get list of "Categories recommended for your website" in Dynamic Search Ads campain/adgroup? I attach screenshot while I create in Adwords. Regards, -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

We cannot get option of Manual Bidding CPC through Adwords API

2019-09-24 Thread Martin SangDo
I see there is 2 options of Bidding Manual CPC in campaign Settings: - Optimize for conversions - Optimize for conversion value But when I get data, there is no field indicate that option: "biddingStrategyConfiguration": { "biddingStrategyId": null, "biddingStrategyName": null,

Re: Empty Recommendations

2019-09-08 Thread Martin SangDo
Hi Nikisha Patel, I also use query "SELECT recommendation.text_ad_recommendation, recommendation.campaign FROM recommendation" (customer Id 294-644-4402). but no recommendations in response. I see many Recommendations in Adwords UI. On Saturday, 7 September 2019 03:02:17 UTC+7,

Re: Is it possible to run 1 API report and get data for LAST_7_DAYS, LAST_14_DAYS and LAST_30_DAYS?

2019-09-05 Thread Martin E
Ah ok, thank you. I've got 3 views at the moment, so I'll keep it as is. On Wednesday, September 4, 2019 at 11:22:33 AM UTC+1, adsapiforumadvisor wrote: > > Hi Martin, > > Thanks for posting your concern. > > I am afraid that it is currently not possible to retrieve the AdWo

Is it possible to run 1 API report and get data for LAST_7_DAYS, LAST_14_DAYS and LAST_30_DAYS?

2019-09-03 Thread Martin E
Hi there, I've done a fair bit of research and can't find the answer I was looking for. I'm trying to cut down on some API requests. I'm getting the account level click through rate for 3 different date ranges. My question is, is it possible to run a report and get (a single piece of)

Re: Encounter InternalServerError when using API to add or update campaign, campaign_budget

2019-08-12 Thread Martin E
I managed to fix this by accident. I went to the Google playground ( https://developers.google.com/oauthplayground/), authenticated and when it asked me to login for oAuth, I logged in with the account that is the primary Google Ads account, then everything worked after that. I think that gave

CampaignError.CAMPAIGN_CANNOT_SET_MORE_THAN_ONE_CONVERSION_TYPE_ID when create multiple conversions in campaign

2019-07-16 Thread martin do
I refer this documentation to create multiple conversions in Adwords campaign: https://developers.google.com/adwords/api/docs/reference/v201809/CampaignService.SelectiveOptimization#conversiontypeids 1 conversion is working fine. But more than 1 conversion is generating error:

Re: Opting out of Google Discover using the APIs

2019-07-09 Thread Martin
quot; (Discover) ads, and as such, keeping the campaigns enabled for Discover is not an option for us. We have several thousand clients where Discover will need to be disabled, but I'd imagine that there are other agencies out there that are in the same situation, but that are much larger. - Martin On Tuesday,

Re: Opting out of Google Discover using the APIs

2019-07-08 Thread Martin
customer contracts do not allow for "browse-style" (i.e., not in direct response to searches) ad impressions? Thanks, Martin On Tuesday, June 25, 2019 at 10:28:40 PM UTC+1, Martin wrote: > > Hi fellow Google AW API aficionados, > > > Starting in mid-July, Shopping campaigns

Opting out of Google Discover using the APIs

2019-06-25 Thread Martin
. All the best, Martin [image: knfemjoieloboaeg.png] -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google

Google Ads Issue Details - 2019-05-02

2019-05-02 Thread martin . esani
so that we can think about resolution. We are seeing loads of cost, clicks, conversions, impressions for certain campaigns/adgroups coming down as "-1" are there extra rows or are these values just incorrect? Thanks, Martin -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Google Ads API V1.0 - CONTAINS operator

2019-03-28 Thread Martin
If you want to get campaigns whose names don't contain "Example", then you want to use: `WHERE campaign.name NOT LIKE "%Example%"` On Tuesday, March 26, 2019 at 8:59:30 PM UTC, ja...@searchkings.ca wrote: > > Hi Google Ads team, > > I keep on running into an 'invalid argument' error whenever I

Targeting In Google Ads Api

2019-03-18 Thread Martin Andrew
So I'm working on migrating from Adwords API to Ads api and I'm struck at one point, that is Targeting service. I cannot actually Target an Adgroup using the Ads API with either Topic or UserInterest as there are no examples available in the client libraries. I know that we have to create

Re: How can I get values for 'Networks' column in 'All Campaigns' > 'Settings' > 'Campaign Settings' page?

2019-03-08 Thread martin . sangdo
I mean Sales, Leads, ... as attached file. No param in Adwords API to set it when create new campaign. [image: adwords_goals.png] On Friday, March 8, 2019 at 5:57:10 PM UTC+7, googleadsapi-forumadvisor wrote: > > Hi, > > The column that you are seeing in the UI should translate to the >

Re: Setting or Retrieving Campaign Goal through Adwords API

2019-03-08 Thread martin . sangdo
Hi, any update so far? Or alternative method is possible? We need to set objective goal of campaign by Adwords API, ex: Lead, Sale, ... On Friday, July 20, 2018 at 10:28:17 AM UTC+7, Luis Xander Talag (AdWords API Team) wrote: > > Hi GnanaPrakash, > > Currently, campaign goals are not supported

Re: Setting or Retrieving Campaign Goal through Adwords API

2019-03-08 Thread martin . sangdo
Hi, till cannot support until now? Is there any alternative method? On Monday, January 28, 2019 at 12:12:27 PM UTC+7, googleadsapi-forumadvisor wrote: > > Hi, > > Campaign goal is still not available in AdWords API. Please follow our > blog

Shopping Performance View Not Working

2019-03-08 Thread derek . martin
Hello, According to the new Google Ads API announcement (v1), there should now be a *shopping_performance_view* available in the reporting endpoint. However, I keep getting the same error: *400 - {"error":{"code":400,"message":"Request contains an invalid >

Re: LOP and AOI targeting in beta API

2019-02-28 Thread Martin
bump On Friday, February 8, 2019 at 11:04:17 AM UTC, Robert Mic wrote: > > Hello, I need to set the "People in, or who show interesting in, your > target locations" option as shown in the Google Ads UI when creating a > "Brand Awareness and Reach" -> "Display" campaign under "Locations" -> >

Re: Google Ads API (v0) - Shopping Performance Report

2019-02-25 Thread Derek Martin
I Forum" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to adwords-api+unsubscr...@googlegroups.com. > Visit this group at https://groups.google.com/group/adwords-api. > To view this discussion on the web visit > https://groups.google.com/d/msgid/adwords-api/00d12gm89o000

Re: How to use the Google Ads API using REST Only

2019-02-25 Thread derek . martin
Hi De1, Try this: var options = { method: 'POST', muteHttpExceptions: true, headers: { 'Authorization': 'Bearer YOUR_ACCESS_TOKEN', 'developer-token': 'YOUR_DEVELOPER_TOKEN', 'login-customer-id': 'YOUR_LOGIN_CUSTOMER_ID', 'x-goog-api-client':

Google Ads API (v0) - Shopping Performance Report

2019-02-22 Thread derek . martin
Hello, I'm reviewing the new Google Ads API documentation and I'm curious about how to replicate the current SHOPPING_PERFORMANCE_REPORT. Can anyone guide me on how to do this? From what I can see, only the PRODUCT_PARTITION_REPORT is available (from the new _product_group_view endpoint).

Re: Error message not in manual

2018-10-29 Thread Martin Power
We are also getting this error when trying to create a CrmBasedUserList via the Soap API. Any Ideas? On Wednesday, 24 October 2018 08:09:18 UTC+2, makot...@gmail.com wrote: > > Dear AdWords API Team, > > What does this error message mean? > 『ADVERTISER_NOT_WHITELISTED_FOR_USING_UPLOADED_DATA』 >

Re: Error message not in manual

2018-10-29 Thread Martin Power
We are also experiencing this error when trying to create a CrmBasedUserList using a test account. Any ideas? On Wednesday, 24 October 2018 08:09:18 UTC+2, makot...@gmail.com wrote: > > Dear AdWords API Team, > > What does this error message mean? >

Re: [Google Ads API Beta] "API solution not found with service name: googleads.googleapis.com"

2018-06-21 Thread Martin
Hey Luis, Using incognito fixed it! Thanks! On Thursday, June 21, 2018 at 4:46:04 AM UTC+1, Luis Xander Talag (AdWords API Team) wrote: > > Hi Martin, > > Could you try to enable the Google Ads API using the incognito mode of > Google Chrome? If the issue persist, could you prov

[Google Ads API Beta] "API solution not found with service name: googleads.googleapis.com"

2018-06-20 Thread Martin
Google's servers? Thanks, Martin -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API a

[Google Ads API Beta] "API solution not found with service name: googleads.googleapis.com"

2018-06-20 Thread Martin Tang
My company was recently granted access to the beta API. However, upon trying to make a request, I was prompted to enable the Google Ads API in the developers console. In the console I was unable to enable the service; instead, the following message appeared when selecting the service: "API

Geo Sitelinks

2018-05-29 Thread Martin Roettgerding
targeted to one geo location? (I'm hoping you'll say I missed something and it's possible to do this with just 10 sitelinks.) Thanks! Martin -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: CampaignBidModifierService returns empty CampaignBidModifierPage

2018-05-03 Thread Martin Botťánek
(-a): > > Hello Martin, > > CampaignBidModifierService will only return the bid modifiers for Platform > <https://developers.google.com/adwords/api/docs/reference/v201802/CampaignCriterionService.Platform> > and InteractionType > <https://developers.google.com/adwo

CampaignBidModifierService returns empty CampaignBidModifierPage

2018-05-02 Thread Martin Botťánek
Hello, I am on Ruby/Rails with the latest version of google-api-ads-ruby gem and v201802 When calling get on CampaignBidModifierService using the following selector all I get is an empty CampaignBidModifierPage selector = { fields: %w[CampaignId CampaignName BidModifier], ordering: [{

Migration on API 201802: ACTION_NOT_PERMITTED errors

2018-04-30 Thread Emmanuel Martin
Hi, I recently migrated our developements to API 201802, and we are now getting errors on mutate calls. We are doing Business Feed update using the API For instance, we get this error when calling FeedServiceInterface.mutate(...) 2018-04-30 10:18:06,160 - [ERROR] - from application in

HoursofDay in Keyword Performance Report

2018-03-05 Thread 'Clement Martin' via AdWords API Forum
Dear Adwords API team, Is there any chance to see the field HoursOfDay in the Keyword Performance Report someday? In advance, thank you, Regards, -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Creating budget via WCF Connected service failing with error

2018-01-10 Thread Martin Rode
ad AdWords client library, the budget creation works fine. Any help appreciated. Thanks, Martin -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelo

Re: Manage customers campains

2018-01-08 Thread Martin Piták
I forgot to add that i use python googleads library. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You

Manage customers campains

2018-01-07 Thread Martin Piták
Hello, we are developing web application that would automate some campaign management task. But I have trouble figuring out how to do this. We use django and django-allauth to auth our customers, and with django-allauth i get access-token and refresh-token, but with only these two I am unable

Managing customers AdWords account

2018-01-07 Thread Martin Piták
Hello, we are developing a web app that allows users to manage their AdWords account. But I run into a problem. We use django and django-allauth for authentication and with allauth i can get users access-token and refresh-token, and I can request different scopes. But with only the

absolute top impression share

2017-12-05 Thread martin . esani
API? Thanks and kind regards, Martin -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received

soap request for google adwords "Search Query Performance Report"

2017-11-21 Thread martin . ranaldo
Hello guys, i am trying to search the "Search Query Performance Report" api in WSDL form but unable to find it, Can you please help me with that. Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

  1   2   >