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: 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

Re: Google ads api authentication in the live server

2020-03-29 Thread sreenu malae
Even in my local machine I just followed all the steps But still i'm getting Authentication Error Request with ID 'TidKapy2ipM_yVqFBpAm5Q' has failed. Google Ads failure details: authentication_error: Authentication of the request failed. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Google ads api authentication in the live server

2020-03-29 Thread sreenu malae
> > Hey Bryan, Thanks for your reply, Yes i'm following the guide and i'm getting the refresh token. By following the guide i'm getting the refresh token and in ADD URI's i added few URI's and the i got the refresh token from my CLI in my local machine Now i have server where i saved my refre

RE: Google ads api authentication in the live server

2020-03-27 Thread Google Ads API Forum Advisor Prod
Hi Sreenu, Thank you for the update and clarification. Could you confirm with me if you're following this guide for PHP Web App Flow? For the question about your refresh token, your refresh token it does not expire. Let me know if you have further questions. Thank you, Bryan, Google Ads API Te

RE: Google Ads API V3 PHP is not working

2020-03-27 Thread Google Ads API Forum Advisor Prod
Hi Amit, Thank you for the update and clarification. I see you're using this client library that includes the Laravel Sample Application implementation. Could you confirm with me if you're following these steps? It looks like you'll need to use the ini.php file as specified in the instructions.

Re: Google ads api authentication in the live server

2020-03-26 Thread sreenu malae
Does refresh token expires after particular period of time? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Goog

Re: Google Ads API V3 PHP is not working

2020-03-26 Thread sreenu malae
Hey Amit, I got your point. But i have no idea about laravel I'm sorry. Hope bryan will help you out. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this mes

Re: Google Ads API V3 PHP is not working

2020-03-26 Thread Amit Lahiri
Hello Sreenu. Thank you for the reply. Application Type I am using Google Ads REST API in the Laravel application which is a web app using PHP. In this type of application I cannot asked client to do all these configuration to run the application. What am I supposed to do here? NTS / TS Wha

Re: Google ads api authentication in the live server

2020-03-26 Thread sreenu malae
Hello Bryan. Thanks for the reply. over here you can see we need to run this AuthenticateInWebApplication

Re: Google Ads API V3 PHP is not working

2020-03-26 Thread sreenu malae
Hello Amiti Lahiri, I faced the same issue BadMethodCallException. But I solved it by following a few steps 1. In terminal execute this "php -i" and check whether your version supports NTS(Non Thread Safe) or TS(thread-safe) 2. Then download compatible grpc dll from pecl site. Place the

Re: Google Ads API V3 PHP is not working

2020-03-26 Thread Amit Lahiri
Hi Bryan. Thank you for the reply once again. 1. REST Transport issue: I am not using ini file, but add the crednetials into the functions, as found in the code. Also, I am using this with Laravel. Please suggest, if there anything to do. 2. Common Question: By service, I understand the para

RE: Google ads api authentication in the live server

2020-03-26 Thread Google Ads API Forum Advisor Prod
Hi Sreenu, Thank you for reaching out to us. I see that you want to set up the OAuth for your client credentials for Web applications. You can do so by following this guide. For your refresh token, you can follow this guide. Let me know if you have further questions. Thank you, Bryan, Google A

Re: Google Ads API V3 PHP is not working

2020-03-26 Thread Google Ads API Forum Advisor Prod
Hi Amit, Thank you for the update. I see that you have three concerns. You will find my answers below. 1. Rest Transport issue. Thank you for providing your code. However, I will need to see your Request and Response logs that are provided after you run the request. You can check how to enable

Re: Google Ads API V3 PHP is not working

2020-03-26 Thread Amit Lahiri
Hi Bryan. I am adding to the last post. Error is generating from the below line of code, following the error given. *$stream = $googleAdsServiceClient->searchStream($customerId, $query);* *BadMethodCallException* *Streaming calls are not supported while using the REST transport.* I cannot lo

RE: Google Ads API for Campaign Opti Score

2020-03-26 Thread Google Ads API Forum Advisor Prod
Hi Gaspard, Thank you for reaching out. The optimization score feature is currently not supported in the Google Ads API. There was already a feature request to support optimization score in the API. Please keep an eye on our blog for the announcements and updates on new releases. Thanks and re

Re: Google Ads API V3 PHP is not working

2020-03-25 Thread Amit Lahiri
Hi Bryan. Thanks a lot for the reply one again. *1. REST transport: here is the code. * public function profile() { // Either pass the required parameters for this example on the command line, or insert them into the constants above. $options = (new ArgumentParser())

Re: Google Ads API V3 PHP is not working

2020-03-25 Thread Google Ads API Forum Advisor Prod
Hi Amit, I see you have two queries. You will find my answers below. 1. Issue with REST Transport. Could you provide the REST request and response logs where this error occurs so that I may further investigate this issue? 2. How to obtain Customer_ID dynamically. Could you clarify what you're u

Re: Google Ads API V3 PHP is not working

2020-03-25 Thread Amit Lahiri
Hi Bryan. Once again many thanks for the reply. *Current Issue* Previous issue was resolved. Currently, I am getting a different error. This is the error, * Streaming calls are not supported while using the REST transport.* *More comments* 1. Yes I am using the example yo

Re: Google Ads API V3 PHP is not working

2020-03-24 Thread Google Ads API Forum Advisor Prod
Hi Amit, I see that you have several inquiries. You can find my answers below. For parts 1 and 2, I see that you're trying to use a curl request and using our PHP client libraries together. Could you confirm if you're using this example to obtain the campaigns? For part 3, I see that you're ha

Re: Google Ads API V3 PHP is not working

2020-03-24 Thread Amit Lahiri
Hi Bryan. Many thanks for the reply. 1. I am using the same example process as referrred by you https://developers.google.com/google-ads/api/docs/concepts/curl-example. I was confuded with the below code and was not understanding how do I these lines of code in PHP. curl \ -d code=AUTHORIZ

RE: Google Ads API - get app campaign data

2020-03-23 Thread Google Ads API Forum Advisor Prod
Hi Tal, Thank you for reaching out. That 10 digit number is the ID of the campaign budget. If you want to get the value of the budget, you should add campaign_budget.amount_micros to your SELECT query. Just be aware that this value is in micros. Regards, Mitchell Google Ads API Team ref:_00D1U

Re: Google Ads API V3 PHP is not working

2020-03-23 Thread Google Ads API Forum Advisor Prod
Hi Amit, Thank you for the update. I see that you have four concerns. My response is below. 1. Is my parameters settings, curl calling and overall coding snippet missed anything? Am I need to add more settings in parameters? Could you make sure you follow this example in making cUrl API calls? I

Re: Google Ads API V3 PHP is not working

2020-03-20 Thread Amit Lahiri
Hello Bryan. Thanks for the reply. Could you please take a look into my below doubts? 1. Is my parameters settings, curl calling and overall coding snippet missed anything? Am I need to add more settings in parameters? 2. I am the developer working for the client. I am using my email address t

RE: Google Ads API V3 PHP is not working

2020-03-20 Thread Google Ads API Forum Advisor Prod
Hi Amit, Thank you for reaching out to us. I see that you're encountering an Unauthenticated Error. This means that you've supplied invalid authentication credentials to your API call. Could you please follow these steps to obtain the correct client credentials? For your second query, AdWords A

Re: Google Ads API, Python Library - how to implement Exponential Backoff?

2020-03-12 Thread Mat
Looking forward to it. Thank you, David -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords

Re: Google Ads API, Python Library - how to implement Exponential Backoff?

2020-03-12 Thread 'David Wihl' via AdWords API and Google Ads API Forum
The current Python library already implements much of this for you, except for the new GoogleAdsService:SearchStream . There is an example in .NET

RE: Google Ads API v2 deprecation

2020-03-11 Thread Google Ads API Forum Advisor Prod
Hi Michael, Thank you for reaching out to us. For information on timelines for migrating to v3, I suggest you keep an eye on our blog for updates and release notes on v3 migration. Let me know if you have further questions. Thank you, Bryan, Google Ads API Team ref:_00D1U1174p._5001UXUnK5:ref

RE: Google Ads API Client Library for Python v3.0 - when?

2020-03-07 Thread 'David Wihl' via AdWords API and Google Ads API Forum
The Python client lib for Google Ads API was posted on Friday. See https://pypi.org/project/google-ads/ -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this

RE: Google Ads API Client Library for Python v3.0 - when?

2020-03-06 Thread Google Ads API Forum Advisor Prod
Hi Mat, Thank you for reaching out to us. Since this is an issue with our client libraries under Google Ads API, please post your concern about the v3.0 update for Python here and our Python client library support team will get back to you as soon as possible. Let me know if you have further qu

RE: Google Ads Api Update Product Status From Shopping Campaign

2020-03-06 Thread Google Ads API Forum Advisor Prod
Hi Ludovic, Thank you for reaching out. Unfortunately, as explained here, managing the specific products has to be done in the Merchant Center or using Content API for Shopping. It is not possible in Google Ads API. I have submitted a feature request on your behalf so please keep an eye on our

Re: Google Ads API library page error

2020-03-05 Thread Amit Lahiri
Hi. I am facing the same problem. When I am clicking the Google Ads API to enable it, I am receiving the below error. API solution not found with service name: googleads.googleapis.com But I am quiet sure that I enable the API few days earlier. Why this error is gi

RE: Google ads API Python

2020-02-25 Thread Google Ads API Forum Advisor Prod
Hello, Thank you for reaching out to us. For me to further troubleshoot this concern, could you please provide me with your customer client ID that you’re running the getcampaign.py code against? If you run queries to get campaigns against an MCC account, you will receive nothing, as MCC accoun

RE: Google Ads API-how to map campaign enum

2020-02-18 Thread Google Ads API Forum Advisor Prod
Hi Guikang, Thanks for reaching out. You could refer to this client library code implementation on details of the ENUM types of the AdvertisingChannelType. Please let me know if you have any further questions. Thanks and regards, Xiaoming, Google Ads API Team ref:_00D1U1174p._5001UV1G2Y:ref --

Re: Google Ads API - Getting a response for video campaigns of subtype "sequence" from the campaign resource

2020-02-17 Thread Julio Cortazar
I have the same issue. It's possible to fix it?. Thanks.BR. Julio. El lunes, 12 de agosto de 2019, 23:04:45 (UTC+2), Andy escribió: > > Hi , > > Should I be expecting video campaigns of subtype "sequence" to be returned > in the campaign resource of the Google Ads API? If yes, then when I > r

Re: Google Ads API - Getting a response for video campaigns of subtype "sequence" from the campaign resource

2020-02-17 Thread Julio Cortazar
I have the same issue. It's possible to fix it?. Thanks.BR. Julio. El lunes, 12 de agosto de 2019, 23:04:45 (UTC+2), Andy escribió: > > Hi , > > Should I be expecting video campaigns of subtype "sequence" to be returned > in the campaign resource of the Google Ads API? If yes, then when I > r

Re: Google Ads API - Placement Detail unmatched data

2020-02-14 Thread 'Jessie Labadan' via AdWords API and Google Ads API Forum
Hi, That didn't work using managed_placement_view. We got empty or zero results. Using detail_placement_view, we're able to retrieved data but it didn't match with what is being displayed in the Google Ads UI. Campaign Id: 6543286681 Date range: 12/17/2019 Please see attached files. Thanks

RE: Google Ads API - Placement Detail unmatched data

2020-02-14 Thread Google Ads API Forum Advisor Prod
Hi Jessie, If you want to use Google Ads API to match your placement data, you will need to use the managed_placement_view. If your data is mismatched, please share your UI screenshot and API report query through reply privately to author so I can take a further look. Cheers, Anthony Google Ad

RE: Google ads api beta remove item from feed

2020-02-06 Thread Google Ads API Forum Advisor Prod
Hello Simon, Thank you for reaching out. You could use FeedItemService to mutate the feed items via Google Ads API Beta. The MutateFeedItems method will help you perform the remove operation by specifying the resource name of the feed item which is expected to be removed in the below format. Le

RE: [Google Ads API) Data freshness of metrics.search_budget_lost_impression_share and metrics.search_impression_share

2020-01-31 Thread Google Ads API Forum Advisor Prod
Hi Mat, I can't say whether this will happen 100% of the time, but according to the Data Freshness document, most metrics such as impression share will be updated at 6:00 am PST. This should be reflected in the API as well. Regards, Anthony Google Ads API Team ref:_00D1U1174p._5001USx4kA:ref -

RE: Google Ads API: metrics.engagements is not compatible with AD_GROUP_AD_ASSET_VIEW report

2020-01-30 Thread Google Ads API Forum Advisor Prod
Hi Aleksandr, It is not supported to query metrics.engagements per asset. I have submitted a feature request to include this metric for ad_group_ad_asset_view resource. Please keep an eye on our blog for the announcements and updates on new releases. Thanks and regards, Xiaoming, Google Ads AP

Re: Google Ads API: metrics.engagements is not compatible with AD_GROUP_AD_ASSET_VIEW report

2020-01-29 Thread Aleksandr Filippov
Which resource I should use then? Or it is not possible to retrieve engagements per asset? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message becaus

Re: Google Ads API V2 - extension_feed_item does not return fields related to callouts and structured snippets

2020-01-29 Thread Google Ads API Forum Advisor Prod
Hi Akil, Thanks for these details. The team will look into this and find out what the issue is. Regards, Anthony Google Ads API Team ref:_00D1U1174p._5001USwyp4:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~

RE: Google Ads API: metrics.engagements is not compatible with AD_GROUP_AD_ASSET_VIEW report

2020-01-29 Thread Google Ads API Forum Advisor Prod
Hi Aleksandr, Thank you for reaching out. You could only choose the metrics from the ad_group_ad_asset_view resource. You would encounter such an error if you try to use metrics from another resource which are not included in the resource you specified in the FROM clause. Please let me know if

Re: Google Ads API V2 - extension_feed_item does not return fields related to callouts and structured snippets

2020-01-29 Thread Akil
Hi Anthony, It looks like it's some issue with the callouts and snippets created via the API. Callouts created directly from the UI display fine in the UI and have their text value populated in API responses (see request and response attached). Thanks, Akil On Tuesday, January 28, 2020 at 5:1

Re: Google Ads API V2 - extension_feed_item does not return fields related to callouts and structured snippets

2020-01-28 Thread Google Ads API Forum Advisor Prod
Hi Akil, Because it is appearing as blank in the UI as well, it may be a product level issue. Can you try creating a new snippet or callout, directly from the Extensions tab and see if that works? Thanks, Anthony Google Ads API Team ref:_00D1U1174p._5001USwyp4:ref -- -- =~=~=~=~=~=~=~=~=~=~=

Re: Google Ads API V2 - extension_feed_item does not return fields related to callouts and structured snippets

2020-01-28 Thread Akil
Hi Anthony, Thanks for getting back to me. I can verify that Sitelink fields give no issue (see attached request and response). Also, when I look at callouts and structured snippets in the "Business Data" view of the UI then the Text shows and the callouts and snippets also show fine when they

Re: [Google Ads API] Target partner search network in campaign NetworkSetting

2020-01-17 Thread alok
Thanks Xiaoming. Can you please guide me on how to get this whitelisted? Regards, Alok On Wednesday, January 15, 2020 at 1:49:27 AM UTC+5:30, adsapiforumadvisor wrote: > > Hi, > > Thanks for reaching out. The targetPartnerSearchNetwork is available only > to select partners which means it's on

RE: [Google Ads API] Target partner search network in campaign NetworkSetting

2020-01-14 Thread Google Ads API Forum Advisor Prod
Hi, Thanks for reaching out. The targetPartnerSearchNetwork is available only to select partners which means it's on a whitelist basis. For everyone else it should be set to "false" or "null". Thanks and regards, Xiaoming, Google Ads API Team ref:_00D1U1174p._5001USwOyl:ref -- -- =~=~=~=~=~=

Re: [Google Ads API] Adding account billing setup using existing paymentAccountId

2020-01-13 Thread Google Ads API Forum Advisor Prod
Hi Alok, I was able to reproduce your error on my end. It appears to be an issue with the client library. Please post an issue on the GitHub page here and let them know that it should be updated so that the resource is expecting the payments account ID without dashes. In the meantime, if this

Re: [Google Ads API] Adding account billing setup using existing paymentAccountId

2020-01-13 Thread alok
Hi Mitchell, As I mentioned above, I am trying to use an EXISTING paymentAccountID which is in --- format. According to billingsetup document, I should be setting paymen

RE: [Google Ads API] Adding account billing setup using existing paymentAccountId

2020-01-10 Thread Google Ads API Forum Advisor Prod
Hi Alok, Thank you for reaching out. Adding the payments_account to BillingSetup requires the payments_account_id from PaymentsAccountInfo. As you can see, this value is a string and must be passed with dashes. Therefore, you need to pass the Id as a string with dashes and the error message is

RE: Google Ads Api - How can associate PriceFeedItem in CampaignExtensionSetting

2020-01-09 Thread Google Ads API Forum Advisor Prod
Hello Marco, Thank you for reaching out. You could use CampaignExtensionSettingService to manage campaign extensions via Google Ads API. The extension setting can be associated with the campaigns via extension_feed_items [] and device field of the CampaignExtensionSetting resource. Let us know

RE: [Google Ads Api] Getting Labels information for the Campaigns Reports

2020-01-08 Thread Google Ads API Forum Advisor Prod
Hello, Thank you for reaching out. With regards to your concern, you could use the label resource as well as the campaign resource to retrieve labels via Google Ads API. You could use Interactive Query Builder to build report query to make API calls. Please refer to the sample report query belo

Re: Google Ads API PERMISSION_DENIED after migrateing adwords api to google ads api

2020-01-03 Thread Uehsisbs Gjssnsivj
tks for all supporting On Tuesday, 31 December 2019 16:51:34 UTC+7, Akav Zhen wrote: > > Hi, > > My program is working fine with adwords api. > Now,I migrate some codes from adwords api to google ads api,for the ini > config part,I add a new section GOOGLE_ADS, and copy the developerToken > from

Re: Google Ads API PERMISSION_DENIED after migrateing adwords api to google ads api

2020-01-03 Thread Bzusbsg Fusnskav
Thank you for reaching out On Tuesday, 31 December 2019 16:51:34 UTC+7, Akav Zhen wrote: > > Hi, > > My program is working fine with adwords api. > Now,I migrate some codes from adwords api to google ads api,for the ini > config part,I add a new section GOOGLE_ADS, and copy the developerToken >

RE: [Google ads API] missing ad data (lists and metrics)

2020-01-03 Thread Google Ads API Forum Advisor Prod
Hello, Unfortunately, I was unable to open the file you sent properly. Can you please send it again and also a copy of your SOAP request and responses through reply privately to author so I can further investigate? Thanks, Anthony Google Ads API Team ref:_00D1U1174p._5001UOFkPU:ref -- -- =~=

Re: Google Ads API PERMISSION_DENIED after migrateing adwords api to google ads api

2020-01-03 Thread Google Ads API Forum Advisor Prod
Hi Akav, You also need to go to the project in the Developer Console and enable Google Ads API as explained here. You can use the same project but you have to enable the new API for it as well. Regards, Mitchell Google Ads API Team ref:_00D1U1174p._5001UOFYbT:ref -- -- =~=~=~=~=~=~=~=~=~=~=~

Re: Google Ads API PERMISSION_DENIED after migrateing adwords api to google ads api

2020-01-02 Thread Akav Zhen
Hi, Thank you for your reply. My point is,the adwords api and google ads api are using exactly the same ads developer token and google api project. I only changed the ADWORDS section to GOOGLE_ADS section in the config file. The adwords part is still working,which makes sure the adwords api de

RE: Google Ads API PERMISSION_DENIED after migrateing adwords api to google ads api

2020-01-02 Thread Google Ads API Forum Advisor Prod
Hi Akav, Thank you for reaching out. You must make sure that you've enabled Google Ads API for your project in the developer console as explained in the error message. You can do that by following these instructions. Please make sure you've disabled any ad blockers or proxies when visiting the

Re: Google Ads API PERMISSION_DENIED after migrateing adwords api to google ads api

2019-12-31 Thread Sheersha TV
On Tuesday, December 31, 2019 at 3:51:34 PM UTC+6, Akav Zhen wrote: > > Hi, > > My program is working fine with adwords api. > Now,I migrate some codes from adwords api to google ads api,for the ini > config part,I add a new section GOOGLE_ADS, and copy the developerToken > from the ADWORDS sec

RE: Google Ads API Beta reports to MySQL

2019-12-30 Thread Google Ads API Forum Advisor Prod
Hi Drew, Thank you for writing to us regarding your concern. If you are using our client libraries, it is not possible to retrieve the data as a JSON object. However, as an alternative you can use the cURL operation to get the output in JSON format and implement the logic on your end to export

Re: Google Ads API userListService.MutateMembers ?

2019-12-27 Thread Rainier Pazcoguin
Hi Bharani, Do you know if the MutateMembers operation is supported now in Google Ads API? I do not yet see anything in the API documentation for it, and don't see any updates regarding user list membership mutation in on the blog. Thanks in advance! Warm regards, Rainier On Monday, March 25,

Re: [Google Ads API Python] - Retrieve all customers names under the MCC account efficiently

2019-12-04 Thread Google Ads API Forum Advisor Prod
Hi Jeff, Could you please share the complete API request and response logs to take a look at the issue you're facing? You can reply back via Reply privately to author option. Regards, Bharani, Google Ads API Team ref:_00D1U1174p._5001UAqNRN:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: [Google Ads API Python] - Retrieve all customers names under the MCC account efficiently

2019-12-03 Thread JPC
I receive "ValueError: Specified service CustomerClient" does not exist in Google Ads API v2." when I try this. On Thursday, November 14, 2019 at 12:07:13 PM UTC-5, adsapiforumadvisor wrote: > > Hello Life, > > The same functionality as of the CustomerService.getCustomers() in > AdWordsAPI is a

Re: Google Ads API: Third Party Ads

2019-12-02 Thread 'Tim Tsai' via AdWords API and Google Ads API Forum
Ok, thanks Bharani! On Monday, 2 December 2019 13:51:45 UTC-5, adsapiforumadvisor wrote: > > Hi Tim, > > The Third party ad type is not yet supported through the Google Ads API. > The ad types that are currently supported are listed here >

RE: Google Ads API: Third Party Ads

2019-12-02 Thread Google Ads API Forum Advisor Prod
Hi Tim, The Third party ad type is not yet supported through the Google Ads API. The ad types that are currently supported are listed here. I have raised a feature request to the team regarding this. Please keep an eye on our blog for more updates. Thanks, Bharani, Google Ads API Team ref:_00D

RE: Google Ads API Release Schedule

2019-12-02 Thread Google Ads API Forum Advisor Prod
Hi Xavier, There is currently no release schedule for Google Ads API. We recommend to continue running production systems using the AdWords API. While Google Ads API is in “beta”, you may use the new API for testing and development work in preparation for future migration. Please keep in mind t

RE: Google Ads API Report Download

2019-11-27 Thread Google Ads API Forum Advisor Prod
Hello, Thank you for writing to us regarding your concern. Could you please share the complete report query along with the client customer id used to generate Ad Performance Report via Google Ads API for me to take a look into the latency issue further? Please note, the Google Ads API is moved

RE: Google Ads Api - Identify oldest added criteria

2019-11-27 Thread Google Ads API Forum Advisor Prod
Hi Emiliano, Thanks for reaching out. Unfortunately there is no such field in the query builder nor we can directly implement it in the query itself. Please keep an eye on our blog for the announcements and updates on the new releases. Thanks and regards, Xiaoming, Google Ads API Team ref:_00D1

Re: Google Ads API Report Download

2019-11-26 Thread 'Irfan Rafiq' via AdWords API and Google Ads API Forum
Perhaps a better usecase would help to explain what im tyring to do. I download the entire account every morning, then I have an algorithm that checks which adgroups/ads etc need to be paused/enabled and then pushes the changes. Currently I download the entire account using AdWords API reportin

RE: Google Ads' API Basic Access Approval

2019-11-25 Thread Google Ads API Forum Advisor Prod
Hi Ali, It usually takes a couple of business days for the API Compliance Team to review the application and get back to you with an update. Please ensure that your API Contact Email in the Google Ads API center is up-to-date and is a regularly monitored inbox. If you do not hear back from them

Re: [Google Ads API Python] - Retrieve all customers names under the MCC account efficiently

2019-11-14 Thread Google Ads API Forum Advisor Prod
Hello Life, The same functionality as of the CustomerService.getCustomers() in AdWordsAPI is available via customerClient resource in Google Ads API Beta. You could use the below query to get all the accounts under an MCC. Please let me know if you have any further questions. Query: "SELECT cu

Re: [Google Ads API] How to verify Campaign belong to my account?

2019-11-14 Thread Google Ads API Forum Advisor Prod
Hi Phongthorn, You could use the CAMPAIGN_PERFORMANCE_REPORT to retrieve all the campaign data on the campaign level in the specified customer account. Please let me know if you have any further concerns. Thanks and regards, Xiaoming, Google Ads API Team ref:_00D1U1174p._5001UJaVtn:ref -- --

Re: [Google Ads API] How to verify Campaign belong to my account?

2019-11-13 Thread Phongthorn Khamkankaew
Hi Xiaoming, Actually I should use https://github.com/googleads/googleads-php-lib/blob/master/examples/AdWords/v201809/Reporting/DownloadCriteriaReportWithSelector.php for the report, right? เมื่อ วันพฤหัสบดีที่ 14 พฤศจิกายน ค.ศ. 2019 0 นาฬิกา 16 นาที 12 วินาที UTC+7, adsapiforumadvisor เขีย

RE: [Google Ads API] How to verify Campaign belong to my account?

2019-11-13 Thread Google Ads API Forum Advisor Prod
Hi Phongthorn, Thanks for reaching out. If you request on a customerId which does not contain any campaigns you would get an empty campaign list. You could use theManagedCustomerService to get all the accounts under the MCC manager account. Then with a specific clientCustomerId in the request h

RE: Google Ads API DEVELOPER_TOKEN_NOT_WHITELISTED error while listInvoices request

2019-11-12 Thread Google Ads API Forum Advisor Prod
Hi Inessa, Thank you for reaching out. Unfortunately, as shown here, the whitelist for InvoiceService is not currently open to new sign-ups. Please check back in a few months to see if it has opened up. Regards, Mitchell Google Ads API Team ref:_00D1U1174p._5001UJaLBa:ref -- -- =~=~=~=~=

Re: [Google Ads API Python] - Retrieve all customers names under the MCC account efficiently

2019-11-07 Thread Life Lai
Hi,Dannison I have the same problem. I try to find the CustomerService.getCustomers() method, but in the documentation I only find CustomerService.getCustomer method, which get detail this current MCC accout. at the moment can't solve my problem. Regards, Life 在 2019年5月23日星期四 UTC+

RE: Google Ads API "AD_PERFORMANCE_REPORT" + location ?

2019-10-25 Thread Google Ads API Forum Advisor Prod
Hi David, Thanks for reaching out. Unfortunately getting the target location of each ad by running reports is not supported in the Adwords API. Please keep an eye on our blog for the announcements and updates on new releases. Thanks and Regards, Xiaoming, Google Ads API Team ref:_00D1U1174p._50

RE: Google ads api cannot get smart campaign

2019-10-21 Thread Google Ads API Forum Advisor Prod
Hi Bao, The Smart Campaigns are currently not supported in the Google Ads API which could be the reason your results set do not contain these details. I have submitted a feature request to add support for Smart Campaigns in the Google Ads API. Please keep an eye on our blog for more updates. T

RE: Google Ads API MCC all account queries

2019-10-07 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for reaching out. Unfortunately, you have to make a separate call to all accounts under an MCC account to get performance data for campaigns. It is not possible to get campaign performance metrics from the MCC account. Regards, Anthony Google Ads API Team ref:_00D1U1174p._5001UKMK

Re: Google Ads API - Device type query is returning confusing results

2019-10-07 Thread Google Ads API Forum Advisor Prod
Hi Dylan, Yes that's correct. Thanks! Ben, Google Ads API Team ref:_00D1U1174p._5001UKLysf:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message b

Re: Google Ads API - Device type query is returning confusing results

2019-10-04 Thread Dylan McBurnett
Thanks for the response (private)! If there are no Impressions for a campaign(as in this case) then there will be no impressions across the devices - So a query of Devices will return empty for that campaign. On Thursday, October 3, 2019 at 1:28:21 PM UTC-4, adsapiforumadvisor wrote: > > Hell

RE: Google Ads API - Device type query is returning confusing results

2019-10-03 Thread Google Ads API Forum Advisor Prod
Hello Dylan, A device criteria for each device implicitly exists in each campaign, so you won't be able to ADD or REMOVE those criteria. Could you please share the request and response logs, so I can take a closer look? You can share the details privately via Reply privately to author option.

Re: Google Ads API - MEDIA_BUNDLE

2019-09-25 Thread Google Ads API Forum Advisor Prod
Hi Omri, Regret the delay as I was checking this internally with the team. Please note that Assets and Media are completely different and not related to each other in any way. They both store similar kinds of information, but they are not interchangeable, and using one in place of other will al

Re: Google Ads API - reports: locations and top impressions rate

2019-09-25 Thread Zweitze
David, This is turning into a product question. When campaign managers (I work for an agency) here ask the same question, I explain the information is just not there. Many ask how they should maintain their fine-grained structure for locations or audience, I tell them to ask their Google repre

Re: Google Ads API - reports: locations and top impressions rate

2019-09-25 Thread David García
Thanks Zweitze, found it. But unfortunately that report warns that the average position metric will disappear next week and the "Impr. (Top) %" metric, as you say, is not available. How does Google think that we can track the performance of the targeted locations that we have configured in our

Re: Google Ads API - reports: locations and top impressions rate

2019-09-25 Thread Zweitze
David, To find the UI-equivalent of CAMPAIGN_LOCATION_TARGET_REPORT: In Google Ads, the vertical bar starting with Overview, Recommendations etc. Item "Locations" is the one. BTW I just checked, but in the UI nowadays I cannot find column "Impr. (Top) %" anymore. I am so sure it was there about

Re: Google Ads API - reports: locations and top impressions rate

2019-09-24 Thread David García
Hi Zweitze, Thanks for letting me know that the new metrics were implemented in the Keyword Performance Report, I hadn't noticed that. But it seems that the Geo Performance Report has the same problems than the Audience Performance and Campaign Location Target Report: they show the new metrics

Re: Google Ads API - reports: locations and top impressions rate

2019-09-24 Thread David García
Hi Nikisha, Thanks for the feedback. Glad to know that AbsoluteTopImpressionPercentage and SearchAbsoluteTopImpressionShare are implemented in Keyword Performance Report. That's good news. However, they are not implemented in Geo Performance Report, although they are implemented in the web UI

Re: Google Ads API - reports: locations and top impressions rate

2019-09-24 Thread Google Ads API Forum Advisor Prod
Hello, I understand your concern but as per the blog post, the sunset of average_position metric will begin with the starting week of September 30, 2019. The alternative metrics in lieu of average position are mentioned the blog post. Currently, these new alternative metrics (AbsoluteTopImpres

Re: Google Ads API - reports: locations and top impressions rate

2019-09-24 Thread Zweitze
I'm sort of in the same boat. We have similar problems, in our case (using AdWords API v201809) we cannot access top impression stats in reports AUDIENCE_PERFORMANCE_REPORT and CAMPAIGN_LOCATION_TARGET_REPORT, although they do exist in the web interface of Google Ads. On one thing you were wrong

Re: Google Ads API - reports: locations and top impressions rate

2019-09-24 Thread David García
Hi Nikisha, Thanks for the feedback. However, there are still some critical problems: In a few days (30th September) you will remove the average position in the geo reports (and others). It is supposed that it will be replaced with new metrics, like absolute top impression percentage and searc

Re: Google Ads API - MEDIA_BUNDLE

2019-09-24 Thread Omri Gal
Hi Bharani, 1. Do you know when will it be available to pull MEDIA_BUNDLE via Google Ads API? 2. I've the following test: 1. Queried Google Ads API Ad_Group_Ad_Asset_View endpoint for Rovio, account_id = 2708572890. 2. From the response, I've filtered out only Assets with asset.type =

RE: Google Ads API - reports: locations and top impressions rate

2019-09-23 Thread Google Ads API Forum Advisor Prod
Hi David, Thank you for reaching out. Currently, it is not possible to pull the data under User locations view on the Dimensions tab in UI via Google Ads API. However, you could get this data using Geo Performance Report via Adwords API by modifying the predicates as mentioned in the shared gui

Re: Google Ads API - MEDIA_BUNDLE

2019-09-23 Thread Google Ads API Forum Advisor Prod
Hi Omri, I'm afraid, retrieving the MEDIA_BUNDLE assets through the Google Ads API is not yet supported. You may use the MediaService.get() AdWords API to pull these specific details. Thanks, Bharani, Google Ads API Team ref:_00D1U1174p._5001UHGOSm:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

RE: Google Ads Api documentation seems to be down

2019-09-23 Thread Google Ads API Forum Advisor Prod
Hi Manuel, Are you still seeing issues with the documentation? I don't have any issues accessing it. Regards, Anthony Google Ads API Team ref:_00D1U1174p._5001UHHcp9:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =

Re: Google Ads API - MEDIA_BUNDLE

2019-09-23 Thread Omri Gal
Just to be clear, can I pull the entire Media Bundle Zip file? If it's possible, can you explain how? Thanks, Omri G. On Monday, September 16, 2019 at 10:41:06 PM UTC+3, adsapiforumadvisor wrote: > > Hi Omri, > > That's right. You will be able to pull the media bundle as a whole and not > the

Re: Google Ads API search queries not returning certain data values

2019-09-20 Thread Google Ads API Forum Advisor Prod
Hi Dylan, It looks like you are already in touch with my colleague regarding this concern here. Please continue the discussion on that thread to avoid duplicates. Thanks, Bharani, Google Ads API Team ref:_00D1U1174p._5001UHHEKo:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also f

Re: Google Ads API search queries not returning certain data values

2019-09-19 Thread Dylan McBurnett
Sure thing! I've since fixed the comma and I'm still not getting any data back for my query: queryNegKey = ( 'SELECT ' 'keyword_plan_negative_keyword.id, keyword_plan_negative_keyword.resource_name ' 'FROM keyword_plan_negative_keyword ' 'LIMIT 50' ) Just getting an empty object back and I'm

<    5   6   7   8   9   10   11   12   13   14   >