Re: Error message : AuthorizationError.CUSTOMER_NOT_ACTIVE

2019-09-01 Thread 오인기
hi i use google account (*5499933739*) and it has many ad_account_ids as you know 2167454421 is one ot them the hardest thing for me to understand is that the error happens in all those accounts since from July 26, 2019 none of the normal accounts in the attached file get a single report. In

RE: Cost column of adword UI and adword API doesn't match

2019-09-01 Thread Google Ads API Forum Advisor Prod
Hi Siddhartha, Thank you for posting your concern. So I can further investigate the issue, could you provide the complete report definition and the screenshot of the Google Ads UI that you are comparing via Reply privately to author? Regards, Hiroyuki Google Ads API Team ref:_00D1U1174p._5001U

RE: Is it possible to get google ads client id from token

2019-09-01 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for reaching out. Unfortunately, this is not supported in the AdWords API. OAuth2 Credentials such as the client ID and client secret can only be retrieved through the Google API Console Credentials page. Regards, Dannison Google Ads API Team ref:_00D1U1174p._5001UHFOGh:ref --

RE: Can I create a mcc account in program way?

2019-09-01 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for reaching out. To create a MCC account, you may follow this guide on how to do so. Also, make sure to use an email address that is not yet associated to any existing Google Ads accounts. Regards, Dannison Google Ads API Team ref:_00D1U1174p._5001UHFOGc:ref -- -- =~=~=~=~=~=

Cost column of adword UI and adword API doesn't match

2019-09-01 Thread Siddhartha Choubey
I am fetching data via ads api and Cost column is showing data more than what adword UI shows. clientCustomerId = "7141052510" -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

RE: Reliable Way of Fetching Display Campaign Feed ID

2019-09-01 Thread Google Ads API Forum Advisor Prod
Hi Patrick, Thank you for reaching out. Instead of using the CampaignFeedService, you can use the FeedService.get() as this service will be able to get all feeds associated in your account. However, it is also not possible to get feeds associated to the Merchant Center. The feeds supported are

Re: Error message : AuthorizationError.CUSTOMER_NOT_ACTIVE

2019-09-01 Thread Google Ads API Forum Advisor Prod
Hi, Based from the logs you provided privately, it seems that account 2167454421 specified in your request is the one encountering the CUSTOMER_NOT_ACTIVE error. While checking the account 2167454421, I can confirm that this account is indeed cancelled. This is the reason why you are encounteri

RE: How to assign google-ads account to the google-account who didn't have any mcc?

2019-09-01 Thread Google Ads API Forum Advisor Prod
Hi, Thanks for posting your concern. The same with the product level, I am afraid that it is not possible to add and link Google Ads client to other Google Ads client accounts. You may only link client accounts to a MCC account. Let me know if you have further questions/clarifications. Regard

RE: API data mismatch

2019-09-01 Thread Google Ads API Forum Advisor Prod
Hi Siddhartha, Thanks for posting your concern. My apologies as it is currently not possible to map the downloaded data of the Criteria Performance Report to the Google Ads UI. This said, I would not recommend comparing the data between the said report and UI. Additionally, you can refer to th

Can I do payment to Google Ads via Google Ad Word API ?

2019-09-01 Thread Dawud Dustin
As I have integrated API to my website am I able to access the Payment via my website and do payments to google ads or does it need to be handled manually. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~

How to get number of clicks, impressions that I would get for my Ad Group Budget ?

2019-09-01 Thread Dawud Dustin
I need to know whether can I get number of clicks, and impressions that I would receive for a specific budget using Google Ad Word API. Here I am using PHP library. For example, if I choose a budget of $50 for an Ad Group, I need to get estimate number of clicks, and impressions that I would g

RE: I want to know the endpoint to get the basic insights of my user ads perfroemance using conversion tracker with "purchase" category.

2019-09-01 Thread Google Ads API Forum Advisor Prod
Hi Ankit, Thanks for posting your concern. My apologies as it is currently not possible to get the ad insights and purchases made by users using the AdWords API. However, if you want to get audience metrics, you may try to use the Audience Performance Report and you can include the Ctr, (spent

How to assign google-ads account to the google-account who didn't have any mcc?

2019-09-01 Thread jia Jimmy
I konw I can assign google-ads account from one mcc to the other one. But if there's no mcc under one google-account , how can I assign google-ads account to it in program ? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com

Is it possible to get google ads client id from token

2019-09-01 Thread Golf
I want to implement somethings like this, user login using their gmail account and then after we got the token we their get all client id or google ads, is it possible to implement this ? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdevelope

Can I create a mcc account in program way?

2019-09-01 Thread min jia
I want to create a mcc for a specified google account, how can I make it? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscri

API data mismatch

2019-09-01 Thread Siddhartha Choubey
Hi, I am fetching 'Cost' from CRITERIA_PERFORMANCE_REPORT but none of my result is matching with UI. Cost field in UI is showing Rs.821 but in API response there are multiple responses of same campaign name and none of them are matching. I am considering the Campaign Id in URL of ads.google.co

Reliable Way of Fetching Display Campaign Feed ID

2019-09-01 Thread 'Patrick Jerome Obaldo' via AdWords API and Google Ads API Forum
Hi, As the title would suggest, I'm looking for a reliable way of getting the feed ID/Name of a display campaign. Currently I'm using the CampaignFeedService, and it's working flawlessly when the campaign is using a feed from the Business Data. However, this fails to return any value when the

Re: Migrate TargetingIdeaService to KeywordPlanIdeaService.generateKeywordIdeas

2019-09-01 Thread masa hassy
About GoogleAdsAPI - IdeaTextFilterSearchParameter(); - IncludeAdultContentSearchParameter(); Please support the parameters. Thanks. 2019年8月29日木曜日 6時25分03秒 UTC+9 adsapiforumadvisor: > > Hi Masa, > > Thank you for reaching support. The Search parameter for the Keyword Idea > types is not

how to delete or update the AdGroupAd videos/images/headlines/descriptions?

2019-09-01 Thread MCC智美
Hello, I've tried $adGroupAdOperation-> setRemove ,$adGroupAdOperation-> setUpdate with the Google Ads API. But I can't get what I want. How to delete or update the AdGroupAd videos/images/headlines/descriptions? Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on ou

I want to know the endpoint to get the basic insights of my user ads perfroemance using conversion tracker with "purchase" category.

2019-09-01 Thread Ankit Agarwal
I tried to go through the documentation but the documentation seems to be very wide for insights, not sure how to proceed. My aim is to show basic ad_insights for my users consisting of purchase made, amount spends, CTR, CPM, etc. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also f

Re: cannot create shopping ProductGroup tree in one batch. Getting LISTING_GROUP_SUBDIVISION_REQUIRES_OTHERS_CASE error

2019-09-01 Thread Inilien Inilien
Also, if I have AdGroup with root node without children and want to add children to it, then I need to remove current root node and create new one (since `listing_group.type` is immutable field and update operation is prohibited). But the order of operations in this case is also crucial - the `

Re: cannot create shopping ProductGroup tree in one batch. Getting LISTING_GROUP_SUBDIVISION_REQUIRES_OTHERS_CASE error

2019-09-01 Thread Inilien Inilien
Turns out that for deletion there is the same problem: If I am trying to remove parent and child nodes in the same mutate request and if in my `operations` list I specify parent first, then I will get ` LISTING_GROUP_DOES_NOT_EXIST` error for child remove operation. I assume this is happening be

Re: cannot create shopping ProductGroup tree in one batch. Getting LISTING_GROUP_SUBDIVISION_REQUIRES_OTHERS_CASE error

2019-09-01 Thread Inilien Inilien
Hi Ben. I've finally found time to compare differences in implementations. Turns out that the reason for errors I was getting is the order of operations in array which I give as parameter to the `mutate_ad_group_criteria` method. Originally, when I make the API call, the `root` node is on the l