Re: For a google account return all AdWords accounts they can access and for an AdWord account return all users that can access it.

2017-02-21 Thread Ricardo Buitrago
Thanks for your reply Shwetha! I was also searching for this answer. Quick question: If a user links their account to an Adwords API tool, and the tool gets the list of customers the user has access to using the method you mentioned, how does the API tool "understand" if it can access a specific

Re: Which service is used to set / change AdGroup Bids?

2017-02-21 Thread 'Peter Oliquino' via AdWords API Forum
Hi Jarad, Glad to hear that you've found the solution to your concern. Please feel free to contact our team if you encounter any other issues. Cheers, Peter AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper

How to handle close variants with TargetingIdeaService monthly search volumes

2017-02-21 Thread carl . adermann
Hi team, When using the TargetingIdeaService I'm having trouble matching the web interface monthly search volumes. If I use the basket containing the two terms "car", and "cars" the web interface will recognise these as close variants and exclude one from the count. When using the TargetingId

Re: Which service is used to set / change AdGroup Bids?

2017-02-21 Thread Jarad C
Figured it out! Looks like I was using the right service. I just needed to specify something I don't have a lot of experience with - "xsi_type". operations = [{ 'operator': 'SET', 'operand': { 'id': 38496562285, 'biddingStrategyConfiguration': { 'bids': [{

Which service is used to set / change AdGroup Bids?

2017-02-21 Thread Jarad C
I asked a question at StackOverflow (here ). I am using Python. I'm trying to set ad group bids using AdGroupService and mutate. My suds response object looks like: (AdG

Re: How to get refresh token from test mcc account Oauth2.0 Api credentials

2017-02-21 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, I see that you are encountering errors due to "cURL error 60: SSL certificate problem: unable to get local issuer certificate". It looks like it may be an issue with your Curl installation and its certificates. Since this issue is related to PHP client library, I suggest that you open an i

Re: HELP ME!!! How to get Main Customer Id??????

2017-02-21 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi, As mentioned in our Managing Account Guide , using CustomerService.getCustomers() would return a list o

Re: 2017 AdWords API Workshop?

2017-02-21 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Christopher, Right now, we do not have much information regarding the AdWords API workshop schedule for 2017. Once the schedule is available, we will be posting that on our Ads Developer blog. You could keep an eye

Re: For a google account return all AdWords accounts they can access and for an AdWord account return all users that can access it.

2017-02-21 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Tom, Given a Google account, you can retrieve the AdWords accounts directly accessible by this account using CustomerService.getCustomers() method. This service returns the details of all the cus

2017 AdWords API Workshop?

2017-02-21 Thread Christopher Taylor
Plans to schedule any API workshops this year? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received t

Re: ImageError.ASPECT_RATIO_NOT_ALLOWED

2017-02-21 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Irene, As the error suggests, the aspect ratio of the image being uploaded in not allowed in AdWords. Please see this article for the size and dimension specifications of images you can upload. If the aspect ratio of the image in you

Re: Was wondering if there was a way to target display advertisements towards keywords in a url

2017-02-21 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Ori, You can use the URL WebpageConditionOperand in Webpage criterion to tar

Re: Create the keywords search volume in PHP?

2017-02-21 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Vikas, Are you referring to retrieving search volume for keywords? In AdWords API, TargetingIdeaService can be used to retrieve search volume data and trends for keywords. You need to set the TargetingId

HELP ME!!! How to get Main Customer Id??????

2017-02-21 Thread Богдан Лісовський
HELP ME!!! How to get Main Customer Id?? I want getting only main Customer Id, not all customer id. How can I get it? I use PHP library!!! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.goo

Re: How to change accounts dynamically in v201609 (PHP)

2017-02-21 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, You can set the clientCusotmerId dynamically while creating an AdWords session as shown below: $session = (new AdWordsSessionBuilder()) ->fromFile() ->withOAuth2Credential($oAuth2Credential) ->withClientCustomerId(clientCustomerId) ->build(); Regards, Shw

Re: Issues with BatchJobService - jobs remain stuck

2017-02-21 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Hi Stefan, Thanks for the update! I'm keeping an eye on this as well. Take care, Nadine, AdWords API Team On Saturday, February 18, 2017 at 1:43:38 AM UTC-5, Stefan Kleine Stegemann wrote: > > > Hi Nadine, > > good news on our side as well. Today, we did not have stuck jobs any more > and all

Re: How to get refresh token from test mcc account Oauth2.0 Api credentials

2017-02-21 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, I just deleted your post from the forum because it contained sensitive information. Please read the forum rules and make sure that you don't include sensitive information such as your developer token, refresh token, client s

For a google account return all AdWords accounts they can access and for an AdWord account return all users that can access it.

2017-02-21 Thread Tom Hughes
Hi, I'm assessing the AdWords and I'm trying to work out if it can satisfy the following requirements : 1. Given a Google account (which is authenticated agai

How to get refresh token from test mcc account Oauth2.0 Api credentials

2017-02-21 Thread annajoe0029
I want to store the search volume of keywords through adwords API in php code from localhost. I am generating the OAuth2.0 client ID and Secret via selecting Application Type: Other but when I run GetRefreshToken.php in command prompt I get errors in Vendor files a screenshot is given below. -

Was wondering if there was a way to target display advertisements towards keywords in a url

2017-02-21 Thread Ori Geshury
For example monster.com might have a billion different ways of customizing search queries that serve ads that have the keyword "-nj" in it, but I wouldn't want to target any other keyword on that website. So the display campaign would serve ads in all urls that have the string "-nj" in it, but

ImageError.ASPECT_RATIO_NOT_ALLOWED

2017-02-21 Thread irene . arenas
I'm trying to upload an image, but it's not possible. The error is: '[ImageError.ASPECT_RATIO_NOT_ALLOWED @ operations[0].operand.ad.marketingImage.mediaId]' . How do we resolve this issue? Thanks! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: http

Wondering if there's a way to dynamically serve display ads based on keywords in a URL

2017-02-21 Thread Ori Geshury
For example we want to serve ads on "snagajob.com" which runs a search engine that has a common string "+pa" for all searches made in Pennsylvania. We would like all our ads to be served on all of the related search queries. I was wondering if there was a way to do this. Thanks! -- -- =~=~=~

Create the keywords search volume in PHP?

2017-02-21 Thread vikas kumar
Hello there, Can anyone guide me steps by step how do I create the keywords search volume in PHP? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=

How to change accounts dynamically in v201609 (PHP)

2017-02-21 Thread ystmcc01
We've been using v201605 for ad management tool and now updating it to v201609. We have many clients, so need to change accounts dynamically for iterative tasks. AdwordsUser class supports this function in v201605. --

Re: Fetch campaign mobile app using API

2017-02-21 Thread 'Joyce Lava' via AdWords API Forum
Hello, You may try to use the CampaignCriterionService instead, with criterion as