RE: How to get Video Ad by API

2019-07-10 Thread Google Ads API Forum Advisor Prod
Hi Alexey,

The only way to retrieve video related ads is by downloading reports. You can 
retrieve video ad metrics using the Video Performance Report or the Ad 
Performance Report.

Regards,
Dannison
Google Ads API Team
ref:_00D1U1174p._5001UCc0S1: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/v13e40PUGQ6P00d52zo90lSMiQO0A1dMypHQ%40sfdc.net.


Google Ads API have YouTube video set up function?

2019-07-10 Thread MCC智美
Hello,
I want to set up YouTube video to advertising material resources through 
the Google Ads API. But how can I get the video ID?
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/3c0a13f7-2adb-492b-9eac-9fcae2c7994b%40googlegroups.com.


Re: How to get Video Ad by API

2019-07-10 Thread Alexey Ohorzin
Let me clarify. Can't I get ads with type 'Video Ad'? I need to check URLs 
in ads with type 'Video Ad'. May be there is some another way to get some 
data from such ads?

On Wednesday, 10 July 2019 17:26:01 UTC+7, Alexey Ohorzin wrote:
>
> Hi. I can't get Video Ad by API? How can I do it? I 
> used AdGroupAdService, MediaService.
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/04625a0d-30eb-4890-b83b-ac1c0447531d%40googlegroups.com.


RE: Google Impression Share

2019-07-10 Thread Google Ads API Forum Advisor Prod
Hi,

Thank you for reaching out.

You can download the Campaign Performance Report and add a filter for 
AdvertisingChannelType and set it to SEARCH. You may refer to the query below.

AWQL: SELECT CampaignId, SearchImpressionShare FROM CAMPAIGN_PERFORMANCE_REPORT 
WHERE AdvertisingChannelType IN ['SEARCH']

Regards,
Dannison
Google Ads API Team
ref:_00D1U1174p._5001UCc0SG: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/jS-lb0PUGHBG008NmG9gbvRBuCww1Y2uDqgw%40sfdc.net.


RE: How to read all Ad Types using java api?

2019-07-10 Thread Google Ads API Forum Advisor Prod
Hi Suresh,

Thank you for reaching out.

You can use the AdGroupAdService.get() which can retrieve all ad types in your 
account. You can also download the Ad Performance Report as this will also 
return metrics on the ad level.

Hope this helps.

Regards,
Dannison
Google Ads API Team
ref:_00D1U1174p._5001UCc0S6: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/3vCUx0PUGG81007XBhprUuTNOYCdYGAKxjnw%40sfdc.net.


RE: How to get Video Ad by API

2019-07-10 Thread Google Ads API Forum Advisor Prod
Hi Alexey,

Thank you for reaching out.

In the AdWords API perspective, video campaign are only supported in reports.

Let me know if you have further clarifications.

Regards,
Dannison
Google Ads API Team
ref:_00D1U1174p._5001UCc0S1: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/Da2PX0PUGFXR00eNZuFkuWSLOMpYgeFW6ZAA%40sfdc.net.


Re: Is it possible to set a total budget for a display network campaign?

2019-07-10 Thread Rhys Emmerson
Hi Bharani, 

I'm not saying there is an issue with Google Ads overspending.

Currently we have to set a daily budget, periodically check the spend via 
the api and pause the campaign when the spend reaches $100. If we place a 
campaign on behalf of a client for say $100, we would like to set a spend 
limit for $100 rather than a daily budget. 

I'd like to know if this feature exists or if there are plans to introduce 
it in the future.

On Thursday, July 11, 2019 at 6:52:07 AM UTC+10, adsapiforumadvisor wrote:
>
> Hello, 
>
> Could you please confirm if the issue is specific to Google Ads API or is 
> this seen when making the API calls using AdWords API too? Could you please 
> share details of your implementation along with the CID where you are 
> seeing the overspending to check this further? You can share the details 
> privately via *Reply privately to author* option.
>
> Regards,
> Bharani, Google Ads API Team
>
> ref:_00D1U1174p._5001UCbxEn: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/7c3bbb32-fce4-43c6-9e19-ff4db25ca747%40googlegroups.com.


Re: FeedMapping service can't be queried with PlaceholderType and CriterionType in WHERE clause at the same time, but AdWords API can.

2019-07-10 Thread Google Ads API Forum Advisor Prod
Hi Dongqi,

Technically, it is possible to create multiple FeedMapping objects for the same 
feed but with different placeholder types, but in practice it is highly 
unlikely. This would require having a single feed that contains attributes for 
two different placeholder types. This setup would be very difficult to 
maintain, since users would have to somehow know which attributes to fill in on 
a given FeedItem based on its intended placeholder type. In addition, this 
would require some very complex matching functions on CustomerFeed, 
CampaignFeed, or AdGroupFeed.

Thanks,
Josh, Google Ads API Team
ref:_00D1U1174p._5001UBkn2x: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/s6XZ50PUG75P00fRtNioATTVWcToAe8--eDQ%40sfdc.net.


Google Ads API - Responsive Search Ads

2019-07-10 Thread rentcafe dev
Hello,

I'm trying to create a Responsive Search Ad using the .NET library for 
Google Ads API and I'm receiving the following error:

Google Error:  Status(StatusCode=InvalidArgument, Detail=""Request contains 
an invalid argument.""

It sure would be nice if the error message would indicated what is wrong 
with the request.  Below is the request that is generating the error:

{{ "create": { "status": "ENABLED", "adGroup": "customers/REMOVED FOR 
SECURITY/adGroups/71271993583", "ad": { "responsiveSearchAd": { 
"headlines": [ { "text": "Houston Apartments", "pinnedField": "HEADLINE_1" 
}, { "text": "Apartments for Rent in Houston", "pinnedField": "HEADLINE_1" 
}, { "text": "Rent Houston Apartments", "pinnedField": "HEADLINE_1" }, { 
"text": "[3] Bedroom Apartments" }, { "text": "Exclusive Amenities" }, { 
"text": "On [3 + ^Street Name^]" }, { "text": "In [Neighbourhood]" }, { 
"text": "In [77058]" }, { "text": "Premier Location" }, { "text": "[RCQA 
TOL Property2]" }, { "text": "Houston Apartments" }, { "text": "Beautiful 
Apartments for Rent" }, { "text": "Get Ready to Move" }, { "text": "Move-In 
Ready Apartments" }, { "text": "Opening [opening date]" } ], 
"descriptions": [ { "text": "The Very Finest in Apartment Living in 
Houston. Contact Us to Schedule a Tour!", "pinnedField": "DESCRIPTION_1" }, 
{ "text": "[^Number of Bedrooms^] Bedroom Apartments. Live In Style & Enjoy 
Our Extensive List of Ame" }, { "text": "Our Spacious Units Are Perfectly 
Designed For Your Needs. Contact Us Today!" }, { "text": "Choose the Best 
Floor Plan for You. Feel Free to Contact Us for More Info." } ], "path1": 
"Apartment", "path2": "Houston TX" } } } }}

I do not have any log files to send you.  As far as I know the .NET 
libraries do not have that feature.

KDJ

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/91c8ece7-ecac-482f-a361-6af98667d09d%40googlegroups.com.


Re: Google AdWords Report API mapping required with Google Ads new version.

2019-07-10 Thread Google Ads API Forum Advisor Prod
Hi Qaiser,

This appears to be a bug. While the team works on getting it fixed, I think you 
can successfully use this filter with a different regex, can you try:

WHERE ad_group_criterion.keyword.text  NOT LIKE '.^+.^'

This is assuming you intended "%" to be a wildcard operator.

Let me know if that helps or if you have any further questions.

Best,
Ben Karl, Google Ads API Team
ref:_00D1U1174p._5001UCa0v8: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/A9VPD0PUG4GQ00jieidI9_QEWXc5ZFfuPboQ%40sfdc.net.


Re: Google AdWords Report API mapping required with Google Ads new version.

2019-07-10 Thread Google Ads API Forum Advisor Prod
Hi Qaiser,

Thanks for the question - I'm looking into this for you and will get back to 
you with more information as soon as possible.

Thanks,
Ben Karl, Google Ads API Team
ref:_00D1U1174p._5001UCa0v8: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/lio7F0PUG3BY00LiEIJXv5SM2Tmeyn_uY35w%40sfdc.net.


RE: Is it possible to set a total budget for a display network campaign?

2019-07-10 Thread Google Ads API Forum Advisor Prod
Hello,

Could you please confirm if the issue is specific to Google Ads API or is this 
seen when making the API calls using AdWords API too? Could you please share 
details of your implementation along with the CID where you are seeing the 
overspending to check this further? You can share the details privately via 
Reply privately to author option.

Regards,
Bharani, Google Ads API Team
ref:_00D1U1174p._5001UCbxEn: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/fMcT-0PUG1YC00ITQRLo3ZR0eMiQONgEe72w%40sfdc.net.


RE: Getting impressions for Ads in Bigquery

2019-07-10 Thread Google Ads API Forum Advisor Prod
Hello Johan,

We will be able to address concerns specific to AdWords API/Google Ads API on 
this forum. It looks like you are having an issue generating the report data in 
BigQuery, you will need to get in touch with the BigQuery team by contacting 
them through the support channels available here. If you are seeing any data 
discrepancies with Google Ads API reporting and Google Ads account, please 
elaborate and we will be happy to take a look.

Thanks,
Bharani, Google Ads API Team
ref:_00D1U1174p._5001UCc0U2: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/s0zN60PUFZSX00ioZoJDmRRMS6HkbpalPFJQ%40sfdc.net.


RE: Targeting Idea Selector in library "googleads/google-ads-php" PHP

2019-07-10 Thread Google Ads API Forum Advisor Prod
Hello Youness,

The equivalent service to TargetingIdeaService is KeywordPlanIdeaService in the 
new Google Ads API. You can refer here the same. You could refer to the Keyword 
Planning in the release notes to get more clarity. You could refer the code 
samples to create keyword plan, and keyword ideas from here. Let me know if you 
have any further questions.

Regards,
Sai Teja, Google Ads API Team
ref:_00D1U1174p._5001UCc0SB: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/ZAM2T0PUFY0W006VH1xQnKTL6dapaBiw7zpg%40sfdc.net.


RE: Google Ads Data Freshness

2019-07-10 Thread Google Ads API Forum Advisor Prod
Hello Акулов ,

It depends on the kind of data you are pulling from your account. According 
this Data freshness article, some of the data for today will be available on 
the day after tomorrow 11am PST. In the article it is mentioned that the 
availability of data based on different time zones. Based on the time zone the 
account belongs to you can estimate the availability of data.

Regards,
Sai Teja, Google Ads API Team
ref:_00D1U1174p._5001UCbzAF: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/ZG-Gb0PUFW9O00CUHKYfywSfKGJBSMYFGAsg%40sfdc.net.


Re: Google AdWords API returns AdGroups not connected to clienctCustomerId account

2019-07-10 Thread Google Ads API Forum Advisor Prod
Hello łukasz,

That is correct. To pull the removed entities you will need to explicitly query 
for the REMOVED campaigns. As for your concern, status changes at the campaign 
level will affect the statuses of the ad groups, ads, and criteria within it. A 
status change at the ad group level will affect the ads and keywords contained 
within it, and so on. If an criteria belongs to a removed campaign, it's 
effective status is removed as well even though they display as enabled.

Google Ads Query Language supports paging by specifying page_size in your 
request. You will be add paging through the results by following this guide.

Let me know if you have any questions.

Regards,
Bharani, Google Ads API Team
ref:_00D1U1174p._5001UCbaJL: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/atXVt0PUFNHO00oGKSO351TiWwjL0DJ1Rg5A%40sfdc.net.


Account without Adwords Created Feeds

2019-07-10 Thread Bradford Loesch
I am trying to use the various ExtensionSettingServices to manage call 
extensions within an account 9027620725. It appears that this account does 
not have any feeds whose origin is `ADWORDS`, and they are all user 
created. When I attempted creating a call extension in this account with 
the ExtensionSettingService, it was placed in the custom user created feed. 
However, I do not see the call extensions returned through a get to that 
service (but they are visible in the FeedItemService).

Outgoing request: {'SOAPAction': '""', 'Content-Type': 'text/xml; 
charset=utf-8', 'authorization': 'REDACTED'}
http://schemas.xmlsoap.org/soap/envelope/;>

https://adwords.google.com/api/adwords/cm/v201809;>
9027620725
REDACTED
DialogTech Internal API (AwApi-Python, googleads/20.0.0, 
Python/3.6.8, zeep)
false
false



https://adwords.google.com/api/adwords/cm/v201809;>

CampaignId
ExtensionType
Extensions

CampaignId
IN
1386456613
1386456616


ExtensionType
EQUALS
CALL






Incoming response: 
b'http://schemas.xmlsoap.org/soap/envelope/;>\n 
\n https://adwords.google.com/api/adwords/cm/v201809;>\n 
00058d550ce30dd00a376615030ceb5e\n 
CampaignExtensionSettingService\n 
get\n 0\n 
287\n \n \n 
\n https://adwords.google.com/api/adwords/cm/v201809;>\n \n 
0\n 
CampaignExtensionSettingPage\n \n 
\n \n\n'

Is there a way to create new feeds with the origin of `ADWORDS` or 
otherwise get this account into a state where the ExtensionSettingService 
can be used to manage extensions?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/98a31a82-b561-47da-9f3a-15d99129fbe4%40googlegroups.com.


Re: Can I get simple json response from ads api?

2019-07-10 Thread Google Ads API Forum Advisor Prod
Hello Ken,

Using client library it is not possible to get the output in JSON format. 
Alternaltively you an use the CURL operation to get the output in JSON format. 
Example JSON query is give below.  Please give it a try and let me know if you 
have any further questions.

CURL example:
curl -H "Authorization: Bearer ACCESS_TOKEN_HERE"
-H "developer-token: DEVELOPER_TOKEN_HERE"
-H "login-customer-id: LOG_IN_CUSTOMER_ID"
-H "Content-Type: application/json" 
https://googleads.googleapis.com/v1/customers/CLIENT_CUSTOMER_ID_HERE/googleAds:search
 --data '{query: "SELECT campaign.id, campaign.name, metrics.clicks, 
metrics.impressions, metrics.conversions, metrics.cost_micros FROM campaign 
WHERE segments.date DURING LAST_30_DAYS ORDER BY campaign.id"}'

Regards,
Sai Teja, Google Ads API Team
ref:_00D1U1174p._5001UCZwK3: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/uduWV0PUFL3B00AIRk0lZHSGa5DloDu1B53A%40sfdc.net.


Audience Manager List Members - Google Ads API V1

2019-07-10 Thread 'Ramanajee Kandregula' via AdWords API and Google Ads API Forum


[image: Capture.PNG]
Hello there,
How can i select different types of list members in Google Ads API V1 ?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/62f07a3b-654d-4791-8036-4791b95932e5%40googlegroups.com.


Re: Google Ads API - Placement Detail Incomplete data

2019-07-10 Thread Ryan Whitten
Hi Josh, 

Thank you, that did the trick! I had been using the same migration guide 
before v2 came out and didn't see the announcement about v2. It's great 
that the issue has been resolved in v2. 

Thanks,
Ryan 

On Tuesday, July 9, 2019 at 10:19:32 PM UTC-4, adsapiforumadvisor wrote:
>
> Hi Ryan,
>
> Are you using v1 or v2 of the API? I ask because I just confirmed that the 
> query you provided fails in v1, but succeeds in v2.
>
> Regarding the migration guide, we update that with each new version of the 
> API, so if you are comparing that guide to the API Fields in the reference 
> section, you'll want to use the section under the latest version 
> 
>  
> . However, if you see any inconsistencies or issues with the documents, 
> please do not hesitate to let us know.
>
> Thanks,
> Josh, Google Ads API Team
>
> ref:_00D1U1174p._5001UCb3UA: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/00a3c150-6b3b-4353-aa7a-9ce6cd243829%40googlegroups.com.


Re: Issue setting bid strategy through API differs from UI

2019-07-10 Thread Google Ads API Forum Advisor Prod
Hi Vinuntha,

You'll want to use the CopyFrom method that is part of all message classes in 
Python, so for example:

manual_cpm = client.get_type('ManualCpm', version='v1')
campaign.manual_cpm.CopyFrom(manual_cpm)

Hope that helps! let me know if you have any additional questions.

Best,
Ben Karl, Google Ads API Team
ref:_00D1U1174p._5001UCZl6w: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/cvGnN0PUFGPK00wNEyeFRcQwaIj2Gm1CCgBA%40sfdc.net.


Re: Linking account with Manager Account in Google Ads API

2019-07-10 Thread Amrender kumar
Hi Teja,
I have managed to fix the problem. It seems working now.

Thank you for your help.

Thanks,
Amrender

On Monday, 8 July 2019 20:09:38 UTC+5:30, adsapiforumadvisor wrote:
>
> Hello Amrender,
>
> To analyze further, could you please share the complete request and 
> response log containing request id? Also please specify or share the guide 
> that you followed to create OAuth credentials. You could use *reply 
> privately to the author option* while sharing the information requested.  
>
> Regards,
> Sai Teja, Google Ads API Team
>  
>
> ref:_00D1U1174p._5001UAqLBq: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/4c7911fc-1b0c-49fc-a73b-872bb1049219%40googlegroups.com.


Re: Placement Performance report has duplicate rows

2019-07-10 Thread Google Ads API Forum Advisor Prod
Hello,

We don't have this information explicitly listed all in one place, but the 
documentation at the top of each specific report page should have this 
information for that report. For example, on top of the Keywords Performance 
Report age, it says, "The Keywords Performance report includes all statistics 
aggregated at the keyword level, one row per keyword."

If you find this documentation to be missing or inaccurate for any given 
report, please let me know so we can take a look at updating the documentation.

Regards,
Mike, Google Ads API Team
ref:_00D1U1174p._5001UCZZU3: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/JVsyx0PUFDLC00qI6FlbK0RjKlC8Bdvdh6fw%40sfdc.net.


Re: Issue setting bid strategy through API differs from UI

2019-07-10 Thread Google Ads API Forum Advisor Prod
Hello,

Sorry for the delay. I'm going to route this issue to someone who has more 
familiarity with the python library, who should hopefully be able to assist.

Regards,
Mike, Google Ads API Team
ref:_00D1U1174p._5001UCZl6w: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/NarsY0PUFDD000ki1bzbvdTpWW7ucmeRhBXg%40sfdc.net.


Re: Conversion Upload : how to set conversion window on each conversion upload?

2019-07-10 Thread Akhil V V
Thanks Peter! I actually had modified the ctcLookBackWindow while creating
conversion action (which I believe is a one time action) however I want to
set conversion window every time I fire a conversion through GCLID.
The issue is that whenever I fire a conversion through API, the conversion
window is getting set to 1 day instead of 90 days. Due to this the
conversions on our DB doesnt match with Google ads. So as a solution I want
to send conversion window = 90 days on every pixel fires.

Please see my code below

$adWordsConversionTracker->setStatus(ConversionTrackerStatus::ENABLED);
$adWordsConversionTracker->setCategory(
ConversionTrackerCategory::DEFAULT_VALUE
);
$adWordsConversionTracker->setViewthroughLookbackWindow(15);
$adWordsConversionTracker->setCtcLookbackWindow(90);
// $adWordsConversionTracker->setDefaultRevenueValue(23.41);
// $adWordsConversionTracker->setAlwaysUseDefaultRevenueValue(true);
$conversionTrackers[] = $adWordsConversionTracker;

// Create conversion tracker operations and add them to the list.
$operations = [];
foreach ($conversionTrackers as $conversionTracker) {
$operation = new ConversionTrackerOperation();
$operation->setOperand($conversionTracker);
$operation->setOperator(Operator::ADD);
$operations[] = $operation;
}

// Create the conversion trackers on the server.
$result = $conversionTrackerService->mutate($operations);

// Print out some information about created trackers.

   $conversionName  = 'API Conversions';
   $conversionTime  = '20190709 120902 GMT';
   $conversionValue = '1';
   $gClId   =
'EAIaIQobChMIq7vOpOWn4wIVC_lRChldksldksklAAYAyAAEgJQYfD_BwE';

 $feed = new OfflineConversionFeed();
$feed->setconversionName($conversionName);
$feed->setconversionTime($conversionTime);
$feed->setconversionValue($conversionValue);
$feed->setgoogleClickId($gClId);

$offlineConversionOperation = new OfflineConversionFeedOperation();
$offlineConversionOperation->setOperator(Operator::ADD);
$offlineConversionOperation->setOperand($feed);
$offlineConversionOperations = array($offlineConversionOperation);
$result =
$offlineConversionService->mutate($offlineConversionOperations);

Is it possible to use ctcLookBackWindow anywhere on the highlight section?

Please let me know your thoughts. Thanks

On Wed, Jul 10, 2019 at 9:12 AM Google Ads API Forum Advisor Prod <
adsapiforumadvi...@gmail.com> wrote:

> Hi Akhil,
>
> The ctcLookBackWindow
> 
> can only be modified using the ConversionTrackerService
> .
> Also, please note that this is only editable for AdWords Conversions
> 
> and Upload Conversions
> 
> .
>
> Thanks and regards,
> Peter
> Google Ads API Team
>
> ref:_00D1U1174p._5001UCbm8s: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/UQs--0PUEQAZ00C4qyEaRDRPGDpaD9s8cKMg%40sfdc.net
> 
> .
>


-- 
Thanks,
Akhil V V

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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

How to get Video Ad by API

2019-07-10 Thread Alexey Ohorzin
Hi. I can't get Video Ad by API? How can I do it? I 
used AdGroupAdService, MediaService.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/3c22dd15-b07b-4c92-936e-a816208e7665%40googlegroups.com.


Google Impression Share

2019-07-10 Thread Lekhraj
Hi,

Is there a way to get Total Search campaigns Search Imp. Share using API?

[image: search_impression_share.png] 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/2a62326b-58d4-498f-89bd-8f8eba933764%40googlegroups.com.


Targeting Idea Selector in library "googleads/google-ads-php" PHP

2019-07-10 Thread Youness Chetoui
Hello everyone,

I need some help with the library "googleads/google-ads-php". I juste moved 
of "googleads/googleads-php-lib" and I try to re use my function but i not 
understand how i setup the library to make this. The example on adword doc 
use the old library and I don't find the different class how i use in old 
library.

I don't find TargetingIdeaService and others class i used before like :


   - RelatedToQuerySearchParameter
   - TargetingIdeaSelector
   - Paging
   - etc ...

I really need help to understand how i get the TargetingIdeaService and 
make a request with different parameters in the new lib.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/11c9b7cf-0d59-4455-a3ed-057d7c21cd24%40googlegroups.com.


Re: Missing all Youtube ads in AdGroupAdService

2019-07-10 Thread James D'Arcy
Hi all

Has there been any changes to this issue since the end of 2017? Are YouTube 
campaigns still not available via the Google CamapaignService API call?

James

On Saturday, November 19, 2016 at 1:07:26 AM UTC+11, Markus Wigbels wrote:
>
> Dear support team,
>
> I'm trying to fetch all Ads located in a campaign in an account. 
> Unfortunately the result of my query does not include our YouTube Ads. 
>
> My adwords-phplib-query is the following:
>
> $user = new AdWordsUser();
>
> $user->SetClientCustomerId('MY_CLIENT_CUSTOMER_ID');
>
> $adGroupAdService = $user->getService('AdGroupAdService', ADWORDS_VERSION
> );
>
> $query = 'SELECT Id, AdType, Dimensions, TemplateAdName, UniqueName WHERE 
>  Status IN [ENABLED, PAUSED, DISABLED] ORDER BY Id LIMIT 0,500';
> $results = $adGroupAdService->query($query);
>
>
> I get 215 Ads but the YouTube Ads are missing. Am I querying wrong here? 
>
> Best regards, 
> Markus
>
>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/e73cb421-220a-4ca5-9358-a2191854a16f%40googlegroups.com.


How to read all Ad Types using java api?

2019-07-10 Thread Suresh Kumar Shenbagam
Hi,

Is there any way I can read all the types of Ad, like Expanded Text Ads, 
etc. from the enumeration using java api?

Suresh

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/65620e7f-d5d7-4952-ae11-ccbcb3ff5e00%40googlegroups.com.


Re: Do we have any api to create Gmail HTML Ad?

2019-07-10 Thread rakesh


On Tuesday, July 9, 2019 at 3:28:48 AM UTC-7, rakesh wrote:
>
> Currently we are creating gmail ads by uploading zip file which contains 
> html,images,teaser file.
> Now we are trying to create the same by using api's provided by google, 
> but no luck as we are getting the following exception : 
> "OperationAccessDenied.OPERATION_NOT_PERMITTED_FOR_CAMPAIGN_TYPE".
>
> Do we have any api which helps me to create Gmail HTML ADS?
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/d1dd6c8f-3328-4fb3-aab6-aa7d5049444a%40googlegroups.com.


Google Ads Data Freshness

2019-07-10 Thread Акулов Алексей
Hi Community,

I'm running 2 Google Ads reports: ad groups performance and keyword 
performance. I'm doing this continuously each 10 mins. 
My application host is on the same time zone with Google Ads account. 

Last run for the previous day I perform on the next date about 00:00:01, 
but I can see differences in data after couple of hours: current UI vs 
already uploaded data from Google Ads. 

*When should I exactly run Google Ads report for a given day to make sure 
that I will get correct and final data? *

I read this article, but I can't make exact decision after reading that: 
https://support.google.com/google-ads/answer/2544985?hl=en


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/cccaa8e0-adf0-4866-90d3-6657c0d58d33%40googlegroups.com.