Re: How can I check whether billing information is setup in client account or not through Adwords Api?

2020-03-30 Thread Ankit Agarwal
Budget Order Service doc seems to be very confusing for me. Let me rephrase my requirement here: When a user connects with Google then at that moment I would like to know whether his client account is eligible to deliver ads or not. 1.) Please provide me various conditions when client accounts

Re: How can I verify whether Payment profile is setup in individual client account or not through adwords API endpoint?

2020-03-30 Thread Ankit Agarwal
None of the provided links belongs to AdWords API endpoint. Can you please provide me some endpoint that belongs to Adwords API. On Monday, March 30, 2020 at 1:34:47 PM UTC+5:30, Ankit Agarwal wrote: > > I am trying to implement a feature that will disable those client accounts > to create an ad

Re: how to get ad_group_ad_asset_view use php

2020-03-30 Thread 王众杰
how about https://developers.google.com/google-ads/api/fields/v2/ad_group_ad_asset_view ,my ads are UAC,we want get report like this [image: 企业微信截图_69b0636b-5bd9-4ed2-8b9e-2a9c98318df7.png] 在 2020年3月30日星期一 UTC+8下午11:37:20,adsapiforumadvisor写道: > > Hi, > > Thank you for reaching out. The reason

Re: SELECT segments.conversion_action FROM ad_group_ad

2020-03-30 Thread 暐陳
Thank you! You solved one of my problem. Can't believe I didn't notice the order clause lol. However, I want to make a report has necessary columns like imps clicks ctr cvr ...etc, and combine with coversion_action_name. Cuz we set some tailored conversion in the platform when we run ads like Cu

Re: Is there any way to associate gender_view and age_range_view with each video?

2020-03-30 Thread Yuichiro Honda
Hi Anthony, Thank you. How about segmenting `ad_group_ad` by gender or age? Is it also impossible? Yuichiro On Monday, March 30, 2020 at 11:14:45 PM UTC+9, adsapiforumadvisor wrote: > > Hi Yuichiro, > > Unfortunately, there is no way to segment your video performance by gender > or age using t

Re: select from video resource with some segments cause GRPC::InvalidArguments error

2020-03-30 Thread Yuichiro Honda
Hi Mitchell, Thank you. How do I know one segments is not compatible with some metrics? Returned error always simply says GRPC::InvalidArgument and no detailed information. Yuichiro On Tuesday, March 31, 2020 at 1:06:01 AM UTC+9, adsapiforumadvisor wrote: > > Hi Yuichiro, > > Unfortunately, met

Re: About obtaining the cost amount for the account on the management screen

2020-03-30 Thread 矢崎慎悟
Dear, Google Ads API Team It will be the amount in the red frame confirmed by attaching the image before. You answered that this amount cannot be obtained with the API. Can the amount in the red frame be calculated from another value? I will attach the same image that I attached before. Regards,

Anyway to get all Google Ads accounts associated with a google account after OAuth login?

2020-03-30 Thread Dipack Panjabi
As the question says, is there a way to figure out what Google Ads accounts are associated with a particular google account after OAuth login? By way of an API, perhaps? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~

RE: deep link

2020-03-30 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for reaching out. Unfortunately, deep linking is not available in the API. To get more information about those parameters, you can reach out to the Google Ads Product Team here. They will be more equipped to assist you. Regards, Mitchell Google Ads API Team ref:_00D1U1174p._5001UZ

RE: How can I verify whether Payment profile is setup in individual client account or not through adwords API endpoint?

2020-03-30 Thread Google Ads API Forum Advisor Prod
Hi Ankit, To get information regarding an advertiser's payment account, you can use the PaymentsAccountsInfo resource. You may use PaymentsAccountsService to retrieve this information. Let me know if you have any additional questions. Thanks, Danica Calusin, Google Ads API Team ref:_00D1U1174p

Re: Google Ads API V3 PHP is not working

2020-03-30 Thread Amit Lahiri
Hi Bryan. Thanks for the reply once again. Done, as you have said, here . Thanks, Amit On Tuesday, March 31, 2020 at 1:00:17 AM UTC+5:30, adsapiforumadvisor wrote: > > Hi Amit, > > Thank you for the clarification. Upon further inspect

RE: Is there any way to know the amount of purchase?

2020-03-30 Thread Google Ads API Forum Advisor Prod
Hello, If you are looking to run a report from the ad_group_ad level, the available attributes can be found in this guide. Upon checking, I was unable to find any dimensions/metrics that correspond to "purchase amount." However, I was able to find the following metrics: cost_micros cost_per_

RE: I am unable to setup my billing information in Test Manager Account.

2020-03-30 Thread Google Ads API Forum Advisor Prod
Hi Ankit, Thank you for reaching out. As this is a test manager account, you are not supposed to set up the billing accounts to actually run campaigns. Instead, you could create a Production manager account and set up billing to run your ads. Please let me know if you have any further concerns.

Re: Google Ads API V3 PHP is not working

2020-03-30 Thread Google Ads API Forum Advisor Prod
Hi Amit, Thank you for the clarification. Upon further inspection, this looks like an issue pertaining to the client library. Could you post the error you're encountering here, and our php client library support team will take a look at your concern? Let me know if you have further questions.

RE: How can I check whether billing information is setup in client account or not through Adwords Api?

2020-03-30 Thread Google Ads API Forum Advisor Prod
Hi Ankit, Thank you for reaching out to us. I see that you would like to check whether billing information is setup in client accounts. You can check whether BudgetOrders have been set for an account by using BudgetOrderService and using the .get() function to return a list of budget orders tha

RE: Google ads api authentication in the live server

2020-03-30 Thread Google Ads API Forum Advisor Prod
Hi Sreenu, Thank you for the update. I see that you have a couple concerns. Below you will find my answers. 1. GetCampaigns.php searchStream issue. Because this issue looks to be a concern with the client library, could you please post this concern here so that our PHP Client library support te

RE: SELECT segments.conversion_action FROM ad_group_ad

2020-03-30 Thread Google Ads API Forum Advisor Prod
Hi Wei, Thank you for reaching out. You are receiving this error "The following field must be present in SELECT clause: 'metrics.impressions'." as you had put 'ORDER BY metrics.impressions DESC ' in your query. If you remove this ORDER BY clause, the issue should be fixed. Please let me know if

RE: Sample returning AuthorizationError.USER_PERMISSION_DENIED error

2020-03-30 Thread Google Ads API Forum Advisor Prod
Hi Josh, Thank you for reaching out to us. I see that you're encountering a User_Permission_Denied error. This means that there's either no link between the manager account and customer account that you're querying or that your OAuth client credentials haven't been given access to the manager a

RE: Media Bundle Asset Download

2020-03-30 Thread Google Ads API Forum Advisor Prod
Hi Sergey, Thank you for reaching out. For MEDIA_BUNDLE assets, you don’t get any extra external id as you are not supposed to download them. You could only use the asset id generated to associate the asset with a certain campaign. Please let me know if you have any further concerns. Thanks a

RE: limit reports in google adwords api

2020-03-30 Thread Google Ads API Forum Advisor Prod
Hi Raneen, Unfortunately, only one report can be generated at a time and a given report request can only include data from a single Google Ads account. If you would like to run multiple reports, you will have to make another request once the last report request has been completed. For more inf

RE: Invalid_Proximity_Address

2020-03-30 Thread Google Ads API Forum Advisor Prod
Hi Suresh, There appears to be an issue on our side. I'll further investigate and update you when there is a solution. Regards, Anthony Google Ads API Team ref:_00D1U1174p._5001UZUuTp:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdevelop

RE: Media Bundle Asset Upload

2020-03-30 Thread Google Ads API Forum Advisor Prod
Hi Sergey, Thanks for providing these details. I'll have a look at this request and see what is causing these issues. Regards, Anthony Google Ads API Team ref:_00D1U1174p._5001UZV1tL:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdevelope

RE: What are the possibilities/reasons for "Conversions value is -ve and in quotes"?

2020-03-30 Thread Google Ads API Forum Advisor Prod
Hi Qaiser, Thank you for reaching out. Can you please provide your client customer ID and the complete report definition you are using via Reply privately to author? Also, please provide the downloaded report that shows the negative values. Regards, Mitchell Google Ads API Team ref:_00D1U1174p.

RE: Questions about the new Google Ads API

2020-03-30 Thread Google Ads API Forum Advisor Prod
Hi Jarkko, Thank you for reaching out. You can generate historical keyword metrics by following this guide. It will return monthly results for the last 12 months. Regards, Mitchell Google Ads API Team ref:_00D1U1174p._5001UZV8EA:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also

deep link

2020-03-30 Thread Дима Измайлов
Hello! Can you tell me what mean parameters __с, ocid, euid and uscid in the deep link to the campaign and can they be obtained by API? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: OfflineDataUploadService WhiteList Error

2020-03-30 Thread Nitin Gupta
I've requested Pega's Google account manager, Miguel, reach out to you. Miguel is Pega's account manager for our own ad spend on Google. He has indicated we do not meet the thresholds required for access to this API as an advertiser. However, we are not building products for internal usage but

RE: Export data in tools >> measurement >> conversion in google ads to Excel or Google Sheets?

2020-03-30 Thread Google Ads API Forum Advisor Prod
Hi Julian, While there is no API method to export data onto Google Sheets, you can use the ConversionTrackerService to get your conversion actions then using your language specific methods to write to a file / CSV. Regards, Anthony Google Ads API Team ref:_00D1U1174p._5001UXX9aC:ref -- -- =~

Re: select from video resource with some segments cause GRPC::InvalidArguments error

2020-03-30 Thread Google Ads API Forum Advisor Prod
Hi Yuichiro, Unfortunately, metrics.cost_micros is not compatible with the segments.conversion_action_category field. Regards, Mitchell Google Ads API Team ref:_00D1U1174p._5001UXWykq:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdevelop

Re: About obtaining the cost amount for the account on the management screen

2020-03-30 Thread Google Ads API Forum Advisor Prod
Hi Shingo, Could you please explain a bit more about the value you would like to obtain? If you could clarify it I could better assist you. Thanks and regards, Xiaoming, Google Ads API Team ref:_00D1U1174p._5001UXVP8x:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on

RE: how to get ad_group_ad_asset_view use php

2020-03-30 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for reaching out. The reason that you are unable to get ad group metrics for your campaigns is because the API only supports campaign level reporting for App Campaigns as explained here. For the report, you can follow this example but replace the query with your desired values.

Re: Problem With Report Segments

2020-03-30 Thread Google Ads API Forum Advisor Prod
Hi Pete, Glad you figured it out! Feel free to reach out with any additional issues you may have. Regards, Mitchell Google Ads API Team ref:_00D1U1174p._5001UXWpr8:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=

Re: Problem With Report Segments

2020-03-30 Thread Pete Lavetsky (AdWords API Guru)
I've discovered what the difference is here. Our AdWords API request asked for "AdNetworkType1", which results in Search Network ( in this example ). The Ads API column is segments.ad_network_type which can result in Search or Search Partners. So, AdWords API would group both those types into o

RE: Best client library and programming language to use for downloading a report?

2020-03-30 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for reaching out. The supported libraries are listed here. As you can see, node is not supported officially. All of these libraries have the same API functionality so you should use the language that you are most comfortable with and best supports your business needs. Regards, Mi

Re: Google Ads API V3 PHP is not working

2020-03-30 Thread Amit Lahiri
Hi Bryan. I am following this library and followd each steps. Its working fine but stuck at the below line, as I have mentioned earlier, with the below mentioned error message. Error is generating from the below line of code, following the error gi

RE: "removed" campaigns don't show up in Campaign Performance Report

2020-03-30 Thread Google Ads API Forum Advisor Prod
Hi Maria, By default, removed entities will not appear on reports unless you explicitly filter for them. You can add the WHERE clause "CampaignStatus IN [ENABLED,PAUSED,REMOVED]" to your report query. Regards, Anthony Google Ads API Team ref:_00D1U1174p._5001UZV88M:ref -- -- =~=~=~=~=~=~=~=~

RE: Is there any way to associate gender_view and age_range_view with each video?

2020-03-30 Thread Google Ads API Forum Advisor Prod
Hi Yuichiro, Unfortunately, there is no way to segment your video performance by gender or age using the API. Regards, Anthony Google Ads API Team ref:_00D1U1174p._5001UZV7lm:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogsp

RE: TransportError HTTP Error 404: Not Found

2020-03-30 Thread Google Ads API Forum Advisor Prod
Hello, The client library owners are better suited to assist you with this issue. You can create an Issue on this link for help on this. Regards, Anthony Google Ads API Team ref:_00D1U1174p._5001UXXCbR:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https:

Re: Problem With Report Segments

2020-03-30 Thread Pete Lavetsky (AdWords API Guru)
Good morning Mitchell, I've added in geographic_view.location_type to my query but still receiving "bad" results ... example query with redacted credentials: Request --- MethodName: google.ads.googleads.v3.services.GoogleAdsService/Search Endpoint: googleads.googleapis.com:443 Headers: {deve

What are the possibilities/reasons for "Conversions value is -ve and in quotes"?

2020-03-30 Thread Qaiser Javed
Dear Members, Hope you are doing fine. I am facing an issue while fetching data from Geo_Performance_Report. In conversion column getting -ve values and in double quotes as well. Image is attached herewith. Thanks & Regards, Qaiser Javed -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Google ads api authentication in the live server

2020-03-30 Thread sreenu malae
> > Hey Bray, Thanks for your reply, In GetCampaigns.php line number 102 and 103 ==> $stream =$googleAdsServiceClient->searchStream($customerId, $query); Do we have any option like search i

Questions about the new Google Ads API

2020-03-30 Thread Jarkko Niemelä
Hi all Could someone help with couple of questions about the new Ads API before I consider taking it to use Is it now possible to get historical keyword data for a set of keywords using the new API ? Is the data granularity still set to 1 month ? How far into past can you query ? Thank you in

"removed" campaigns don't show up in Campaign Performance Report

2020-03-30 Thread Maria Ravander
Hi, I wonder if campaigns with a "*removed*" campaign status are supposed to be left out in Campaign Performance Reports when adding the Date Segment? When requesting the report without the Date segment, "removed" campaigns are included in the report. Using the Adwords API. AWQL: SELEC

I am unable to setup my billing information in Test Manager Account.

2020-03-30 Thread Ankit Agarwal
PFA error screenshot which I am receiving when I visit the billing setting page on Test Manager Account. I am not able to figure out what is wrong here. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=

How can I check whether billing information is setup in client account or not through Adwords Api?

2020-03-30 Thread Ankit Agarwal
I am trying to implement a feature that will disable those client accounts to create an ad whose billing information is not setup. But to implement this I need an endpoint from where I can whether billing information is setup or not. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also

Is there any way to associate gender_view and age_range_view with each video?

2020-03-30 Thread Yuichiro Honda
Hi. I want to analyze creative focusing on each videos. Is there any way to associate gender_view and age_range_view with each video_id? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

How can I verify whether Payment profile is setup in individual client account or not through adwords API endpoint?

2020-03-30 Thread Ankit Agarwal
I am trying to implement a feature that will disable those client accounts to create an ad whose payment profile is not setup. But to implement this I need an endpoint from where I can fetch client accounts payment profiles. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us o

Re: Query BillingSetup using PaymentsAccountId - Error Occured

2020-03-30 Thread Google Ads API Forum Advisor Prod
Hello Suresh, Thanks for your reply. We'll give you an update once we know more about the issue. Best, Thanet, Google Ads API Team ref:_00D1U1174p._5001UXWstQ:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=