Re: HTML 5 AdType restricting Reporting

2020-08-14 Thread Erik Gray
I have added the AdGroup ID below. 

The AdID is not being returned at all.

*Account and AdID that is not showing Volume when AdType is included: *this 
AdID has volume in Ads Manager, see screenshot

Account ID: 590-906-7329

Ex. Ad ID: 446103997161; AdGroup ID: 100842071909

Date Range: July 1st, 2020 - July 31st, 2020

Report Definitions: AccountID, AdType, AdId, Impressions


*Account and AdID that IS showing Volume when AdType is included:*

Account ID: 819-561-2270

Ex. Ad ID: 444711770634; AdGroup ID: 101638198685

Date Range: July 1st, 2020 - July 31st, 2020

Report Definitions: AccountID, AdType, AdId, Impressions


On Friday, August 14, 2020 at 2:35:28 PM UTC-6 adsapiforumadvisor wrote:

> Hi Erik,
>
> Can you also share the ad group Ids these ads are associated with, since 
> ad Ids are not unique? By no volume, do you mean you are not seeing these 
> ads returned or that they are returning 0 impressions?
>
>
> Regards,
> Anthony
> Google Ads API Team
>
> ref:_00D1U1174p._5004Q23IaJb: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/2c82f585-de43-466d-a0ee-7ac1615caca0n%40googlegroups.com.


RE: Negative conversions in CAMPAIGN_LOCATION_TARGET_REPORT?!

2020-08-14 Thread Google Ads API Forum Advisor Prod
Hi Zweitze,

We'll take a closer look at this and let you know why this is happening.

Regards,
Anthony
Google Ads API Team
ref:_00D1U1174p._5004Q23JHll: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/I5-oF0QF2NG9009YO9QGZXTseSZYQcM7S6Lg%40sfdc.net.


Re: Only fails at AddCompleteCampaignsUsingBatchJob : User doesn't have permissions to access customer

2020-08-14 Thread 'Kostas Kougios' via AdWords API and Google Ads API Forum
Hi,

In the logs I've send, the login-customer-id header is present with the 
manager id. Here it is again (replaced some digits with ). Also please 
note I am running the example code that google provides, so this is not my 
code. Are you part of the google dev team? Do you have the ability to run 
the class AddCompleteCampaignsUsingBatchJob from 
https://github.com/googleads/google-ads-java and does it work for you? Note 
that I run the AddCampaigns class from the same project with the same 
login-customer-id and customer id and it runs fine.


MethodName: 
google.ads.googleads.v4.services.BatchJobService/AddBatchJobOperations
Endpoint: googleads.googleapis.com:443
Headers: {developer-token=REDACTED, *login-customer-id=99**476,* 
x-goog-api-client=gl-java/1.8.0_265 gapic/ gax/1.57.0 grpc/1.30.0}
Body: resource_name: "customers/79976XX/batchJobs/3237X"
mutate_operations {
  campaign_budget_operation {
create {
  resource_name: "customers/7997693211/campaignBudgets/-1"
  name {
value: "Interplanetary Cruise Budget #1597437406461"
  }
  amount_micros {
value: 500
  }
  delivery_method: STANDARD
}
  }
}
mutate_operations {
  campaign_operation {
create {
  resource_name: "customers/7997693211/campaigns/-2"
  name {
value: "Mutate job campaign #1597437406577.-2"
  }
  status: PAUSED
  campaign_budget {
value: "customers/7997693211/campaignBudgets/-1"
  }
  advertising_channel_type: SEARCH
  manual_cpc {
  }
}
  }
}






On Friday, 14 August 2020 19:59:09 UTC+1, adsapiforumadvisor wrote:
>
> Hi Kostas,
>
> Thank you for the logs. I took a closer look at the full logs that you've 
> provided, but it doesn't seem to have the error from before. It looks like 
> you're encountering the error "User doesn't have permission to access 
> customer. Note: If you're accessing a client customer, the manager's 
> customer id must be set in the 'login-customer-id' header. See 
> https://developers.google.com/google-ads/api/docs/concepts/call-structure#login-customer-id;.
>  
> Could you check that for the mutate requests that failed in your batchjob 
> that you've set your manager customer ID in the login-customer-id field in 
> the header? I see you've set your customerID but not the login-customer-id. 
> Could you fill that in and give it a try?
>
> Thank you,
> Bryan, Google Ads API Team
>
>
> ref:_00D1U1174p._5004Q23Jwor: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/e7b2674d-35a4-4fa1-bf90-578d04d6648fo%40googlegroups.com.


Re: HTML 5 AdType restricting Reporting

2020-08-14 Thread Google Ads API Forum Advisor Prod
Hi Erik,

Can you also share the ad group Ids these ads are associated with, since ad Ids 
are not unique? By no volume, do you mean you are not seeing these ads returned 
or that they are returning 0 impressions?

Regards,
Anthony
Google Ads API Team
ref:_00D1U1174p._5004Q23IaJb: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/9NcFb0QF2MIC00NNUxxOBuQm67wzWyGJ_ONg%40sfdc.net.


RE: Google campaign for YouTube video

2020-08-14 Thread Google Ads API Forum Advisor Prod
Hi SR,

Thanks for reaching out. Please find my answer to your questions.

Currently, I can confirm that both AdWords and Google Ads API can only pull 
reports for video campaigns and are not able to mutate video campaigns.
The only report type that contains the video channel ID is the Video 
Performance Report.

Let me know if you have any question.

Thanks,
Nirmita Patel Google Ads Team
ref:_00D1U1174p._5004Q23KK0Y: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/KLwGX0QF2MAU00SW8AMUSrRpaw-bSCPDWbWg%40sfdc.net.


RE: Shapefiles/geoJSON for location targets

2020-08-14 Thread Google Ads API Forum Advisor Prod
Hi Denial,

Thanks for reaching out. Thank you for reaching out. You could target campaigns 
for proximity to a location. Please let me know if this is what you are looking 
for. If not, can you please provide screenshot of the UI so that i can further 
investigate the issue and please reply privately to author options while 
sharing the details.

Please let me know if you have further questions.

Thanks,
Nirmita Patel Google Ads Team
ref:_00D1U1174p._5004Q23KEuS: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/1qXye0QF2JHR00SldHgZS1QhiRPvJpr0JLUA%40sfdc.net.


RE: User based filters

2020-08-14 Thread Google Ads API Forum Advisor Prod
Hello,

If you are running API services to create campaigns, ads etc., you will need to 
run it on a single client account. Here are some details with custom parameters 
in the API.

Thanks,
Anthony
Google Ads API Team
ref:_00D1U1174p._5004Q23KEgO: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/6b1vO0QF2IU600LI7MPOhfQZ2UQBMK0hvolw%40sfdc.net.


RE: Only fails at AddCompleteCampaignsUsingBatchJob : User doesn't have permissions to access customer

2020-08-14 Thread Google Ads API Forum Advisor Prod
Hi Kostas,

Thank you for the logs. I took a closer look at the full logs that you've 
provided, but it doesn't seem to have the error from before. It looks like 
you're encountering the error "User doesn't have permission to access customer. 
Note: If you're accessing a client customer, the manager's customer id must be 
set in the 'login-customer-id' header. See 
https://developers.google.com/google-ads/api/docs/concepts/call-structure#login-customer-id;.
 Could you check that for the mutate requests that failed in your batchjob that 
you've set your manager customer ID in the login-customer-id field in the 
header? I see you've set your customerID but not the login-customer-id. Could 
you fill that in and give it a try?

Thank you,
Bryan, Google Ads API Team
ref:_00D1U1174p._5004Q23Jwor: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/fetk80QF2I2100xON76iuAROe6P0SQqMKSXw%40sfdc.net.


Re: (Google Ads API) AdGroup Audience view returns no data

2020-08-14 Thread Google Ads API Forum Advisor Prod
Hi David,

You can have a look at the migration guide to see what fields from AdWords API 
map to Google Ads API. For verticals, you will want to run a report under 
ad_group_criterion since VerticalId maps to 
ad_group_criterion.topic.topic_constant.

Regards,
Anthony
Google Ads API Team
ref:_00D1U1174p._5004Q23Jc2b: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/q_rti0QF2HPI00Vxk5pqZvS76nHRgN5pHcPg%40sfdc.net.


RE: Filter active accounts using Google ads Api

2020-08-14 Thread Google Ads API Forum Advisor Prod
Hi Olesya,

Thank you for reaching out! If you are looking for a filter for the status of a 
Customer, unfortunately this field is not available. I have put a feature 
request in on your behalf. If this becomes available in future releases, you 
can find updates on our blog.

Regards,
Danica, Google Ads API Team
ref:_00D1U1174p._5004Q23KBxk: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/KPEsA0QF2HNG00YuGAvw8nQQC-gushioNnmA%40sfdc.net.


RE: Api behavior change once we switch dll from

2020-08-14 Thread Google Ads API Forum Advisor Prod
Hi Guofu,

Thanks for reaching out! I can see that you are experiencing issues with 
upgrading your nuget package version from 2.9 to 4.0.0. It looks like your 
concern pertains to issues with the client libraries. I suggest raising an 
issue on your specific client library's "Issues" tab as shown here. The 
developers will be able to further assist you with your questions.

Regards,
Danica, Google Ads API Team
ref:_00D1U1174p._5004Q23K79B: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/VDhRB0QF2H9200813l6tpfTsWvCcoFHXLGow%40sfdc.net.


RE: AdWords API functionality change to AdvertisingChannelType?

2020-08-14 Thread Google Ads API Forum Advisor Prod
Hi John,

Thank you for providing the information. My team is looking into this issue and 
will get back to you once we get an update from the team.

Thanks,
Nirmita Patel Google Ads Team
ref:_00D1U1174p._5004Q23KBLW: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/hgkmE0QF2GD300-lAc07NsQZKjRzllrjAmhQ%40sfdc.net.


Re: Can we get the device distribution of keyword query through google ad api, see description for details

2020-08-14 Thread Google Ads API Forum Advisor Prod
Hi,

Unfortunately, there is no API interface that will give you the data you see 
from those graphs.

Regards,
Anthony
Google Ads API Team
ref:_00D1U1174p._5004Q23JqPs: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/ETLED0QF2G1G00NLwLrnh1SOms7CnXBvHmrA%40sfdc.net.


Re: HTML 5 AdType restricting Reporting

2020-08-14 Thread Erik Gray
Hey Anthony, 

Thanks for the further direction here, here are the further details: I have 
included two examples, one where the reporting is not showing as expected, 
and another where the report is showing as expected.

*Account and AdID that is not showing Volume when AdType is included: *this 
AdID has volume in Ads Manager, see screenshot

Account ID: 590-906-7329

Ex. Ad ID: 446103997161

Date Range: July 1st, 2020 - July 31st, 2020

Report Definitions: AccountID, AdType, AdId, Impressions


*Account and AdID that IS showing Volume when AdType is included:*

Account ID: 819-561-2270

Ex. Ad ID: 444711770634

Date Range: July 1st, 2020 - July 31st, 2020

Report Definitions: AccountID, AdType, AdId, Impressions

On Thursday, August 13, 2020 at 10:35:43 AM UTC-6 adsapiforumadvisor wrote:

> Hi Erik,
>
> You can reply with your report data on the forum. Just please be sure not 
> to include any of the info mention in #4 of this post 
> 
> .
>
> Regards,
>
> Anthony
> Google Ads API Team 
>
> ref:_00D1U1174p._5004Q23IaJb: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/cf1826c9-00b7-4aed-a538-064171e74b8fn%40googlegroups.com.


Google campaign for YouTube video

2020-08-14 Thread SR
We are able to launch google campaigns for text ad,  static ad and 
responsive ad using Adwords API. We have few queries related to video ad / 
YouTube video.

1. We want to publish video ads but  I found in this group that API support 
for video campaigns is not available. Please let me know if that feature is 
implemented now and available in Adwords or Ads api.

2. How to convert YouTube channel video (using URL or video_id) to an Ad 
and launch a campaign using Google Adwords or 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/ac840e93-ee05-46f2-9f97-2a49cea97f15n%40googlegroups.com.


Re: Campaign settings using Google Ads API

2020-08-14 Thread Google Ads API Forum Advisor Prod
Hi,

We have received the logs and will discuss further in the new thread.

Thanks and regards,
Xiaoming, Google Ads API Team
ref:_00D1U1174p._5004Q23I8vx: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/Dsq0t0QF2BOK00rL-M5wiTTIyv3LLHQiYHWg%40sfdc.net.


Re: Can I fetch data for "Google Search Smart campaigns" through Google Adwords API?

2020-08-14 Thread Google Ads API Forum Advisor Prod
Hi Ankit,

As mentioned in this blog post, the capabilities that have been released for 
Smart Campaigns include reporting and retrieving. You can do so with 
Campaign.advertising_channel_type set to SMART.

Regards,
Danica, Google ADs API
ref:_00D1U1174p._5004Q21mYdw: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/x7G_W0QF28MQ00QRsT6k7dQPyYSsjGCzBqhA%40sfdc.net.


Re: Campaign settings using Google Ads API

2020-08-14 Thread cv
I have shared the log on the email.


On Friday, 14 August 2020 at 10:51:59 UTC+5:30 cv wrote:

> Hi Xiaoming,
>
> *Reply privately to author* is disabled for me. I am not able to post.
>
> But My main question is ignored.
>
> When I tried to fetch Location and Language through campaign_criterion 
> view.
> I am getting error that *Call to a member function getLanguageConstant() 
> on null*
>
> I cannot use *campaign_criterion.location.geo_target_constant using *
> *campaign_criterion *view?
> If this is the case how I can identify what view need to be use to get 
> those data?
> There must be simpler API explanation which view I need to use?
>
> I am using like this
>
> $googleAdsRow->getCampaignCriterion()->getLocation()->getGeoTargetConstantUnwrapped()
>  
>
> $googleAdsRow->getCampaignCriterion()->getLanguage()->getLanguageConstantUnwrapped()
>
> when doc said I can get those using campaign_criterion resource It must be 
> used.
> https://developers.google.com/google-ads/api/fields/v4/campaign_criterion
>
> Thanks
> On Friday, 14 August 2020 at 00:21:08 UTC+5:30 adsapiforumadvisor wrote:
>
>> Hi,
>>
>> Thank you for reaching out. For the frequency cap, you would need to 
>> query campaign.frequency_caps 
>> 
>>  
>> from campaign 
>>  
>> resource first and then you can use 
>> $googleAdsRow->getCampaign()->getFrequencyCaps() to get the object. The 
>> result is object representing key-value pair which is expected. Could you 
>> also please share the complete request and response logs along with the 
>> client customer id and the report results via the *Reply privately to 
>> author* option?
>>
>>
>>
>> Thanks and regards,
>> Xiaoming, Google Ads API Team
>>
>>
>>
>> ref:_00D1U1174p._5004Q23I8vx: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/a7c0aa69-2b80-4bcd-a0e0-a90e1c98fffan%40googlegroups.com.


RE: Not able to get API call through manager account for all child accounts

2020-08-14 Thread Google Ads API Forum Advisor Prod
Hi Bhautik,

Thank you for reaching out! Can you please share the customerClientId specified 
along with the complete detailed logs of the request and response so that I can 
further look into your issue? Please provide these details via the Reply 
privately to author. If this option is not available to you, you can email us 
directly at our support alias googleadsapi-supp...@google.com.

Regards,
Danica, Google Ads API Team
ref:_00D1U1174p._5004Q23K4l7: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/IDqLj0QF278S00n-_C8qezS1mM0VDudtkeKw%40sfdc.net.


Re: The same question but can not slove

2020-08-14 Thread Google Ads API Forum Advisor Prod
Hi Chunwei,

Thank you for reaching out. There is no other workaround to get this data. 
There is already a feature request to support the segments.hour for the 
geographic_view resource. Please keep an eye on our blog for the announcements 
and updates on new releases.

Thanks and regards,
Xiaoming, Google Ads API Team
ref:_00D1U1174p._5004Q23Jsud: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/wuZSa0QF254L00kxtBeIQCRdm9RFnFRCAayw%40sfdc.net.


Re: Error when try to update campaign DSA feeds

2020-08-14 Thread Google Ads API Forum Advisor Prod
Greetings!

So, the issue is confirmed where the feeds[] field needs to be editable, but 
now it's read-only. A change like this would require a release, so we're 
working on trying to get it into the next release. Please be on the lookout for 
it in the release notes 
(https://developers.google.com/google-ads/api/docs/release-notes) in the next 
release.

Thanks,
Nadine, Google Ads API Team
ref:_00D1U1174p._5001UKNSNY: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/fRnv-0QF23R100Pk58G8ZOR5mzhPQf99VXEQ%40sfdc.net.


Re: Shapefiles/geoJSON for location targets

2020-08-14 Thread 'Daniel Bunting' via AdWords API and Google Ads API Forum
Hi, 

I have the same question and unfortunately I don't think Vincent's reply 
above actually answers it.  I'm looking to get the definitions of the 
targeting regions, either in terms of map outlines geoJSON/shapefiles or in 
terms of postcodes.

The use case is is being able to link ad targeting regions to order data, 
which we hold at a postcode level.

Thanks,

Daniel

On Monday, 3 September 2018 at 11:16:56 UTC+1 Vincent Racaza (AdWords API 
Team) wrote:

> Hi Mathew,
>
> Thanks for confirming. The blue outline that you can see in the AdWords UI 
> when targeting a location is the whole location itself, for example, the 
> whole Birmingham City. When targeting this in the API, there are no geo 
> points for this as you are targeting a specific city. You just need to set 
> the location/geo targeting ID as you can see in this section 
> .
>  
> For example, for Birmingham City, the geo targeting ID is 1006524 as you 
> can see in the geo targets table 
> .
>
> Thanks,
> Vincent
> AdWords API Team
>
> On Monday, September 3, 2018 at 5:15:52 PM UTC+8, drmat...@gmail.com 
> wrote:
>>
>> Hi Vincent
>>
>> Many thanks for the reply,
>>
>> What I am looking for is the base data which you use to define a region. 
>> For example, if I were to target a specific city eg. Birmingham, in the Ads 
>> interface you will show me a blue outline of where you define Birmingham to 
>> be. What I am looking for is the geoPoints for each corner of this 
>> definition of Birmingham according to Google.
>>
>> I hope this clarifies,
>>
>> Mathew
>>
>> On Monday, September 3, 2018 at 9:44:20 AM UTC+1, Vincent Racaza (AdWords 
>> API Team) wrote:
>>>
>>> Hi Mat,
>>>
>>> Please correct me if my understanding is incorrect. Could you confirm if 
>>> you are looking for a list of geo targets that you can use in your location 
>>> targeting? If so, then you can refer to this guide 
>>>  for 
>>> the complete list of geo targets. You can also refer to this guide 
>>>  
>>> on 
>>> how to target and exclude locations in the API. In regards to choosing a 
>>> location target on which an area is shown with geographical points that 
>>> enclose that area, perhaps you are referring to proximity targeting 
>>> 
>>>  as 
>>> the Proximity 
>>> 
>>>  object 
>>> uses a geoPoint 
>>> 
>>> , radiusDistanceUnits 
>>> ,
>>>  
>>> etc.
>>>
>>> For the reports regarding locations, you may refer to the Geo 
>>> Performance Report 
>>> 
>>>  and Campaign Location Target Report 
>>> 
>>> .
>>>
>>> Let me know if you have further clarifications on the guides that I 
>>> provided. Or, if my understanding to your queries are incorrect, kindly 
>>> provide a UI screenshot so I can further check.
>>>
>>> Thanks,
>>> Vincent
>>> AdWords API Team
>>>
>>> On Saturday, September 1, 2018 at 8:08:58 PM UTC+8, drmat...@gmail.com 
>>> wrote:

 Are the data Google uses for location targeting of people available 
 through any site or service. 

 Ie if I target a specific location is there a way to download the 
 geographical points that enclose that area?

 When I make a new ad in the interface and choose a location target an 
 area is shown, but this is often different in shape to city borders I can 
 find in open street map etc

 Any help would be appreciated

 Many thanks, Mat



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

User based filters

2020-08-14 Thread denma test
Hi,
If  am creating campaigns, adgroup, ads behalf of my client means, how i 
can filter them based on my client id. Is there any custom parameters add 
features exist in Adwords API, am using Adwords v201809 PHP library. Please 
suggest me best idea to achieve my goal.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/3645d906-8f1b-48dc-a0fb-99e42ed8823co%40googlegroups.com.


Re: (Google Ads API) AdGroup Audience view returns no data

2020-08-14 Thread david...@funnel.io
Hi,

We are getting two types of criteria prefixes from Adwords, boomuserlist 
and uservertical. When querying from Google ADS however, we can get 
boomuserlist by calling the user_list resource. But from where can we get 
the uservertical criteria prefix? Sorry if this question makes no sense, 
all of this is a but unclear to us. Is there any place where we can read up 
on how these things tie together. 

BR
David @ Funnel

On Wednesday, August 12, 2020 at 8:34:28 PM UTC+2 adsapiforumadvisor wrote:

> Hi Theo,
>
> Can you please provide me your CID through *reply privately to author *so 
> I can take a closer look?
>
> Thanks,
> Anthony
> Google Ads API Team
>
>
> ref:_00D1U1174p._5004Q23Jc2b: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/22edaf76-6085-47cf-a79e-c0682f0c4f3cn%40googlegroups.com.


Re: Update Campaign url option

2020-08-14 Thread denma test
Hi,
Sorry, i cannot find exact informations on how to edit custom parameters 
with the link provided, can you please share more details possible with 
example in PHP how to do it. Also my need is simply i have two custom 
parameters in url, need to remove one from that.

On Friday, August 14, 2020 at 12:33:01 AM UTC+5:30, adsapiforumadvisor 
wrote:
>
> Hello,
>
> An explanation on how to properly edit/update the custom parameters of a 
> campaign is provided in the documentation 
> 
>  I 
> have sent you. Although the example shows how to specify custom parameters 
> during creation of an ad, you can follow the same process to update the 
> custom parameters of a campaign. If you have any specific questions or are 
> encountering any errors, please provide detailed logs of the request and 
> response via the *Reply privately to author* option. 
>
> Regards,
> Danica, Google Ads API Team
>
> ref:_00D1U1174p._5004Q23JZvm: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/b11e0be5-d50d-4c50-a384-4a99940cf4b6o%40googlegroups.com.


Re: Only fails at AddCompleteCampaignsUsingBatchJob : User doesn't have permissions to access customer

2020-08-14 Thread 'Kostas Kougios' via AdWords API and Google Ads API Forum
So I am using the class AddCompleteCampaignsUsingBatchJob from 
https://github.com/googleads/google-ads-java.git

Here is the full debug log output:


2020-08-14 01:18:36,427 INFO  [Gax-2] logging.RequestLogger 
(RequestLogger.java:157) - SUCCESS REQUEST SUMMARY. Method: 
google.ads.googleads.v4.services.BatchJobService/MutateBatchJob, Endpoint: 
googleads.googleapis.com:443, CustomerID: 7997693211, RequestID: 
3-m53T6PckaCQ33n1DOZxw, ResponseCode: OK, Fault: null.
2020-08-14 01:18:36,866 DEBUG [Gax-2] logging.RequestLogger 
(RequestLogger.java:161) - SUCCESS REQUEST DETAIL.
Request
---
MethodName: google.ads.googleads.v4.services.BatchJobService/MutateBatchJob
Endpoint: googleads.googleapis.com:443
Headers: {developer-token=REDACTED, login-customer-id=9914136476, 
x-goog-api-client=gl-java/1.8.0_265 gapic/ gax/1.57.0 grpc/1.30.0}
Body: customer_id: "7997693211"
operation {
  create {
  }
}


Response

Headers: 
Metadata(content-disposition=attachment,content-type=application/grpc,request-id=3-m53T6PckaCQ33n1DOZxw,date=Fri,
 
14 Aug 2020 08:18:36 GMT,alt-svc=h3-29=":443"; ma=2592000,h3-27=":443"; 
ma=2592000,h3-T050=":443"; ma=2592000,h3-Q050=":443"; 
ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; 
ma=2592000,quic=":443"; ma=2592000; v="46,43")
Body: result {
  resource_name: "customers/7997693211/batchJobs/3235909511"
}

Failure message: null
Status: Status{code=OK, description=null, cause=null}.
Created a mutate job with resource name: 
'customers/7997693211/batchJobs/3235909511'.
2020-08-14 01:18:39,730 INFO  [Gax-1] logging.RequestLogger 
(RequestLogger.java:157) - SUCCESS REQUEST SUMMARY. Method: 
google.ads.googleads.v4.services.BatchJobService/AddBatchJobOperations, 
Endpoint: googleads.googleapis.com:443, CustomerID: 
customers/7997693211/batchJobs/3235909511, RequestID: 
-xXoNneTVTmkNA1k3XgY4Q, ResponseCode: OK, Fault: null.
2020-08-14 01:18:39,984 DEBUG [Gax-1] logging.RequestLogger 
(RequestLogger.java:161) - SUCCESS REQUEST DETAIL.
Request
---
MethodName: 
google.ads.googleads.v4.services.BatchJobService/AddBatchJobOperations
Endpoint: googleads.googleapis.com:443
Headers: {developer-token=REDACTED, login-customer-id=9914136476, 
x-goog-api-client=gl-java/1.8.0_265 gapic/ gax/1.57.0 grpc/1.30.0}
Body: resource_name: "customers/7997693211/batchJobs/3235909511"
mutate_operations {
  campaign_budget_operation {
create {
  resource_name: "customers/7997693211/campaignBudgets/-1"
  name {
value: "Interplanetary Cruise Budget #1597393116881"
  }
  amount_micros {
value: 500
  }
  delivery_method: STANDARD
}
  }
}
mutate_operations {
  campaign_operation {
create {
  resource_name: "customers/7997693211/campaigns/-2"
  name {
value: "Mutate job campaign #1597393116940.-2"
  }
  status: PAUSED
  campaign_budget {
value: "customers/7997693211/campaignBudgets/-1"
  }
  advertising_channel_type: SEARCH
  manual_cpc {
  }
}
  }
}
mutate_operations {
  campaign_operation {
create {
  resource_name: "customers/7997693211/campaigns/-3"
  name {
value: "Mutate job campaign #1597393116943.-3"
  }
  status: PAUSED
  campaign_budget {
value: "customers/7997693211/campaignBudgets/-1"
  }
  advertising_channel_type: SEARCH
  manual_cpc {
  }
}
  }
}
mutate_operations {
  campaign_criterion_operation {
create {
  campaign {
value: "customers/7997693211/campaigns/-2"
  }
  negative {
value: true
  }
  keyword {
text {
  value: "venus"
}
match_type: BROAD
  }
}
  }
}
mutate_operations {
  campaign_criterion_operation {
create {
  campaign {
value: "customers/7997693211/campaigns/-3"
  }
  negative {
value: true
  }
  keyword {
text {
  value: "venus"
}
match_type: BROAD
  }
}
  }
}
mutate_operations {
  ad_group_operation {
create {
  resource_name: "customers/7997693211/adGroups/-4"
  name {
value: "Mutate job ad group #1597393116970.-4"
  }
  campaign {
value: "customers/7997693211/campaigns/-2"
  }
  type: SEARCH_STANDARD
  cpc_bid_micros {
value: 1000
  }
}
  }
}
mutate_operations {
  ad_group_operation {
create {
  resource_name: "customers/7997693211/adGroups/-5"
  name {
value: "Mutate job ad group #1597393116972.-5"
  }
  campaign {
value: "customers/7997693211/campaigns/-2"
  }
  type: SEARCH_STANDARD
  cpc_bid_micros {
value: 1000
  }
}
  }
}
mutate_operations {
  ad_group_operation {
create {
  resource_name: "customers/7997693211/adGroups/-6"
  name {
value: "Mutate job ad group #1597393116972.-6"
  }
  campaign {
value: "customers/7997693211/campaigns/-3"
  }
  type: 

Re: Update campaign content lables, location, language

2020-08-14 Thread denma test
Hi
Thanks a lot, have done with that.

On Thursday, August 13, 2020 at 6:41:44 PM UTC+5:30, adsapiforumadvisor 
wrote:
>
> Hi,
>
> If you want to remove some of these settings, you will need to use the 
> REMOVE operation in the CampaignCriterionService I mentioned. The ADD 
> operator is used to add new targeting. Here is some example code 
> 
>  
> you can also use as a reference.
>
> Cheers,
> Anthony
> Google Ads API Team
>
> ref:_00D1U1174p._5004Q23JaEa: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/01cbe87a-7357-4229-9c35-a9ab51dae9f8o%40googlegroups.com.


Re: Audience Targeting Setting

2020-08-14 Thread cv
Hi Danica,

I have provided the required details by email.

Thanks,


On Friday, 14 August 2020 at 01:51:58 UTC+5:30 adsapiforumadvisor wrote:

> Hello,
>
> Thanks for reaching out! Please find my responses to your questions below:
>
> *1) Is this correct method to get Audience Targeting Settings?*
> Yes, as mentioned in the documentation, you can check the 
> targeting_setting on ad groups or campaigns by requesting the 
> ad_group.targeting_setting.target_restrictions field from the ad_group 
> resource in a search query. Additionally, this 
> 
>  thread 
> may provide some insight on your concern.
>
>
> *2) I can see that account where Audience not setup yet but still I can 
> get the response as bid_only to true.? Why? I have not set any Audiences 
> yet. But according to doc It is default to false, why this behaviour?*
> Can you please provide the complete detailed logs of the request and the 
> response in order for me to further investigate this behavior? You can 
> enable logging by following this 
>  
> guide. 
> Kindly do so via the *Reply privately to author* option. If this is not 
> available to you, you can reach out to us directly at our support alias 
> googleadsa...@google.com. 
>
> Regards,
> Danica, Google Ads API Team
>
>
> Regards,
> Danica, Google Ads API Team
>
> ref:_00D1U1174p._5004Q23Jume: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/8aae22d0-d3e9-44be-97a6-b674d2b78c9cn%40googlegroups.com.


Filter active accounts using Google ads Api

2020-08-14 Thread Олеся Васина
Hello!

I have many accounts and i don't want to worry about their inability.

Please help me to exclude inactive or paused accounts from my report.


Thank you in advance!

Have a nice day!

Olesya

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/bd9ec457-28d7-4906-97a3-2b3bd7697aa2o%40googlegroups.com.