Update an User List Google Ads

2023-12-22 Thread Diego Pacheco
Hello everyone

I want to update a list of Google Ads users, but is there a method that 
allows me to do this? because on other platforms like Tiktok API or 
Facebook Business there are methods for this but I didn't find anything here

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/742bef6a-5f1c-4ac6-9d0f-e1ccb125d61cn%40googlegroups.com.


Google Ads client library Python - API

2023-06-28 Thread Diego Villanueva Araya
Hi everyone,
  
I am working with the google ads client library for python, I would like to 
know how to perform three specific configurations using the API for google 
ads SEARCH campaigns, these are the following:

   1. Location to São Paulo state
   2. Language to all languages
   3. Bid strategy to Maximize clicks without a max cpc
  1. Looking at documentation and different forums I found that I have 
  to set campaign_bidding_strategy to target_spend without a value since 
this 
  is the way to handle maximize clicks, but the API does not allow me to do 
  this. 
   
On the other hand I would like to know if there is a documentation which 
allows me to follow examples of the applications and functions of this 
google ads client library for python.

I remain attentive to your comments

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/7f549ce8-2384-4ed4-9be1-322190cb3a36n%40googlegroups.com.


Error With Campaign Creation Rest API v14

2023-06-19 Thread Diego Villanueva Araya
Hello Google Ads Team

I am trying to create a campaign using google ads API REST but I get 
an error message. Could you please advise? I'm working with a test account.

Below are the details

url: 
https://googleads.googleapis.com/v14/customers/{login_customer_id}/campaigns:mutate

variables:

Request:

{
   "operations":[
  {
 "create":{
"name":"Campaña Api Rest",
"status":"PAUSED",
"advertisingChannelType":"SEARCH",
"advertisingChannelSubType":"UNSPECIFIED",
"networkSettings":{
   "targetGoogleSearch":true,
   "targetSearchNetwork":true,
   "targetPartnerSearchNetwork":true
},
"geoTargetTypeSetting":{
   "positiveGeoTargetType":"PRESENCE"
},
"biddingStrategyType":"ENHANCED_CPC",

"campaignBudget":"customers/2447006958/campaignBudgets/12698685038",
"finalUrlSuffix":"kid={_kid}"
 }
  }
   ]
}

Response:

{
   "code":400,
   "message":"Request contains an invalid argument.",
   "status":"INVALID_ARGUMENT",
   "details":[
  {

 "@type":"type.googleapis.com/google.ads.googleads.v14.errors.GoogleAdsFailure",
 "errors":[
{
   "errorCode":{
  "fieldError":"REQUIRED"
   },
   "message":"The required field was not present.",
   "location":{
  "fieldPathElements":[
 {
"fieldName":"operations",
"index":0
 },
 {
"fieldName":"create"
 },
 {
"fieldName":"campaign_bidding_strategy"
 }
  ]
   }
}
 ],
 "requestId":"sIbnHlO3z2HjzYcRrxIYzg"
  }
   ]
}

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/c1805127-6610-4120-8b78-4ccdeef90a85n%40googlegroups.com.


Unify offline conversions with google native conversions

2022-03-10 Thread Diego Borlandi
Hello there, i was wondering if is possible to unify Offline Conversions 
sent from a 3rd party application with google native conversions into one 
tracker?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/6dfe5d0b-22bf-42b0-8dde-ea9572b84a41n%40googlegroups.com.


13 INTERNAL

2022-03-07 Thread Diego Peralta
Hello, I am trying to execute the following code:

const customer = client.Customer({
customer_account_id: 'xxx-xxx-xxx', 
login_customer_id: 'xxx-xxx-xxx', 
linked_customer_id: 'xxx-xxx-xxx', 
refresh_token: refresh_token,
})
campaigns = await customer.query(`
SELECT 
campaign.name, campaign.status
FROM 
campaign
`)

I get the following error back:

*13 INTERNAL: Internal error encountered.*


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/062f1e15-dd0e-4831-af47-9aa9fde51846n%40googlegroups.com.


Which campaign criterion types allow setting bidModifier?

2022-03-02 Thread Diego Morello
Hi,

I have done several tests trying to figure out which campaign criterion 
types support bidModifier, especially for update operations, but I still 
cannot understand how this feature works. In several cases I have received 
an error message ("*The field is not allowed to be set when the negative 
field is set to true, e.g. we don\'t allow bids in negative ad group or 
campaign criteria."*), but the API returns that even if we create a 
biddable (non-negative) campaign criterion with null bidModifier.

I would like to know the following, which apparently the documentation does 
not explain:

   - Which campaign criterion types allow negative or biddable criteria?
   - Which of them support setting bidModifier on creation?
   - 
   - Which of them support modifications on bidModifier (upon update 
   operations)?
   
Thanks!

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/9ef6af7c-3de4-41e2-9110-73b18fa4f375n%40googlegroups.com.


Re: Campaign start date not always consistent between AdWords SOAP API and Google Ads GRPC API

2021-12-22 Thread Diego Morello
Hi all,

Any updates on this issue? Just in case, is the fix scheduled for API v10?
Please take into account that this bug is a blocker for us (and probably 
everyone using Google Ads API) to safely migrate our platform and keep our 
business running. Also, please notice that it was initially reported in 
October 2019, and more than 2 years after it has not been fixed.

Looking forward to hear from you.
Thanks in advance,

Diego

El lunes, 13 de diciembre de 2021 a la(s) 23:21:31 UTC-3, adsapi escribió:

> Hi Estanislao,
>
> You may also keep an eye on our blog post 
> <https://ads-developers.googleblog.com/search/label/google_ads_api> as 
> our team is posting news and updates about Google Ads API.
>
> Regards,
> [image: Google Logo] 
> Ernie John Blanca Tacata 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5001UKO81N:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/4039c1a1-87aa-4a39-bfb5-7af2690f8d54n%40googlegroups.com.


Mapping AdWords' ProductPartition subclasses to Google Ads

2021-12-22 Thread Diego Morello
Hi,
I read many pages in Google Ads API reference, especially the Criteria 
Guide 
(https://developers.google.com/google-ads/api/docs/targeting/criteria), but 
after investigating I haven't been able to figure out how to properly map 
the following subclasses of ProductPartition to Google Ads model:


   - ProductAdwordsGrouping
   - ProductAdwordsLabels
   - ProductTypeFull
   
Can you please provide help on this topic?
I need info on how to map each and every field in these AdWords classes to 
Google Ads model.

Thanks in advance!

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/25954628-7e7a-4d67-8de2-8b68d74b5c31n%40googlegroups.com.


invalid_grant error using AdWords Java client

2021-06-24 Thread Diego Morello
Hi, I would like to ask for help with an AdWords API issue I'm experiencing 

I started getting the following error for some accounts:

{
  "error" : "invalid_grant",
  "error_description" : "Bad Request"
}

This started happening in one of our Java apps for 2 accounts under the 
same MCC, after logging in to Google Ads and storing the corresponding 
tokens. I was able to reproduce the error using the GetCampaigns.java 

 
example. It might be worth mentioning that we were able to authenticate 
correctly before repeating the auth flow.

Also, the "invalid_grant" error seems to be undocumented. It would be also 
great to add some info about it in AdWords documentation.

Thanks in advance for your help

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/c9e8f017-a914-4998-a535-587c80d42d81n%40googlegroups.com.


Re: The start date or end date for a campaign is not correct in Google Adwords API

2021-02-05 Thread Diego Calzado
Hi Anash.

Thanks a lot for your response.
I will then contact Google Ads UI product support.

Cheers!.

On Thursday, February 4, 2021 at 11:36:30 PM UTC+1 adsapiforumadvisor wrote:

> Hi Diego,
>
> I looked at this account and the API and UI are returning results 
> consistent with each other. I however still suspect the timezone mismatch 
> to be the root cause of this issue. You might want to reach out to the 
> product support (Click the (?) symbol on the top right bar of the Google 
> Ads account UI and click the "Contact us" link). They should be able to 
> explain why you saw a different end time as compared to what we see at our 
> end and through the API response.
>
> Cheers
> Anash
>
> ref:_00D1U1174p._5004Q2B2TyU:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/e3e913ab-86a0-4591-a5fd-d490b7cc5b0bn%40googlegroups.com.


Re: The start date or end date for a campaign is not correct in Google Adwords API

2021-01-26 Thread Diego Calzado
Ok Ernie.

I will do it.

Thanks a lot.

On Tuesday, January 26, 2021 at 6:55:24 AM UTC+1 adsapiforumadvisor wrote:

> Hi Diego,
>
> If you can't use the said option, then you may send the requested details 
> on this email address googleadsa...@google.com instead for privacy 
> purposes.
>
>
> Regards,
> [image: Google Logo] 
> Ernie John Blanca Tacata 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2B2TyU:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/02e87200-4e79-4206-82a8-1f97af9dd3cfn%40googlegroups.com.


Re: The start date or end date for a campaign is not correct in Google Adwords API

2021-01-25 Thread Diego Calzado
Hi Ernie.
Thank you very much for your response and interest.
It seems that I do not have permission in this forum to answer you 
privately. I get a message 'You do not have permission to reply to author 
in this group.'.

On Monday, January 25, 2021 at 9:35:09 AM UTC+1 adsapiforumadvisor wrote:

> Hi Diego,
>
> Thank you for posting your concern.
>
> To investigate, could you provide the customer ID and complete SOAP 
> request 
> <https://developers.google.com/adwords/api/docs/guides/call-structure#request>
>  
> and response 
> <https://developers.google.com/adwords/api/docs/guides/call-structure#response>
>  logs 
> with request ID and the screenshot of the campaign in the UI for each issue 
> that you encountered with end date and start date of the campaign? You can 
> provide it via *Reply privately to author* option.
>
> Regards,
> [image: Google Logo] 
> Ernie John Blanca Tacata 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2B2TyU:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/b76d7210-5fea-45a9-a68c-a85b8680d4fdn%40googlegroups.com.


Re: The start date or end date for a campaign is not correct in Google Adwords API

2021-01-25 Thread Diego Calzado
Hi Ernie.
Thank you very much for your response and interest.
It seems that I do not have permission in this forum to answer you 
privately. I get a message 'You do not have permission to reply to author 
in this group.'

On Monday, January 25, 2021 at 9:35:09 AM UTC+1 adsapiforumadvisor wrote:

> Hi Diego,
>
> Thank you for posting your concern.
>
> To investigate, could you provide the customer ID and complete SOAP 
> request 
> <https://developers.google.com/adwords/api/docs/guides/call-structure#request>
>  
> and response 
> <https://developers.google.com/adwords/api/docs/guides/call-structure#response>
>  logs 
> with request ID and the screenshot of the campaign in the UI for each issue 
> that you encountered with end date and start date of the campaign? You can 
> provide it via *Reply privately to author* option.
>
> Regards,
> [image: Google Logo] 
> Ernie John Blanca Tacata 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2B2TyU:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/830b8a3e-94c7-422e-8b70-f37da75d070fn%40googlegroups.com.


Re: The start date or end date for a campaign is not correct in Google Adwords API

2021-01-22 Thread Diego Calzado
Hi Jaroslav, thanks for your response.
My timezone using UI is GMT+1


On Friday, January 22, 2021 at 1:43:36 PM UTC+1 jama...@gmail.com wrote:

> What is your system time zone when you use UI?
>
> пʼятниця, 22 січня 2021 р. о 12:54:59 UTC+2 diego@theviralab.com пише:
>
>>
>> We have an inconsistency between the campaign creation and end dates that 
>> we see on ads.google.com and what we get from the API. Depending on the 
>> account in which the campaign is created, the start date obtained through 
>> the API has one more day or the end date obtained through the API has one 
>> day less.
>>
>> Example:
>> Campaign data shown in ads.google.com => End day: 20200122
>> Campaign data obtained through Adwords API (Campaign Service) => End day: 
>> 20200121
>>
>> If someone understands what may be happening, it would be of great help 
>> to us.
>>
>> Thanks in advance.
>> D.
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/64229ce6-90d3-4177-8381-af1a9713981cn%40googlegroups.com.


The start date or end date for a campaign is not correct in Google Adwords API

2021-01-22 Thread Diego Calzado

We have an inconsistency between the campaign creation and end dates that 
we see on ads.google.com and what we get from the API. Depending on the 
account in which the campaign is created, the start date obtained through 
the API has one more day or the end date obtained through the API has one 
day less.

Example:
Campaign data shown in ads.google.com => End day: 20200122
Campaign data obtained through Adwords API (Campaign Service) => End day: 
20200121

If someone understands what may be happening, it would be of great help to 
us.

Thanks in advance.
D.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/26f18416-1291-4819-8fde-f51915685731n%40googlegroups.com.


Upload UserLists and Low match rate in Youtube

2020-11-30 Thread Diego Stallo

Hi everyone,
We use Google Ads API to send remarketing user lists for our clients to 
activate on their accounts, to run over Display and Youtube.
Basically, using our tool they upload their ADID's and IDFA's and our API 
let them create Customer Match Audiences inside their google ads accounts. 
The problem is that they usually have very poor match rate in youtube (size 
available on youtube VS size uploaded). 
We found that uploading ADIDs on lowercase and IDFA in uppercase increases 
the match rate on Youtube (and its the same for Display, never mind lower 
or uppercase).
Is this expected behaviour?
Is there any other recommendations to increase match rate on youtube for 
the Customer Match Audience uploaded via Google Ads API?

Best.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/9743c32d-b796-4c55-9b10-ce6303872326n%40googlegroups.com.


Error Mutating AdGroupAd in AppCampaign

2020-03-18 Thread Diego Toro
Hello,

I am having issues updating an AdGroupAd in an AppCampain, in the first 
place I tried to update the status to Paused and got this response:

Status: Status{code=INVALID_ARGUMENT, description=Request contains an 
> invalid argument., cause=null}.
> 2020-03-18 16:21:52.108 ERROR 51088 --- [lTaskExecutor-3] c.i.m.m.u.p.g.
> GoogleAcAdsetUploadService : Error uploading adset
>   error_code {
> operation_access_denied_error: 
> OPERATION_NOT_PERMITTED_FOR_CAMPAIGN_TYPE
>   }
>   message: "This operation is not permitted on this campaign type"
>   trigger {
> string_value: ""
>   }
>   location {
> field_path_elements {
>   field_name: "operations"
>   index {
>   }
> }
> field_path_elements {
>   field_name: "update"
> }
> field_path_elements {
>   field_name: "status"
> }
>   }
> }
>
>
> Also we need to change some headlines and descriptions within the same 
> adGroupAd:
>
com.google.ads.googleads.v2.errors.GoogleAdsException: errors {
  error_code {
request_error: IMMUTABLE_FIELD
  }
  message: "Field \'ad.app_ad.headlines\' cannot be modified by \'UPDATE\' 
operation."
  location {
field_path_elements {
  field_name: "operations"
  index {
  }
}
field_path_elements {
  field_name: "update"
}
field_path_elements {
  field_name: "ad"
}
field_path_elements {
  field_name: "app_ad"
}
field_path_elements {
  field_name: "headlines"
}
  }
}



Our question is, is there a way we can update an AppAd after created?

Also we tried removing the ad and creating a new one and seems like the 
adGroup get's broken, because the old ad and assets stay there and the new 
assets are added on top, but when you go to the edit page of the ad you 
still see the old headlines, descriptions, etc.

Is there documentation where this limitations are specified and how to 
handle them? where are taking as reference teh examples specified in: 
https://developers.google.com/google-ads/api/docs/client-libs

This is the string of the update operation without the ids for privacy:

resource_name: "customers//adGroupAds/~X"
status: PAUSED
ad_group {
  value: "customers/XXX/adGroups/"
}
ad {
  id {
value: X
  }
  type: APP_AD
  app_ad {
headlines {
  text {
value: "Changed Headline 3"
  }
}
headlines {
  text {
value: "Changed Headline 4"
  }
}
headlines {
  text {
value: "Changed Headline 5"
  }
}
descriptions {
  text {
value: "my description"
  }
}
  }
}

*Update mask:*
paths: "ad.app_ad.headlines"

Thank you very much
 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/c5024e63-81b4-4136-bf51-9fa19f92a64a%40googlegroups.com.


Issue creating an Ad for App Campaign

2020-02-13 Thread Diego Toro
Hello I've been trying several ways to create an  Ad for App Campaign as 
described in: 

https://developers.google.com/google-ads/api/docs/app-campaigns/create-ad-group

I need to be able to create text, image, and video ads, first I tried toc 
reate a text ad but I get the following error:


Response
> 
> Headers: 
> Metadata(content-type=application/grpc,request-id=EE7bwQ-Em8XCqWb4o5cUVA,date=Thu,
>  
> 13 Feb 2020 09:11:49 GMT,alt-svc=quic=":443"; ma=2592000; 
> v="46,43",h3-Q050=":443"; ma=2592000,h3-Q049=":443"; 
> ma=2592000,h3-Q048=":443"; ma=2592000,h3-Q046=":443"; 
> ma=2592000,h3-Q043=":443"; ma=2592000)
> Body: null
> Failure message: errors {
>   error_code {
> collection_size_error: TOO_FEW
>   }
>   message: "Too few."
>   trigger {
> string_value: ""
>   }
>   location {
> field_path_elements {
>   field_name: "operations"
>   index {
>   }
> }
> field_path_elements {
>   field_name: "create"
> }
> field_path_elements {
>   field_name: "ad"
> }
> field_path_elements {
>   field_name: "app_ad"
> }
> field_path_elements {
>   field_name: "headlines"
> }
> field_path_elements {
>   field_name: "pinned_field"
> }
>   }
> }
> errors {
>   error_code {
> request_error: UNKNOWN
>   }
>   message: "The error code is not in this version."
>   trigger {
> string_value: "HEADLINE_1"
>   }
>   location {
> field_path_elements {
>   field_name: "operations"
>   index {
>   }
> }
> field_path_elements {
>   field_name: "create"
> }
> field_path_elements {
>   field_name: "ad"
> }
> field_path_elements {
>   field_name: "app_ad"
> }
> field_path_elements {
>   field_name: "headlines"
>   index {
>   }
> }
> field_path_elements {
>   field_name: "pinned_field"
> }
>   }
> }
> errors {
>   error_code {
> collection_size_error: TOO_FEW
>   }
>   message: "Too few."
>   trigger {
> string_value: ""
>   }
>   location {
> field_path_elements {
>   field_name: "operations"
>   index {
>   }
> }
> field_path_elements {
>   field_name: "create"
> }
> field_path_elements {
>   field_name: "ad"
> }
> field_path_elements {
>   field_name: "app_ad"
> }
> field_path_elements {
>   field_name: "descriptions"
> }
> field_path_elements {
>   field_name: "pinned_field"
> }
>   }

}


According to other examples for text ads pinned field is not mandatory for 
text assets, and if I set it with any of the values from ServedAssetFieldType, 
such as ServedAssetFieldTypeEnum.ServedAssetFieldType.HEADLINE_1. But as 
you can see in the response, it says the value is unkwown.

Also, there is another issue when I set any status to AdGroupAd, it says 
the operation is nt permitted for the campaign then.

We really need help with this becaus eyou don't have any example for 
complete App campaigns creation.

This is the code:

public Ad uploadAd(CompanyAd ad, Long customerId, Long adGroupId) {

   AdGroupAdOperation adGroupAdOperation = 
googleAcAdGroupAdOperationFactory.buildAdGroupAdOperation(ad);
   
   final MutateAdGroupAdResult uploadResult = 
googleAcClient.executeUploadAdOperation(ad, adGroupAdOperation);

   return CompanyAd;
 
}


public AdGroupAdOperation buildAdGroupAdOperation(Ad ad, Long customerId, Long 
adGroupId) {

   AdGroupAd.Builder adGroupAdBuilder = 
AdGroupAd.newBuilder().setAdGroup(StringValue.of(ResourceNames.adGroup(customerId,
 adGroupId)));
   AdGroupAdOperation.Builder opBuilder = AdGroupAdOperation.newBuilder();

   if (StringUtils.isNotEmpty(ad.getPartnerRemoteId())) {
  adGroupAdBuilder.setResourceName(ResourceNames.adGroupAd(customerId, 
adGroupId, Long.valueOf(ad.getPartnerRemoteId(;
   }

   adGroupAdBuilder.setAd(buildHeadlineTextAd(ad));

   // adGroupAdBuilder.setStatus(AdGroupAdStatusEnum.AdGroupAdStatus.PAUSED);
   adGroupAdBuilder.setAdGroup(StringValue.of(ResourceNames.adGroup(customerId, 
adGroupId)));

opBuilder.setCreate(adGroupAd);


}


private Ad buildHeadlineTextAd(Ad ad) {
   final AdContent adContent = ad.getHeadLine();
   
   AppAdInfo.Builder appAdInfo = AppAdInfo.newBuilder();
   appAdInfo.addHeadlinesBuilder().setText(StringValue.of(adContent.getTitle()))
 
.setPinnedField(ServedAssetFieldTypeEnum.ServedAssetFieldType.HEADLINE_1);

   Ad.Builder adBuilder = Ad.newBuilder();
   adBuilder.setName(StringValue.of("Headline Ad # " +  
System.currentTimeMillis()));
   adBuilder.setAppAd(appAdInfo);


   return adBuilder.build();
}


public MutateAdGroupAdResult executeUploadAdOperation(Ad originAd, 
AdGroupAdOperation adGroupAdOperation) {
   GoogleAdsClient googleAdsClient = 
GoogleAdsClient.newBuilder().fromProperties(getGoogleAdsClientProperties()).build();

   try (AdGroupAdServiceClient adGroupAdServiceClient = 
googleAdsClient.getLatestVersion().createAdGroupAdServiceClient()) {

  

Re: Enabled/Paused YouTube video from the API

2019-01-16 Thread Diego RR
Thank you!!

El miércoles, 16 de enero de 2019, 17:01:28 (UTC-3), 
googleadsapi-forumadvisor escribió:
>
> Hello Diego,
>
> The video campaigns and TrueView type campaigns are not supported via 
> AdWords API. Please keep an eye on our blog 
> <https://ads-developers.googleblog.com/search/label/adwords_api> for any 
> updates or announcements about upcoming features. 
>
> Thanks,
> Milind, AdWords API Team
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> Also find us on our blog and discussion group:
> http://googleadsdeveloper.blogspot.com/search/label/adwords_api
> https://developers.google.com/adwords/api/community/
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>
> Was your question answered? Please rate your experience with us by taking 
> a short survey.
> If not -- reply to this email and tell us what else we can do to help.
>
> Take Survey 
> <https://support.google.com/google-ads/contact/survey_transactional?caseid=6-789524821=en=1>
>
> Also find us on our blog and discussion group:
> http://googleadsdeveloper.blogspot.com/search/label/adwords_api
> https://developers.google.com/adwords/api/community/
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/67852717-467b-4d39-b4a1-c5cdb0d2cfb5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Enabled/Paused YouTube video from the API

2019-01-16 Thread Diego RR
Hi all!

Is it possible to enable and pause Youtube video campaigns from the API? 
And TrueView type campaigns?

I searched, but I can not find anything in the official documentation.

Thank you!

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/74a6c564-8cb1-4ab5-9852-0f7687da2b2b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Advantages API vs normal Adwords

2018-04-06 Thread Diego
Hi guys! I am new with the adwords API and with programming as well as I am 
learning right now JS, but the main question that I want to ask you:
Which are advantages of using the Adwords API vs the normal Adwords 
experience?

Thanks in advanced

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/a1d13761-8753-4adc-817c-101bbd2477bd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Adwords API vs Adwords normal experience

2018-04-06 Thread Diego
Hi guys!!

I am new with the Adwords API and programming actually :). So I wanted to 
know which are the advantages of the Adwords API vs the normal Adwords 
experience?
Does anybody know the main things you can do or automate (save time) using 
the API?

thanks in advanced!!

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/62502a5e-efe8-4cfe-97cf-51252f7ba60d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Pause Adwords Express campaign via API

2017-07-10 Thread Diego
Hi,

is it possible to pause an Adwords Express campaign via API? If not, is 
there any workaround we might do to do so?

Thanks

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/2aad797a-4996-4c76-836e-08bec9ff7fa5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Build URL from customer id

2016-12-02 Thread Diego
I want to create http links within our custom adwords management app, but I 
can't find a way to build the adwords.google.com URL to a single customer 
through its customerId.


For instance, this is a URL to campaign management:

https://adwords.google.com/cm/CampaignMgmt?__u=9272047111&__c=3188237432=1

but those values aren't the customerId. How can I do this?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/ca5b128d-0c82-4853-9e4c-50957e60f9eb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Custom audiences

2015-06-08 Thread Diego Cogorno
Hi,

I wanted to create and get custom audiences, but it seems that it's not in 
the api right now...
Do you know if there is any estimation of when is it going to be in api?

Thank you

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/b6a2d2c0-5992-4d45-800a-b8cd4ea2f7d5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: DoubleClick AdEx RTB protocol in java

2012-10-15 Thread Diego Lopez Leon
ups.
thanks a lot, I'll repost there.

On Monday, October 15, 2012 9:41:53 AM UTC-3, David Torres wrote:

 Hi Diego,

 This forum is reserved only for discussions regarding AdWords API. 
 Unfortunately we don't have a dedicated forum for the RTB protocol. 

 So you can contact your account representative or if you want please post 
 your message in the Ad Exchange APIs 
 forumhttps://developers.google.com/ad-exchange/discussion. 
 And I'll try to find you an answer from there.

 Best,

 -David Torres - AdWords API Team

 On Saturday, October 13, 2012 12:06:30 PM UTC-4, Diego Lopez Leon wrote:

 Hi, I'm giving my first steps on implementing an Ad Exchange bidder 
 willing to integrate it with the DoubleClick AdEx RTBidding protocol.
 I've chosen java as my technology, but when I tried to generate the java 
 _bindings_ from the realtime-bidding.proto[1] file, I realize it doesn't 
 have a package (or option java_package) defined, making it unusable in my 
 environment (and I think on ANY java environment being impossible to import 
 classes from the default package).
 So, my question is, am I doing anything wrong? does somebody successfully 
 used the realtime-bidding.proto with any java stack?

 Regards.

 [0]: https://developers.google.com/ad-exchange/rtb/
 [1]: 
 https://developers.google.com/ad-exchange/rtb/downloads/realtime-bidding-proto.txt



-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


DoubleClick AdEx RTB protocol in java

2012-10-13 Thread Diego Lopez Leon
Hi, I'm giving my first steps on implementing an Ad Exchange bidder willing 
to integrate it with the DoubleClick AdEx RTBidding protocol.
I've chosen java as my technology, but when I tried to generate the java 
_bindings_ from the realtime-bidding.proto[1] file, I realize it doesn't 
have a package (or option java_package) defined, making it unusable in my 
environment (and I think on ANY java environment being impossible to import 
classes from the default package).
So, my question is, am I doing anything wrong? does somebody successfully 
used the realtime-bidding.proto with any java stack?

Regards.

[0]: https://developers.google.com/ad-exchange/rtb/
[1]: 
https://developers.google.com/ad-exchange/rtb/downloads/realtime-bidding-proto.txt

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en