Re: How to Keep Authorization Token Alive for 30 days or 180 days

2017-12-05 Thread 'Peter Oliquino' via AdWords API Forum
Hi Ritesh, You may refer to this section of our OAuth2 guide on how to manually generate or request for access tokens if you

Re: How to Keep Authorization Token Alive for 30 days or 180 days

2017-12-05 Thread 'Peter Oliquino' via AdWords API Forum
Hi, You may refer to this section of our OAuth2 guide on how to manually generate or request for access tokens if you are not

Re: Traffic for the seed keyword is not returned by TargetingIdeaService

2017-12-05 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Ildar, For the TargetingIdeaService , the seed keyword will not be returned in an IDEAS

Re: Data Studio connector

2017-12-05 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi, Since you will be using Apps Scripts in your implementation, then I assume that you will use the AdWords Scripts, instead of AdWords API for this. AdWords API does not support Apps Scripts but AdWords Scripts supports this. With this, please post this concern in the AdWords Scripts Forum

Re: "[AuthenticationError.NOT_ADS_USER @ ; trigger:'']"

2017-12-05 Thread 'Peter Oliquino' via AdWords API Forum
Hi, The NOT_ADS_USER error is noticed when the AdWords API call is made by a user that is not associated with an AdWords account. This being said, could you provide the complete SOAP request and

Data Studio connector

2017-12-05 Thread reports
Hi AdWords API team, I am builing a Data Studio connector that fetchs data from different sources like Spreadsheets, DCM, FacebookAds, etc. We are now working on the AdWords part, and I would like to ask you some questions: 1) Do you have any sample files or guides for the API implementation

Re: absolute top impression share

2017-12-05 Thread 'Peter Oliquino' via AdWords API Forum
Hi Martin, I'm afraid that the said field is still not available via the AdWords API. In the meantime, you may follow as my colleague has recommended in the other thread. We also cannot comment right now if there are any plans to have it available in future versions. For now, you may follow

Re: AdGroup Status Inheritance

2017-12-05 Thread 'Peter Oliquino' via AdWords API Forum
Hi Danny, In order to better investigate your concern, could you provide the SOAP request and response generated when you retrieved the ad groups of the removed campaign? You may reply to me via the *Reply privately to author* option. Thanks and regards, Peter AdWords API Team -- --

Re: is it possible for Ad Group Bid increase and decrease to a specific criteria like gender and age range?

2017-12-05 Thread kendan
This example is for mobile platforms. I tried it and work perfectly. There is example code for adding BiddableAdGroupCriterion to an adgroup: https://github.com/googleads/googleads-php-lib/blob/master/examples/AdWords/v201708/BasicOperations/AddAdGroupDemographicCriteria.php Now my problem is I

Re: FeedItem service returns invalid characters.

2017-12-05 Thread Caihua Du
Hi there, This issues shows up again, we have at least two customers that have encountered this issue. Here is the latest call stack of this exception. Please let me know if you need the request id for further investigation: System.Xml.XmlException: Data at the root level is invalid. Line 1,

Traffic for the seed keyword is not returned by TargetingIdeaService

2017-12-05 Thread Ildar Khakimov
Good day There was a similar issue discussed here, but no solution was provided: https://groups.google.com/forum/#!searchin/adwords-api/seed$20keyword$20traffic|sort:date/adwords-api/WWzVcKlvpMA/vKv4QidXOQEJ It's a very simple issue. Let's say the seed keyword is "mars cruise", it will return

"[AuthenticationError.NOT_ADS_USER @ ; trigger:'']"

2017-12-05 Thread teamvadwordstest
getting exception while call the get campaigns in c# -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You

Cannot get Developer Token from Google Adwords

2017-12-05 Thread maestroyazilim
Hi, When i applied for developer token, returned an answer from Google; "The account you applied from does not have much spend history in AdWords. The best use cases for the API are typically advertisers or agencies that manage a sizable number of ads. Is there another AdWords account your

Data Studio connector

2017-12-05 Thread reports
Hi AdWords API team, I am building a Data Studio connector that fetches data from different sources like Spreadsheets, DCM, FacebookAds, etc. We are now working on the AdWords part, and I would like to ask you some questions: 1) Do you have any sample files or guides for the API implementation

How to Keep Authorization Token Alive for 30 days or 180 days

2017-12-05 Thread ritesh123khapre
Hi I have got refresh token from Google Adword by using GoogleAdword API Playground. I am not using any client library like PHP, ruby or JAVA. We are using our own code which combination of different tech stack All i am looking is how can i generate a Access token( Authorization: Bearer

absolute top impression share

2017-12-05 Thread martin . esani
Hi there, There was a question asked about Absolute Top Impression share previously but it was relating to Adwords 201708(https://groups.google.com/forum/#!topic/adwords-api/8ucNfH8g7-4) - I was wondering whether this has been added to 201710 or whether it's on the road-map for the Adwords

Re: accept invitation

2017-12-05 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, You could have the button click to trigger the OAuth flow which generates the link for creating the authorization code. You will then need to have a logic to open a new window with this link. If the client's credentials for AdWords account and your application is the same, then they

AdGroup Status Inheritance

2017-12-05 Thread Danny
Hi I'm reading on https://support.google.com/adwords/answer/2375403?hl=en that if a campaign is paused, ad groups within that campaign will inherit the same status (paused). I've just recently removed a campaign, but when I get all the ad groups within that removed campaign, their status is

Re: accept invitation

2017-12-05 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, You could have the button click to trigger the OAuth flow which generates the link for creating the authorization code. You will then need to have a logic to open a new window with this link. If the client's credentials for AdWords account and your application is the same, then they

Re: Api support for remarketing list

2017-12-05 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, You will need to create the remarketing lists using the AdWordsUserListService and then use the AdGroupCriterionService

Re: I run the sample code of google adwords api then I got Soap Error

2017-12-05 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, Could you confirm the version of the PHP client library that you are using? If you are using an older version of PHP library, could you please try to upgrade to the v32.0.0

Re: Need to change client id in adsapi_php.ini for multiple accounts in campaign creation.

2017-12-05 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Djax, The adsapi_php.ini file can only have one client customer id at a time. In your case, you could try to set the client customer id at the run time. We don't have sample for this particular case, but you can check ParallelReportDownload

Re: Campaign Performance Report don't return one campaign

2017-12-05 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, The Campaign Performance report includes statistics aggregated at campaign level with one row per campaign. If you're using any segment fields

accept invitation

2017-12-05 Thread angel . ortiz
I want to create a service where a client with an existing adwords account can be linked to my MMC account in the following way: There is a button that when clicked, shows a popup window where the user authenticates and accepts the link. Can you do this? So far as I read in the documentation

Re: is google adwords api change history limited?

2017-12-05 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, Are you trying to get the change history from the AdWords API or UI? If you're using the AdWords UI to track the history of changes made in your AdWords account, you can filter the changes based on date range, Campaigns, ad group or user. The tracking through the UI is not limited and

Re: What are the correct values for bridgeMapVersionId and partnerId for OfflineDataUpload ThirdPartyUploadMetadata

2017-12-05 Thread 'Michael Cloonan (AdWords API Team)' via AdWords API Forum
Hello, I will investigate how exactly those values are meant to be communicated to you in this case. From the way it was explained to me, it seemed like the partnerId should be known from the time you are initially set up as a data partner, and the bridgeMapVersionId is something that will

Re: Campaign Performance Report don't return one campaign

2017-12-05 Thread Spain Api
Hello, When adding includeZeroImpressions I can get the report with the requested campaign, but I receive the campaign four times. Once per network field. Although in reality, only the campaign with the network "Display Network" is correct. Is there any way to get just that network? Regards,

Need to change client id in adsapi_php.ini for multiple accounts in campaign creation.

2017-12-05 Thread developer . djax
Hi, I need to create campaign by selecting multiple subaccounts for test account. Is there any options or API feasibility available to change "clientCustomerId" in adsapi_php.ini file. I am using PHP. Djax. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog

Api support for remarketing list

2017-12-05 Thread developer . djax
Hi, I have added remarketing tag to my site but there is no API support for creating remarketing list for my existing campaigns and adgroups. How can i pass the value of "Interests and Remarketing" filed in Adgroup through API? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also

I run the sample code of google adwords api then I got Soap Error

2017-12-05 Thread kendan
I am running Xampp v3. PHP 7.1 Windows 10 64x I was only making a simple GetCampaigns. This is the error. Fatal error: Uncaught SoapFault exception: [WSDL] SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://adwords.google.com/api/adwords/cm/v201710/CampaignService?wsdl' : failed to

is google adwords api change history limited?

2017-12-05 Thread kendan
I have been tracking my events in the UI. It seems that when it reaches to 14 track events, its not tracking anymore. I don't know why. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

Re: looking for api suggestion to get rid from manual process to fetch report and

2017-12-05 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Naresh, Please see comments below to your questions. 1.) On the AdWords API perspective, what we currently have is the guide for the integration of AdWords and Google Analytics. Please follow the guide on how to link AdWords

Re: Geotargeting Redland City, Queensland

2017-12-05 Thread 'Peter Oliquino' via AdWords API Forum
Hi Cath, In order to better assist you, could you provide the criteria ID of the suburb location you are using and the name of the city that does not appear in the geo targeting spreadsheet ?

Regarding custom audience inclusion

2017-12-05 Thread developer . djax
Hi, I want to implement a google custom audience to my platform.Is there an api support for adding audience?if so share me the details to create audience...i have searched alot but i got an api for creating audience but there is no support for creating audience for adgroup. Thanks, -- --

Re: Replace IP Exclusion List (PHP)

2017-12-05 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Jeff, Currently, we do not have a specific PHP example that would replace an IP Exclusion list from a campaign. However, since you will be deleting the entire existing IP_BLOCK criteria with a new set of IP_BLOCK criteria, then you can use the CampaignCriterionService.get()