Getting an error while fetching metrics.conversions_value_per_cost from Campaign

2020-09-24 Thread Pankaj Kumar Chibhrani
I am getting an error while fetching the metrics from campaign. [ { "error": { "code": 400, "message": "Request contains an invalid argument.", "status": "INVALID_ARGUMENT", "details": [ { "@type": "type.googleapis.com/google.ads.googleads.v5.errors.GoogleAdsFailure", "errors": [ { "errorCode":

Re: how to fix OAuth "Invalid_grant" error.

2020-09-24 Thread ankitt...@gmail.com
Hello Nirmitabahen Gaurav Patel, -> When I try to get MCC adwords account id by oauth2 then I am getting CUSTOMER_NOT_FOUND exception. -> I have two MCC adwords account. 1) 873-196-8266 (OUR MCC ACCOUNT) 2) 975-404-7233 (CLIENT MCC ACCOUNT) -> I want to link "CLIENT MCC ACCOUNT" with "OUR

Unique user (Reach) is not getting in report

2020-09-24 Thread KRISHNADAS D
i am creating a *report* for ma campaigns from ad manager but in the report it is not showing *Reach* is there any way to include *reach *in the report ? thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Re: GOOGLE ADS API] Missing campaign data using location_view

2020-09-24 Thread silientsee
I solved the problem by changing location_view to geographic_view Thank you anyway 在2020年9月25日星期五 UTC+8 上午3:08:50 写道: > Hello, > > Thanks for reaching out! In order for me to take a closer look, can you > please provide your customerClientId along with the campaign ID of the > missing

Discrepancy in Account Budgets Spend amount.

2020-09-24 Thread Balraj Singh
I am using `ACCOUNT_PERFORMANCE` Report Type to fetch *Spend* amount of few CustomerIDs. I'm using Adwords' ReportQueryBuilder to *Select ('ExternalCustomerId ', 'Cost' )* *From ('ACCOUNT_PERFORMANCE_REPORT')* *During(start_date=start_dt, end_date=end_dt)* However the `cost` value of report

Re: Not Setting the Maximum CPC Bid Limit value in Bidding Strategy Type 'Maximise Clicks' using Google API V1

2020-09-24 Thread Google Ads API Forum Advisor Prod
Hi, If you're using the TargetSpend strategy, you can just omit the call to set that field. For example, in the Java UsePortfolioBiddingStrategy sample , you would change:       TargetSpend targetSpend = TargetSpend.newBuilder()   .setCpcBidCeilingMicros(2_000_000L)   .build();

Re: how to migrate AdWords v201809 TrafficEstimatorService to api v5?

2020-09-24 Thread msgu...@gmail.com
Is it good for budget estimation? On Wednesday, September 23, 2020 at 11:06:38 AM UTC-7 adsapiforumadvisor wrote: > Hi Guofu, > > Thank you for the update. Have you checked Generate Forecast Metrics >

Conflict between bigquery and google ads APIs

2020-09-24 Thread Deny Watanabe
If you want to reproduce the error, add the following line to the beginning of the example "get_campaigns.py": from google.cloud import bigquery The example stops working and instead starts giving an error. This is incredibly frustrating and I have just spent an entire day trying to figure

Programmatically adding Google Ads Links to a Google Hotels account

2020-09-24 Thread Steve Wilcox
Greetings all! I need to create some Google Hotel Ads for some clients. They have their own Ads accounts and I want to link them to my Hotel Ads account programmatically. Which API call should I be using? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

RE: ConversionTrackerCategory REMARKETING type issue

2020-09-24 Thread Google Ads API Forum Advisor Prod
Hi Denma, Thanks for reaching out. With regards to your concern, you can use conversiontracker.category in the Ad Words API. Let me know if this what you looking for. If not can you please elaborate concern. Let me know if you have any question. Thanks, Nirmitabahen Gaurav Patel Google Ads

Re: How to create App User audience

2020-09-24 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for reaching out. It is not a type that’s available for use in the Google Ads API. You could see the available types here. Thanks and regards, Xiaoming, Google Ads API Team Xiaoming Google Ads API Team ref:_00D1U1174p._5004Q218f0T:ref -- --

Re: Associate an uploaded extension with campaigns issue (EntityNotFound.INVALID_ID).

2020-09-24 Thread Google Ads API Forum Advisor Prod
Hi, Please share the SOAP logs where you were getting errors when using the ADD operator. I only see the ones from the SET operator. Thanks, Anthony Google Ads API Team Anthony Google Ads API Team ref:_00D1U1174p._5004Q24ZHiM:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also

Re: how to fix OAuth "Invalid_grant" error.

2020-09-24 Thread Google Ads API Forum Advisor Prod
Hi Ankitt, Thanks for reaching out. With regards to your concern, can you please provide complete request and response logs along with customer id so that i can further investigate the issue. Please reply privately author option while sharing details. Thanks, Nirmitabahen Gaurav Patel Google

RE: GOOGLE ADS API] Missing campaign data using location_view

2020-09-24 Thread Google Ads API Forum Advisor Prod
Hello, Thanks for reaching out! In order for me to take a closer look, can you please provide your customerClientId along with the campaign ID of the missing campaign? Please provide these details via the Reply privately to author ​​​option. Regards, Danica Google Ads API Team

RE: Landing Pages report

2020-09-24 Thread Google Ads API Forum Advisor Prod
Hi, Thanks for reaching out. If you have an issue regarding the fields of the BigQuery table, I would recommend reaching out to their support team directly by following the instructions here. Their team will be more equipped to assist you. Thanks, Nirmitabahen Gaurav Patel Google Ads API

Re: How to group data according to mobile operating system

2020-09-24 Thread Google Ads API Forum Advisor Prod
Hi, Thanks for reaching out. With regards to your concern, can you please provide screenshot of the UI along with customer id so that i can further investigate the issue. Please reply privately author option while sharing details. Thanks, Nirmitabahen Gaurav Patel Google Ads API Team

Re: Convesion types API support

2020-09-24 Thread Google Ads API Forum Advisor Prod
Hi Denma, Thanks for reaching out. You can see here conversion type supported in the Ad Words API. Thanks, Nirmitabahen Gaurav Patel Google Ads API Team ref:_00D1U1174p._5004Q25WD0B:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

RE: Create YOUTUBE campaign

2020-09-24 Thread Google Ads API Forum Advisor Prod
Hi Krishnadas, Thank you for reaching out to us. I see you'd like to make a video campaign in the API. Unfortunately, according to this documentation, video campaigns can't be created or managed via the API, and are only able to be done via the UI. The campaign goal is also only used in the UI

Re: GAQL CLI

2020-09-24 Thread benjami...@getyourguide.com
Hey Scott, Sorry I never checked back - but I'm glad to hear the tool is useful! Feel free to open an issue on the repository if you had any feature requests or feedback, I'm a bit more likely to check there :) All the best! On Wednesday, July 15, 2020 at 12:56:53 AM UTC+2 scottc...@gmail.com

GOOGLE ADS API] Missing campaign data using location_view

2020-09-24 Thread silientsee
Hi Team! I'm trying to get the data from location_view breakdown by campaign. but missing one of campaign which could found in campaign view? SELECT location_view.resource_name, campaign_criterion.location.geo_target_constant, metrics.conversions_value, metrics.clicks, metrics.ctr,

Re: Associate an uploaded extension with campaigns issue (EntityNotFound.INVALID_ID).

2020-09-24 Thread Анатолій Закаблук
Hello, Any updates? пт, 18 сент. 2020 г. в 17:42, Анатолій Закаблук : > One more live example: > > > http://schemas.xmlsoap.org/soap/envelope/; xmlns:ns1=" > https://adwords.google.com/api/adwords/cm/v201809; xmlns:xsi=" > http://www.w3.org/2001/XMLSchema-instance >

Re: Associate an uploaded extension with campaigns issue (EntityNotFound.INVALID_ID).

2020-09-24 Thread anatolii_z
Hello, I tried to use ADD operation and got the same result. But I use SET for any operation. I mean whether its first extension in a campaign or not. Also, I used this operator for other campaigns and it works correctly. пятница, 18 сентября 2020 г. в 23:28:20 UTC+3, adsapiforumadvisor: >

Re: Convesion types API support

2020-09-24 Thread denma test
Hi As i mentioned am using Adwords API, please provide details specific to Adwords API. On Thursday, September 24, 2020 at 12:20:01 AM UTC+5:30 adsapiforumadvisor wrote: > Hi Denma, > > Thanks for reaching out. With regards to your concern, you can see here >

ConversionTrackerCategory REMARKETING type issue

2020-09-24 Thread denma test
Hi I have created conversion with SIGNUP, PURCHASE, PAGE_VIEW using AdWordsConversionTracker service. But i cannot create REMARKETING ConversionTrackerCategory since am in need to use this while setup new tag option Audience with tag creation, attached screen shot for reference. -- --

Re: DateSpecificRuleUserList Remarketing user list issue

2020-09-24 Thread denma test
Ok, will check. Thanks. On Thursday, September 24, 2020 at 1:13:06 AM UTC+5:30 adsapiforumadvisor wrote: > Hello, > > Please take a look at this > > documentation > to see a list of supported

Write landing page reports to BigQuery

2020-09-24 Thread 'Merijn Dimmendaal' via AdWords API and Google Ads API Forum
Hi all, I would like to get impression, clicks and cost data per landing page (for Shopping, Search and DSA campaigns) in BigQuery. Could anyone advice how to achieve this? I believe the below two reports contain the data I need but I don't really know how to get access to those reports.

Landing Pages report

2020-09-24 Thread 'Merijn Dimmendaal' via AdWords API and Google Ads API Forum
Hi all, I would like to get the below reports in BigQuery. Could anyone advice how to achieve this? - Keywordless Query Report (for Dynamic Search Ads landing pages): https://developers.google.com/adwords/api/docs/appendix/reports/keywordless-query-report - Landing Page Report (for

Re: How to create App User audience

2020-09-24 Thread xuantoi....@gmail.com
Hi Mitchell, Is it support in Google Ads API ? On Tuesday, June 23, 2020 at 9:13:19 PM UTC+7 adsapiforumadvisor wrote: > Hi Martin, > > Thank you for reaching out. Unfortunately, that audience type is not > supported in AdWords API. Please see here >

Re: how to fix OAuth "Invalid_grant" error.

2020-09-24 Thread ankitt...@gmail.com
Hello Nirmitabahen Gaurav Patel, I want to link MCC account with another MCC account. using API php But I could get the MCC ID in oauth2 when allow the service. and I can only get the Id for customer adwords account. not for MCC account. Actually , I want to get the MCC Adwords ID using

How to group data according to mobile operating system

2020-09-24 Thread 胡皓
I have obtained the code example. Now I have two problems. The first one is that I can’t find the fields of'purchase' and'install'. Without these two fields, our data report will be incomplete. The second problem is that I don’t know how to group them according to the mobile operating system