How do I get the media resources for PLA single product ads?

2018-09-07 Thread jia zheng
After creating a PLA single product sku advertisement using AdGroupCriterionService=>BiddableAdGroupCriterion=>ProductPartition=>ProductOfferId. I want to use the API to get the media information of the sku associated with the ad, such as sku's picture, price, etc. How to get it? -- -- =~=~=

Re: How do I get the media resources for PLA single product ads?

2018-09-07 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Jia, If what you are looking for is a way to retrieve product specific information, then I'm afraid that this is not supported via the AdWords API. I would recommend that you directly contact the Shopping API team via this link

Re: Ad in ad performance report segmented by date has empty date field

2018-09-07 Thread Tomas R
Hi Luis, We found the problem. The reporting API is returning improperly formatted CSV document, because it doesn't escape backslashes, which causes two columns to be merged into one when there is a backslash at the end of the cell value. On Thursday, September 6, 2018 at 9:59:25 AM UTC+2, L

Re: Basic access application form not working

2018-09-07 Thread Denis Lukyanov
Hi Milind, Just the same problem. I get "403 Forbidden" error when accessing a developer token application form: when I click "Apply for Basic Access" (http://take.ms/9iVZK), I get this: http://take.ms/5GyOa. *The link to AdWords Compliance team contact form, that you provided, also doesn't wo

Cannot link test accounts + Test clients not showing in accounts management

2018-09-07 Thread Ivan
Hello! I am trying to make my first API call, so I set up a test manager account and a few test client accounts (i.e. the dummy accounts created under the test manager account). But when running generate_refresh_token.py, I received this: Error summary: {'faultMessage': "[AuthorizationError.U

Re: How to get developer token

2018-09-07 Thread Denis Lukyanov
Hi Luis! I get "403 Forbidden" error when accessing a developer token application form: when I click "Apply for Basic Access" (http://take.ms/9iVZK), I get this: http://take.ms/5GyOa. I'm stuck with this, can you help me? Thanks! среда, 18 июля 2018 г., 8:12:24 UTC+3 пользователь Luis Xander Ta

Adding accounts to MCC via API

2018-09-07 Thread 'Prateek Khandelwal' via AdWords API and Google Ads API Forum
Hi All, The client uses the API for adding new accounts. The client wants to add more account to the MCCs via API but he is unable to do it and is getting an error message. *GoogleAdsServerFault: [ManagedCustomerServiceError.TOO_MANY_ACCOUNTS_AT_MANAGER @ operations[0]]* They have a lot of

Re: How to get developer token

2018-09-07 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Denis, Could you try and open this link in incognito mode to apply for Basic Access? Let me know if it works. Regards, Luis AdWords API Team On Friday, September 7, 2018 at 5:17:01 PM UTC+8, Denis Lukyanov wrote: > > Hi Luis! > > I get "403

Re: How to get developer token

2018-09-07 Thread Denis Lukyanov
Hi Luis, Just the same 403 in incognito mode. On Friday, September 7, 2018 at 1:15:22 PM UTC+3, Luis Xander Talag (AdWords API Team) wrote: > > Hi Denis, > > Could you try and open this link > in incognito mode to > apply for Basic Access? > > L

Re: Ad in ad performance report segmented by date has empty date field

2018-09-07 Thread Tomas R
What's the escape character used by AdWords reporting API when exporting CSV file? Is it backslash or double quote character? On Friday, September 7, 2018 at 10:32:17 AM UTC+2, Tomas R wrote: > > Hi Luis, > > We found the problem. The reporting API is returning improperly formatted > CSV docume

ManagedCustomerService get: different results links vs entries

2018-09-07 Thread Carmine Pagliaro
Hi to all, I used the following guide: https://developers.google.com/adwords/api/docs/samples/java/account-management#get-the-account-hierarchy-under-the-current-account. I noticed that different *managerCustomerId* values are present in links list but not in entries list (*customerId*). This i

Re: How do I query the goals of my campaign?

2018-09-07 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Jia, The API doesn't support retrieving the Goals using the API services or reports. Please keep an eye on our blog for any upcoming updates regarding this feature. Regards, Bharani, AdWords API Team On Thursday, Septemb

Re: Cannot link test accounts + Test clients not showing in accounts management

2018-09-07 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello Ivan, You are right, the AuthorizationError.USER_PERMISSION_DENIED occurs when there is no link between the manager account authenticated in the request and the client account specifi

Re: Adding accounts to MCC via API

2018-09-07 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello Prateek, The ManagedCustomerServiceError.TOO_MANY_ACCOUNTS_AT_MANAGER means their manager's account has the maximum number of linked accounts. As shown in this gui

Re: Adding accounts to MCC via API

2018-09-07 Thread 'Prateek Khandelwal' via AdWords API and Google Ads API Forum
Hi Sai, Currently they have about 1800+ accounts which is below the 2500 account limit, so why are they not able to add accounts? Shouldnt they be allowed to add accounts until the number of accounts reach 2500? * • **Prateek Khandelwal* * • *Senior Shopp

Re: Cannot link test accounts + Test clients not showing in accounts management

2018-09-07 Thread Ivan
Teja, thanks for your help. It's solved now. In case it's useful for someone else, there were two different issues: 1. Yesterday I was in fact logged in to my test manager account when I created the test client accounts (red label displayed, as in attachment), so I am certain I was creating th

Re: Policy violations - v201710 vs 201706

2018-09-07 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Peter, The easiest way I've found to cause a *PolicyFindingError* is to intentionally put excessive punctuation in the ad. This will result in an error related to the Punctuation and symbols policies . The mapping of fields isn't 1:1,

How can we get the cost spent on the campaigns by accoun

2018-09-07 Thread Shireen Koul
Hi, Is there any support from API to determine the cost spent on the campaigns by account (not using performance report)? I need it like the List of Transactions (credit or debit) made from account. Thanks. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: htt

How to get amount spent on campaigns by an account?

2018-09-07 Thread shireen . koul
Hi, 1. Is there any API support for getting the actual amount spent on the campaigns? I want to get the list of transactions(credit or debit) made by the account? 2. We have % spent and cost in performance report, but no suitable support for the same with API? -- -- =~=~=~=~=~=~=~=~=~=~=~=~

Support for API?

2018-09-07 Thread Nandakishore Hebbar
Is there any support from API to determine the cost spent on the campaigns by account (not using performance report)? I need it like the List of Transactions (credit or debit) made from account. Thanks. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://

API to determine the Cost spent on the campaigns

2018-09-07 Thread jaydeep patel
Hi, Is there any support from API to determine the cost spent on the campaigns by account (not using performance report)? I need it like the List of Transactions (credit or debit) made from account. Thanks. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: htt

Re: ManagedCustomerService get: different results links vs entries

2018-09-07 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Carmine, The example gets the account hierarchy under the current account. If your current account is a MCC id, this will get all the accounts under that MCC. Could you please elaborate what you mean by 'failure of the method' along with SOAP request and response as well as your client custo

ManagedCustomerService seems to be returning incorrect TestAccount for a couple of ManagedCustomers

2018-09-07 Thread Etleap Dev
Hello, We have an application (Etleap) which retrieves data from Google Ads on behalf of users. We have received a few reports that a couple of accounts, which are managed by MCC accounts, are not being processed. We determine whether to process an account by using the ManagedCustomerService an

Incorrect enums for CampaignState in Campaign Performance Reports

2018-09-07 Thread suvodhoy
Hi, I am trying to fetch the campaigns information through the reports and it seems to return incorrect values. When *useRawEnumValues * is set to *True*, it returns values like - *Status_Active* (should be *ENABLED* according to documentation) and returns *enabled *when *useRawEnumValues *is s