How i can get a developer token if im a startup

2020-07-23 Thread Raul Galvan
Im developing a website using the google ads libraries , but i need to know how i can apply to a production tolken when i wish to release to production, i readed about some requisites could you gimme more information about? thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also

RE: ad_group_criterion_operation - field_mask_error: FIELD_MASK_MISSING

2020-07-23 Thread Google Ads API Forum Advisor Prod
Hi Nathan, Thanks for reaching out. With regards to your concern, you can follow the update keywords example and update status using AdGroupcriterion service set status as PAUSED. From the logs, you can see that you need to use update_mask field to perform update operation. Please refer to

Re: Cannot find Watch Time and Avg. Watch time/impressions in the API

2020-07-23 Thread Google Ads API Forum Advisor Prod
Hello Everyone, I just checked on this feature request. I realize this thread has been around for some time, and I can understand why many of you feel this important. The answer I got back is that we sadly would not be able to add these metrics to the API. Regards, Nadine, Google Ads API Team

RE: How to get location targeted campaigns ?

2020-07-23 Thread Google Ads API Forum Advisor Prod
Hi Dileep, Thanks for reaching out. With regards to your concern about getting campaign, you can use campaign performance report. If you have are still facing any issue, please provide report definition along with customer id, so that I can further investigate the issue. Let me know if you

Reporting returns nothing if segments.date is included

2020-07-23 Thread V Kuznetsov
Hello, The query SELECT campaign.name, segments.date FROM ad_group WHERE segments.date DURING LAST_30_DAYS returns no records for me, while SELECT campaign.name FROM ad_group WHERE segments.date DURING LAST_30_DAYS returns all the names of campaigns I have in the account. I expect the

Re: Google Ads Manager documentation not working

2020-07-23 Thread Davron Achilov
Thanks for your reply. Yes, it worked in incognito mode. I have Adblock installed, so it did not open). It's okay now. On Thursday, July 23, 2020 at 10:44:35 PM UTC+5, adsapiforumadvisor wrote: > > Hi Davron, > > Thank you for reaching out to us. I see that you're encountering issues > with Ad

Re: Setting up Google ADS API for the offline conversion upload service

2020-07-23 Thread Google Ads API Forum Advisor Prod
Hi Michel, Thank you for reaching out. In order for me to further investigate your issue, could you please share the complete request and response logs via the Reply privately to author option? Thanks and regards, Xiaoming, Google Ads API Team ref:_00D1U1174p._5004Q217n6H:ref -- --

RE: Smart Campaigns are visible in CAMPAIGN_PERFORMANCE_REPORT but NOT visible in AD_PERFORMANCE_REPORT

2020-07-23 Thread Google Ads API Forum Advisor Prod
Hi Maciej, Thank you for reaching out! You should be able to use the Ad Performance Report to pull ad data with the fields mentioned in this documentation. If you are using these fields and you are still unable to pull results for your Smart Display Campaigns, please provide your CID along

Re: GCLID from TrueView Discovery Campaigns

2020-07-23 Thread Hardly Creative
Hi Danica, it's not the new Discovery campaign type we are looking at. It's TrueView Video Discovery (YouTube) campaigns which were merged with AdWords in 2015. And our request is related to being able to pull the GCLID from the Click Performance Report from the API with an additional metric

RE: GCLID from TrueView Discovery Campaigns

2020-07-23 Thread Google Ads API Forum Advisor Prod
Hello, Thank you for reaching out. Discovery campaigns are currently not supported, but a feature request has already been put in place for it in Google Ads API. When it becomes available in future releases, you can find updates on our blog. We will welcome any additional feedback you would

ad_group_criterion_operation - field_mask_error: FIELD_MASK_MISSING

2020-07-23 Thread Nathan Caspar
Hi, I'm trying to generate a field mask for pausing keywords in a particular ad group, but keep getting a field mask missing error, which I can't find much if any useful documentation about. I'm using the GoogleAdsService to handle mutate operations and am generating the update mask in this

RE: Google Ads Manager documentation not working

2020-07-23 Thread Google Ads API Forum Advisor Prod
Hi Davron, Thank you for reaching out to us. I see that you're encountering issues with Ad Manager's API Documentation. I tried to open the link and didn't encounter any errors. Could you try opening that documentation in a new Chrome Incognito window and let me know if you still are unable to

RE: Empty response when querying Google Ads API v3

2020-07-23 Thread Google Ads API Forum Advisor Prod
Hi Michael, Thank you for reaching out. For CustomerService, the resulting list of customers is based on the OAuth credentials used in the request. The request returns a list of all accounts that the credentials are able to act upon directly. If your customer's account is returning a blank

RE: Supported fields for dynamic remarketing feed

2020-07-23 Thread Google Ads API Forum Advisor Prod
Hi NT, Thank you for reaching out. The Google Ads Product Team is in charge of policy decisions so I would recommend reaching out to them here to find out if you can change any fields without triggering a re-approval. It will be the same list of fields for the API and the UI. Regards,

Re: Acquiring rights to add user account to my managed accounts.

2020-07-23 Thread Google Ads API Forum Advisor Prod
Hi Aidis, I'm glad you got it to work. That does look like the correct way to do it. In terms of using the Python client library, you can obtain the access token by following the instructions here. Then, make sure you save the user's access and refresh tokens as explained and follow the

Re: Notification about ad status

2020-07-23 Thread Google Ads API Forum Advisor Prod
Hi Radek, Yes, you can use this solution as well! You can use this service on the AD_GROUP_AD resource type to pull changes via API. Regards, Danica, Google Ads API Team ref:_00D1U1174p._5004Q22Y9nM:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

How to get location targeted campaigns ?

2020-07-23 Thread Dileep Bandla
We have some campaigns we are running in Google Adwords that are their location targeted campaigns. Which reprot do i need to use to these campaigns ? I ve tried with CAMPAIGN_LOCATION_TARGET_REPORT How to the those campaigns? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find

Re: Acquiring rights to add user account to my managed accounts.

2020-07-23 Thread Aidis Stukas
I tried this sample GET /v4/customers/CUSTOMER_ID HTTP/1.1 Host: googleads.googleapis.com Authorization: Bearer ACCESS_TOKEN <-- Here I use access token generated by gapi.js library sign in. developer-token: DEVELOPER_TOKEN It seems to be working fine. Is this the right way? I wonder how

Re: Dynamically change client id in adsapi_php.ini file of Googleads php library

2020-07-23 Thread Google Ads API Forum Advisor Prod
Hi Hemant, Please see attached screenshot. It is from the Java section of the instructions but should work for PHP as well. Regards, Mitchell Google Ads API Team ref:_00D1U1174p._5004Q22YEPv:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Re: max budget

2020-07-23 Thread Google Ads API Forum Advisor Prod
Hi Vallard, I'm glad to see you solved the issue! Let me know if there's anything else I can assist you with. Regards, Mitchell Google Ads API Team ref:_00D1U1174p._5004Q22Y8fR:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Supported fields for dynamic remarketing feed

2020-07-23 Thread natham...@traveloka.com
Hi Google team, As we know from our account manager, if there is at least one of these attributes change from the previous feed, then it will trigger a new policy review again: - Image - Final URL - Tracking URL template - Custom parameters - *Changes to any other

Smart Campaigns are visible in CAMPAIGN_PERFORMANCE_REPORT but NOT visible in AD_PERFORMANCE_REPORT

2020-07-23 Thread 'Maciej Holderny' via AdWords API and Google Ads API Forum
Hi, I am using python library (googleads.adwords) to gather reports for our campaigns. However i am not able to see any metrics for Smart Display campaigns when using: AD_PERFORMANCE_REPORT (This issue does not exists in CAMPAIGN_PERFORMANCE_REPORT) Other Display metrics are fine in both

Google Ads Manager documentation not working

2020-07-23 Thread Davron Achilov
I need the Google Ads Manager (DFP) API documentation. But this link doesn't work. https://developers.google.com/ad-manager/api/start Result: *Service Unavailable* -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Re: Display name between Adwords API and Google Ads API

2020-07-23 Thread Alice Yuen
Alternatively, is there any attribute in google ads api that is equivalent to the *Display Name* in adwords api? If not, is it possible for the team to implement this feature? Many thanks ;) On Thursday, July 23, 2020 at 3:18:41 PM UTC+8 Crystal Leung wrote: > Hello, > > I wonder if

Re: How can I get policy details value with a query to extension_feed_item?

2020-07-23 Thread Miguel Serna Agudo
Hello, It worked. Doing a query from the feed item level and filtering by the extension_feed_item.id i got the expected output: [... review_status: REVIEWED approval_status: APPROVED validation_status: VALID placeholder_type_enum: STRUCTURED_SNIPPET ] Thank you very much. El miércoles, 22 de

Display name between Adwords API and Google Ads API

2020-07-23 Thread Crystal Leung
Hello, I wonder if there is a function or something that can match up the display name from adwords API to Google Ads API? For example: Google Ads API: metrics.conversions_from_interactions_rate Google AdWords API: ConversionRate Google AdWords API Display Name: Conv. Rate I wonder if there

Re: Setting up Google ADS API for the offline conversion upload service

2020-07-23 Thread Michel Baretti
Hi, I have not been able to retrieve the crossAccountConversionTrackingId. I fetch the customer resource. In all my customers the crossAccountConversionTrackingId is null. How can I generate the crossAccountConversionTrackingId?

Re: Notification about ad status

2020-07-23 Thread Radek Karkut
Hello there, Thank you for your help. What about ChangeStatus ( https://developers.google.com/google-ads/api/docs/change-status)? Can I depend on this solution? Regards. środa, 22 lipca 2020 o 18:38:31 UTC+2 adsapiforumadvisor napisał(a): > Hi Radek, > > Thank you for reaching out.

Re: Notification about ad status

2020-07-23 Thread Radek Karkut
Hi Danica, Thank you for your help. What about ChangeStatus ( https://developers.google.com/google-ads/api/docs/change-status)? Can I depend on this solution? środa, 22 lipca 2020 o 18:38:31 UTC+2 adsapiforumadvisor napisał(a): > Hi Radek, > > Thank you for reaching out. Unfortunately, there is