Re: how can i find out how many clicks are due to the Job Feed Items?

2017-12-18 Thread Pradeep Singh
Hi Sreelakshmi, Thank you very much for your quick reply. I have understood your answer. I have another query regarding this. *is there any way to check the feed items report (like: **clicks/costs/etc) in Google Adword Dashboard? * Thanks, Pradeep Singh On Tuesday, 19 December 2017 02:36:07

Re: Simultaneous USER_PERMISSION_DENIED and ALREADY_MANAGED_BY_THIS_MANAGER Errors

2017-12-18 Thread 'Peter Oliquino' via AdWords API Forum
Hi, USER_PERMISSION_DENIED error occurs because there is no link between the manager account authenticated in the request and the client account specified in the headers. Another reason wo

Re: Noob getting set up.

2017-12-18 Thread 'Peter Oliquino' via AdWords API Forum
Hi Mike, The DEVELOPER_TOKEN_NOT_APPROVED error you are encountering indicates that you are making calls against a production account using an unapproved developer token. To resolve this

Re: Whitelisting AdWords Acccount

2017-12-18 Thread 'Peter Oliquino' via AdWords API Forum
Hi Jalpesh, Could you confirm if you are using the AdWords API or the AdWords Scripts? If you are using the AdWords Scripts, you may reach out to their team via their forum for further assistance. However, if you are using the AdWo

Re: Invite client accounts for read-only access

2017-12-18 Thread 'Peter Oliquino' via AdWords API Forum
Hi Ankit, In this scenario, the client account will only be accessed by the user/developer that has the correct OAuth2 credentials using the AdWords API. This means that, only the OAuth2 credentials created using an email address which has access to the account can view/modify the information o

Whitelisting AdWords Acccount

2017-12-18 Thread Jalpesh Patel
Hey! I have a script which runs through all our adwords account to export cost and account name for each account per brand. It works great for all apart from one account for which this error appears: This AdWords account is not whitelisted for this feature. How can I whitelist this acco

Noob getting set up.

2017-12-18 Thread Mike Diehl
Hi all. I'm trying to get setup with the AdWords API so that I can run queries against it in Perl. I'm following the instructions at: https://github.com/googleads/googleads-perl-lib/wiki After I downloaded and run the generate_offline_credentials.pl script, I added the credentials to my ~/adw

Simultaneous USER_PERMISSION_DENIED and ALREADY_MANAGED_BY_THIS_MANAGER Errors

2017-12-18 Thread dkelly
I'm attempting to use the AdWords to download a report of a client account using the credentials or its manager account (both test accounts). When trying to do so I get a USER_PERMISSION_DENIED error. Looking at the common errors documentation it seems that the likely cause is the manager acco

Simultaneous ALREADY_MANAGED_BY_THIS_MANAGER and USER_PERMISSION_DENIED

2017-12-18 Thread dkelly
I'm attempting to use the AdWords API with test accounts to download a report for a non-manager account using its manager account's credentials. When attempting to do so I get an AuthorizationError.USER_PERMISSION_DENIED, which looking at the errors documentation says the manager account is li

Re: Invite client accounts for read-only access

2017-12-18 Thread Ankit Singhaniya
Hi Peter, Your answer was very helpful. I just had one more doubt. I create a client account. Create a Budget Order for the account. Invite another manager account via the AdWords API. Will this new person access the account via the manager account will be able to modify the budget order? On T

Re: Invite client accounts for read-only access

2017-12-18 Thread 'Peter Oliquino' via AdWords API Forum
Hi Ankit, When you generate OAuth2 credentials using the email address of a manager account, the said credentials will allow the user to access all client accounts under that specific account. As for administrative access, the manager account should have administrative access to client accounts

Re: how can i find out how many clicks are due to the Job Feed Items?

2017-12-18 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Pradeep, To get the stats aggregated at the Feed Item level, you could use the Placeholder Feed Item Report . The stats in the row for a specific feed item show all clicks and costs when that fe

Re: How can I get placements ideas through the API?

2017-12-18 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Sam, Unfortunately, TargetingIdeaService will only give stats and ideas for idea type

Re: unable to remove labels from AdGroupCriterion using php client library

2017-12-18 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Orzorc, I tried the below line of code in PHP and was able to set the Label in the AdGroupCriterion to null in the request. Please check the attached logs for reference. $adGroupCriterion->setLabels([new Label()]); Could you please try passing the empty array as above and let me know if y

Re: BatchJob and SET

2017-12-18 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, Ad objects are immutable in AdWords. To modify an Ad, you will need to submit a REMOVE operation with the existing Ad and an ADD operation for a new Ad with the modified attributes. This creates a new A

Re: Missing all Youtube ads in AdGroupAdService

2017-12-18 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Shahid, Yes this is still valid, the Video Campaigns are only supported in reports at the moment. As suggested earlier, please keep an eye on our blog

Re: Report data from multiple accounts

2017-12-18 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello Marcel, You could use Parallel report downloading which downloads reports for all accounts that are directly under a manager account. The reports will be downloaded in multiple parallel threads, in a single request. You may refer to this code sample

how can i find out how many clicks are due to the Job Feed Items?

2017-12-18 Thread Pradeep Singh
Hi all, I have a question regarding the clicks of Responsive ads. I have a Display Campaign with Responsive ads and that campaign is associated with a Job Feed. I am able to find the clicks report on Ads basis like as below screen:

Re: How can set Goal in a Display Campaign by Adword API?

2017-12-18 Thread Pradeep Singh
Hello Bharani, Thank you for your quick reply. I am very grateful for your help. Regards, Pradeep Singh On Saturday, 16 December 2017 01:16:45 UTC+5:30, Bharani Cherukuri (AdWords API Team) wrote: > > Hello Pradeep, > > I'm afraid, it is not possible to set the Campaign goals through the API.

Re: Issue in Google Ads Campaign Setting "Content Exclusions" for "Sensitive social issues":

2017-12-18 Thread Pradeep Singh
Hello Bharani, Thank you for your quick reply. I hope this issue will be fixed in next API version. Regards, Pradeep Singh On Friday, 15 December 2017 22:22:08 UTC+5:30, Bharani Cherukuri (AdWords API Team) wrote: > > Hello, > > That's right, those category fields are not supported through t

How can I get placements ideas through the API?

2017-12-18 Thread sam
We are wondering if it is possible to use the TargetingIdeaService to get ideas about placements and not just for keywords. If it is not, is there another alternative that enables planning a campaign with managed placements? Thanks, Sam -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Missing all Youtube ads in AdGroupAdService

2017-12-18 Thread bidataengineers via AdWords API Forum
Hi Markus, Is this still valid, We want to get youtube ads and video campaigns that we created on the Adwords UI, but when try do a pull using AdGroupAdService and CampaignService, they are not pulling YouTube Ads and Video Campaigns. However they show up in the performance reports, for e.g. Ad

Re: Invite client accounts for read-only access

2017-12-18 Thread Ankit Singhaniya
Does this mean both the manager account has admin access over the client account? The new manager account can also delete the client account? Will that be the case? On Monday, 13 November 2017 09:54:05 UTC+5:30, Peter Oliquino wrote: > > Hi Michael, > > Once you have been invited and you have ac

Re: Invite client accounts for read-only access

2017-12-18 Thread Ankit Singhaniya
Hi Peter, In the context of what you said In the AdWords API perspective, allowing access is granted to manager > accounts in order for them to be able to manage client accounts by linking > them into its hierarchy. > Does this mean they have full admin access on the client account? They can

Report data from multiple accounts

2017-12-18 Thread Marcel Zemp
Hi Is it still not possible to report data from multiple AdWords accounts at once (i.e with one single API call)? I've seen several older posts where it is recommended to loop over all account/customer IDs and then join the individual reports locally on my machine. Thanks for your input (befor

BatchJob and SET

2017-12-18 Thread Prototype.co
Hi all, First of all, please note that for some reason, neither 'Quote' nor the 'Code' functionality appears to be working. Also, it seems that no formatting works whatsoever, for some reason, so sorry about the mess. I'm sure we are missing something extremely simple, but it is now eating up