redirect_uri_mismatch

2020-04-01 Thread prasanth.c .
Hi, I'm trying to generate the oAuth refresh token using a WebAPI call. This is my code for the same string GOOGLE_ADS_API_SCOPE = "https://www.googleapis.com/auth/adwords";; ClientSecrets secrets = new ClientSecrets() { ClientId = " 601400560108-va5j26mk

Error: redirect_uri_mismatch (Google AdWords dotnet)

2020-04-01 Thread prasanth.c
I'm trying to generate the oAuth refresh token using a WebAPI call. This is my code for the same string GOOGLE_ADS_API_SCOPE = "https://www.googleapis.com/auth/adwords";; ClientSecrets secrets = new ClientSecrets() { ClientId = "601400560108-va5j26mkq14b8

Re: Upload Audience list using API didn't trigger populating in UI and get no matching rate.

2020-04-01 Thread Hieu Duongminh
It seems when we have an error when uploading the list via API all the records are not imported for matching right? I got { "MutateMembersError.MISSING_MEMBER_IDENTIFIER" : 1 } After cleaning up the data and upload again, it seems to be fine. So when uploading via API. Upload directly using UI

Re: How do I get incremental entity report with google ads api

2020-04-01 Thread Dihan Cheng
Then what if I want to incrementally sync entities which are not supported by google ads api now? for example, budget or keyword; is there any workaround? does Adwords api support it? On Wednesday, April 1, 2020 at 4:03:43 PM UTC-4, adsapiforumadvisor wrote: > > Hi Dihan, > > You are correct

Get Ad's by Label

2020-04-01 Thread Drew Scott
Hello, I was wondering if it's possible to get a list of Ad ID's by Label? We are trying to categorize our Ad's with labels and then use the API to query by label and then Pause/Start them based on some 3rd party data. Any help is greatly appreciated. Thanks! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~

get custom affinity list via google ads api

2020-04-01 Thread Afsane Ghafoori
Hi there, I want to get the list of custom affinity (and custom intent) by API, like the attached image. Could you help me what is the API to get that list? thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=

RE: How can I get the image url?

2020-04-01 Thread Google Ads API Forum Advisor Prod
Hello, Thank you for reaching out to us! If you are looking to get the downloadable image URLs, then you can use the get method of MediaService in order to get the sourceUrl. You can refer to this sample code (in Java) to see how this can be accomplished. If this is not what you are looking fo

Re: How do I link a client account to a MCC account using the API

2020-04-01 Thread Alex Mmz
Hi Mitchell, I forgot to mention that I'm using the new google ads api, apologies about that. However, I follow the exact process and it works great with new accounts. My scenario is as follows 1) The manager unlinks a client by setting the state of the Customer Client Link to 'INACTIVE' 2) Th

Re: How do I link a client account to a MCC account using the API

2020-04-01 Thread Google Ads API Forum Advisor Prod
Hi Alex, I will be responding on behalf of my colleague Nikisha as she is not currently available. As explained here, only pending invitations will be received from the ManagedCustomerService call. In your situation, you should send a new invitation from the manager account by following the ins

Re: About obtaining the cost amount for the account on the management screen

2020-04-01 Thread Google Ads API Forum Advisor Prod
Hi Shingo, Thank you for reaching out. The value in the red box is actually the amount served. However, the Adwords API does not provide any service to fetch this data. So the workaround is to calculate the Cost metrics from the ACCOUNT_PERFORMANCE_REPORT. Please try to use the same start date

Re: Method not found exception

2020-04-01 Thread V Kuznetsov
Please see my binding redirects, just in case: On Wednesday, 1 April 2020 13:14:33 UTC-7, V Kuznetsov wrote: > > Hi Anthony, > > I installed the nugets listed in the original post. In the logs I see only > the error I posted above. > > On Wednesday, 1 April 2020

Re: Method not found exception

2020-04-01 Thread V Kuznetsov
Hi Anthony, I installed the nugets listed in the original post. In the logs I see only the error I posted above. On Wednesday, 1 April 2020 13:02:14 UTC-7, adsapiforumadvisor wrote: > > Hello, > > I initially thought this was Content API related because of the package > you mentioned below >

Re: How do I get incremental entity report with google ads api

2020-04-01 Thread Google Ads API Forum Advisor Prod
Hi Dihan, You are correct that for now, the only entities that are supported are those listed in the documentation so there is some limitation to this strategy. Regards, Mitchell Google Ads API Team ref:_00D1U1174p._5001UZVQLC:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also fi

Re: Method not found exception

2020-04-01 Thread Google Ads API Forum Advisor Prod
Hello, I initially thought this was Content API related because of the package you mentioned below Are you using our client libraries? Do you have any logs associated with these calls or only the errors being thrown? Thanks, Anthony Google Ads API Team ref:_00D1U1174p._5001UZVUjS:ref -- --

Re: SearchStream Vs Search

2020-04-01 Thread sreenu malae
> > Hey Bryan, Thanks I got it. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API a

Re: SearchStream Vs Search

2020-04-01 Thread sreenu malae
> > Hey Bryan, Over here array_push($emptyarray,$googleAdsRow->getAdGroup()-> getId()->getValue()); I'm just trying to push the values to array. Its just for reference. But even in the printf i'm getting the null values The above code I modified based on Adgroups

RE: SearchStream Vs Search

2020-04-01 Thread Google Ads API Forum Advisor Prod
Hi Sreenu, Thanks for reaching out to us. I see that in your code you're using the get_campaigns example, but are trying to push ad_groups into your array. For reference, here is the code snippet I'm talking about. array_push($emptyarray,$googleAdsRow->getAdGroup()->getId()->getValue()); printf

RE: How can I check whether billing information is setup in client account or not through Adwords Api?

2020-04-01 Thread Google Ads API Forum Advisor Prod
Hi Ankit, Unfortunately through the API you won't be able to see the exact reason why your ads are disapproved. The API can only pull the status that has been updated at the product level on the Google Ads UI. Additionally, please refer to this document for more details on fixing disapproved ad

RE: Google ads api authentication in the live server

2020-04-01 Thread Google Ads API Forum Advisor Prod
Hi Sreenu, I see that you've created a new thread for this issue. I'll reply on that thread since it's a new issue. Thank you, Bryan, Google Ads API Team ref:_00D1U1174p._5001UXWmlm:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper

Re: How do I link a client account to a MCC account using the API

2020-04-01 Thread Alex Mmz
Hi Nikisha, I use this approach successfully for all new accounts. However, when there is already an invitation with status CANCELLED or INACTIVE, I can't mutate its status to PENDING in order to restart the linking process (I get an invalid value error for the status property). Is it impossibl

Re: Method not found exception

2020-04-01 Thread V Kuznetsov
Please explain how is this Content API related. I explicitly call Google Ads methods. On Wednesday, 1 April 2020 07:22:41 UTC-7, adsapiforumadvisor wrote: > > Hi, > > The issue you are facing is Content API related. You will need to reach > out to their team via their forum >

Re: How do I get incremental entity report with google ads api

2020-04-01 Thread Dihan Cheng
Gotcha, but even this workaround has limitations , not all entities are supported currently, right? On Wednesday, April 1, 2020 at 12:39:32 PM UTC-4, adsapiforumadvisor wrote: > > Hi Dihan, > > This isn't possible to do directly. The only potential workaround would be > to call the Change Status

RE: Media Bundle Asset Upload

2020-04-01 Thread Google Ads API Forum Advisor Prod
Hi Sergey, The error coming up from the back end is MEDIA_UPLOAD_ERROR_CUSTOM_EXIT_NOT_ALLOWED which is because you are trying to write a custom exit for HTML5 bundles, which is not allowed. We're looking to update the error message so that you will see this error in the future rather than UNK

Re: How do I get incremental entity report with google ads api

2020-04-01 Thread Google Ads API Forum Advisor Prod
Hi Dihan, This isn't possible to do directly. The only potential workaround would be to call the Change Status Service as mentioned and filtering your call by the entities that have been changed over the last day. Regards, Mitchell Google Ads API Team ref:_00D1U1174p._5001UZVQLC:ref -- -- =~

RE: How do I catch AdwordsApi::Errors::ReportXmlError error?

2020-04-01 Thread Google Ads API Forum Advisor Prod
Hi Ankit, Thank you for reaching out. Please take a look at the source code in the try catch block in this code example on how to catch the OAuthException. Thanks and regards, Xiaoming, Google Ads API Team ref:_00D1U1174p._5001UZVLTB:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

RE: Link ConversionAction to Campaign with google ads api php

2020-04-01 Thread Google Ads API Forum Advisor Prod
Hi Miguel, Thank you for reaching out. You are correct about that being the way to set this value. Once you run the API service, you should be able to see the conversion action listed in the Campaign Settings -> Conversions -> Choose conversion actions for this campaign. If you don't see the co

Re: Anyway to get all Google Ads accounts associated with a google account after OAuth login?

2020-04-01 Thread Google Ads API Forum Advisor Prod
Hi Dipack, Thank you for reaching out. You need to provide the clientCustomerId information in the header to make API calls against this account. If you do not provide the clientCustomerId in the API call, you will not be able to retrieve data from this account and the API call would fail. This

Re: Google ads api authentication in the live server

2020-04-01 Thread sreenu malae
> > Hey Bryan, In GetCampaigns.php Instead of using searchstream can I use search In getadsgroup only search was used instead of searchstream. In the same manner I would like to use search in GetCampaigns.php When i tried in that way, I'm getting Null values. Here you can see my code

[パスワード通知] How can I get the image url?

2020-04-01 Thread 高嶋葵
=== 添付ファイルパスワードのお知らせ === 先程送りましたメールの添付ファイルのパスワードをお知らせします。 [件名] How can I get the image url? [ファイル名] 2020040127595061.zip [パスワード] 5*Cd=2<%B/ -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ A

RE: Method not found exception

2020-04-01 Thread Google Ads API Forum Advisor Prod
Hi, The issue you are facing is Content API related. You will need to reach out to their team via their forum. Regards, Anthony Google Ads API Team ref:_00D1U1174p._5001UZVUjS:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogs

Re: UAC Campaign

2020-04-01 Thread Google Ads API Forum Advisor Prod
Hi Kartik, Can you please share your client customer ID and downloaded report via Reply privately to author so that I can further investigate? Regards, Mitchell Google Ads API Team ref:_00D1U1174p._5001UZVLQM:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Re: How can I check whether billing information is setup in client account or not through Adwords Api?

2020-04-01 Thread Ankit Agarwal
Hi, I have a query if any user ad is disapproved due to some reason then how will that user get to know through Adwords API the exact reason for which his/her ad was disapproved? On Monday, March 30, 2020 at 1:49:23 PM UTC+5:30, Ankit Agarwal wrote: > > I am trying to implement a feature that w

SearchStream Vs Search

2020-04-01 Thread sreenu malae
In getcampaigns instead of using search stream im trying to use search. But I'm getting null values namespace Google\Ads\GoogleAds\Examples\BasicOperations; require __DIR__ . '/../../vendor/aut