How to get campaign change history ?

2020-03-02 Thread jeonhwan won
Hi there, I just want to get the changed history or last changed the date of each campaign with Google Ads API So I can list up campaigns order by changed date. Is it possible? If it is please let me know. Thanks. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us o

RE: Remaining credit

2020-03-02 Thread Google Ads API Forum Advisor Prod
Hello Alyona, Thank you for reaching out. Please refer to this guide for more details on the list of metrics available via AdWords API for the supported report types. Also, it is not possible to directly retrieve the remaining credit balance via API. A feature request regarding your concern is

RE: Read/write Targeting Expansion through the AdWords API

2020-03-02 Thread Google Ads API Forum Advisor Prod
Hi Paco, Unfortunately, this setting is not available through the API. Please keep an eye on our blog for updates. Regards, Anthony Google Ads API Team ref:_00D1U1174p._5001UXTXfV:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.b

RE: Device Report in Campaigns

2020-03-02 Thread Google Ads API Forum Advisor Prod
Hi Gaspard, Thank you for reaching out. You can use the Criteria Performance Report to get the device metrics from an ad group criterion level. Additionally, you can use the Campaign Performance Report and segment by Device to get the campaign level metrics (also works at other levels). Regard

RE: Error updating a DSA page feed

2020-03-02 Thread Google Ads API Forum Advisor Prod
Hi Hugo, Can you please reply privately to author your SOAP request and response so I can take a closer look? Thanks, Anthony Google Ads API Team ref:_00D1U1174p._5001UXTZjj:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspo

Re: Convert Google-Ads API GoogleAdsRow object to a dictionary or something useful to end up in a .CSV?

2020-03-02 Thread Google Ads API Forum Advisor Prod
Hello Pete, Thank you for writing to us regarding your concern. I will update the existing feature request with your concerns to retrieve the data in .csv format via API. Please keep an eye on our blog post for future updates and announcements related to this and let us know if you have any add

RE: Billing setup

2020-03-02 Thread Google Ads API Forum Advisor Prod
Hi Alexander, I could look it up if you have already been whitelisted for the inviteeEmail and inviteeRole attributes. Could you please send me your MCC account id via the Reply privately to author option? Thanks and regards, Xiaoming, Google Ads API Team ref:_00D1U1174p._5001UXT9j6:ref -- --

Re: Request manual review of ads

2020-03-02 Thread Google Ads API Forum Advisor Prod
Hello Guofu, The review state is updated at product level in your Google Ads account (web interface) and API fetch this status programmatically. For your concern related to review status of disapproved ads, I would recommend reaching out to our product support expert as they are better equipped

Authorization Error - NO_CUSTOMER_FOUND

2020-03-02 Thread Manu Puthia
Hi, I am trying to run the below code to extract campaign information, however, I am getting the exception --> zeep.exceptions.Fault: [AuthorizationError.NO_CUSTOMER_FOUND @ ] I have created the client_id, secret and refresh token multiple times but with no luck. Note - I have copied the

Re: Traffic Estimator returning bizarre responses...

2020-03-02 Thread Russell Jones
For comparison sake: If I set my bid at $500 a click on the keyword Colin Jost in the US, it says I'll get 321 impressions a month. If I look in Keyword Planner for Colin Jost, it says there are 201,000 impressions per month. That is insanely different. Which one should I trust? On Friday,

Re: Convert Google-Ads API GoogleAdsRow object to a dictionary or something useful to end up in a .CSV?

2020-03-02 Thread Pete Lavetsky (AdWords API Guru)
James, Look into the getAllFields method on the GeneratedMessageV3 object for each object returned within each GoogleAdsRow. Relatively straight forward exercise to map back to your query string. Google Reps: A toCSV option would be greatly appreciated and make everyone's lives easier. Header

Re: Possible to create a product group based on multiple ProductOfferIds?

2020-03-02 Thread Geoff Radcliff
I also understand that I can do this via custom labels (but ran into the issue of 1k max unique values per custom label). If there's any way to filter by item group id that'd work too in my case, but that doesn't seem to be a selectable value ... On Monday, March 2, 2020 at 11:44:18 AM UTC-5, G

Possible to create a product group based on multiple ProductOfferIds?

2020-03-02 Thread Geoff Radcliff
Hi all As per my question title, I'm looking to create a single product group to contain products by specifying several specific OfferIds. I know I can create one product group for each unique OfferId, but I was wondering if there's a way to do this with multiple IDs (I get errors when I try to

Re: frequencyCaps timeLength set by default to 1

2020-03-02 Thread ManzoniPlusTest ManzoniPlusTest
Hi Support, Thanks for the feedback, one question by my side the time_length is applied starting from the first day of the campaign or starting from the date of setting. E.g. : suppose that i have a running campaign and i want to add a frequency cap with value 10 , unit day and time_length =5 w

Re: API Usage is not showing in console

2020-03-02 Thread Luigi Taccetta
[image: Screenshot_2020-03-02_15-43-02.png] On Monday, 2 March 2020 16:15:13 UTC+1, Luigi Taccetta wrote: > > Hi there, > > Perhaps my code is actively using the Google Ads API, getting Reports, > visiting the console page it seems there are no data about the API usage. > Should I be able to s

API Usage is not showing in console

2020-03-02 Thread Luigi Taccetta
Hi there, Perhaps my code is actively using the Google Ads API, getting Reports, visiting the console page it seems there are no data about the API usage. Should I be able to see the quotas/usage only when I'm not using a Basic Access API? The main problem I'm having is related to an error I ge

Re: Incomplete data returned in Google Ads API response

2020-03-02 Thread Alwy
Sure, here it is. I`m using the .net library example: GoogleAdsServiceClient googleAdsService = client.GetService( Services.V2.GoogleAdsService); // Create a request that will retrieve all campaigns using pages of the specified // page size. Sea

How To Set Weeks for conversion window through java ap

2020-03-02 Thread Vicky Kamble
Hi all, I am trying to set week for my conversion window but i can't find any method that will let me set it through java api. Does anyone knows how to do it?? I have attached the image for the reference. I have already gone through sample codes & google docs but found nothing. -- -- =~=~=~

How To set Different default values for each conversion through java api

2020-03-02 Thread Vicky Kamble
Hi google ads api team, I am trying set a value to conversion but i can't find any method that will let me set different values for each conversion or none for that matter. Also i can't see any method through which i can set weeks in conversion window. Does anyone knows how to do it ? i have alre

Re: Remarking API giving error while creating Customer List using API.

2020-03-02 Thread RAHUL SRIVASTAVA
Adding screenshot from my Test account On Monday, March 2, 2020 at 4:02:04 PM UTC+5:30, RAHUL SRIVASTAVA wrote: > > Error : AdWordsApiException: Exception of type > 'Google.Api.Ads.AdWords.Lib.AdWordsApiException' was thrown. > Default generic error.. (Error: UserListError.USER_LIST_SERVICE_ERRO

Remarking API giving error while creating Customer List using API.

2020-03-02 Thread RAHUL SRIVASTAVA
Error : AdWordsApiException: Exception of type 'Google.Api.Ads.AdWords.Lib.AdWordsApiException' was thrown. Default generic error.. (Error: UserListError.USER_LIST_SERVICE_ERROR, FieldPath: operations[0].operand, Trigger: ) 1. I am having Production Account from which i created Developer token

Re: Billing setup

2020-03-02 Thread Александр Чернуха
Hello! Where can I find whitelist ? Trying add an email, become an error: RequestError.UNKNOWN @ operations[0].inviteeEmail; trigger:'em...@gmail.com' вторник, 25 февраля 2020 г., 16:45:14 UTC+3 пользователь Александр Чернуха написал: > > Hello! > I'm creating an account using > https://develope