Conversion Actions with 0 conversions not being returned

2022-11-04 Thread jal...@roirevolution.com
Hi,

We are running the following campaign report:

select segments.conversion_action_name from campaign where segments.date 
between '20221101' and '20221103'

We are noticing that the conversion actions without recent conversions are 
not being returned from this report. Is this expected behavior, or is there 
something wrong with the report I'm requesting? 

Thanks!

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

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


Re: TargetingIdeaService NetworkSetting XML Error

2020-12-10 Thread jal...@roirevolution.com
Looks like my screenshots aren't being shown in my message above.

Here's the raw text of the error:

Error: soap:Client: Unmarshalling Error: cvc-complex-type.2.4.a: Invalid 
content was found starting with element 
'{"https://adwords.google.com/api/adwords/o/v201809":targetGoogleSearch}'. 
One of 
'{"https://adwords.google.com/api/adwords/cm/v201809":targetGoogleSearch, 
"https://adwords.google.com/api/adwords/cm/v201809":targetSearchNetwork, 
"https://adwords.google.com/api/adwords/cm/v201809":targetContentNetwork, 
"https://adwords.google.com/api/adwords/cm/v201809":targetPartnerSearchNetwork}'
 
is expected.


And here's the selector we're using in our request:

const selector = {
  searchParameters: [{
  'xsi:type': 'RelatedToQuerySearchParameter',
  queries: ['coffee']
},
{
  'xsi:type': 'NetworkSearchParameter',
  networkSetting: {
 targetGoogleSearch: true
  }
},
  ],
  ideaType: 'KEYWORD',
  requestType: 'STATS',
  requestedAttributeTypes: ['SEARCH_VOLUME', 'KEYWORD_TEXT'],
  paging: {
numberResults: 10
  },
  localeCode: 'en_US'
}
On Thursday, December 10, 2020 at 4:09:15 PM UTC-5 jal...@roirevolution.com 
wrote:

> Hello,
>
> We are having trouble making a request to the TargetingIdeaService using 
> the 'NetworkSearchParameter' using the 'networkSetting' option. 
>
> Here's the error indicating that we have the incorrect value for 
> 'targetGoogleSearch' even though it's specified as a boolean in the 
> reference docs:
>
> Here's the selector we are using in the request:
>
>
> Can anyone clarify what's going wrong here?
>
> Thanks!
> Jared Allen
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/7cc55aa5-34b2-4c53-a56e-fbabb4068833n%40googlegroups.com.


TargetingIdeaService NetworkSetting XML Error

2020-12-10 Thread jal...@roirevolution.com
Hello,

We are having trouble making a request to the TargetingIdeaService using 
the 'NetworkSearchParameter' using the 'networkSetting' option. 

Here's the error indicating that we have the incorrect value for 
'targetGoogleSearch' even though it's specified as a boolean in the 
reference docs:

Here's the selector we are using in the request:


Can anyone clarify what's going wrong here?

Thanks!
Jared Allen

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/700f991e-3859-41d7-a607-22832486378cn%40googlegroups.com.


Access Google Ads scripts through the API?

2020-10-29 Thread jal...@roirevolution.com
Hello,

I was wondering if it's possible to interact with Google Ads scripts 
through the Google Ads API. At a minimum, it would be helpful to get a list 
of all Google Ads scripts accessible by our manager account along with 
their owner(s). 

Our team is going through an account transition and would like to sift 
through our Google Ads scripts to see which would be necessary to bring 
over to our new account.

Thanks!
Jared

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/ce0f9fdb-8be7-457f-9f5d-4a1b4a4a8a70n%40googlegroups.com.