RE: First Call

2021-01-19 Thread Google Ads API Forum Advisor Prod
Hi Milad, Thanks for posting your concern. I do not see any issue in the API logs you provided, however, it appears that the logging of the API transaction is not enabled yet for the client library that you are using. With this, I would suggest following specific guide below in order to do

RE: How to create a test account: UI or API?

2021-01-19 Thread Google Ads API Forum Advisor Prod
Hi Peter, Thank you for your questions. For item #1, this section provides the specific link you can use to create your test MCC account. The link for creating production accounts is a separate link as well. Now, after clicking on the link and when redirected, you can click on the + NEW

RE: Auto-Update Page Feed for Dynamic Search Ads

2021-01-19 Thread Google Ads API Forum Advisor Prod
Hi Shivangi, Could you confirm which API it is you wish to use, is the AdWords API or the Google Ads API? If AdWords, you can refer below for the guide and example code : DSA Page Feeds Code example (the 1st Python sample you provided is the more complete example that you can refer to when

ApiException was thrown even after response

2021-01-19 Thread cv
Hi, I was getting addition response when adding pageSize when using service KeywordPlanIdeaService. For more information please see bug report to Google Ads PHP lib but they redirected here as it was API issue in general. https://github.com/googleads/google-ads-php/issues/513 Thanks, -- --

Re: KeywordsStates using Google Ads API

2021-01-19 Thread cv
what can be urlSeed https://developers.google.com/google-ads/api/reference/rpc/v6/UrlSeed format. Is this domain name with www or without www? Thanks, On Tuesday, 19 January 2021 at 00:23:56 UTC+5:30 adsapiforumadvisor wrote: > Hello, > > Unfortunately, there is currently no way to get these

RE: refresh token issue

2021-01-19 Thread Google Ads API Forum Advisor Prod
Hi, Thanks for posting your concern. Based on this document, a refresh token will indeed expired in 7 days if issued by a Google Cloud Platform project with an OAuth consent screen configured for an external user type and a publishing status of "Testing". However, I am afraid that refresh

RE: Query to get All visits from an Ad, and orders made through an Ad.

2021-01-19 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for reaching out. So our team can better look into the issue, could you provide your customer ID and the complete request and response logs, along with the request ID? You can enable logging by referring to this sample guide in Java. If you are using a different client library,

How to create a test account: UI or API?

2021-01-19 Thread Peter Koning
I'm trying to learn to use the Ads API and according to the quickstart for the API I need a test manager account and a test client account to try out my sample code and eventually test my app. When I read the quickstart documentation at

Auto-Update Page Feed for Dynamic Search Ads

2021-01-19 Thread Shivangi vyas
Hi! I'm new to this group. I was looking at resources to automatically update page feed URLs on Google sheet since our website has a lot of inventory changes in a day. I work for a real estate agency and new listings get added and old ones get removed every hour in a day. It'll be wonderful to

Query to get All visits from an Ad, and orders made through an Ad.

2021-01-19 Thread market test
Hi, I'm trying to get a report with statistic of a campaign, which includes how many visits received the store from an Ad, and how many orders got. Reading the Docs, i found that there are 2 metrics that could get me that info: metrics.all_conversions_from_order and

Re: Bulk Download - Google Ads API

2021-01-19 Thread Google Ads API Forum Advisor Prod
Hi Harshi, Thank you for reaching out. Please find my response to your questions below: You could specify a date range with 380 days difference by setting a predicate such as segments.date BETWEEN '2018-01-01' AND '2019-01-31'in the WHERE clause. To get the whole account hierarchy and objects,

Re: QuotaCheckError.DEVELOPER_TOKEN_NOT_APPROVED

2021-01-19 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for reaching out. You encountered the DEVELOPER_TOKEN_NOT_APPROVED error as your developer token is with the Test access, however, you were trying to make API calls to the production account. Please note that non-approved developer tokens can only be used with test accounts. The

RE: Unkown Feed Placeholder Type

2021-01-19 Thread Google Ads API Forum Advisor Prod
Hi Dorian, Can you please send the API request and response you used to get this placeholder type? Please do so using reply privately. Regards, Anthony Anthony Google Ads API Team ref:_00D1U1174p._5004Q2B1Sp7:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

RE: Error handling for AddOfflineUserDataJobOperationsRequest

2021-01-19 Thread Google Ads API Forum Advisor Prod
Hi Ilya, Here is our guide on Partial Failures and how to handle them. I will need to further investigate to see what these status codes mean. Can you please reply privately with your API request so I can take a look? Thanks, Anthony Anthony Google Ads API Team

First Call

2021-01-19 Thread Milad Shaddelan
Hi, My goal is using API to upload store conversions. But I am stuck at the first call For example I run this: * ga_service = client.get_service("GoogleAdsService")* *query = """* *SELECT campaign.id, campaign.name* *FROM campaign* *ORDER BY campaign.id"""* *

RE: Running OfflineUserDataJob

2021-01-19 Thread Google Ads API Forum Advisor Prod
Hi Ilya, Thank you for reaching out. In the code example uploading the store sales data, the asynchronous API requests were issued by calling offlineUserDataJobServiceClient.runOfflineUserDataJobAsync(offlineUserDataJobResourceName) to improve the performance and responsiveness as the data set

refresh token issue

2021-01-19 Thread Geoffrey Cummins
Hi we are collecting ads data in a daily process and we notice that the refresh token expires every week or so and we have to reauthenticate using the code provided in the authenticate folder of the python examples. How can we avoid having to reauthenticate manually every week and update the

Re: Iterate all Data out of Google/Protobuf Objects [PHP]

2021-01-19 Thread Google Ads API Forum Advisor Prod
Hi Floyd, Thank you for reaching out. You could directly go to the specific resource you are interested in such as the campaign resource to look up the available methods that return the fields. One other way is what I had mentioned earlier that you could use the intellisense of the IDE to

[no subject]

2021-01-19 Thread del etd.
Hi i'm student. I know blue , chase, Ace flare , chaking and saving accounts So i'm looking for a clint any one help me. Thank u in advance -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Re: CampaignService returns wrong serving status for limited by budget campaign

2021-01-19 Thread Google Ads API Forum Advisor Prod
Hi Vyacheslav, The 'limited by budget' status is not available in the AdWords API. However, this can be addressed in the Google Ads API, using the recommendation service. If you are interested in using the Ads API, I would recommend looking over the migration guide. Regards, Matt Google Ads

RE: Google Ads API: The developer must sign the terms of service

2021-01-19 Thread Google Ads API Forum Advisor Prod
Hi Siddhi, Terms and Conditions must be accepted in the API Center where your developer token is found. This must be done to run API calls for both production and test accounts. Let me know if you face any issues. Regards, Anthony Anthony Google Ads API Team ref:_00D1U1174p._5004Q2B1Q7S:ref

RE: How could I update campaign bidding strategy with standard bidding strategies

2021-01-19 Thread Google Ads API Forum Advisor Prod
Hello, You will need to update the campaign_bidding_strategy union field as described from the link you shared. This Python example shows how to create a local campaign with a standard MAXIMIZE_CONVERSION_VALUE bidding strategy. As you can see, it is setting the target_roas of this bid

Unkown Feed Placeholder Type

2021-01-19 Thread Dorian Kind
Hi, we recently came across a single FeedItem in one of our accounts with placeholder type *48*. This type ID doesn't show up in the reference data and it's the first time we encounter that specific type. What kind of feed

Re: Bulk Download - Google Ads API

2021-01-19 Thread Harshi Manju
1. How can we get the stats data for the last 380 days in one go? If no, let me know if there is any alternate solution. FYI, I referred to this article https://developers.google.com/google-ads/api/docs/query/grammar 2. I assume we can get the multiple accounts in one go, Just wanted to

Re: QuotaCheckError.DEVELOPER_TOKEN_NOT_APPROVED

2021-01-19 Thread Monty808
Hi I have three account ID's Google Ads Account 720-757-1329 Manager Account 692-309-2748 Developer Token is from here Manager Account 558-213-4827 The one with the Test Account an is the client_customer_id in the googleads.yaml and what O ran google reresh token on python3 app.py

Re: QuotaCheckError.DEVELOPER_TOKEN_NOT_APPROVED

2021-01-19 Thread Monty808
Hi I have three account ID's Google Ads Account 720-757-1329 Manager Account 692-309-2748 Developer Token is from here Manager Account 558-213-4827 The one with the Test Account an is the client_customer_id in the googleads.yaml and what O ran google reresh token on python3 app.py

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

2021-01-19 Thread hemant dhote
Hello Team, Which API service I have to use if I have to update the labels on the keywords. I want to update certain labels on a keyword via AIP. On Wed, Dec 9, 2020 at 4:47 PM hemant dhote wrote: > Hello Team, > > I am getting this error when trying to update the BID but I am not able to >

Re: Bulk Download - Google Ads API

2021-01-19 Thread Harshi Manju
Hi, How can we get the stats data for 380 days? FYI, I referred to this article https://developers.google.com/google-ads/api/docs/query/grammar On Wednesday, January 6, 2021 at 3:23:39 AM UTC+5:30 adsapiforumadvisor wrote: > Hi Harshi, > > Thank you for reaching out. Please find my response

Google Ads API: The developer must sign the terms of service

2021-01-19 Thread Siddhi Khole
I am trying to fetch campaign details using Google Ads v6 and getting following error. *The developer must sign the terms of service. They can be found here: **ads.google.com/aw/apicenter * Currently I am using test account and with provided link getting

Google Ads API: The developer must sign the terms of service.

2021-01-19 Thread Siddhi Khole
I am trying to fetch campaign details using Google Ads v6 and getting following error. *The developer must sign the terms of service. They can be found here: ads.google.com/aw/apicenter * Currently I am using test account and api center is not available from

How could I update campaign bidding strategy with standard bidding strategies

2021-01-19 Thread Rukeith Tseng
I found this document link . Standard bidding strategies don't have python example. How could I update the campaign bidding strategy with standard bidding strategies? -- --

Running OfflineUserDataJob

2021-01-19 Thread Ilya Karpov
Hi, I'm looking forward to implement user list upload for Customer Match and was investigating provided example

Re: CampaignService returns wrong serving status for limited by budget campaign

2021-01-19 Thread Vyacheslav Korneev
Thank you for quick and helpful response. Yet there is one more thing I'd like to clarify. How can I get the limited by budget status through the API then? I don't see such option in CampaignService

Re: Iterate all Data out of Google/Protobuf Objects [PHP]

2021-01-19 Thread Floyd van der weij
That helped me out alot, once again thank you. But i still have an issue with finding out how to call data out of Objects like : [GetCampaign] or even [AdGroups] and more. For Example i have : *$Campaign = $Element->GetCampaign();*But since Campaign Is still an "Object", i Need to call things