Get Targeted Locations with geo radius map against campaign ID

2016-12-27 Thread SOHAIR AHMAD
I am trying to retrieve the detail of campaign, but I am not able to find any solution of getting Targeted location against campaign id, with targeted location, radius map, and reach. https://developers.google.com/adwords/api/docs/samples/ruby/targeting#get-all-campaign-targeting-criteria

Re: Composer

2016-12-27 Thread 'Joyce Lava' via AdWords API Forum
Hi, Is it for the setup of the PHP client library of AdWords API? If so, depending on which machine you would setup the client library, you need to follow these steps . Thanks, Joyce, AdWords API Team -- --

Composer

2016-12-27 Thread caballonegro . manager
Do I have to install composer in the server or on my local desktop Thanks, -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts

Re: How do Ad Customizers associate FeedItems with Ads?

2016-12-27 Thread 'Joyce Lava' via AdWords API Forum
Hi, To get the FeedItems with the adGroupTargeting, you may use the FeedItemService.get . Please refer to this sample SOAP request and response: http://schemas.xmlsoap.org/soap/envelope/;

Re: How do Ad Customizers associate FeedItems with Ads?

2016-12-27 Thread sam
adGroupTargeting is set during creation of FeedItem, using this snippet of code: $adGroupTargeting = new FeedItemAdGroupTargeting(); $adGroupTargeting->TargetingAdGroupId = $adGroupId; $item->adGroupTargeting = $adGroupTargeting; $campaignTargeting = new FeedItemCampaignTargeting();

How do Ad Customizers associate FeedItems with Ads?

2016-12-27 Thread sam
How do ads know which FeedItem to inject placeholders within the ad with? Looking at our FeedItems, I see: object(FeedItem)#46 (14) { ["feedId"]=> string(8) "41951232" ["feedItemId"]=> string(10) "9721062641" as the only unique identifiers for the FeedItem. So how do

Re: Recently added labels not showing up via Reporting API

2016-12-27 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, Are you able to see those labels from the AdWords UI (labels drop down menu above your statistics tables on the Keyword, Campaign, Ad groups, and Ads tabs)? If so, please share the report definition and the copy of the generated report so that I can check that at my end. Please use

Re: Difference between placement performance report and url performance report

2016-12-27 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi, Individual fields for each report can be checked as follows: URL Performance Report Placement Performance Report

Re: How to resolve manager accounts throwing the USER_PERMISSION_DENIED error

2016-12-27 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Prajakt, To check if the manager and client account is linked, please log onto your Manager account, click the Accounts label and check if the client account is listed. If not listed, that could be reason of the error. If you are not sure about the OAuth credentials, you could regenerate

Re: How to get the phone number of a call-only Ad in report?

2016-12-27 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Thiago, Unfortunately, that information is currently not available via AdWords API reports. You can however, retrieve the CallOnlyPhoneNumber using the Ad Performance Report.

Re: com.google.api.client.auth.oauth2.TokenResponseException: 400 Bad Request "error" : "invalid_user"

2016-12-27 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi, Looks like this error is related to your OAuth credentials and not your developer token. Could you provide me with the steps that you followed to create OAuth credentials? Regards, Vishal, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog

Re: AdWords API permission read-only

2016-12-27 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Imanuel, For having the read only access via the API, the user will first have to be created as a read-only user in the AdWords account and then the OAuth credentials will have to be generated for that user/email which should be used for API calls. Please check out our documentation

Recently added labels not showing up via Reporting API

2016-12-27 Thread jelle
Hi all I'm using the Python Client library to fetch reports out of Adwords. However I don't get all the Ad Labels back..I added the labels a day or 4 ago with an adwords script. The query I am using is the following: SELECT Date, Impressions, Clicks, Conversions, Cost, GmailForwards,

com.google.api.client.auth.oauth2.TokenResponseException: 400 Bad Request "error" : "invalid_user"

2016-12-27 Thread google_mingzhu
I just applied for AdWords API permission, the test account. After I create the test account, I collected data via the it and developerToken. However, it shows error as follows. I wanna know the reason for this. Is it because that I can only collect data after activating developerToken?

com.google.api.client.auth.oauth2.TokenResponseException: 400 Bad Request "error" : "invalid_user"

2016-12-27 Thread google_mingzhu
I just applied for AdWords API permission, the test account. After I create the test account, I collected data via the it and developerToken. However, it shows error as follows. I wanna know the reason for this. Is it because that I can only collect data after activating developerToken?

Re: Difference between placement performance report and url performance report

2016-12-27 Thread lironc via AdWords API Forum
Hi Anthony, Thank you for your reply. So if we download the url performance report, it should contain all the data relevant to analyze performance in the placement level? What data do I have in the url performance report, which is missing from the placement performance report? What other

Re: How to get the phone number of a call-only Ad in report?

2016-12-27 Thread thiago
Hi Anthony, I'm using 2016-07 of API and I'm having trouble to getting country code of Call-Only-Ad in ad report but Google Adwords platform bring that value as I checked. Is there any way to solve this using API. Thanks. Thiago. On Thursday, October 15, 2015 at 10:26:13 AM UTC-3, Anthony

com.google.api.client.auth.oauth2.TokenResponseException: 400 Bad Request "error" : "invalid_user"

2016-12-27 Thread gamepiphk
I just applied for AdWords API permission, the test account. After I create the test account, I collected data via the it and developerToken. However, it shows error as follows. I wanna know the reason for this. Is it because that I can only collect data after activating developerToken?

Re: How to resolve manager accounts throwing the USER_PERMISSION_DENIED error

2016-12-27 Thread prajstudy
Hi Sreelakshmi, Using ManagedCustomerService we were able to determine the accounts that have failed with USER_PERMISSION_DENIED error. According to your API support - https://developers.google.com/adwords/api/docs/common-errors#AuthorizationError.USER_PERMISSION_DENIED there are 2 common

Re: How to resolve manager accounts throwing the USER_PERMISSION_DENIED error

2016-12-27 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Chris, The CUSTOMER_NOT_FOUND error means either the customer Id being passed is incorrect or the account was just created by the ManagedCustomerService. It will take a few minutes

AdWords API permission read-only

2016-12-27 Thread imanuel
I have an app that asks for an Oauth2 to get permission to run reports for user Currently I get full permissions meaning I can manage his Campaigns as well (causing them to deny) Is there a way that will allow me to request Read Only access to the Adwords API? -- --

Re: Ad Performance Report - CreativeApprovalStatus for Approved (Limited)

2016-12-27 Thread Erwin Mayer
Hi Joyce, Thanks for your reply. These fields are unfortunately unhelpful when status is "Approved (Limited)". I would categorize this issue as nearly a bug; approvalStatus should differentiate between Approved and Approved (Limited) as they are not the same thing. Or at least

Re: Ad Performance Report - CreativeApprovalStatus for Approved (Limited)

2016-12-27 Thread 'Joyce Lava' via AdWords API Forum
Hi Erwin, You may use the approvalStatus and trademarkDisapproved

Re: Ad Performance Report - CreativeApprovalStatus for Approved (Limited)

2016-12-27 Thread Erwin Mayer
Hi Eric, Do you have an update on this? Almost 5 years later and the API still doesn't seem to report "Approved (Limited)" status. Thanks, Erwin Le lundi 30 janvier 2012 08:35:10 UTC-10, Eric Koleda a écrit : > > Hi Lloyd, > > Thank you for the feedback. I'll bring up the idea to the core >

Re: Trademark Disapproval not visible via API

2016-12-27 Thread Erwin Mayer
Hi Josh, Is there any plan to support reporting this status through the API? Depending on the targeted area, Approved (Limited) can have the same effect as a disapproved ad. Is there any way in the meantime to obtain a list of ads in a MCC that are "Approved (Limited)"? Thanks, Erwin Le

Re: AdwordsUserListService and youtube remarketing

2016-12-27 Thread 'Joyce Lava' via AdWords API Forum
Hi Rob, Apologies for the delay. Currently, the API only supports "Visitors of a page" (ExpressionRuleUserList ) and "Visitors of a page during specific dates"