Custom data feed item performance report

2020-05-29 Thread Nathamon Natty
Hi guys, Background is I'm trying to query out the custom data feed item performance to investigate item by item. i.e. Product A in campaign C get how many impression and conversions etc. However after I searched through report API, there seems only to have the product item performance report

Geographic view with Gads Apis

2020-05-29 Thread Daniela Senatore
Hello everyone, I’m trying to get data about geo conversions for the last 90 days using the geographic view from the Google Ads Apis. The query I’ve built is the following:SELECT customer.id, campaign.id, campaign.status, geographic_view.country_criterion_id, geographic_view.location_type,

Re: Getting the Change History via the API

2020-05-29 Thread Ronald Findling
We would also really like have a way to get change information from the API which contain who did what (just as it's available in the UI). The https://developers.google.com/adwords/api/docs/reference/v201809/CustomerSyncService only provides the Id of changed entities (for a subset of the

How to check for token usage and make sure requests are made in a valid account

2020-05-29 Thread Pedro Tanaka
Hello, I am developing a custom application to report click conversions for a google ads account linked to my company using Google AdWords API. The marketing department tells me that no conversions have arrived in the account, but on the other side I see that the requests are successful on

Criterian keyword

2020-05-29 Thread Arti
Hello! Sorry about my english, but i will try in future this correct. I found topfic (https://groups.google.com/forum/#!searchin/adwords-api/criterian$20keyword|sort:date/adwords-api/_dgvAl_3QqQ/JSSWIN9sBQAJ) and i have question, how to get keyword (text) from api, if i know criterion id.

Re: Standard access application form returns 403 Forbidden

2020-05-29 Thread Maxim Mazurov
Is that form working for everyone? I also have the same problem (403) applying for a basic account. How long should I wait for the application review? Thanks On Tuesday, 26 May 2020 17:06:10 UTC+3, adsapiforumadvisor wrote: > > Hi, > > I've taken a look at this issue with my team. Could you

How can i retrieve metrics and reports through postman? More specifically how can I build a url to retrieve these reports

2020-05-29 Thread Ecclesiastes Gan
So, I have been playing around with my test manager and test accounts, and successfully retrieved data through postman about my test account and campaign's budget by following the google ad's API instructions on how to build a request URL

RE: Custom data feed item performance report

2020-05-29 Thread Google Ads API Forum Advisor Prod
Hi, The Placeholder Feed Item Report can be used to get performance data on your feed items. For custom feed items, the PlaceholderType will be 14 and you can use the AttributeValues field to get the data specifically associated with these types. Cheers, Anthony Google Ads API Team

Getting issue while Sharing Placement exclusion list among campaigns

2020-05-29 Thread cv
Hi, I was trying to the shared Placement exclusion list among campaigns through Google Ads API - PHP beta. I am able to shared the campaign for Type search and display, *but not with video.* When sharing the Placement exclusion list with video campaign I was getting an error : The customer is

Re: User List maintenance using Google Ads API

2020-05-29 Thread Google Ads API Forum Advisor Prod
Hi Abhinav, Please see here for more information about getting the partial failure values and a more in depth example here. Please share your code if you are still having. @cv, the documentation shows that both partial failure and validate only should be supported for that service. I will

RE: Test account suddenly disabled

2020-05-29 Thread Jeremy Topper
Hi there, just checking in to see if there’s an update? From: Jeremy Topper Sent: Thursday, May 28, 2020 13:51 To: 'Google Ads API Forum Advisor Prod' Cc: adwords-api@googlegroups.com Subject: RE: Test account suddenly disabled Hi there, sure. Here it is. We have a parent account (MCC test

RE: How can i retrieve metrics and reports through postman? More specifically how can I build a url to retrieve these reports

2020-05-29 Thread Google Ads API Forum Advisor Prod
Hi Ecclesiastes, Thank you for reaching out. To retrieve a specific metric from a cURL request, you should make a request to: https://googleads.googleapis.com/v3/customers//googleAds:search {query: "SELECT ... FROM campaign"} You should add your desired metrics from the campaign report to the

RE: Geographic view with Gads Apis

2020-05-29 Thread Google Ads API Forum Advisor Prod
Hi Daniela, Can you please reply privately to author your CID and full query (including the date range) so I can take a closer look? Thanks, Anthony Google Ads API Team ref:_00D1U1174p._5004Q1zsqTM:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Re: How to get client customer id of authorized adword account user through oauth2 in PHP

2020-05-29 Thread Google Ads API Forum Advisor Prod
Hi Pratik, Thank you for reaching out. The error USER_PERMISSION_DENIED usually occurs when there is no link between the manager account authenticated in the request and the client account specified in the headers. This type of issue is not due to the authentication itself. Rather, it is

RE: Getting the Change History via the API

2020-05-29 Thread Google Ads API Forum Advisor Prod
Hi Ronald, Thank you for reaching out to us. Unfortunately CustomerSyncService doesn't provide the users who've made the change. I can request this feature to be added in future installments. In the meantime, please follow our blog for if and when this feature is added and for more updates.

RE: If there are some plans in the roadmap to update this service to work using the new Google Ads API v3?

2020-05-29 Thread Google Ads API Forum Advisor Prod
Hi Joao, Thank you for reaching out to us. I see that you're asking a question on whether there will be an update with BigQuery to be compatible with Google Ads API. Since this is a concern about BigQuery functionality, could you reach out to the Cloud Support Team, as BigQuery is outside of

Re: Standard access application form returns 403 Forbidden

2020-05-29 Thread Google Ads API Forum Advisor Prod
Hi Maxim, Thank you for the update. You can use this link to apply for basic access tokens as well. The approval process takes about 2 business days to finish, so in the meantime, please monitor your inbox or spam for an email from the API Compliance Team. If you do not hear back from them

Client wants to use Google Ads API for Customer match

2020-05-29 Thread 'Eike Ihmels' via AdWords API and Google Ads API Forum
Hey, my client Bosch PT wants to use the Google Ads API for Customer match: https://developers.google.com/google-ads/api/docs/remarketing/audience-types/customer-match?hl=en How do the hashing options look like? My latest information was that it would be possible to send unhashed data via the

RE: Getting issue while Sharing Placement exclusion list among campaigns

2020-05-29 Thread Google Ads API Forum Advisor Prod
Hello, Video campaigns cannot be created or mutated with in the API. This includes adding/excluding placements to them. Please follow our blog for any updates. Regards, Anthony Google Ads API Team ref:_00D1U1174p._5004Q1zstLf:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also

RE: How to import Google Analytics remarketing audiences to Google Ads?

2020-05-29 Thread Google Ads API Forum Advisor Prod
Hi Damian, Thank you for reaching out. There is no service to support importing Google Analytics created remarketing audiences to Google Ads in the API. I have submitted a feature request to support this functionality in the API. Please keep an eye on our blog for the announcements and

RE: Asset performance segmented by conversion_action

2020-05-29 Thread Google Ads API Forum Advisor Prod
Hi, Thanks for reaching out. With regards to your concern, you can query all of that info from the ad_group_ad_asset_view report and you can pull fields from the reports in the "attributed resources”, Please see the below query to get the data what you are looking for. Query: SELECT

RE: Criterian keyword

2020-05-29 Thread Google Ads API Forum Advisor Prod
Hi Aarti, Thanks for reaching out.With regards to your concern about getting keyword (text) from Google Ads API, you can find more information in this guide. Please refer to this code example here (available also different language). Let me know if this is what you're looking for. If not can

RE: Client wants to use Google Ads API for Customer match

2020-05-29 Thread Google Ads API Forum Advisor Prod
Hi, You must hash your emails and names using the SHA-256 algorithm before uploading. It must also remove leading/trailing whitespaces and have the text be in lowercase. Regards, Anthony Google Ads API Team ref:_00D1U1174p._5004Q1zswhi:ref -- --

Re: Criterian keyword

2020-05-29 Thread Arti
For use api, i have to have approved application. I created application, but it send to moderation. Do I have the ability to execute this code using Google Script or other? Without Web Application, since wait 3-4 week is bad.y пятница, 29 мая 2020 г., 22:24:25 UTC+3 пользователь

Re: Custom data feed item performance report

2020-05-29 Thread Natha
Thank you Anthony! I've tried the Placeholder Feed Item Report, it seems to work but the only problem is that the value isn't there [image: Screen Shot 2563-05-30 at 10.29.37.png] Here is the query I use var QUERIES = [{'query' : 'SELECT AdGroupId, AdGroupName, Conversions,

Re: Criterian keyword

2020-05-29 Thread Arti
Tell me please, do i have opportunity get keyword from API Google, if i know Criterion ID (KWD). And how this do? Thanks! пятница, 29 мая 2020 г., 22:24:25 UTC+3 пользователь adsapiforumadvisor написал: > > Hi Aarti, > > Thanks for reaching out.With regards to your concern about getting