I cannot create a campaign under test account

2018-02-15 Thread zingadword
Hello I have created a test account to play around and eventually to test it thru API. However I cannot create campaign in the test account, as it ask me to select an account first, but I cannot select any account as there is not any... I am already in the account, why does it ask me to

Re: Resetting Developer Token and Client Secrets

2018-02-15 Thread Peter Lanser
Hi Vincent, everything is clear now. Thanks four your answer. Regards, Peter On Thursday, February 15, 2018 at 5:03:45 AM UTC+1, Vincent Racaza (AdWords API Team) wrote: > > Hi Peter, > > My apologies for the confusion in regards to the developer token. Based on > the guide >

SOAP request and response logs

2018-02-15 Thread Alan Coleman
Hello everyone, We're using the latest library of the Google AdWords API as documented here: https://github.com/googleads/googleads-php-lib/blob/master/UPGRADING.md I'm confused about SOAP Logging, which is documented here:

Re: Could not apply AdNetworkType2 segment to Keyword Performence Report

2018-02-15 Thread Ketaki
> > Hi Dhanya, > I have attached the screenshot where I am in Keywords tab and selected required 3 segments, but the forth segment NetworkType2/ Network(with search partners) is not available in dropdown list. The second file has a screenshot of warning message I got, if I select more than 3

Re: offline conversions uploads

2018-02-15 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hi Gita, Could you share with us the complete SOAP logs along with the clientCustomer Id, so I can take a look? Please use *Reply privately to author* option to share these details. Thanks, Bharani, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on

Re: Setting clientCustomerId outside adsapi

2018-02-15 Thread Alan Coleman
I can see that there's a Python method documented below, however I'm looking for PHP: https://github.com/googleads/googleads-python-lib#how-do-i-change-the-client-customer-id-at-runtime On Thursday, February 15, 2018 at 3:34:31 PM UTC, Alan Coleman wrote: > > Hello everyone, > > I'm trying to

Re: ocid in https://adwords.google.com URL's

2018-02-15 Thread Alon Diamant
Did you ever get this working, John? On Thursday, December 21, 2017 at 3:10:27 PM UTC+2, John Bliss wrote: > > I'm attempting to programmatically build emails with deep-links our > Campaign Managers can click to get directly to where they need to go within > our AdWords. For example: > > >

Re: ocid in https://adwords.google.com URL's

2018-02-15 Thread Alon Diamant
My solution, for the account level: https://adwords.google.com/aw/overview?__e=1234567890 If the account ID is 123-4567-890. On Thursday, December 21, 2017 at 3:10:27 PM UTC+2, John Bliss wrote: > > I'm attempting to programmatically build emails with deep-links our > Campaign Managers can

Setting clientCustomerId outside adsapi

2018-02-15 Thread Alan Coleman
Hello everyone, I'm trying to upgrade our PHP AdWords API Application to the new library. I can see that clientCustomerId is set in adsapi_php,ini . However I need to be able to set the

Re: I cannot create a campaign under test account

2018-02-15 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, I see that you're trying to create a campaign in a test manager account. >From the campaigns page of your manager account, you can create campaigns for the accounts that you manage. If you do not have any client accounts to manage, you can create one by following the steps mentioned

Re: Ad group label filter for ad performance report

2018-02-15 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello Harish, It is only possible to send the client customer Id at the runtime in the python file. You may refer to this guide on how to do so. On the other hand, it is not possible to pass

Re: SOAP request and response logs

2018-02-15 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Alan, To enable the logs, you just need to do some changes in adsapi_php.ini file as mention in this guide . You can view your SOAP logs in file which is mention in soapLogFilePath filed of your configuration

Re: Error API First Call

2018-02-15 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API Forum
Hi , >From your googleads.yaml file, it looks like your client customer id was commented out. Could you please uncomment it as below and retry? # # Optional Fields #

Re: Setting clientCustomerId outside adsapi

2018-02-15 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Alan, You can set the clientCusotmerId while creating an AdWords session as shown below: $session = (new AdWordsSessionBuilder()) ->withOAuth2Credential($oAuth2Credential) ->withClientCustomerId(clientCustomerId) ->build(); But, there isn't a method available to set the clientCustomerId

ConversionTrackerService doesn't respect select fields

2018-02-15 Thread pavel
ConversionTrackerService doesn't take into account the fields I want to select. I tried using both AWQL and get() method with selector, the return page contains a lot of unnecessary fields . Also it doesn't return *mostRecentConversionDate* field even though I specified it. Is it a bug or

AdWords API Application Dev

2018-02-15 Thread jaspreet sohal
I am trying to develop an Ad Words API application. I looked at a step by step tutorial on GitHub. Some of the steps say "Install googleads with the following command: $ pip install googleads Then copy the googleads package from your Python installation's dist-packages directory *into this