RE: How to achieve both country and mobile os granularity in report?

2019-02-26 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Aleksandr, My apologies as the AdWords API currently does not support a field that allows users to segment or filter based on the operating system of mobile devices. You may follow our blog for updates. As for the complete

RE: DSAs performance report

2019-02-26 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Ying, As per this documentation , another report that can be used to track DSA performance would be the Criteria Performance Report

Re: [3-5796000025195] Can a row count be obtained without iterating through all rows

2019-02-26 Thread Philip Stefou
Thanks Ben, that sounds great. I'm excited to hear what you guys come up with! Just let me know when a decision has been reached. Thanks again. From: adwordsapi-supp...@google.com Sent: Wednesday, February 27, 2019 6:33:16 AM To: Philip Stefou Cc: AdWords API

Setting Campaign Bidding Strategy with REST (Ads API)

2019-02-26 Thread Jonathan Faircloth
Is there a way to set the campaign bidding strategy to Maximize Conversions using a REST request? Manual CPC, Target ROAS and every other type that has children listed here work fine. But, maximize_conversions says the type is

Re: Can't mutate youtube media id with youtubeVideoMediaIdsOps in UAC

2019-02-26 Thread i.tirsky via AdWords API and Google Ads API Forum
Hello, Bharani Yes, for creating new Youtube media id on my account I'm using google ads scripts in Adwords UI. And in script below I'm using ONLY Youtube MEDIA id (not youtube VIDEO id). But I can't change youtube media ids list in my *Video ads only UAC via API *because it's UAC is Video

Re: Equivalent of add_crm_based_user_list.py example in Google Ads API v0 via REST API?

2019-02-26 Thread Jason Hsieh
Hi, I have not implemented node.js auth yet, currently i'm using python auth sample to get token from my dev ad account and paste to my HTTP auth header for using REST API. On Tuesday, 26 February 2019 03:50:11 UTC+8, Afonso Praça wrote: > > Hello > 謝子皓 > How did you manage to authenticate

Re: Error [RequiredError.REQUIRED @ operations[0].operand.rules[0].ruleOperands[0].rule, RequiredError.REQUIRED @ operations[0].operand.rules[0].ruleOperands[1].rule] while creating logical user list

2019-02-26 Thread The DiMaAg
Dear Bharani, The given guide has only code in java while I was typically looking for an implementation guidance for python. If you look at the start of the thread the attachment has the code in python that I am using for the same. Secondly, I am creating a LogicalUserList and not

DSAs performance report

2019-02-26 Thread ying
I'm looking for a DSAs performance report that's equivalent to the 'Keywords Performance Report' where I can segment the results by device and the target status (enabled/paused/removed). I've looked into the Keywordless_query_report and keywordless_category_report, and neither of them have the

How to achieve both country and mobile os granularity in report?

2019-02-26 Thread panlantic82
Currently I use following query to get report grouped by date, campaign and country: SELECT Date, CampaignId, CampaignName, Impressions, Clicks, Conversions, > Cost, Id, FROM CAMPAIGN_LOCATION_TARGET_REPORT How to add mobile os granularity? -- --

RE: Delivery Status Notification (Failure)

2019-02-26 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Justin, You could set it to the the equivalent instant in your time zone of *20371230 235959 America/Los_Angeles* to set the infinite EndDateTime. Please let me know if you have any further questions. Regards, Sai Teja, AdWords API Team -- --

RE: THIRD_PARTY_REDIRECT_AD Image Preview - how to get from API?

2019-02-26 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Oksana, Could you please share the report definition you are trying and the account CID for which you are trying to fetch the report? Unfortunately AdsPreview is not available via AdWords API.

RE: Account Information: Google Ads API Beta

2019-02-26 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Ananth, Since our team is already looking into this concern in a private thread, let us continue the discussion on that thread. I have forwarded your concern to our team for further investigation, they will contact you soon. I shall post a summary of the resolution here for the benefit of

RE: GEO_PERFORMANCE_REPORT doesn't return anything

2019-02-26 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello Yulia, Unfortunately, the Geo Performance report is still not available for Universal App Campaigns. Please keep an eye on our blogs for any

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

2019-02-26 Thread rentcafedev1
I solved the issue by adding to my app.config file. On Tuesday, February 26, 2019 at 8:59:56 AM UTC-8, rentca...@gmail.com wrote: > > I'm having the same issue > > Message: Status(StatusCode=PermissionDenied, Detail="The caller does not > have permission") > Failure: { "errors": [ {

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

2019-02-26 Thread rentcafedev1
I'm having the same issue Message: Status(StatusCode=PermissionDenied, Detail="The caller does not have permission") Failure: { "errors": [ { "errorCode": { "authorizationError": "USER_PERMISSION_DENIED" }, "message": "User doesn't have permission to access customer." } ] } Request ID:

Should AgeRange/Gender reporting return UNSPECIFIED for age_range.type and gender.type

2019-02-26 Thread Robert Mic
Hello, I am trying to use the beta API to fetch performance reports from campaigns using the following query: ``` SELECT campaign.name, ad_group_criterion.age_range.type, metrics.clicks FROM age_range_view ``` The request goes through successfully and returns 7 rows per campaign as

RE: Why those metrics doesn't support in device segment and how to download huge reports (Google Ads Api BETA)

2019-02-26 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hello, Please find my response below: *1st question => We found "metrics.content_impression_share","metrics.content_rank_lost_impression_share","metrics.search_exact_match_impression_share" of ad_group why doesn't selectable with "segments.device" ?*You will be able to use segments.device

Re: BudgetOrder Infinite EndDateTime

2019-02-26 Thread Justin
Typo at the end of the last sentence. Updated: > would I specify '20371230 235959 America/Toronto' or '20371231 025959 > America/Toronto' to indicate and infinite EndDateTime? On Tuesday, February 26, 2019 at 8:38:32 AM UTC-5, Justin wrote: > > Hi, > As specified in the API documentation >

Account Information: Google Ads API Beta

2019-02-26 Thread Ananth Sakthivel
Hi Team, How to get the Account Information about Customer Client using "Google Ads API Beta". Previously it was working when I passed "Client Customer Client" into "GetCustomer". but Now it is not working and giving an error like "Permission Denied: The Caller Does not have access " Even I

Account Information

2019-02-26 Thread Ananth Sakthivel
Hi Team, How to get the Account Information about Customer Client using "Google Ads API Beta". Previously it was working when I passed "Client Customer Client" into "GetCustomer". but Now it is not working and giving an error like "Permission Denied: The Caller Does not have access " -- --

BudgetOrder Infinite EndDateTime

2019-02-26 Thread Justin
Hi, As specified in the API documentation , you can set the EndDateTime on a Budget Order to the same instant as '20371230 235959 America/Los_Angeles' to specify an infinite end date.

Re: GEO_PERFORMANCE_REPORT doesn't return anything

2019-02-26 Thread Julia Vorobyova
Hi, Is there an update on this topic? Thanks, Yulia четверг, 6 сентября 2018 г., 23:56:42 UTC+3 пользователь Milind Sankeshware (AdWords API Team) написал: > > Hi Andrew, > > Thanks for following up. I am afraid that we don't have any update on the > Geo Performance report for Universal App

Re: Equivalent of add_crm_based_user_list.py example in Google Ads API v0 via REST API?

2019-02-26 Thread Jason Hsieh
Hi Bharani, Thanks for your explanation. The code you metioned is Google Adwords API, I choose to not use it because of I'm using Node.js and Google Adwords API didn't provide REST API, it's hard to use it from other languages without offical support SDK. I think Google Ad API v0 has not

Re: Slow performance adding 25M+ users to adwords list

2019-02-26 Thread mitesh
Hi Milind, Yes I absolutely am using multiple processes. Each one calls AdwordsServices.getUserList, then calls MutateMembers with about 5 user email hashes. They all run at the same time, because I have noticed that running one at a time is too slow (takes 1 hour). Running them all

THIRD_PARTY_REDIRECT_AD Image Preview - how to get from API?

2019-02-26 Thread Oksana Sulyma
Hi guys! I'm looking for an opportunity to pull Image Previews for Ads of type THIRD_PARTY_REDIRECT_AD from Ads API or in Reports. I see ImageAdUrl == '--' in Adwords Performance Report for such ads. And I was wondering if there exists/planned some way to pull the previews from