Re: Find the original asset when getting error: CANNOT_MODIFY_ASSET_NAME when uploading duplicate image

2022-02-15 Thread Meir Mouyal
Lately I have been getting this error too.

I used to get it in the past by passing an asset name when creating the 
asset, but then I realized that the asset name was optional, so not passing 
the asset name solved the issue. However now I'm getting the issue again 
even though I'm not passing any asset name.

El viernes, 11 de febrero de 2022 a las 23:32:50 UTC+1, adsapi escribió:

> Hi Luciano,
>
> Right now, parsing the error message is the way to handle this error. I'll 
> work with the team to try and introduce a better way to expose this error.
>  
>
> Cheers
> Anash
>
>
> ref:_00D1U1174p._5004Q2Hyur3: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 
"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/2136930f-9f9e-4a02-94fc-617c54247aacn%40googlegroups.com.


UNKNOWN API error when trying to create a responsive display ad with a GIF as a marketing image

2022-02-03 Thread Meir Mouyal
Request: POST to the adGroupAds:mutate resource

Request Body:
{
  operations: [
{
  create: {
ad: {
  name: "some name",
  finalUrls: [
"https://google.es";,
  ],
  responsiveDisplayAd: {
marketingImages: [
  {
asset: "customers/5149402070/assets/20964906713",
  },
],
squareMarketingImages: [
  {
asset: "customers/5149402070/assets/18853871640",
  },
],
squareLogoImages: [
  {
asset: "customers/5149402070/assets/21213671967",
  },
],
youtubeVideos: [
],
headlines: [
  {
text: "changed headline",
  },
  {
text: "another one",
  },
],
longHeadline: {
  text: "loong headline",
},
descriptions: [
  {
text: "multiple descriptions",
  },
  {
text: "multiple descriptions",
  },
],
businessName: "im a business",
callToActionText: "just do it",
mainColor: "#0091FF",
accentColor: "#ff",
allowFlexibleColor: true,
  },
},
adGroup: "customers/5149402070/adGroups/131355788765",
status: "ENABLED",
  },
},
  ],
  partialFailure: false,
  validateOnly: false,
  responseContentType: "MUTABLE_RESOURCE",
}

Response Code: 400

Response Body Details:
[
  {
"@type": 
"type.googleapis.com/google.ads.googleads.v9.errors.GoogleAdsFailure",
errors: [
  {
errorCode: {
  requestError: "UNKNOWN",
},
message: "The error code is not in this version.",
location: {
  fieldPathElements: [
{
  fieldName: "operations",
  index: 0,
},
{
  fieldName: "create",
},
{
  fieldName: "ad",
},
{
  fieldName: "responsive_display_ad",
},
{
  fieldName: "marketing_images",
  index: 0,
},
  ],
},
  },
],
requestId: "7m91E19yPhgCQiKL2x5ITg",
  },
]

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/ecd901b6-cbce-4eca-a3f0-e155bee78472n%40googlegroups.com.


Is it possible to retrieve the campaign labels name through a query?

2022-01-19 Thread Meir Mouyal
I'm using the REST API query resource by making the following query:
SELECT campaign.id, campaign.labels FROM campaign

But the campaign.labels return a list of label resourceNames, is it 
possible to make them return the labels names?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/84631b44-bc2b-4a3c-8509-948e2a6aa1efn%40googlegroups.com.


Re: UNKOWN error when attempting to create campaign with a conversion action

2022-01-11 Thread Meir Mouyal
This is the response body from another request

{
"error": {
"code": 400,
"message": "Request contains an invalid argument.",
"status": "INVALID_ARGUMENT",
"details": [
{
"@type": 
"type.googleapis.com/google.ads.googleads.v9.errors.GoogleAdsFailure",
"errors": [
{
"errorCode": {
"requestError": "UNKNOWN"
},
"message": "The error code is not in this version.",
"trigger": {
"stringValue": ""
},
"location": {
"fieldPathElements": [
{
"fieldName": "operations",
"index": 0
},
{
"fieldName": "create"
},
{
"fieldName": "selective_optimization"
},
{
"fieldName": "conversion_actions"
}
]
}
}
],
"requestId": "AhDzrzsd2AbbKNgSVaqoCQ"
}
]
}
}

El martes, 11 de enero de 2022 a las 11:13:03 UTC+1, Meir Mouyal escribió:

> Requests are only getting this error when attempting to create a campaign 
> with a conversion action.
>
> The errorCode.requestError says "UNKOWN", and the message "The error code 
> is not in this version."
>
> I find it really weird as this has been working fine for months.
>
> Request Id: Um9s-3rj9ukgWjZt_IX6gQ
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/39da9f2b-793a-4ece-84ee-6de1aee90472n%40googlegroups.com.


UNKOWN error when attempting to create campaign with a conversion action

2022-01-11 Thread Meir Mouyal
Requests are only getting this error when attempting to create a campaign 
with a conversion action.

The errorCode.requestError says "UNKOWN", and the message "The error code 
is not in this version."

I find it really weird as this has been working fine for months.

Request Id: Um9s-3rj9ukgWjZt_IX6gQ

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/fced24a8-7e01-4e51-ba98-86ff82069304n%40googlegroups.com.


Re: Why can't we make updates on an existing Ad through the API?

2022-01-06 Thread Meir Mouyal
I'm actually trying to mutate an Ad through the REST API, but I'm not being 
successful, the requestId of an example request you can take a look at is 
*Rp2bmte1kWxW8Zp7FB5_8Q*.

In this case I'm simply trying to update the *ad.finalUrls*
El viernes, 31 de diciembre de 2021 a las 8:32:21 UTC+1, adsapi escribió:

> Hello Meir,
>
>  
>
> I'm Kevin from the Google Ads API Team. I'll try my best to assist you.
>
>  
>
> You can mutate ads using AdService 
> . 
> However, please note that not all ad types are mutable. You can refer to 
> this table 
> 
>  to 
> check which ad types can be mutated. Here's an example 
>  on how 
> to mutate an ad via API.
>
>  
>
> Let me know if you have any further clarification.
>
>  
>
> Regards,
> [image: Google Logo] 
> Kevin Gil Soriano 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2TmEjb: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/879c48bf-1d26-4b93-88ad-bea3a4f899a1n%40googlegroups.com.


Why can't we make updates on an existing Ad through the API?

2021-12-30 Thread Meir Mouyal
The Google Ads API documentation specifies that the Ad is immutable:
https://developers.google.com/google-ads/api/rest/reference/rest/v9/customers.adGroupAds#:~:text=object%20(Ad)-,Immutable,-.%20The%20ad.

However, through the UI its possible to edit an Ad.

Can we have this feature on the Google Ads API?

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 
"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/17014210-a16d-4710-a828-17f37d0fc3c1n%40googlegroups.com.


Re: The googleAds:search endpoint leaves the request hanging

2021-12-20 Thread Meir Mouyal
Hey Ernie,

It happened yesterday, while there were some latency issues with the Google
Ads API.

What was interesting though is that for this particular endpoint nothing
was ever returned, the request was just left hanging, meaning that I have
no request Id to provide.

El mar, 21 dic 2021 a las 0:39, 'Google Ads API Forum Advisor' via AdWords
API and Google Ads API Forum () escribió:

> Hi Steve and Meir,
>
> Thank you for posting your concern. Allow me to provide support here.
>
> @Steve, could you confirm if the error happened on December 17, between
> 8:30 am EST and 12:50 pm EST? If yes, it appears that you also encountered
> the issue discussed on this blog post
> 
>  that
> there was an outage which may have prevented some users from accessing the
> Google Ads API & Google Ads scripts. However, this issue has been resolved,
> but please check for any failed requests on your end during the outage and
> consider re-running the impacted operations.
>
> If the issue persists, please provide the complete request
> 
>  and response
> 
>  logs
> with request ID
> 
>  and request header
> 
>  generated
> on your end for us to further investigate.
>
> @Meir, could you also try to re-run the API calls that failed on your
> end? If the issue persists as well, please provide the complete request
> 
>  and response
> 
>  logs
> with request ID
> 
>  and request header
> 
>  generated
> on your end.
>
> You can provide it via *Reply privately to author* option. If this option
> is not available, then send it instead on this email address
> googleadsapi-supp...@google.com.
>
> Regards,
> [image: Google Logo]
> Ernie John Blanca Tacata
> Google Ads API Team
>
>
> ref:_00D1U1174p._5004Q2TNsxJ: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 a topic in the
> Google Groups "AdWords API and Google Ads API Forum" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/adwords-api/IM_hGEgT9vE/unsubscribe.
> To unsubscribe from this group and all its topics, 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/teWMZ0R4FTPY00WAZNaBiUTo6x8Rhf3wvz5A%40sfdc.net
> 
> .
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/CAJ80cZ%2Bgp-u7SS4GNGa_u3jed8eQoij4_Rr%2ByAsT%3DNx-ZTdLhw%40mail.gmail.com.


The googleAds:search endpoint leaves the request hanging

2021-12-20 Thread Meir Mouyal
Any requests that I make to the googleAds:search endpoint are left hanging 
without returning a response.

Something is wrong

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/0dbbfc68-7185-40bc-9d92-009ccab51204n%40googlegroups.com.


Re: How to set a display campaign to only show on the YouTube website, channels and app?

2021-12-16 Thread Meir Mouyal
Ok, I will contact support, thanks!
El jueves, 16 de diciembre de 2021 a las 11:00:09 UTC+1, adsapi escribió:

> Hi Meir,
>
> This is Yasar and I work with Matt. Let me assist you with this.
>
> Thanks for confirming that you don't have any issues through the API. In 
> order to generate traffic, kindly double check if your campaign is active. 
> If it's already active, you may reach out to the product support team using 
> the help tab from Google Ads UI or via this link 
> , so that further 
> investigation can be done by looking into the account.
>
> Let us know if you have any further questions.
>
> Regards, 
> [image: Google Logo] 
> Yasar 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2TKxAC: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/ed5e827a-72e3-4fd3-8494-0f56a1009738n%40googlegroups.com.


Campaign Proximities are not working correctly

2021-12-16 Thread Meir Mouyal
Something really weird is going on, some days they are created correctly 
without any problems and some other days it just fails.

I always test it with different values, and for instance, yesterday it was 
working fine with "barcelona" as the city name, and today it isn't.

The error I'm getting is: "The Proximity address cannot be geocoded to a 
valid lat/long".

Does this happen to anyone else?

I know that such a weird behavior might imply that I'm not passing the 
correct city name, but... I checked and double checked and its really not 
the case.

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 
"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/d622b412-7540-49af-b3ac-d28de0d47ef6n%40googlegroups.com.


Re: How to set a display campaign to only show on the YouTube website, channels and app?

2021-12-15 Thread Meir Mouyal
I don't have any issues through the API, I know the request works because I 
can see it in the UI.

However the campaign is not generating any traffic
El miércoles, 15 de diciembre de 2021 a las 18:31:49 UTC+1, adsapi escribió:

> Hi Meir,
>
> Can you please privately reply with your request and response logs so that 
> we can verify this change?
>
> Thanks,
>
> Matt
> Google Ads API Team
>
>
> Reminder: Share your feedback about the Google Ads (AdWords) API! Take the 
> 2021 
> Google Ads API and AdWords API Annual Survey 
> 
>   
> [image: Google Logo] 
> Matthew James Yashinsky 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2TKxAC: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/16df51d7-366d-4daa-9664-ab2888b0a2b2n%40googlegroups.com.


Re: How to set a display campaign to only show on the YouTube website, channels and app?

2021-12-15 Thread Meir Mouyal
Hey Matt,

That's what I'm currently doing, setting a placement to youtube.com, but it 
doesn't seem to generate any traffic, literally 0 impressions.

El martes, 14 de diciembre de 2021 a las 21:29:47 UTC+1, adsapi escribió:

> Hi Meir,
>
> Thanks for reaching out. There isn't an setting in the API for restricting 
> display campaign ad placements to YouTube and a display campaign must have 
> its AdvertisingChannelType set to 'display'. However, if you have seen such 
> a setting supported in the Ads UI, we can submit a feature request on your 
> behalf.
>
> You can also specify youtube.com placements using the 
> CampaignCriterionService. If you are not using the API, I would recommend 
> looking through this general support article 
> .
>
> Regards,
> Matt
> Google Ads API Team
>
>
> Reminder: Share your feedback about the Google Ads (AdWords) API! Take the 
> 2021 
> Google Ads API and AdWords API Annual Survey 
> 
>   
> [image: Google Logo] 
> Matt 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2TKxAC: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/5801ae15-5443-4bf8-8d31-0736c2e837b3n%40googlegroups.com.


How to set a display campaign to only show on the YouTube website, channels and app?

2021-12-14 Thread Meir Mouyal
Is there a way in which I can filter a display campaign to only show ads on 
the YouTube platform?

What should I need to do? Create a placement for youtube.com and then 
select all the YouTube channels and videos?

Also, for the app, previously the YouTube App was included in the list, now 
it isn't anymore.

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 
"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/b5208a4a-b165-4dcf-a2bc-25a91d511e98n%40googlegroups.com.


AdGroup targeting not being correctly set through the API even though the response is successful

2021-12-03 Thread Meir Mouyal
Hello there,

I'm making a request to set multiple custom interests and affinities to an 
adgroup and getting a successful response with the created resourceNames.

However, when checking through the UI if the targeting was correctly set, 
almost all of the targetings sent through the request don't seem to appear 
as set, just some seem to appear.

Curiosuly enough, this issue is only happening with a particular customer 
Id,

Please let me know what more information I can provide that can be of help.

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 
"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/227d6590-bc7c-4970-926d-128534e4a6aan%40googlegroups.com.


NAME_ALREADY_USED:CustomInterestError on custom interests migration

2021-11-30 Thread Meir Mouyal
I'm trying to migrate all the CustomInterests from one account to another.

Some of the custom interests have the same name but different types: 
CUSTOM_AFFINITY or CUSTOM_INTENT.

However when trying to make a request with all the custom interest I get 
the NAME_ALREADY_USED error.

Should this be happening? They have different types.

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 
"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/81efee5b-4d79-42eb-a38d-5220cd871c45n%40googlegroups.com.


Using Shutterstock images in Responsive Display Ad

2021-11-22 Thread Meir Mouyal
Hey,

I was wondering if and how I can use Shutterstock images as the 
marketingImages assets for a Response Display Ad.

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/d279e21d-6fa5-4a31-b852-eb564e5131adn%40googlegroups.com.


DUPLICATE_NAME error when creating a label that already exists

2021-11-18 Thread Meir Mouyal
It would be nice if the existing Id of the duplicate label is returned.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/be7e6309-909f-437b-a2b5-ae6ef156f4bdn%40googlegroups.com.


Re: Find the original asset when getting error: CANNOT_MODIFY_ASSET_NAME when uploading duplicate image

2021-11-17 Thread Meir Mouyal
Never mind, it's not fixed yet, the original asset was being returned 
because I was using the same asset name when creating the asset :/

El miércoles, 17 de noviembre de 2021 a las 15:09:55 UTC+1, Meir Mouyal 
escribió:

>
> Hey there,
>
> Is it possible that this has already been solved?
>
> I can't find anything in the blog, however now I seem to get the original 
> asset details as a result!
>
> Thanks :D
> El lunes, 15 de noviembre de 2021 a las 2:47:29 UTC+1, adsapi escribió:
>
>> Hi everyone,
>>
>> Thank you for your follow ups. I work with Aryeh and allow me to assist 
>> you as well.
>>
>> @*Meir*, you may try updating the pixel and let us know how it goes. 
>> Also, I've taken note of your suggestion to have the ID or the original 
>> resource included in the error for ease of troubleshooting when this error 
>> is encountered. As for removing an asset, this is currently not supported. 
>> However, a separate feature request was already raised and you may also 
>> continue to follow our blog 
>> <https://ads-developers.googleblog.com/search/label/google_ads_api> for 
>> updates.
>>
>> As for your UI concern, this is unfortunately outside of our API team's 
>> expertise. You may instead reach out to the Google Ads Product Support 
>> team, via this link <https://support.google.com/google-ads/gethelp>, to 
>> clarify available UI features for asset management.
>>
>> @*Lonny*, thank you for bumping this thread as well. We have raised your 
>> input as well and you may indeed follow our blog for now, for updates.
>>
>> Best regards,
>>
>>
>> Reminder: Share your feedback about the Google Ads (AdWords) API! Take 
>> the 2021 Google Ads API and AdWords API Annual Survey 
>> <https://google.qualtrics.com/jfe/form/SV_eQbOpf4VxRyyqqO?source=so>
>>   
>> [image: Google Logo] 
>> Peter Laurence Napa Oliquino 
>> Google Ads API Team 
>>   
>>
>> ref:_00D1U1174p._5004Q2Hyur3: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/510346a3-e322-461d-8638-48ecf9962655n%40googlegroups.com.


Re: Find the original asset when getting error: CANNOT_MODIFY_ASSET_NAME when uploading duplicate image

2021-11-17 Thread Meir Mouyal

Hey there,

Is it possible that this has already been solved?

I can't find anything in the blog, however now I seem to get the original 
asset details as a result!

Thanks :D
El lunes, 15 de noviembre de 2021 a las 2:47:29 UTC+1, adsapi escribió:

> Hi everyone,
>
> Thank you for your follow ups. I work with Aryeh and allow me to assist 
> you as well.
>
> @*Meir*, you may try updating the pixel and let us know how it goes. 
> Also, I've taken note of your suggestion to have the ID or the original 
> resource included in the error for ease of troubleshooting when this error 
> is encountered. As for removing an asset, this is currently not supported. 
> However, a separate feature request was already raised and you may also 
> continue to follow our blog 
>  for 
> updates.
>
> As for your UI concern, this is unfortunately outside of our API team's 
> expertise. You may instead reach out to the Google Ads Product Support 
> team, via this link , to 
> clarify available UI features for asset management.
>
> @*Lonny*, thank you for bumping this thread as well. We have raised your 
> input as well and you may indeed follow our blog for now, for updates.
>
> Best regards,
>
>
> Reminder: Share your feedback about the Google Ads (AdWords) API! Take the 
> 2021 
> Google Ads API and AdWords API Annual Survey 
> 
>   
> [image: Google Logo] 
> Peter Laurence Napa Oliquino 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2Hyur3: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/425969d8-1dea-4f60-b78d-32d739d879een%40googlegroups.com.


Re: Find the original asset when getting error: CANNOT_MODIFY_ASSET_NAME when uploading duplicate image

2021-11-12 Thread Meir Mouyal
Hey there,

Yeep... I've thought about filtering through a report but... it's not ideal 
at all, I might just modify a pixel in the image and upload it.

Typically when getting a duplicate error you really expect to have the Id 
or some reference that points you to the original resource, so it would be 
amazing to have that.

I also find really interesting that Assets can't be deleted, why is this?

There is also no UI panel where one can manage all the uploaded assets, 
right?

Thanks!
El viernes, 12 de noviembre de 2021 a las 16:27:06 UTC+1, adsapi escribió:

> Hi Meir,
>
> I work with Ernie and will assist you. I reproduced this behavior of 
> CANNOT_MODIFY_ASSET_NAME when uploading duplicate image with a modification 
> in UploadImageAsset.java to upload the image with a name the second time 
> around, the error response didn't show which image was the duplicate. I 
> raised with my team this request for the error message to show which 
> resource name is the duplicate. Upon review we may add this 
> functionality. You may monitor our blog 
>  for 
> an update.
>
> In the meantime, you can pull an asset report 
>  and filter 
> for dimensions and size and other attributes of the image you are trying to 
> upload and then if there is one match you got the resource name.
>
> SELECT asset.id, asset.image_asset.file_size, 
> asset.image_asset.full_size.height_pixels, asset.image_asset.full_size.url, 
> asset.image_asset.full_size.width_pixels, asset.image_asset.mime_type, 
> asset.name, asset.resource_name FROM asset WHERE 
> asset.image_asset.file_size = 0 AND 
> asset.image_asset.full_size.height_pixels = 0 AND 
> asset.image_asset.full_size.url = '0' AND 
> asset.image_asset.full_size.width_pixels = 0 AND 
> asset.image_asset.mime_type = 'IMAGE_GIF'
>
> Reminder: Share your feedback about the Google Ads (AdWords) API! Take the 
> 2021 
> Google Ads API and AdWords API Annual Survey 
> 
>
> Regards,
>  
> [image: Google Logo] 
> Aryeh Baker 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2Hyur3: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/42dc9e5b-8bb5-450b-857d-f08d33e01d8dn%40googlegroups.com.


Re: Find the original asset when getting error: CANNOT_MODIFY_ASSET_NAME when uploading duplicate image

2021-11-12 Thread Meir Mouyal
I'm getting the same error and I'm setting a different name, the error 
message is correct.

How can I know though which is the original asset?

El lunes, 31 de mayo de 2021 a las 10:59:57 UTC+2, Google Ads API Forum 
Advisor Prod escribió:

> Hi,
>
> Thank you for raising this concern.
>
> If you are looking for a way to get the value of data 
> 
>  
> field, then I am afraid that this is not possible as this field is for 
> mutate only.
>
> However, it appears that the error did not occurred because you've 
> uploaded the same image, rather, this error occurred because you are 
> setting the same asset name. With this, if you are creating new asset, 
> please ensure to use unique name to avoid the error. Furthermore, you can 
> utilize the asset 
>  view to 
> know the name 
>  of 
> your existing assets before creating new one. 
>
> Regards,
> [image: Google Logo] 
> Ernie John Blanca Tacata 
> Google Ads API Team 
>   
>
> ref:_00D1U1174p._5004Q2Hyur3: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/712ee1e4-e7ff-4909-b1c4-02196ae6ab35n%40googlegroups.com.


Re: How to set Maximize Conversions bidding in a Display Campaign

2021-11-11 Thread Meir Mouyal
Hey there!

Yeep, it seems to work with v9.

However it doesn't seem correct to have the "updateMask" set to 
"maximizeConversions.targetCpa" when its not even in the "update" object.

The documentation 

 
should also be updated, as it states that it's only possible to use it with 
Search Campaigns.

Thanks for the quick reply! :)

El jueves, 11 de noviembre de 2021 a las 17:52:34 UTC+1, adsapi escribió:

> Hi Meir,
>
> Version 9 of the API allows Maximize conversions in a display campaign 
> while version 8 doesn't, could you try with version 9?
>
> Here is a template CURL for the change:
>
> curl -i --request POST 
> https://googleads.googleapis.com/v9/customers/{cId}/campaigns:mutate \
> --header "Content-Type: application/json" \
> --header "login-customer-id: {logincid}" \
> --header "developer-token: {devtoken}" \
> --header "Authorization: Bearer {access token}" \
> --data "{
>   'operations': [
> {
>  'update': {
> 'resourceName': 'customers/{cid}/campaigns/{campaignId}',
> 'maximizeConversions': {
>  
> }
>   },
>   'updateMask': 
> 
>  'maximizeConversions.targetCpa'
>   }
> 
>   ],
>   "partialFailure": true,
>   "validateOnly":false
> }
> "
>
> ref:_00D1U1174p._5004Q2R8BHG: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/ea681d97-e669-4ec5-9d3d-aaf81c3a7af0n%40googlegroups.com.


How to set Maximize Conversions bidding in a Display Campaign

2021-11-11 Thread Meir Mouyal
Through the UI I can set the Maximize Conversions bidding in a Display 
Campaign, however I can't seem to do the same thing through the Ads API.

Can it be done?

Thanks :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/d251578d-7930-4a2b-bd0b-56aeb299dd10n%40googlegroups.com.


Re: How to create a Lead Campaign

2021-11-09 Thread Meir Mouyal
I forgot to mention, I'm referring to the Google Ads API (not AdWords)

El miércoles, 10 de noviembre de 2021 a las 6:55:42 UTC+1, Meir Mouyal 
escribió:

> Hey everyone,
>
> I was wondering if it's possible to create a campaign with a goal through 
> the API as it's done through the UI.
>
> For instance, I would like to create a Lead Campaign.
>
> I haven't been able to find anything about it in the API Docs.
>
> Given the case that we cannot set campaign goals directly, could we then 
> know which are the settings for each type of campaign goal so that we can 
> replicate them?
>
> 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/e41921a0-6fe1-4c9c-9ca0-4f534558bbacn%40googlegroups.com.


How to create a Lead Campaign

2021-11-09 Thread Meir Mouyal
Hey everyone,

I was wondering if it's possible to create a campaign with a goal through 
the API as it's done through the UI.

For instance, I would like to create a Lead Campaign.

I haven't been able to find anything about it in the API Docs.

Given the case that we cannot set campaign goals directly, could we then 
know which are the settings for each type of campaign goal so that we can 
replicate them?

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/74c8cd76-80f0-42c9-a815-3a67f0f6e68cn%40googlegroups.com.